- 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> |
||
|---|---|---|
| .. | ||
| .claw/sessions | ||
| src | ||
| tests | ||
| Cargo.toml | ||
| build.rs | ||