docs: refresh silent token semantics mirrors

This commit is contained in:
Peter Steinberger
2026-04-04 21:56:30 +01:00
parent 3d65b14019
commit 102f7f34e1
4 changed files with 6 additions and 4 deletions

View File

@@ -235,7 +235,8 @@ Sub-agents report back via an announce step:
- The announce step runs inside the sub-agent session (not the requester session).
- If the sub-agent replies exactly `ANNOUNCE_SKIP`, nothing is posted.
- If the latest assistant text is a silent token such as `NO_REPLY`, announce output is suppressed even if earlier visible progress existed.
- If the latest assistant text is the exact silent token `NO_REPLY` / `no_reply`,
announce output is suppressed even if earlier visible progress existed.
- Otherwise delivery depends on requester depth:
- top-level requester sessions use a follow-up `agent` call with external delivery (`deliver=true`)
- nested requester subagent sessions receive an internal follow-up injection (`deliver=false`) so the orchestrator can synthesize child results in-session