opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Permission prompt doesn't support mouse interaction

Open pablonification opened this issue 3 days ago • 1 comments

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.

pablonification avatar Jan 12 '26 09:01 pablonification