claw-code/rust/crates/rusty-claude-cli
TheArchitectit e9f09d7fed feat(tui): wire up /tui command with split-pane dashboard
- Add 'mod tui;' to main.rs (was missing — TUI code was dead)
- Add /tui slash command that switches from the plain REPL to the
  split-pane TUI mode at runtime
- Show startup hint: 'Tip: type /tui for the split-pane dashboard view'
- Add run_tui_repl() that manages the TuiApp event loop, captures
  assistant output from the session, and feeds it to the conversation pane
- Add update_dashboard() helper that syncs runtime stats (model, session,
  turns, provider) into the shared dashboard state
- ProviderSwap and TeamToggle work inside TUI mode

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-11 10:59:33 -05:00
..
.claw/sessions feat(runtime): typed task packet format for structured claw dispatch 2026-04-04 00:40:20 +09:00
src feat(tui): wire up /tui command with split-pane dashboard 2026-06-11 10:59:33 -05:00
tests fix: /config help returns structured section list (#344) 2026-06-05 07:09:48 +09:00
Cargo.toml feat: TUI split-pane layout with ratatui dashboard 2026-06-10 16:49:35 -05:00
build.rs fix: expose complete version provenance 2026-06-04 15:55:08 +09:00