From 527022c5f2d13fddd077ba8b33f2ff351926ccc6 Mon Sep 17 00:00:00 2001 From: iris Date: Sat, 4 Jul 2026 13:48:07 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20409=20endpoint=20name=20?= =?UTF-8?q?=E2=80=94=20/api/loose-ends=20not=20/api/state?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/web-ui/agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/web-ui/agent.md b/docs/web-ui/agent.md index bf0a62e3..24d7f420 100644 --- a/docs/web-ui/agent.md +++ b/docs/web-ui/agent.md @@ -281,7 +281,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, hive-c0re busy on `/api/state`), +`/compact` is called, hive-c0re busy on `GET /api/loose-ends`), **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