๐Ÿค–
Claude Daily Digest

What's new in Claude

Wednesday, June 17, 2026

๐Ÿ“ฆNew Releases
v2.1.179June 16, 2026
Fixed mid-stream connection drops, mouse-wheel scrolling in WSL2, sandbox glob performance issues, feedback survey capture, welcome screen stacking, and various UI/remote session improvements.
v2.1.178June 15, 2026
Added Tool(param:value) syntax for permission rules, improved nested .claude/ directory handling, enhanced auto mode subagent evaluation, and fixed multiple subagent transcript and MCP server issues.
๐Ÿ“ฐ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-agent chains โ€” Sub-agents can now spawn their own sub-agents; background chains are capped at five levels deep to prevent runaway recursion.
Week 24 ยท June 8โ€“12, 2026
--safe-mode โ€” Starts 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 sequence if the primary model is unavailable or over capacity.
๐Ÿ”งPlatform & API
June 15, 2026
Model retirements: Claude Sonnet 4 (claude-sonnet-4-20250514) and Claude Opus 4 (claude-opus-4-20250514) are now retired โ€” all requests return an error. Upgrade to Sonnet 4.6 and Opus 4.8.
June 10, 2026
Claude Platform on AWS: The GET /v1/environments/{id}/work endpoint for self-hosted sandboxes is now available on Claude Platform on AWS.
June 9, 2026
Claude Fable 5 launched โ€” The most capable widely released model: 1M token context window, 128k max output tokens, always-on adaptive thinking, and a new stop_reason: "refusal" with zero billing on pre-output refusals. Claude Mythos 5 available for Project Glasswing participants.
๐•From the Team
@ClaudeDevsrecent
Claude Code weekly limits raised 50% through July 13, 2026 for Pro, Max, Team, and Enterprise plans. Starting June 15, paid plan users can claim a dedicated monthly credit for programmatic usage covering the Agent SDK, claude -p CLI, GitHub Actions, and third-party Agent SDK apps.
@claudeaiJune 9, 2026
Claude Fable 5 is here โ€” Anthropic's most capable widely released model, sitting above the Opus class with a 1M token context window and always-on adaptive thinking. Claude Mythos 5 also launched for Project Glasswing participants.
@bchernyrecent
Boris Cherny (Claude Code creator) says he hasn't written a line of code himself in 2026. Shared tips from his surprisingly vanilla setup: he runs 5 parallel Claude Code instances using separate git checkouts of the same repo, and focuses on teaching accessible AI agent usage.
@trq212recent
Thariq called Workflows "the biggest upgrade to Claude Code's capabilities since skills and subagents," highlighting how they enable non-technical task orchestration โ€” diving deep with the team on best practices and example patterns.