claw-code/rust/crates/rusty-claude-cli
TheArchitectit 785439344f fix(tui): selectable command palette, top-commands shortcut, capture slash output
- Fix palette navigation: Up/Down now move selection; only Enter runs the
  selected command. Previously any palette key immediately dispatched.
- Add Action::TopCommandsPalette bound to Ctrl+Shift+D. It opens a filtered
  palette with high-stakes slash commands: /permissions, /setup, /model,
  /env, /plugins, /mcp, /team.
- Capture stdout/stderr while running slash commands inside the TUI so
  /status, /cost, /memory, etc. are visible in the conversation pane.
  /setup also shows a confirmation message with the new provider/model.
- Empty Ctrl+C opens the full command palette; with text it still clears.
- Document TUI keybindings and palette behavior in USAGE.md.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-06-16 16:19:14 -05:00
..
.claw/sessions
src fix(tui): selectable command palette, top-commands shortcut, capture slash output 2026-06-16 16:19:14 -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