Summary
The command palette (slash command autocomplete) that appears when typing `/` in the TUI works but could use polish. It sometimes feels inconsistent — appearing unexpectedly or not being discoverable enough.
Current behavior
- Typing `/` at the start of an empty input opens the palette
- Fuzzy search via `nucleo` filters commands as you type
- Tab autocompletes, Up/Down navigates, Enter executes, Esc closes
- 40+ commands in the palette
Improvements to consider
- Consistent trigger behavior with clear rules
- Command categories/grouping
- Argument hints for the selected command
- Recently-used prioritization
- Richer description preview before executing
Summary
The command palette (slash command autocomplete) that appears when typing `/` in the TUI works but could use polish. It sometimes feels inconsistent — appearing unexpectedly or not being discoverable enough.
Current behavior
Improvements to consider