Permission prompt doesn't support mouse interaction #4845

Open
opened 2026-02-16 17:45:39 -05:00 by yindo · 1 comment
Owner

Originally created by @pablonification on GitHub (Jan 12, 2026).

Originally assigned to: @kommander on GitHub.

Problem

The permission prompt (Allow once / Allow always / Reject) only supports keyboard navigation. Users cannot hover or click on options with the mouse.

This is inconsistent with other interactive elements in the TUI like slash command selection, which supports both keyboard and mouse interaction.

Expected behavior

  • Hovering over an option should highlight it
  • Clicking on an option should select it

Same behavior as the slash command autocomplete menu.

Originally created by @pablonification on GitHub (Jan 12, 2026). Originally assigned to: @kommander on GitHub. ## Problem The permission prompt (Allow once / Allow always / Reject) only supports keyboard navigation. Users cannot hover or click on options with the mouse. This is inconsistent with other interactive elements in the TUI like slash command selection, which supports both keyboard and mouse interaction. ## Expected behavior - Hovering over an option should highlight it - Clicking on an option should select it Same behavior as the slash command autocomplete menu.
yindo added the opentui label 2026-02-16 17:45:39 -05:00
Author
Owner

@github-actions[bot] commented on GitHub (Jan 12, 2026):

This issue might be a duplicate of existing issues. Please check:

  • #7819: Add mouse hover and click support to slash command autocomplete (similar mouse interaction gap)
  • #7901: Add mouse hover and click to question box (similar mouse interaction gap)

These issues also identify missing mouse support in other TUI interactive elements. Feel free to ignore if your specific case for permission prompts requires separate treatment.

@github-actions[bot] commented on GitHub (Jan 12, 2026): This issue might be a duplicate of existing issues. Please check: - #7819: Add mouse hover and click support to slash command autocomplete (similar mouse interaction gap) - #7901: Add mouse hover and click to question box (similar mouse interaction gap) These issues also identify missing mouse support in other TUI interactive elements. Feel free to ignore if your specific case for permission prompts requires separate treatment.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#4845