diff --git a/CHANGELOG.md b/CHANGELOG.md
index 534a987d5..3fa4a5d2b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## 2.1.195
+
+- 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`, `mcp__brave-search`) accidentally substring-matching — they now exact-match. Use `mcp__brave-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
+
## 2.1.193
- Added `autoMode.classifyAllShell` setting to route all Bash/PowerShell commands through the auto-mode classifier instead of only arbitrary-code-execution patterns
diff --git a/feed.xml b/feed.xml
index 2e5018343..7c12cc2ce 100644
--- a/feed.xml
+++ b/feed.xml
@@ -6,7 +6,25 @@
Anthropic
- 2026-06-25T21:45:51Z
+ 2026-06-26T21:29:36Z
+
+ https://github.com/anthropics/claude-code/releases/tag/v2.1.195
+ Claude Code v2.1.195
+
+ 2026-06-26T21:29:36Z
+ <p>• Added CLAUDE_CODE_DISABLE_MOUSE_CLICKS to disable mouse click/drag/hover in fullscreen mode while keeping wheel scroll</p>
+<p>• Fixed hook matchers with hyphenated identifiers (e.g. code-reviewer, mcp__brave-search) accidentally substring-matching — they now exact-match. Use mcp__brave-search__.* to match all tools from a hyphenated MCP server.</p>
+<p>• Fixed voice dictation on macOS capturing silence in long-running sessions after the default input device changes</p>
+<p>• Fixed voice dictation auto-submit never firing for languages written without spaces (Japanese, Chinese, Thai)</p>
+<p>• Fixed external plugins enabled only by project .claude/settings.json not requiring explicit install consent on every loader path</p>
+<p>• Fixed /plugin Enable/Disable not working when a plugin's plugin.json name differs from its marketplace entry name</p>
+<p>• Fixed background jobs disappearing from claude agents or losing data when written by a newer Claude Code version</p>
+<p>• Fixed reopening a crashed background task showing a blank screen for up to 5 seconds instead of its restart</p>
+<p>• Fixed background agent daemons running unreachable when the control socket fails to start, blocking restarts</p>
+<p>• Improved voice mode on Linux: now distinguishes "no microphone" from "SoX not installed" when SoX is present but no audio capture device exists</p>
+<p>• Improved claude agents completed list to fill available vertical space; on short terminals the header compacts so live sessions stay visible</p>
+<p>• Improved Remote session startup with a provisioning checklist while the container starts</p>
+ https://github.com/anthropics/claude-code/releases/tag/v2.1.193Claude Code v2.1.193
@@ -404,31 +422,4 @@
2026-06-06T01:33:29Z<p>• Bug fixes and reliability improvements</p>
-
- https://github.com/anthropics/claude-code/releases/tag/v2.1.166
- Claude Code v2.1.166
-
- 2026-06-06T00:55:12Z
- <p>• Added fallbackModel setting to configure up to three fallback models tried in order when the primary model is overloaded or unavailable; --fallback-model now also applies to interactive sessions</p>
-<p>• Added glob pattern support in deny rule tool-name position ("*" denies all tools); allow rules reject non-MCP globs, and unknown tool names in deny rules warn at startup</p>
-<p>• Hardened cross-session messaging: messages relayed via SendMessage from other Claude sessions no longer carry user authority — receivers refuse relayed permission requests, and auto mode blocks them</p>
-<p>• MAX_THINKING_TOKENS=0, --thinking disabled, and the per-model thinking toggle now disable thinking on models that think by default via the Claude API (3P providers unchanged)</p>
-<p>• Claude Code now retries a turn once on the fallback model when the API rejects an unexpected non-retryable error; auth, rate-limit, request-size, and transport errors still surface immediately</p>
-<p>• claude update now announces the target version before downloading instead of going silent</p>
-<p>• claude agents: typing a URL into the list now filters to the session whose first prompt contained it</p>
-<p>• Fixed a recurring "image could not be processed" error and extra token usage when an unprocessable image was sent in a session</p>
-<p>• Fixed remote sessions becoming permanently stuck when a brief backend disruption occurred during worker registration at startup</p>
-<p>• Fixed flickering in JetBrains IDE terminals (IntelliJ, PyCharm, WebStorm, etc.) on 2026.1+ by enabling synchronized output</p>
-<p>• Fixed Shift+non-ASCII characters (e.g. Shift+ä → Ä) being dropped in terminals using the Kitty keyboard protocol (WezTerm, Ghostty, kitty)</p>
-<p>• Fixed PowerShell command validation occasionally hanging far past its time budget on Windows when a killed process's children held its output pipes</p>
-<p>• Fixed orphaned claude --bg-pty-host processes spinning at 100% CPU after the daemon dies while connected on macOS</p>
-<p>• Fixed voice mode requiring /login to clear a stale auth check after toggling /voice</p>
-<p>• Fixed managed settings with an invalid entry silently disabling enforcement of their remaining valid policies</p>
-<p>• Fixed managed-settings allowedMcpServers/deniedMcpServers predicates not matching when they use ${VAR} references</p>
-<p>• Fixed background agent sessions that entered a git worktree crash-looping with "No conversation found" when reopened from claude agents</p>
-<p>• Fixed duplicated thinking text in the Ctrl+O transcript view while streaming</p>
-<p>• Fixed /doctor showing a contradictory failed "Not inside a remote session" check when run inside a remote session</p>
-<p>• Fixed the cursor sticking at the end of the first line when typing a multiline prompt in the claude agents dispatch and reply inputs</p>
-<p>• Fixed blank lines appearing between background agent rows in the task list on terminals without Unicode support</p>
-