hermes - 💡(How to fix) Fix feat(tui): mouse support for picker-style UI elements [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#23116Fetched 2026-05-11 03:31:07
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 does not support mouse interaction for selection UIs (command pickers, model selectors, skin choosers, etc.). Users on modern terminals that support mouse tracking cannot click to select items.

Proposed Solution

Enable mouse support in the TUI for interactive elements such as:

  • Command/model/provider selection pop-ups
  • List navigation (scrolling through sessions, skills, etc.)
  • Confirmation dialogs (click to confirm/cancel)

Mouse mode should:

  • Work in modern terminals that support SGR mouse tracking
  • Be opt-in or auto-detected based on terminal capabilities
  • Gracefully fall back to keyboard-only when mouse is not available

Use Case

Users on Windows Terminal, macOS Terminal, and modern Linux terminals expect to be able to click UI elements.

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): mouse support for picker-style UI elements [1 comments, 2 participants]