--- # claudbg-kxii title: 'TUI: interactive session browser' status: todo type: epic created_at: 2026-03-30T04:34:21Z updated_at: 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.