From 6b5edb90c9137b559711bf88cae94665d2eea48e Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 27 Apr 2026 16:03:59 +0900 Subject: [PATCH] =?UTF-8?q?roadmap:=20add=20#313=20=E2=80=94=20/status=20m?= =?UTF-8?q?issing=20session=20ID,=20context=20limit,=20provider=20health,?= =?UTF-8?q?=20MCP=20state?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ROADMAP.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ROADMAP.md b/ROADMAP.md index 918fcd8..ee1f9c6 100644 --- a/ROADMAP.md +++ b/ROADMAP.md @@ -17959,3 +17959,19 @@ Required fix shape: (a) classify `empty_stream` / stream-closed-before-first-pay - `/status` command: include `Context: 142k/200k (71%)` field - Acceptance: user can observe context growth; prompted to compact before error - Cross-ref: #305 (/compact dry-run), auto-compaction cluster (#283-#289) + +### #313 — `/status` slash command missing or returning minimal session information + +**Exact pinpoint:** Running `/status` in a claw session should return a comprehensive snapshot: (1) current session ID, (2) context window usage (tokens used / limit), (3) active provider + model, (4) MCP servers connected/degraded, (5) active tool permissions, (6) session duration. Without this, users have no in-session observability without exiting and running `claw doctor`. + +**Live evidence:** +- 16+ hour audit (63 pinpoints): session health had to be inferred from external logs; no `/status` verified to return full snapshot +- #312 (context window saturation): proposed `/status` show `Context: 142k/200k (71%)` — implies `/status` not yet comprehensive +- gaebal-gajae's #247: MCP degraded state not surfaced to user — `/status` would expose this + +**Why distinct:** +- #293 (claw doctor) — covers pre-session health check, NOT in-session `/status` +- #312 (context saturation warning) — covers threshold alerts, NOT full status dump +- #298 (log opacity) — covers structured log FORMAT, NOT interactive `/status` + +**Concrete delta landed:** ROADMAP.md appended with #313.