claw-code/rust/crates/rusty-claude-cli
Claude 6c872ba2e2 feat(tui): Sprint 6 — Agent View overlay with session monitoring
- Create src/agent_view.rs: AgentView data model with session tracking,
  status filtering (All/Running/Done/Failed), sorting, selection
- Agent View renders as full-screen overlay with session list + detail panel
- Keybindings: Ctrl+A open, Esc/q close, j/k navigate, Tab filter, s sort
- All colors from theme (agent_running/waiting/done/failed/cancelled)
- Command Palette overlay also rendered (from Sprint 4)
- 7 AgentView tests + 5 CommandPalette tests
- 274 tests pass

Sprint 6 of 7.

Authored by TheArchitectit
2026-06-11 19:19:38 -05:00
..
.claw/sessions feat(runtime): typed task packet format for structured claw dispatch 2026-04-04 00:40:20 +09:00
src feat(tui): Sprint 6 — Agent View overlay with session monitoring 2026-06-11 19:19:38 -05:00
tests fix: /config help returns structured section list (#344) 2026-06-05 07:09:48 +09:00
Cargo.toml feat(tui): Sprint 2 — markdown rendering, ConversationContent enum, diff viewer 2026-06-11 19:00:46 -05:00
build.rs fix: expose complete version provenance 2026-06-04 15:55:08 +09:00