mirror of
https://github.com/anthropics/claude-code.git
synced 2026-07-24 13:03:29 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
015170d3fd |
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 2.1.215
|
||||
|
||||
- Claude no longer runs the `/verify` and `/code-review` skills on its own; invoke them with `/verify` or `/code-review` when you want them
|
||||
|
||||
## 2.1.214
|
||||
|
||||
- Fixed single-segment `dir/**` allow rules like `Edit(src/**)` auto-approving writes to nested `dir/` directories anywhere in the tree instead of only `<cwd>/dir`
|
||||
|
||||
30
feed.xml
30
feed.xml
@@ -6,7 +6,14 @@
|
||||
<author><name>Anthropic</name></author>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md"/>
|
||||
<link rel="self" type="application/atom+xml" href="https://raw.githubusercontent.com/anthropics/claude-code/main/feed.xml"/>
|
||||
<updated>2026-07-18T01:20:23Z</updated>
|
||||
<updated>2026-07-19T02:55:54Z</updated>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.215</id>
|
||||
<title>Claude Code v2.1.215</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.215"/>
|
||||
<updated>2026-07-19T02:55:54Z</updated>
|
||||
<content type="html"><p>• Claude no longer runs the /verify and /code-review skills on its own; invoke them with /verify or /code-review when you want them</p></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.214</id>
|
||||
<title>Claude Code v2.1.214</title>
|
||||
@@ -577,25 +584,4 @@
|
||||
<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></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.193</id>
|
||||
<title>Claude Code v2.1.193</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.193"/>
|
||||
<updated>2026-06-25T21:45:51Z</updated>
|
||||
<content type="html"><p>• Added autoMode.classifyAllShell setting to route all Bash/PowerShell commands through the auto-mode classifier instead of only arbitrary-code-execution patterns</p>
|
||||
<p>• Added auto-mode denial reasons to the transcript, the denial toast, and /permissions recent denials</p>
|
||||
<p>• Added claude_code.assistant_response OpenTelemetry log event containing the model's response text. Redacted unless OTEL_LOG_ASSISTANT_RESPONSES=1; when that var is unset it follows OTEL_LOG_USER_PROMPTS, so deployments that already log prompt content will start receiving response content on upgrade — set OTEL_LOG_ASSISTANT_RESPONSES=0 to keep prompts-only.</p>
|
||||
<p>• Added live file path autocomplete to bash mode (!)</p>
|
||||
<p>• Added a startup notice when MCP servers need authentication, pointing at /mcp</p>
|
||||
<p>• Added automatic memory-pressure reaping for idle background shell commands (disable with CLAUDE_CODE_DISABLE_BG_SHELL_PRESSURE_REAP=1)</p>
|
||||
<p>• Fixed /model and other client-data-gated UI showing stale/empty state immediately after /login</p>
|
||||
<p>• Fixed backgrounding (←←) spuriously cancelling with "N background tasks would be abandoned" when all running tasks carry over to the new session</p>
|
||||
<p>• Fixed pinned background agents being re-prompted to "Continue from where you left off" after every auto-update</p>
|
||||
<p>• Fixed backgrounding the main turn spawning a phantom "general-purpose (resumed)" subagent that re-ran the main conversation</p>
|
||||
<p>• Fixed agent panel hiding sibling agents when viewing a subagent</p>
|
||||
<p>• Improved background agents: the launch result no longer instructs Claude to "end your response" — it keeps working on other tasks while the agent runs</p>
|
||||
<p>• Improved MCP headersHelper auth: the helper now re-runs and reconnects automatically when a tool call returns 401/403</p>
|
||||
<p>• Improved plugin auto-rename: marketplace renames maps are now followed automatically, updating your settings to the new name</p>
|
||||
<p>• Improved /add-dir message when the directory is already a working directory</p></content>
|
||||
</entry>
|
||||
</feed>
|
||||
|
||||
Reference in New Issue
Block a user