@@ -6,7 +6,44 @@
66 <author><name>Anthropic</name></author>
77 <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md"/>
88 <link rel="self" type="application/atom+xml" href="https://raw.githubusercontent.com/anthropics/claude-code/main/feed.xml"/>
9- <updated>2026-08-06T00:52:31Z</updated>
9+ <updated>2026-08-07T04:00:51Z</updated>
10+ <entry>
11+ <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.224</id>
12+ <title>Claude Code v2.1.224</title>
13+ <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.224"/>
14+ <updated>2026-08-07T04:00:51Z</updated>
15+ <content type="html"><p>• Added self-hosted environments: claude self-hosted-runner turns your own machines or containers into a place Claude Code web, mobile, and desktop sessions can run, on Team and Enterprise plans</p>
16+<p>• Added archive plugin source: install plugins from a zip over HTTPS without git or npm, with optional SHA-256 pinning</p>
17+<p>• Added a cancel-and-confirm step when removing an unavailable paste changes a command's text</p>
18+<p>• Added ANTHROPIC_BEDROCK_REGION_PREFIX env var for Bedrock to prefer a specific cross-region inference profile over the AWS_REGION-derived one</p>
19+<p>• Added crossSessionInbound and dialogExpiry settings: cross-session messages sent to a session running with bypassed permissions are held for your approval, and messages to other sessions auto-deliver</p>
20+<p>• Added sandbox credential-masking options: extract and onExtractNoMatch for structured env values, decode: "jwt" with maskClaims for JWT-aware masking, and awsPairs/sigv4 for AWS SigV4 re-signing; these need network.tlsTerminate and are honored only from user, managed, or --settings settings</p>
21+<p>• Added cross-session SendMessage: Claude Code sessions can now message each other, on any of your machines, with ListAgents to discover them (macOS and Linux)</p>
22+<p>• Fixed long (&gt;200 char) project paths resolving to another project's session directory under a shared sanitized prefix; session list, rename, fork, delete and /resume no longer cross projects</p>
23+<p>• Fixed SendMessage reporting "Message sent" when the write to a teammate's inbox had actually failed; failed deliveries are now reported as errors</p>
24+<p>• Fixed sandbox filesystem deny entries written with a trailing slash (e.g. denyRead: "~/.aws/") being silently bypassable on Linux and macOS</p>
25+<p>• Fixed sandbox violation details never appearing in Bash tool results; Claude now sees which file or network access was denied and why</p>
26+<p>• Fixed MCP tools that connect mid-turn being deferred for tool search without their names announced to the model</p>
27+<p>• Fixed plugin install records being silently corrupted when the same plugin is installed in multiple projects</p>
28+<p>• Fixed recalled or restored paste content occasionally attaching wrong data or silently losing text when the paste had aged out or placeholder numbers collided</p>
29+<p>• Fixed copy-on-select on Wayland sometimes not reaching the clipboard; the two selection writes no longer race</p>
30+<p>• Fixed the feedback survey's transcript share silently failing on long sessions; a failed share now shows an error instead of a success message</p>
31+<p>• Fixed Remote Control auto-start intermittently failing with "Remote credentials fetch failed" on a cold start with a stale login token</p>
32+<p>• Fixed Remote Control and SDK clients showing a blank "(no content)" message after /clear and other output-less commands</p>
33+<p>• Fixed a Remote Control session recreated after its server session expired uploading prior local conversation history into the new session</p>
34+<p>• Improved fullscreen mode to keep the full pre-compaction history in scrollback across repeated compactions, instead of only the most recent interval</p>
35+<p>• Improved Remote Control: attached web and mobile clients now see compaction progress and the post-compaction boundary instead of a silent pause; /clear resets now propagate to attached clients</p>
36+<p>• Improved Remote Control: connection failures now show a persistent failure indicator with details and a reconnect shortcut, instead of only an 8-second toast</p>
37+<p>• Removed the 200-subagent-per-session spawn cap; long-running sessions no longer refuse new agents (concurrency and depth limits still apply)</p>
38+<p>• Changed managed settings: the approval prompt no longer re-appears after re-login or org switching when the organization's settings are unchanged</p>
39+<p>• Changed the feedback-survey transcript share: with your consent it now also uploads the last request's model settings — the system prompt (which includes your CLAUDE.md instructions), tool definitions, and model parameters. Secrets are redacted as before, and these fields are dropped first if the share is too large</p>
40+<p>• Changed the Bash tool description to always note that command output is displayed to the model, not reliably to the user</p>
41+<p>• Changed recalled paste placeholder numbers to renumber when accepted into the input</p>
42+<p>• Changed Remote Control to archive the stale server session instead of leaving a dead one listed when a fresh session is minted after compaction or /resume</p>
43+<p>• [VSCode] Fixed the extension showing Remote Control as connected after the connection failed</p>
44+<p>• Fixed a session resume silently reconnecting Remote Control after the user turned it off (--resume, SDK hosts, and the VS Code extension)</p>
45+<p>• [VSCode] Fixed sessions not honoring remoteControlAtStartup when explicitly enabled</p></content>
46+ </entry>
1047 <entry>
1148 <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.223</id>
1249 <title>Claude Code v2.1.223</title>
609646 <updated>2026-07-08T00:27:43Z</updated>
610647 <content type="html"><p>• Fixed hook events not streaming during SessionStart hooks in headless sessions, which could cause remote workers to be idle-reaped mid-hook</p></content>
611648 </entry>
612- <entry>
613- <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.203</id>
614- <title>Claude Code v2.1.203</title>
615- <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.203"/>
616- <updated>2026-07-07T21:06:03Z</updated>
617- <content type="html"><p>• Added a warning when your login is about to expire, so you can re-authenticate before background sessions are interrupted</p>
618-<p>• Added a grey ⏸ badge to the footer when in manual permission mode, making the active mode always visible</p>
619-<p>• Added the session's additional working directories to MCP roots/list, with notifications/roots/list_changed sent when the set changes</p>
620-<p>• Fixed opening or switching background agent sessions on macOS stalling for 15–20 seconds due to a false low-memory detection (regression in 2.1.196)</p>
621-<p>• Fixed background sessions becoming permanently unresponsive to attach, replies, and stop when the daemon's session token went stale — the session now recovers automatically</p>
622-<p>• Fixed returning to claude agents silently stopping running subagents and re-running the prompt from scratch — their work now carries over</p>
623-<p>• Fixed a memory and per-turn CPU regression in interactive sessions: the context-usage indicator no longer re-analyzes the entire transcript after every turn</p>
624-<p>• Fixed background agents inheriting a stale PATH from the daemon instead of the dispatching shell, causing missing tools on Windows</p>
625-<p>• Fixed background and agent-view sessions dropping a shell-exported ANTHROPIC_BASE_URL, which sent API keys to the default endpoint and failed with 401</p>
626-<p>• Fixed Bash failing with "argument list too long" in repos with many git worktrees</p>
627-<p>• Fixed worktree-isolated subagents sometimes running shell commands in the parent checkout instead of their own worktree</p>
628-<p>• Fixed worktree creation rejecting nested repositories in multi-repo workspaces, leaving background sessions unable to isolate and edit</p>
629-<p>• Fixed background agents crash-looping when their working directory was deleted, replaced by a file, or became an invalid path — they now fail once with a clear error</p>
630-<p>• Fixed a background daemon auto-upgrade failure silently killing all running background sessions</p>
631-<p>• Fixed TaskStop and TaskOutput failing to find background agents spawned by another agent — errors now list running agents by id and description</p>
632-<p>• Fixed the claude agents composer discarding your typed message when a slash command isn't available there</p>
633-<p>• Fixed the agent list crashing when opening a stopped session whose conversation was already open in another session</p>
634-<p>• Fixed background sessions showing "Needs input" in the agent list after the question was already answered</p>
635-<p>• Fixed background agent startup failures showing only "exit_with_message" instead of the actual error</p>
636-<p>• Fixed background sessions ignoring effortLevel changes in settings.json when forked through the daemon</p>
637-<p>• Fixed attached background sessions ignoring CLAUDE_CODE_DISABLE_MOUSE and CLAUDE_CODE_DISABLE_MOUSE_CLICKS opt-outs</p>
638-<p>• Fixed /exit incorrectly warning about running background agents after all named agents had completed</p>
639-<p>• Fixed background sessions started from a non-git directory unable to edit files when a WorktreeCreate hook was configured</p>
640-<p>• Fixed the @ directory picker in claude agents not showing registered git worktrees</p>
641-<p>• Fixed background task output on Windows being permanently replaced by an empty file after /clear</p>
642-<p>• Fixed content jumping when scrolling up through long transcript history</p>
643-<p>• Fixed the terminal flickering and jumping while typing in bash mode when a shell-history suggestion was shown</p>
644-<p>• Fixed literal ^[[I / ^[[O escape codes being printed when reattaching to a background session</p>
645-<p>• Fixed LSP-only plugins being incorrectly flagged for disuse when their language servers deliver diagnostics or answer navigation requests</p>
646-<p>• Improved responsiveness while long responses stream: live-preview updates no longer re-render the whole screen</p>
647-<p>• Improved subagent behavior: agents are now less likely to re-delegate their entire task to another subagent</p>
648-<p>• Reduced binary size by ~7 MB and startup memory by ~7 MB by loading a large bundled dependency lazily instead of inlining it</p>
649-<p>• Changed left arrow to no longer close the background tasks, diff, and workflow detail views — press Esc instead</p>
650-<p>• Changed the empty claude agents view to always show the organized sections (Needs input / Working / Completed) with descriptions</p>
651-<p>• Removed the startup "claude command missing or broken" warnings — they now appear in /doctor and /status instead</p>
652-<p>• Removed a redundant navigation hint from the claude agents footer</p>
653-<p>• [VSCode] Added a Settings toggle for "Enable Remote Control for all sessions"</p></content>
654- </entry>
655649</feed>