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 1ddf7fb4fe feat(tui): add terminal setup, event loop, and teardown
Implements run_tui() with RAII terminal guard (TerminalGuard), panic hook
for safe cleanup, and 50ms poll event loop. Placeholder renderer draws a
bordered box. Wires into stubs.rs replacing the coming-soon stub.

Closes claudbg-ut9q

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 terminal setup, event loop, and teardown 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