Commit Graph

1 Commits

Author SHA1 Message Date
argenis de la rosa
407dbcbdd7 feat(tui): add TUI dependencies, feature flag, and module skeleton
Add ratatui, crossterm, and tui-textarea as optional dependencies behind
the `tui` feature flag. Create the `src/tui/` module with ActiveTab enum,
TuiApp struct with event loop, and placeholder tab renderers. Wire up
the `zeroclaw tui` CLI subcommand (cfg-gated) in main.rs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 17:54:50 -04:00