After the /rewind wave, Claude Code keeps shipping fast. Versions 2.1.193 and 2.1.195 bring no big headline, but plenty of friction removal in exactly the spots where power users bump into rough edges every day.
Mouse clicks in fullscreen — now optional
With CLAUDE_CODE_DISABLE_MOUSE_CLICKS you can turn off click, drag, and hover in fullscreen mode while keeping wheel scroll. Sounds small, but it’s worth a lot if you work in a terminal where native mouse text selection matters more than the TUI clicks. Finally a choice instead of forced behavior.
Voice dictation that no longer runs into the void
Voice mode got several fixes at once:
- On macOS, dictation in long sessions suddenly recorded silence whenever the default input device changed. Fixed.
- For languages written without spaces — Japanese, Chinese, Thai — auto-submit never fired. Also fixed.
- On Linux, Claude Code now cleanly distinguishes “no microphone” from “SoX not installed” when there’s no capture device.
These are the classic stumbling blocks you only notice once they’re gone.
Background agents stay visible
The second big chunk concerns the claude agents overview. Background jobs no longer disappear or lose data when written by a newer Claude Code version. A crashed background task no longer shows a blank screen for up to five seconds when reopened. And the completed list now fills the available height — on short terminals the header compacts so live sessions stay in view.
There are detail fixes plugin users will appreciate too: hook matchers with hyphens (like code-reviewer or mcp__brave-search) now match exactly instead of accidentally as a substring. And /plugin Enable/Disable works even when the plugin’s name differs from its marketplace entry.
My take
It’s always the same pattern — and that’s exactly why I like these releases. No stage, no hype, just a hundred small edges sanded down. /rewind, MCP login, now mouse and voice polish: week after week, Anthropic smooths Claude Code right where it snags in daily use. The tool isn’t getting flashier, it’s getting more reliable. And reliability is what counts in the end when you work with it for hours.
Sources: Claude Code Releases, Claude Code CHANGELOG