The whole hunk
from line 3, old and new numbered
/
lines
from line 3
33> Claude Sonnet 5 becomes the default model, Claude in Chrome reaches general availability, subagents run in the background by default, Claude Desktop arrives on Linux in beta, and /radio tunes into Claude FM.
44
55<div className="digest-meta">
6 <span>Releases <a href="/docs/docs/en/changelog#2-1-195">v2.1.195 → v2.1.201</a></span>
6 <span>Releases <a href="/docs/en/changelog#2-1-195">v2.1.195 → v2.1.201</a></span>
77 <span>5 features · June 29 – July 3</span>
88</div>
99
from line 21
2121 > /model claude-sonnet-5
2222 ```
2323
24 <a className="digest-feature-link" href="/docs/docs/en/model-config#available-models">Model configuration</a>
24 <a className="digest-feature-link" href="/docs/en/model-config#available-models">Model configuration</a>
2525</div>
2626
2727<div className="digest-feature">
from line 32
3232
3333 <p className="digest-feature-lede">The Chrome integration is out of preview for everyone on a direct Anthropic plan. Claude Code drives your browser through the Claude in Chrome extension: it opens tabs, clicks through pages, fills forms, reads console logs, and shares your login state, so it can test the app it builds without you switching contexts.</p>
3434
35 <a className="digest-feature-link" href="/docs/docs/en/chrome">Use Claude Code with Chrome</a>
35 <a className="digest-feature-link" href="/docs/en/chrome">Use Claude Code with Chrome</a>
3636</div>
3737
3838<div className="digest-feature">
from line 43
4343
4444 <p className="digest-feature-lede">Claude now keeps working while subagents run and picks up their results when they finish, instead of pausing the conversation to wait. Claude still runs a subagent in the foreground when it needs the result before continuing, and background subagents surface every permission prompt in your main session. Pin a subagent's behavior with the <code>background</code> frontmatter field.</p>
4545
46 <a className="digest-feature-link" href="/docs/docs/en/sub-agents#run-subagents-in-foreground-or-background">Run subagents in foreground or background</a>
46 <a className="digest-feature-link" href="/docs/en/sub-agents#run-subagents-in-foreground-or-background">Run subagents in foreground or background</a>
4747</div>
4848
4949<div className="digest-feature">
from line 54
5454
5555 <p className="digest-feature-lede">The Claude desktop app is now available on Ubuntu 22.04+ and Debian 12+ in beta, on x86\_64 and arm64. You get the same Chat, Cowork, and Claude Code experience as macOS and Windows: parallel sessions, visual diff review, an integrated terminal and editor, and live app preview. Installs from Anthropic's apt repository, so updates arrive through regular package updates.</p>
5656
57 <a className="digest-feature-link" href="/docs/docs/en/desktop-linux">Claude Desktop on Linux</a>
57 <a className="digest-feature-link" href="/docs/en/desktop-linux">Claude Desktop on Linux</a>
5858</div>
5959
6060<div className="digest-feature">
from line 75
7575 > /radio
7676 ```
7777
78 <a className="digest-feature-link" href="/docs/docs/en/commands#all-commands">All commands</a>
78 <a className="digest-feature-link" href="/docs/en/commands#all-commands">All commands</a>
7979</div>
8080
8181<div className="digest-wins">
from line 82
8282 <p className="digest-wins-title">Other wins</p>
8383
8484 <div className="digest-wins-grid">
85 <div><a href="/docs/docs/en/artifacts">Artifacts</a> are now generally available and included on Pro and Max plans, joining Team and Enterprise</div>
86 <div>Admins can set an <a href="/docs/docs/en/model-config#organization-default-model">organization default model</a> in the org console; it shows as "Org default" in <code>/model</code> when you haven't picked a model yourself</div>
85 <div><a href="/docs/en/artifacts">Artifacts</a> are now generally available and included on Pro and Max plans, joining Team and Enterprise</div>
86 <div>Admins can set an <a href="/docs/en/model-config#organization-default-model">organization default model</a> in the org console; it shows as "Org default" in <code>/model</code> when you haven't picked a model yourself</div>
8787 <div>Stacked skill invocations like <code>/skill-a /skill-b do XYZ</code> now load all leading skills (up to 5), not only the first</div>
8888 <div><code>AskUserQuestion</code> dialogs no longer auto-continue by default; opt into an idle timeout via <code>/config</code></div>
8989 <div>The "default" permission mode is now named "Manual" across the CLI, `--help`, VS Code, and JetBrains; `--permission-mode manual` is accepted alongside `default`</div>