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>