๐Ÿค–
Claude Daily Digest

What's new in Claude

Friday, June 26, 2026

๐Ÿ“ฆNew Releases
v2.1.193June 25, 2026
Added autoMode.classifyAllShell setting to route all Bash/PowerShell commands through the auto-mode classifier, plus live file path autocomplete in bash mode and automatic memory-pressure reaping for idle background shell commands.
v2.1.191June 24, 2026
Added /rewind support for resuming conversations from before /clear was run, and fixed multiple background agent and scroll positioning issues.
v2.1.190June 24, 2026
Bug fixes and reliability improvements across the board.
๐Ÿ“ฐThis Week
Week 24 ยท June 8โ€“12, 2026 ยท v2.1.166โ€“v2.1.176
/cd command โ€” move the current session to a new working directory mid-conversation without rebuilding the prompt cache.
Week 24 ยท June 8โ€“12, 2026
Sub-agents can spawn sub-agents โ€” background chains are now supported up to five levels deep, enabling deeply nested multi-agent orchestration.
Week 24 ยท June 8โ€“12, 2026
--safe-mode โ€” start Claude Code with all customizations (hooks, plugins, MCPs) disabled for clean troubleshooting sessions.
Week 24 ยท June 8โ€“12, 2026
fallbackModel โ€” configure up to three fallback models tried in order when your primary model is unavailable or rate-limited.
๐Ÿ”งPlatform & API
June 18, 2026
All major SDKs (Python, TypeScript, Go, Java, Ruby, PHP, C#) now support code_execution_20260120 โ€” the code execution tool version with REPL state persistence and programmatic tool calling. Available on Claude Fable 5, Mythos 5, Opus 4.5+, and Sonnet 4.5+.
June 15, 2026
Claude Sonnet 4 (claude-sonnet-4-20250514) and Claude Opus 4 (claude-opus-4-20250514) have been retired โ€” all requests now return an error. Migrate to Sonnet 4.6 and Opus 4.8 respectively.
June 9, 2026
Claude Fable 5 launched as the most capable widely released model, with a 1M token context window by default, 128k max output tokens, always-on adaptive thinking, and a stop_reason: "refusal" field. Claude Mythos 5 also launched for Project Glasswing participants.
๐•From the Team
@ClaudeDevsrecent
Claude Tag debuted in Slack, bringing agentic capabilities from Claude Code into Slack channels. Rate limits on Claude Code were also doubled for all users. Earlier this month, a structural credits change decoupled human-interactive usage from programmatic/agentic usage starting June 15.
@claudeairecent
Claude Fable 5 launched June 9 as the new flagship model. Claude Design token limits were doubled across Pro, Max, Team, and Enterprise plans. Claude Code rate limits doubled.
@bchernyrecent
Boris reflected on Claude Code's deep customizability โ€” hooks, plugins, LSPs, MCPs, skills, custom agents, effort levels โ€” as a key driver of why engineers love it. He noted he hasn't written a line of code himself in 2026, running 5 parallel Claude Code instances across git worktrees.
@trq212recent
Thariq announced dynamic workflows โ€” Claude now writes its own multi-agent harness on the fly, custom-built per task. Called it "the biggest upgrade to Claude Code's capabilities since skills and subagents." Also shared a spec-based dev technique: have Claude interview you with AskUserQuestionTool, then execute the spec in a fresh session.