From 420b55bda152da792438b647784aa9a8a696d109 Mon Sep 17 00:00:00 2001 From: iris Date: Sun, 20 Sep 2026 14:31:53 +0200 Subject: [PATCH] docs: clear write-good.Passive hits in docs/web-ui/agent.md --- docs/web-ui/agent.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/web-ui/agent.md b/docs/web-ui/agent.md index c53fd28d..cb90e0cf 100644 --- a/docs/web-ui/agent.md +++ b/docs/web-ui/agent.md @@ -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