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.
Elijah Voigt 523bf4b89c feat(tui): add quit confirmation dialog and help modal
Quit dialog: centered 26×5 Clear+Block overlay triggered by q/Q,
confirms with q, dismisses with Esc. Help modal: centered 32×14 overlay
triggered by ?, lists all keyboard shortcuts, dismisses with Esc.
Both modals intercept all input while open. Wired into run.rs dispatch.

Closes claudbg-1e1c
Closes claudbg-1tlk

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2 months ago
..
commands feat(tui): add terminal setup, event loop, and teardown 2 months ago
db feat(db): implement database & caching layer [claudbg-goc1, claudbg-umrv, claudbg-hskl, claudbg-edmr] 2 months ago
models fix(models): add serde rename for durationMs field 2 months ago
output fix(output): respect terminal width and truncate long project paths 2 months ago
parser fix(discovery): correct subagent directory path structure 2 months ago
tui feat(tui): add quit confirmation dialog and help modal 2 months ago
cli.rs fix(cli): improve --include help text with valid values and example 2 months ago
error.rs feat(wave1): App error type and Result alias [claudbg-i09w] 2 months ago
lib.rs feat(tui): add app state model and screen enum 2 months ago
main.rs feat(sessions): implement sessions list, dump, transcribe + --follow [claudbg-bh11, claudbg-ei6j, claudbg-m4p1, claudbg-zwoj] 2 months ago
util.rs feat(wave1): Short UUID display utility and xml_escape helper [claudbg-x7wb] 2 months ago