feat(gateway): expand sessions surface with operator metadata and paging hardening

This commit is contained in:
William Valentin
2026-02-17 16:14:06 -08:00
parent 47187aa878
commit 9c9ab92e9d
7 changed files with 309 additions and 25 deletions
+18 -2
View File
@@ -5060,10 +5060,26 @@
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/tools/builtin/agent-delegate.test.ts + pnpm typecheck passing"
},
"post-parity-ops-ux-reliability-capability-sessions-surface": {
"status": "completed",
"date": "2026-02-18",
"updated": "2026-02-18",
"summary": "Delivered a post-parity 3-track slice in one sessions-focused release: operator UX polish (dashboard Sessions page now shows frontend/model/queue/last-activity with frontend filter + inactive toggle), reliability hardening (`sessions.list`/`sessions.history` now validate and bound pagination/filter params), and capability expansion (`sessions.list` now supports persisted inclusion, frontend filtering, total counts, and per-session config snapshot metadata for model/queue/elevation visibility).",
"files_modified": [
"src/session/manager.ts",
"src/session/manager.test.ts",
"src/gateway/handlers/sessions.ts",
"src/gateway/handlers/handlers.test.ts",
"src/gateway/ui/pages/sessions.js",
"docs/api/PROTOCOL.md",
"docs/plans/state.json"
],
"test_status": "pnpm test:run src/session/manager.test.ts src/gateway/handlers/handlers.test.ts + pnpm typecheck passing"
}
},
"overall_progress": {
"total_test_count": 1882,
"total_test_count": 1887,
"all_tests_passing": true,
"p0_completion": "3/3 (100%)",
"p1_completion": "4/4 (100%)",
@@ -5083,7 +5099,7 @@
"gmail_auth_cli": "flynn gmail-auth command implemented with OAuth2 flow, doctor check, config routed to Telegram",
"native_audio_support": "completed — smart routing for native audio (Gemini/OpenAI/GitHub) vs Whisper transcription fallback",
"remaining_phases_completion": "Phase 1: 3/3 (100%) — context levels, command registry, memory structure. Phase 2: 3/3 (100%) — component registry, confidence routing, history index. Phase 3: 2/2 (100%) — adaptive memory/compaction, truthfulness/autonomy hardening",
"next_up": "Define and execute post-parity roadmap slices beyond OpenClaw gap closure (operator UX polish, reliability hardening, and new capability expansion)"
"next_up": "Monitor production feedback for the expanded sessions operator surface and prioritize next post-parity slice from reliability and capability roadmap"
},
"soul_md_and_cron_create": {
"date": "2026-02-11",