docs: clear write-good.Passive hits in docs/web-ui/agent.md
This commit is contained in:
parent
bf9f9126af
commit
420b55bda1
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
"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
|
`ask`/`answer` MCP tools having no inline answer form in this
|
||||||
terminal — that whole mechanism (the tools, the dashboard's questions
|
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.
|
nothing left to render a form for.
|
||||||
|
|
||||||
## Live view
|
## Live view
|
||||||
|
|
@ -270,7 +270,7 @@ Successful POSTs return 200 (no 303 redirects). Error responses
|
||||||
use semantic status codes: **400** for missing/invalid input
|
use semantic status codes: **400** for missing/invalid input
|
||||||
(`body` required, unknown model name, invalid effort level),
|
(`body` required, unknown model name, invalid effort level),
|
||||||
**409** for retryable state conflicts (turn in flight when
|
**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
|
failures. The matching
|
||||||
mutations fire `LiveEvent` variants on the per-agent bus, so the
|
mutations fire `LiveEvent` variants on the per-agent bus, so the
|
||||||
client doesn't refetch `/api/state` on submit — the SSE stream
|
client doesn't refetch `/api/state` on submit — the SSE stream
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue