Skip to content

v2.1.195

Choose a tag to compare

@marckrenn marckrenn released this 26 Jun 21:44
· 15 commits to main since this release

2.1.195

(☝ Click to see full diff.)

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:

Other prompt changes

  1. Write tool writes files to the local filesystem.

Links:

  1. 22e4ca3/system-prompts/tool-description-write.md#diff-9c34cc0e7d9c17b756de147507de09c530bbab89236f20357009c4ab54a14f9aR18