Anthropic: Claude Code v2.1.195 — mouse disabling, improved voice dictation, and hook fixes
Claude Code v2.1.195 is a minor QoL update that introduces a new env variable for disabling mouse clicks in fullscreen mode, fixes for hyphenated hook matchers, and improved voice dictation on macOS for CJK languages.
This article was generated using artificial intelligence from primary sources.
What does Claude Code v2.1.195 bring?
Anthropic released Claude Code v2.1.195 on June 26, 2026 — a minor update targeting quality-of-life (QoL) improvements for everyday users of the AI-assisted coding CLI tool.
New mouse control
The central addition is the CLAUDE_CODE_DISABLE_MOUSE_CLICKS environment variable, which lets users completely disable mouse clicks when Claude Code runs in fullscreen mode. This option is aimed at keyboard-centric development environments and TUI (terminal user interface) setups where accidental clicks disrupt the workflow.
Hooks and voice dictation
The hyphenated hook matcher fixes resolve a bug affecting users with hook names containing hyphens (e.g., pre-tool-use) that were not firing configured rules correctly. Hooks — automated triggers that execute scripts on specific Claude Code events — are essential for advanced workflows.
Voice dictation improvements
Voice dictation has been improved for macOS users and for languages without spaces such as Chinese, Japanese, and Korean (the CJK group). Previous versions had trouble recognizing word boundaries in those languages.
Other changes
In addition to the above, v2.1.195 includes plugin consent fixes, more stable background job handling, and better UI responsiveness inside the agents panel — all continuing the polish that began with v2.1.193.
Frequently Asked Questions
- What is the new CLAUDE_CODE_DISABLE_MOUSE_CLICKS variable?
- It is an environment variable that disables mouse clicks inside the Claude Code terminal in fullscreen mode, useful for users who rely on keyboard-centric workflows or TUI environments.
- What are the differences between v2.1.193 and v2.1.195?
- Version v2.1.195 adds the mouse disable option and fixes hyphenated hook matchers, while v2.1.193 did not contain those changes; both versions were released on June 26, 2026.
Related news
arXiv:2606.26649: Agent instructions converted into formally verified policy-as-code
arXiv:2606.26758: EGG — multi-agent framework generates GPU kernels 2.13x faster than PyTorch
AWS: Stripe launched 100+ AI agents for financial compliance — lessons from production