claw-code/rust/crates/rusty-claude-cli
TheArchitectit d104f90c44 feat(tui): unify slash command dispatch with REPL handler
All slash commands now route through SlashCommand::parse() and
LiveCli::handle_repl_command() — the same path as the plain REPL.
This gives the TUI access to all 60+ slash commands instead of just
the 8 that were reimplemented in the TUI dispatcher.

TUI-specific commands (/theme, /keys, /exit) are still handled
locally because they modify TuiApp state directly. Everything else
leave_for_turn → handle_repl_command → reenter_after_turn.

The output from REPL commands appears in the normal terminal while
alternate screen is left, then the TUI re-enters with a clean redraw.

Also: alias now points to our debug build without hardcoding a model,
so the config file's provider is used.
2026-06-15 12:11:41 -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): unify slash command dispatch with REPL handler 2026-06-15 12:11:41 -05:00
tests fix: /config help returns structured section list (#344) 2026-06-05 07:09:48 +09:00
Cargo.toml fix(tui): safe stdout capture + focused OpenCode-style layout 2026-06-12 14:17:21 -05:00
build.rs fix: expose complete version provenance 2026-06-04 15:55:08 +09:00