[FEATURE]

Open 💬 0 comments Opened Jul 8, 2026 by vasiliki1996Sympower

Preflight Checklist

  • [x] I have searched existing requests and this feature hasn't been requested yet
  • [x] This is a single feature request (not multiple features)

Problem Statement

Description:
When Claude presents a multiple-choice prompt (e.g., Yes/No or a list of options) and I click anywhere with the mouse, the currently highlighted option gets selected and submitted immediately — even if I didn't intend to confirm it yet.

Expected behavior:
Clicking/hovering should only move the highlight to an option, not submit it. The selection should only be confirmed when I explicitly press Enter.

Actual behavior:
A mouse click appears to be treated as an implicit "confirm," so I sometimes submit the wrong (highlighted-by-default) option by accident, without a chance to review my choice first.

Impact:
This makes it easy to accidentally approve/select something unintended, especially on prompts with a pre-highlighted "recommended" option — which is risky when the choice affects a real action (e.g., approving a tool call).

Proposed Solution

i would like to require Enter (or an explicit click directly on the option text/button) to confirm a selection; mouse movement/click elsewhere should only change focus/highlight, not submit.

Alternative Solutions

_No response_

Priority

High - Significant impact on productivity

Feature Category

CLI commands and flags

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗