claw-code/rust/crates/rusty-claude-cli
TheArchitectit 29d2df2f96 fix(tui): keep /permissions in TUI, populate Ctrl+K palette with slash commands
- run_tui_repl now treats handle_repl_command's return as a persist hint,
  not an exit signal, so /permissions re-enters the TUI instead of returning
  to the CLI screen.
- Added Action::RunSlashCommand(idx) and wired it in both component and
  legacy TUI dispatch paths.
- Command palette now includes every registered slash command so users can
  discover and run /permissions, /theme, /model, etc. from Ctrl+K.
- Updated palette filter test to account for the new slash entries.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-16 15:42:15 -05:00
..
.claw/sessions feat(runtime): typed task packet format for structured claw dispatch 2026-04-04 00:40:20 +09:00
src fix(tui): keep /permissions in TUI, populate Ctrl+K palette with slash commands 2026-06-16 15:42:15 -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