mirror of
https://github.com/anthropics/claude-code.git
synced 2026-06-18 05:13:32 +00:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1b7380874c |
12
CHANGELOG.md
12
CHANGELOG.md
@@ -1,5 +1,17 @@
|
||||
# Changelog
|
||||
|
||||
## 2.1.179
|
||||
|
||||
- Fixed mid-stream connection drops: partial responses are now preserved instead of showing a raw error, and the spinner no longer gets stuck at "running tool"
|
||||
- Fixed mouse-wheel scrolling in WSL2 under Windows Terminal and VS Code (regression in 2.1.172)
|
||||
- Fixed a sandbox `denyRead`/`allowRead` glob over a large directory tree making the Bash tool description enormous and the session unusable on Linux
|
||||
- Fixed the feedback survey capturing a single-digit reply as a session rating immediately after a turn completes
|
||||
- Fixed the welcome screen stacking multiple promotional banners — at most one promo now shows per session
|
||||
- Fixed Ctrl+O not showing the subagent's transcript when viewing a subagent
|
||||
- Fixed clicking the prompt input not returning focus from the subagent/footer panel
|
||||
- Fixed remote session background tasks appearing stuck as "still running" between turns
|
||||
- Improved plugin loading performance in remote sessions
|
||||
|
||||
## 2.1.178
|
||||
|
||||
- Added `Tool(param:value)` syntax for permission rules to match a tool's input parameters (with `*` wildcard), e.g. `Agent(model:opus)` to block Opus subagents
|
||||
|
||||
24
feed.xml
24
feed.xml
@@ -6,7 +6,22 @@
|
||||
<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-06-15T21:35:48Z</updated>
|
||||
<updated>2026-06-16T20:22:06Z</updated>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.179</id>
|
||||
<title>Claude Code v2.1.179</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.179"/>
|
||||
<updated>2026-06-16T20:22:06Z</updated>
|
||||
<content type="html"><p>• Fixed mid-stream connection drops: partial responses are now preserved instead of showing a raw error, and the spinner no longer gets stuck at "running tool"</p>
|
||||
<p>• Fixed mouse-wheel scrolling in WSL2 under Windows Terminal and VS Code (regression in 2.1.172)</p>
|
||||
<p>• Fixed a sandbox denyRead/allowRead glob over a large directory tree making the Bash tool description enormous and the session unusable on Linux</p>
|
||||
<p>• Fixed the feedback survey capturing a single-digit reply as a session rating immediately after a turn completes</p>
|
||||
<p>• Fixed the welcome screen stacking multiple promotional banners — at most one promo now shows per session</p>
|
||||
<p>• Fixed Ctrl+O not showing the subagent's transcript when viewing a subagent</p>
|
||||
<p>• Fixed clicking the prompt input not returning focus from the subagent/footer panel</p>
|
||||
<p>• Fixed remote session background tasks appearing stuck as "still running" between turns</p>
|
||||
<p>• Improved plugin loading performance in remote sessions</p></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.178</id>
|
||||
<title>Claude Code v2.1.178</title>
|
||||
@@ -402,11 +417,4 @@
|
||||
<p>• Pressing backspace right after a workflow trigger keyword now dismisses the workflow request (same as alt+w) instead of deleting a character</p>
|
||||
<p>• Added a "Workflow keyword trigger" setting in /config to stop the word "workflow" in a prompt from triggering a dynamic workflow</p></content>
|
||||
</entry>
|
||||
<entry>
|
||||
<id>https://github.com/anthropics/claude-code/releases/tag/v2.1.156</id>
|
||||
<title>Claude Code v2.1.156</title>
|
||||
<link rel="alternate" type="text/html" href="https://github.com/anthropics/claude-code/releases/tag/v2.1.156"/>
|
||||
<updated>2026-05-29T01:42:17Z</updated>
|
||||
<content type="html"><p>• Fixed an issue when using Opus 4.8 where thinking blocks were modified, leading to API errors.</p></content>
|
||||
</entry>
|
||||
</feed>
|
||||
|
||||
Reference in New Issue
Block a user