claw-code/rust/crates
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
..
api fix: resolve rebase conflicts, clean TUI alignment, and sync with upstream 2026-06-11 10:03:16 -05:00
claw-analog Reject drifted claw-analog bootstrap phases 2026-05-25 19:33:37 +00:00
claw-rag-service feat(rag): add claw-rag-service 2026-05-25 11:25:25 +09:00
commands fix: resolve rebase conflicts, clean TUI alignment, and sync with upstream 2026-06-11 10:03:16 -05:00
compat-harness feat: ultraclaw droid batch — ROADMAP #41 test isolation + #50 PowerShell permissions 2026-04-12 03:06:24 +09:00
mock-anthropic-service Stabilize final gate before release checkpoint 2026-05-15 13:34:57 +09:00
plugins fix: resolve EACCES error from incorrect bundled plugins directory 2026-05-25 11:22:34 +09:00
runtime fix: resolve rebase conflicts, clean TUI alignment, and sync with upstream 2026-06-11 10:03:16 -05:00
rusty-claude-cli feat(tui): unify slash command dispatch with REPL handler 2026-06-15 12:11:41 -05:00
telemetry feat: anthropic SDK header matching + request profile 2026-04-01 05:55:25 +00:00
tools fix: resolve rebase conflicts, clean TUI alignment, and sync with upstream 2026-06-11 10:03:16 -05:00