releaseintermediate
[Release] anthropics/claude-code v2.1.195: v2.1.195
By ashwin-antgithub
View original on githubClaude Code v2.1.195 release introduces environment variable control for mouse interactions, fixes critical issues with hook matchers, voice dictation across multiple platforms, plugin management, and background job persistence. Key improvements include better error messaging for voice mode on Linux, enhanced UI for agent management, and more reliable remote session provisioning. This update addresses stability and usability concerns across macOS, Linux, and remote environments.
Key Points
- •Added `CLAUDE_CODE_DISABLE_MOUSE_CLICKS` environment variable to disable mouse interactions in fullscreen mode while preserving wheel scroll functionality
- •Fixed hook matchers to use exact matching instead of substring matching for hyphenated identifiers (e.g., `code-reviewer`, `mcp__brave-search`); use `mcp__brave-search__.*` pattern for matching all tools from hyphenated MCP servers
- •Resolved voice dictation issues on macOS when input device changes during long-running sessions, preventing silence capture
- •Fixed voice dictation auto-submit for space-less languages (Japanese, Chinese, Thai) that were previously failing to trigger submission
- •Fixed external plugins enabled via project `.claude/settings.json` to no longer require explicit install consent on every loader path
- •Corrected `/plugin` Enable/Disable commands to work when plugin `plugin.json` name differs from marketplace entry name
- •Fixed background jobs persistence issue where data was lost or jobs disappeared when written by newer Claude Code versions
- •Improved background task restart experience by eliminating 5-second blank screen delay when reopening crashed tasks
- •Fixed background agent daemon connectivity issues that blocked restarts when control socket failed to start
- •Enhanced Linux voice mode error messaging to distinguish between missing microphone and missing SoX installation
Found this useful? Add it to a playbook for a step-by-step implementation guide.
Workflow Diagram
Start Process
Step A
Step B
Step C
Complete