[FEATURE]

Open 💬 0 comments Opened Jun 30, 2026 by dotknewt

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

CLAUDE_CODE_DISABLE_MOUSE_CLICKS=1 disables option selection, but also disables text selection using the mouse, which is a disierable feature.

Proposed Solution

CLAUDE_CODE_DISABLE_MOUSE_CLICKS_OPTION=1 which keeps scroll wheel and text selection enabled, only disabling the ability to click/accept a approach suggested by agent.

Alternative Solutions

CLAUDE_CODE_DISABLE_MOUSE="select|scroll|click|all"`

Priority

Medium - Would be very helpful

Feature Category

CLI commands and flags

Use Case Example

_No response_

Additional Context

_No response_

View original on GitHub ↗