You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
569 B
569 B
| title | status | type | created_at | updated_at |
|---|---|---|---|---|
| TUI: interactive session browser | todo | epic | 2026-03-30T04:34:21Z | 2026-03-30T04:34:21Z |
Implement a full terminal UI for claudbg using ratatui + crossterm. The TUI provides drill-down navigation: a full-screen session list, a transcript view with a sub-agents side panel, and nested sub-agent transcript views. Data is loaded once on screen entry (no live refresh in this iteration). Navigation is keyboard-driven (vim-style + arrow keys). Modals for quit confirmation and a help screen are included.