Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · claude-code

Week 23 · June 1–5, 2026 changed

whats-new/2026-w23

Nearest release: v2.1.260, published 2 hours before this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+7added
Lines−7removed
From line 3 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits2to this page, all time

The whole hunk

from line 3, old and new numbered
/
lines
from line 3
33> Run auto mode on Amazon Bedrock, Google Cloud's Agent Platform, and Microsoft Foundry, prompt before writing files that can run code in acceptEdits mode, list installed plugins with /plugin list, and require an approved version range for managed deployments.
44 
55<div className="digest-meta">
6 <span>Releases <a href="/docs/docs/en/changelog#2-1-158">v2.1.158 → v2.1.165</a></span>
6 <span>Releases <a href="/docs/en/changelog#2-1-158">v2.1.158 → v2.1.165</a></span>
77 <span>4 features · June 1–5</span>
88</div>
99 
from line 21
2121 export CLAUDE_CODE_ENABLE_AUTO_MODE=1
2222 ```
2323 
24 <a className="digest-feature-link" href="/docs/docs/en/permission-modes#enable-auto-mode-on-bedrock-agent-platform-or-foundry">Auto mode on third-party providers</a>
24 <a className="digest-feature-link" href="/docs/en/permission-modes#enable-auto-mode-on-bedrock-agent-platform-or-foundry">Auto mode on third-party providers</a>
2525</div>
2626 
2727<div className="digest-feature">
from line 38
3838 claude --permission-mode acceptEdits
3939 ```
4040 
41 <a className="digest-feature-link" href="/docs/docs/en/permission-modes#protected-paths">Protected paths</a>
41 <a className="digest-feature-link" href="/docs/en/permission-modes#protected-paths">Protected paths</a>
4242</div>
4343 
4444<div className="digest-feature">
from line 55
5555 > /plugin list --enabled
5656 ```
5757 
58 <a className="digest-feature-link" href="/docs/docs/en/plugins-reference#plugin-list">Plugin commands</a>
58 <a className="digest-feature-link" href="/docs/en/plugins-reference#plugin-list">Plugin commands</a>
5959</div>
6060 
6161<div className="digest-feature">
from line 74
7474 }
7575 ```
7676 
77 <a className="digest-feature-link" href="/docs/docs/en/admin-setup#decide-what-to-enforce">Decide what to enforce</a>
77 <a className="digest-feature-link" href="/docs/en/admin-setup#decide-what-to-enforce">Decide what to enforce</a>
7878</div>
7979 
8080<div className="digest-wins">
from line 81
8181 <p className="digest-wins-title">Other wins</p>
8282 
8383 <div className="digest-wins-grid">
84 <div>The trigger keyword for <a href="/docs/docs/en/workflows">dynamic workflows</a> changed from <code>workflow</code> to <code>ultracode</code>; asking for a workflow in your own words still works, and the keyword is highlighted in violet in the prompt</div>
85 <div><a href="/docs/docs/en/hooks">Stop and SubagentStop hooks</a> can return <code>hookSpecificOutput.additionalContext</code> to give Claude feedback and keep the turn going instead of being treated as an error</div>
84 <div>The trigger keyword for <a href="/docs/en/workflows">dynamic workflows</a> changed from <code>workflow</code> to <code>ultracode</code>; asking for a workflow in your own words still works, and the keyword is highlighted in violet in the prompt</div>
85 <div><a href="/docs/en/hooks">Stop and SubagentStop hooks</a> can return <code>hookSpecificOutput.additionalContext</code> to give Claude feedback and keep the turn going instead of being treated as an error</div>
8686 <div><code>claude mcp</code> list, get, and add no longer print secrets: environment-variable references are not expanded, and credential headers and URL secrets are redacted</div>
8787 <div>A failed Bash command in a parallel tool batch no longer cancels the others; each tool returns its own result independently</div>
8888 <div>Editing a file no longer needs a separate Read first when you viewed it with a single-file <code>grep</code>, <code>egrep</code>, or <code>fgrep</code></div>