feat: add mouse support to TUI menus #8658

Open
opened 2026-02-16 18:10:31 -05:00 by yindo · 0 comments
Owner

Originally created by @scarf005 on GitHub (Feb 5, 2026).

Originally assigned to: @kommander on GitHub.

Problem

Currently, the TUI menus (agent/model/context menu) only support keyboard navigation. Users cannot interact with them using mouse clicks, which reduces accessibility and usability for users who prefer mouse-driven workflows.

Solution

Add mouse support to TUI menus, allowing users to:

  • Click on menu items to select them
  • Hover over items to highlight them
  • Click anywhere to interact with the menus naturally

This enhancement makes the TUI more intuitive and accessible for a wider range of users.

Related

Reopening #6102 (accidentally deleted fork)

Originally created by @scarf005 on GitHub (Feb 5, 2026). Originally assigned to: @kommander on GitHub. ## Problem Currently, the TUI menus (agent/model/context menu) only support keyboard navigation. Users cannot interact with them using mouse clicks, which reduces accessibility and usability for users who prefer mouse-driven workflows. ## Solution Add mouse support to TUI menus, allowing users to: - Click on menu items to select them - Hover over items to highlight them - Click anywhere to interact with the menus naturally This enhancement makes the TUI more intuitive and accessible for a wider range of users. ## Related Reopening #6102 (accidentally deleted fork)
yindo added the opentui label 2026-02-16 18:10:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#8658