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 24 · June 8–12, 2026 changed

whats-new/2026-w24

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+5added
Lines−5removed
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> Move a session to a new directory with /cd, let subagents spawn their own subagents, and troubleshoot a broken configuration with safe mode.
44 
55<div className="digest-meta">
6 <span>Releases <a href="/docs/docs/en/changelog#2-1-166">v2.1.166 → v2.1.176</a></span>
6 <span>Releases <a href="/docs/en/changelog#2-1-166">v2.1.166 → v2.1.176</a></span>
77 <span>3 features · June 8–12</span>
88</div>
99 
from line 21
2121 > /cd ../other-project
2222 ```
2323 
24 <a className="digest-feature-link" href="/docs/docs/en/commands#all-commands">Commands reference</a>
24 <a className="digest-feature-link" href="/docs/en/commands#all-commands">Commands reference</a>
2525</div>
2626 
2727<div className="digest-feature">
from line 38
3838 > /agents
3939 ```
4040 
41 <a className="digest-feature-link" href="/docs/docs/en/sub-agents#let-subagents-spawn-their-own-subagents">Spawn nested subagents</a>
41 <a className="digest-feature-link" href="/docs/en/sub-agents#let-subagents-spawn-their-own-subagents">Spawn nested subagents</a>
4242</div>
4343 
4444<div className="digest-feature">
from line 55
5555 claude --safe-mode
5656 ```
5757 
58 <a className="digest-feature-link" href="/docs/docs/en/debug-your-config#test-against-a-clean-configuration">Test against a clean configuration</a>
58 <a className="digest-feature-link" href="/docs/en/debug-your-config#test-against-a-clean-configuration">Test against a clean configuration</a>
5959</div>
6060 
6161<div className="digest-wins">
from line 62
6262 <p className="digest-wins-title">Other wins</p>
6363 
6464 <div className="digest-wins-grid">
65 <div><a href="/docs/docs/en/model-config#fallback-model-chains"><code>fallbackModel</code></a> configures up to three fallback models tried in order when the primary is overloaded or unavailable, and `--fallback-model` now applies to interactive sessions too</div>
65 <div><a href="/docs/en/model-config#fallback-model-chains"><code>fallbackModel</code></a> configures up to three fallback models tried in order when the primary is overloaded or unavailable, and `--fallback-model` now applies to interactive sessions too</div>
6666 <div>Session titles are now generated in the language of your conversation; pin a specific one with the <code>language</code> setting</div>
6767 <div>`claude agents --json` adds `--all` to include completed sessions plus new <code>id</code> and <code>state</code> fields, and no longer omits blocked or newly dispatched sessions</div>
6868 <div>Browsing a marketplace's plugins in <code>/plugin</code> now has a search bar</div>