hermes - 💡(How to fix) Fix feat(tui): command palette with pop-up interface for model/provider/command selection [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
NousResearch/hermes-agent#23115Fetched 2026-05-11 03:31:06
View on GitHub
Comments
1
Participants
2
Timeline
4
Reactions
0
Author
Timeline (top)
labeled ×3commented ×1
RAW_BUFFERClick to expand / collapse

Feature Request

Problem

The current TUI relies heavily on slash commands typed manually. There's no discoverable, interactive way to browse and select commands, models, or providers — users need to know the exact commands or navigate through menus.

Proposed Solution

Implement a pop-up command palette similar to OpenCode's UI, where:

  • Pressing a keybinding (e.g., Ctrl+P or Cmd+K) opens a searchable pop-up overlay
  • Users can fuzzy-search and select:
    • Slash commands
    • Available models
    • Available providers
    • Common actions (change skin, toggle tools, etc.)
  • Selection can be done via keyboard (arrow keys + Enter) or mouse

Use Case

New users can discover available commands without memorizing them. Power users can switch models/providers faster than typing full slash commands.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

hermes - 💡(How to fix) Fix feat(tui): command palette with pop-up interface for model/provider/command selection [1 comments, 2 participants]