From 037c136823a900e28864e4dd48e1dbe626e95dfb Mon Sep 17 00:00:00 2001 From: Adam Malczewski Date: Sun, 21 Jun 2026 23:40:28 +0900 Subject: docs: CLI list defaults to active+idle, --all/--status flag for filtering --- tasks.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks.md b/tasks.md index 247134d..4f9321c 100644 --- a/tasks.md +++ b/tasks.md @@ -599,7 +599,9 @@ conversation tab. Short-ID prefix resolution (4+ chars → full ID via `GET /con - `POST /conversations/:id/close` to mark closed (already exists for aborting turns — extend or add a separate endpoint for status). - `GET /conversations?status=active,idle` filter on the list endpoint (or - default to excluding `closed`). + default to excluding `closed`). CLI `dispatch list` also defaults to + `active,idle`; add `--status ` flag to filter by a single state, + and `--all` to include closed. - WS broadcast `conversation.statusChanged` so all connected clients update their tab bars in real time. - Persist status in the conversation store (in-memory for now, same as other -- cgit v1.2.3