mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-20 15:33:54 +00:00
fix(gateway): suppress hidden-only incomplete codex turns
This commit is contained in:
parent
fe1ab949fd
commit
08015c3a8f
3 changed files with 196 additions and 2 deletions
|
|
@ -217,6 +217,12 @@ hermes gateway install # Install as a user service
|
|||
sudo hermes gateway install --system # Linux only: boot-time system service
|
||||
```
|
||||
|
||||
:::tip Codex reasoning-effort safety
|
||||
For Codex-backed Slack peer-agent channels, prefer `agent.reasoning_effort: high` or lower. `xhigh`
|
||||
can spend the entire turn in hidden reasoning and never produce visible assistant text; Hermes now
|
||||
suppresses those incomplete-turn warnings from the thread and keeps the diagnostics in gateway logs.
|
||||
:::
|
||||
|
||||
---
|
||||
|
||||
## Step 9: Invite the Bot to Channels
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue