|
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-05-29T20:20:32Z</updated> |
| 9 | + <updated>2026-05-30T02:42:09Z</updated> |
| 10 | + <entry> |
| 11 | + <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.158</id> |
| 12 | + <title>Claude Code v2.1.158</title> |
| 13 | + <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.158"/> |
| 14 | + <updated>2026-05-30T02:42:09Z</updated> |
| 15 | + <content type="html"><p>• Auto mode is now available on Bedrock, Vertex, and Foundry for Opus 4.7 and Opus 4.8. Opt in by setting CLAUDE_CODE_ENABLE_AUTO_MODE=1</p></content> |
| 16 | + </entry> |
10 | 17 | <entry> |
11 | 18 | <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.157</id> |
12 | 19 | <title>Claude Code v2.1.157</title> |
|
634 | 641 | <p>• Improved error message when --worktree collides with an existing or stale worktree</p> |
635 | 642 | <p>• Changed plugin marketplace removal key to d (matching delete elsewhere) instead of r which collided with retry</p></content> |
636 | 643 | </entry> |
637 | | - <entry> |
638 | | - <id>https://github.com/anthropics/claude-code/releases/tag/v2.1.133</id> |
639 | | - <title>Claude Code v2.1.133</title> |
640 | | - <link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.133"/> |
641 | | - <updated>2026-05-18T01:52:01Z</updated> |
642 | | - <content type="html"><p>• Added worktree.baseRef setting (fresh | head) to choose whether --worktree, EnterWorktree, and agent-isolation worktrees branch from origin/&lt;default&gt; or local HEAD. Note: the default fresh changes EnterWorktree's base back to origin/&lt;default&gt; (it has been local HEAD since 2.1.128) — set worktree.baseRef: "head" to keep unpushed commits in new worktrees</p> |
643 | | -<p>• Added sandbox.bwrapPath and sandbox.socatPath managed settings (Linux/WSL) to specify custom bubblewrap and socat binary locations</p> |
644 | | -<p>• Added parentSettingsBehavior admin-tier key ('first-wins' | 'merge') to let admins opt SDK managedSettings (parent tier) into the policy merge</p> |
645 | | -<p>• Hooks now receive the active effort level via the effort.level JSON input field and the $CLAUDE_EFFORT environment variable, and Bash tool commands can read $CLAUDE_EFFORT</p> |
646 | | -<p>• Improved focus mode behavior</p> |
647 | | -<p>• Improved memory usage by releasing warm-spare background workers under memory pressure</p> |
648 | | -<p>• Fixed parallel sessions all dead-ending at 401 after a refresh-token race wiped shared credentials</p> |
649 | | -<p>• Fixed Edit/Write allow rules scoped to a drive root (C:\) or POSIX / matching incorrectly and always prompting</p> |
650 | | -<p>• Fixed an unhandled rejection (ECOMPROMISED) when a history or session-log file lock is compromised by clock skew or slow disk</p> |
651 | | -<p>• Fixed pressing Esc during conversation compaction showing a spurious "Error compacting conversation" notification</p> |
652 | | -<p>• Fixed HTTP(S)_PROXY / NO_PROXY / mTLS not being respected for the full MCP OAuth flow including discovery, dynamic client registration, token exchange, and token refresh</p> |
653 | | -<p>• Fixed Read/Write/Edit being denied on mapped network drives passed via --add-dir / SDK additionalDirectories</p> |
654 | | -<p>• Fixed Remote Control stop/interrupt from claude.ai not fully canceling the CLI session the same way local Esc does, causing queued messages to never advance after interrupting a stuck tool or prompt</p> |
655 | | -<p>• Fixed /effort in one session unexpectedly changing the effort level of other concurrent sessions, and a related issue where an IDE effort change could be silently dropped</p> |
656 | | -<p>• Fixed subagents not discovering project, user, or plugin skills via the Skill tool</p> |
657 | | -<p>• claude --help now lists --remote-control alongside --remote-control-session-name-prefix</p> |
658 | | -<p>• [VSCode] Fixed claudeCode.claudeProcessWrapper failing with "Unsupported platform" when the extension build doesn't bundle a Claude binary</p></content> |
659 | | - </entry> |
660 | 644 | </feed> |
0 commit comments