๐Ÿค–
Claude Daily Digest

What's new in Claude

Sunday, June 21, 2026

๐Ÿ“ฆNew Releases
v2.1.185June 20, 2026
Stream-stall hint updated to "Waiting for API response ยท will retry in โ€ฆ" (was "No response from API ยท Retrying in โ€ฆ") and now triggers after 20 seconds of silence instead of 10.
v2.1.183June 19, 2026
Auto mode safety tightened: destructive git commands are now blocked, deprecation warnings added for retired models, and multiple issues with thinking blocks and WebSearch resolved.
v2.1.181June 17, 2026
New /config key=value syntax for settings, sandbox.allowAppleEvents on macOS, and long paragraphs now stream line-by-line instead of all at once.
๐Ÿ“ฐThis Week
Week 24 ยท June 8โ€“12, 2026v2.1.166โ€“v2.1.176
/cd command: Move the current session to a new working directory mid-conversation without rebuilding the prompt cache โ€” useful when jumping between repos in a long session.
Week 24 ยท June 8โ€“12, 2026
Recursive sub-agents: Sub-agents can now spawn their own sub-agents; background chains are capped at five levels deep to prevent runaway trees.
Week 24 ยท June 8โ€“12, 2026
--safe-mode: Starts Claude Code with all customizations disabled โ€” a clean-slate mode for troubleshooting broken hooks, plugins, or settings.
Week 24 ยท June 8โ€“12, 2026
fallbackModel: Configures up to three fallback models tried in order if the primary model is unavailable or rate-limited.
๐Ÿ”งPlatform & API
June 15, 2026
Claude Sonnet 4 (claude-sonnet-4-20250514) and Claude Opus 4 (claude-opus-4-20250514) are retired โ€” all requests now return an error. Upgrade to Sonnet 4.6 or Opus 4.8.
June 11, 2026
Code execution tool now supports code_execution_20260521, which surfaces the 90-second per-cell limit in the tool description so Claude can budget long-running cells.
June 11, 2026
Web search and web fetch tools add a response_inclusion parameter to drop consumed result blocks from the API response, trimming token costs in agentic workflows. No beta header required.
๐•From the Team
@ClaudeDevs~June 18, 2026
Doubled rate limits on Claude Code are now live, alongside raised API limits for Claude Opus. The 5-hour and weekly counters were also reset for all paid plans.
@claudeaiJune 9, 2026
Claude Fable 5 announced โ€” most capable widely-released model, always-on adaptive thinking, 1M-token context window, and 128K output tokens. Note: access was suspended June 12 due to a US government export-control directive.
@bchernyJune 11, 2026
"Code with Claude: Extended Tokyo" event for independent developers and early-stage founders โ€” Boris also noted in a recent interview that he hasn't written a line of code himself in 2026, living in the agentic future he built.
@trq212~June 14, 2026
"A harness for every task: dynamic workflows in Claude Code" โ€” Thariq wrote up how Claude can now write its own orchestration harness on the fly, custom-built per task rather than using a fixed workflow template.