|
6 | 6 | <author><name>Anthropic</name></author> |
7 | 7 | <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md"/> |
8 | 8 | <link rel="self" type="application/atom+xml" href="https://raw.githubusercontent.com/anthropics/claude-code/main/feed.xml"/> |
9 | | - <updated>2026-07-01T20:45:29Z</updated> |
| 9 | + <updated>2026-07-02T23:35:12Z</updated> |
| 10 | + <entry> |
| 11 | + <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.199</id> |
| 12 | + <title>Claude Code v2.1.199</title> |
| 13 | + <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.199"/> |
| 14 | + <updated>2026-07-02T23:35:12Z</updated> |
| 15 | + <content type="html"><p>• Stacked slash-skill invocations like /skill-a /skill-b do XYZ now load all leading skills (up to 5), not just the first</p> |
| 16 | +<p>• Fixed SSL certificate errors (TLS-inspecting proxies, missing NODE_EXTRA_CA_CERTS, expired certs) burning retries before showing actionable guidance — they now fail immediately with the fix hint</p> |
| 17 | +<p>• Fixed streaming responses being discarded when the API emits a mid-stream overloaded/server error after partial output — the partial is now kept with an incomplete-response notice</p> |
| 18 | +<p>• Fixed subagents cut off by a rate limit or server error silently failing instead of returning their partial work to the parent</p> |
| 19 | +<p>• Fixed subagents reporting API errors (e.g. usage limit reached) as successful results — the error is now reported to the parent agent</p> |
| 20 | +<p>• Fixed the background-agent daemon on Linux killing itself and every running agent every ~50 seconds after an unclean shutdown left a corrupted worker record</p> |
| 21 | +<p>• Fixed background agents failing to cold-start over SSH on macOS with "Could not switch to audit session" (regression in 2.1.196)</p> |
| 22 | +<p>• Fixed claude stop being silently undone when it raced a background-agent respawn — the respawn now honors the stop</p> |
| 23 | +<p>• Fixed background job progress indicators stalling for minutes while the job ran long commands</p> |
| 24 | +<p>• Fixed background sessions on memory-starved machines showing a generic error — they now indicate low memory and suggest freeing resources</p> |
| 25 | +<p>• Fixed remote sessions briefly flapping between Working and Idle in the agent view when a background agent completes</p> |
| 26 | +<p>• Fixed idle subagents vanishing from the agent panel while other subagents were still working; surplus idle agents now collapse into an expandable summary row</p> |
| 27 | +<p>• Fixed typing /model or /fast while viewing a subagent silently opening the lead's model picker — a notice now explains the command applies to the lead</p> |
| 28 | +<p>• Fixed SessionStart, Setup, and SubagentStart hooks silently hiding stderr when exiting with code 2 — the error is now shown in the transcript</p> |
| 29 | +<p>• Fixed claude --dangerously-skip-permissions daemon &lt;subcommand&gt; being treated as a chat prompt instead of running the subcommand</p> |
| 30 | +<p>• Fixed SendMessage silently misrouting when a re-spawned agent reuses a previous agent's name — the tool now detects the mismatch and asks the caller to retarget</p> |
| 31 | +<p>• Fixed opening or resuming a session with no new messages needlessly growing the transcript file</p> |
| 32 | +<p>• Fixed backgrounding a session with ← or /background dropping its /color from the agent view row</p> |
| 33 | +<p>• Fixed resetting a corrupted config file from the startup recovery dialog destroying it unrecoverably — it now backs up the file first</p> |
| 34 | +<p>• Fixed Claude in Chrome repeatedly opening the reconnect page when sessions run from different builds or config directories</p> |
| 35 | +<p>• Fixed plan mode not prompting for state-changing browser tool calls; read-only browser_batch calls are now correctly auto-allowed</p> |
| 36 | +<p>• Transient server rate-limit errors (429s unrelated to your usage limit) are now retried automatically with backoff for subscribers instead of failing the turn</p> |
| 37 | +<p>• CLAUDE_CODE_RETRY_WATCHDOG now raises the default retry count for non-capacity transient errors to 300 and lifts the cap of 15 on CLAUDE_CODE_MAX_RETRIES</p> |
| 38 | +<p>• claude agents session rows now show pull-request links as bare #N without the redundant "PR" label</p></content> |
| 39 | + </entry> |
10 | 40 | <entry> |
11 | 41 | <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.198</id> |
12 | 42 | <title>Claude Code v2.1.198</title> |
|
442 | 472 | <p>• Stopped promoting /loop in remote sessions, where pending loops don't keep the container alive</p> |
443 | 473 | <p>• [VSCode] Fixed PowerShell tool calls rendering as raw JSON instead of a proper command display and permission dialog, and stripped ANSI escape codes from displayed shell output</p></content> |
444 | 474 | </entry> |
445 | | - <entry> |
446 | | - <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.170</id> |
447 | | - <title>Claude Code v2.1.170</title> |
448 | | - <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.170"/> |
449 | | - <updated>2026-06-09T17:23:03Z</updated> |
450 | | - <content type="html"><p>• Introducing Claude Fable 5: a Mythos-class model that we’ve made safe for general use. Fable’s capabilities exceed those of any model we’ve ever made generally available. Update to version 2.1.170 for access. https://www.anthropic.com/news/claude-fable-5-mythos-5</p> |
451 | | -<p>• Fixed sessions not saving transcripts (and not appearing in --resume) when launched from the VS Code integrated terminal or any shell that inherited Claude Code environment variables.</p></content> |
452 | | - </entry> |
453 | 475 | </feed> |
0 commit comments