fix(gateway): suppress hidden-only incomplete codex turns

This commit is contained in:
LeonSGP43 2026-06-24 11:47:26 +08:00 committed by Teknium
parent fe1ab949fd
commit 08015c3a8f
3 changed files with 196 additions and 2 deletions

View file

@ -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