Skip to content

feat(tui): improve command palette autocomplete UX #139

@justrach

Description

@justrach

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    type: featureBrand new functionality, features, pages, workflows, endpoints, etc.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions