docs: clear write-good.Passive hits in docs/web-ui/agent.md

This commit is contained in:
iris 2026-09-20 14:31:53 +02:00
commit 420b55bda1

View file

@ -173,7 +173,7 @@ The todos flyout is the only per-agent flyout — there is no separate
"loose-ends" or "tasks" list. There used to be a note here about the
`ask`/`answer` MCP tools having no inline answer form in this
terminal — that whole mechanism (the tools, the dashboard's questions
pane, the wire protocol) has since been removed entirely, so there's
pane, the wire protocol) no longer exists, so there's
nothing left to render a form for.
## Live view
@ -270,7 +270,7 @@ Successful POSTs return 200 (no 303 redirects). Error responses
use semantic status codes: **400** for missing/invalid input
(`body` required, unknown model name, invalid effort level),
**409** for retryable state conflicts (turn in flight when
`/compact` is called), **500** only for genuine server/transport
`/compact` fires), **500** only for genuine server/transport
failures. The matching
mutations fire `LiveEvent` variants on the per-agent bus, so the
client doesn't refetch `/api/state` on submit — the SSE stream