v2.1.195
2.1.195
Highlights:
- Write tool explicitly writes files to the local filesystem to ensure safer handling and clear provenance
- Voice-dictation auto-submit triggers for Japanese, Chinese, Thai (no spaces), enabling correct submission
CLI changelog
- Added CLAUDE_CODE_DISABLE_MOUSE_CLICKS to disable mouse click/drag/hover in fullscreen mode while keeping wheel scroll
- Fixed hook matchers with hyphenated identifiers (e.g. code-reviewer, mcpbrave-search) accidentally substring-matching — they now exact-match. Use mcpbrave-search.* to match all tools from a hyphenated MCP server.
- Fixed voice dictation on macOS capturing silence in long-running sessions after the default input device changes
- Fixed voice dictation auto-submit never firing for languages written without spaces (Japanese, Chinese, Thai)
- Fixed external plugins enabled only by project .claude/settings.json not requiring explicit install consent on every loader path
- Fixed /plugin Enable/Disable not working when a plugin's plugin.json name differs from its marketplace entry name
- Fixed background jobs disappearing from claude agents or losing data when written by a newer Claude Code version
- Fixed reopening a crashed background task showing a blank screen for up to 5 seconds instead of its restart
- Fixed background agent daemons running unreachable when the control socket fails to start, blocking restarts
- Improved voice mode on Linux: now distinguishes "no microphone" from "SoX not installed" when SoX is present but no audio capture device exists
- Improved claude agents completed list to fill available vertical space; on short terminals the header compacts so live sessions stay visible
- Improved Remote session startup with a provisioning checklist while the container starts
Source: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md#21195
Metadata
-
Time since 2.1.193 release: 6h 42m 45s
-
Bundle file size: +505.3 kB (+1.7%)
-
Prompt files: +3 (+15.8%)
-
Prompt tokens: +2,092 (+9.3%)
Prompt token mix by kind:
- tools: 49.0%→53.4%
- system-reminder: 38.1%→34.8%
- system-data: 5.9%→5.4%
- skill: 3.0%→2.7%
- system: 2.6%→2.4%
- agent: 1.4%→1.3%
Files:
- metadata: 3e2049a/meta/metadata.md#diff-a08dfa163baef97ea4f56d29009ac65f5f7dbc46e3a58e80d7aa06a2a2520899L10-R10
- prompt stats: 3e2049a/meta/prompt-stats.md#diff-fa8e31336ece71d159f37b6fd4ed0c61939849140bd5c08c7ca793b5b2ae7f58L1-R1
Other prompt changes
- Write tool writes files to the local filesystem.
Links: