mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-21 16:18:55 +00:00
docs(codex): document live app-server display; AUTHOR_MAP entries
- codex-app-server-runtime.md: add a Live display section covering the stream/reasoning/tool-card bridge and show_commentary gating. - release.py: AUTHOR_MAP entries for HaiderSultanArc, jjadeo-oss, juanfradb (the latter two for forthcoming follow-up salvages of #62396 / #18050).
This commit is contained in:
parent
18331b9bbd
commit
05b5e2b6e9
2 changed files with 18 additions and 0 deletions
|
|
@ -378,6 +378,9 @@ AUTHOR_MAP = {
|
|||
"thatgfsj@gmail.com": "Thatgfsj",
|
||||
"141703117+seagpt@users.noreply.github.com": "seagpt",
|
||||
"dr@nevernet.com": "davidrobertson",
|
||||
"59045242+HaiderSultanArc@users.noreply.github.com": "HaiderSultanArc",
|
||||
"jjadeo@gmail.com": "jjadeo-oss",
|
||||
"94815906+juanfradb@users.noreply.github.com": "juanfradb",
|
||||
"eva@100yen.org": "100yenadmin",
|
||||
"yakimenkoleksander228@gmail.com": "doxe0x",
|
||||
"a54983334@163.com": "Code-suphub",
|
||||
|
|
|
|||
|
|
@ -132,6 +132,21 @@ The kanban tools are gated by `HERMES_KANBAN_TASK` env var the dispatcher sets
|
|||
| All gateway platforms | yes | yes |
|
||||
| Non-OpenAI providers | yes | n/a — OpenAI/Codex-scoped |
|
||||
|
||||
### Live display
|
||||
|
||||
Even though the agent loop runs inside the Codex subprocess, the runtime
|
||||
bridges Codex's event stream into the same display path the default runtime
|
||||
uses:
|
||||
|
||||
- Live assistant deltas, reasoning (including summary deltas), and stable-ID
|
||||
tool start/completion events surface in the TUI, desktop, and messaging
|
||||
gateways as the turn runs. The completion-only history projector remains
|
||||
separate, so a resumed session hydrates the same tool cards shown during
|
||||
the turn.
|
||||
- Gateway commentary stays visible when token streaming is disabled, and
|
||||
live tool events are forwarded even for notifications drained ahead of an
|
||||
approval request. Commentary honors `display.show_commentary`.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
1. **Codex CLI installed:**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue