๐Ÿค–
Claude Daily Digest

What's new in Claude

Monday, June 16, 2026

๐Ÿ“ฆNew Releases
v2.1.178June 15, 2026
Added Tool(param:value) syntax for permission rules with wildcard support (e.g. Agent(model:opus) to block Opus subagents), improved nested .claude/ directory precedence so the closest directory wins, hardened auto mode by evaluating subagent spawns through the classifier before launch, and enhanced /doctor with a flat tree layout and clearer status icons. Also includes 12 bug fixes covering subagent transcript viewing, background session state, vim undo behavior, and MCP disallowed-tools handling.
No new releases on June 16. Most recent is v2.1.178 โ€” June 15, 2026.
๐Ÿ“ฐThis Week (Week 24 ยท June 8โ€“12)
Week 24 ยท June 8โ€“12, 2026v2.1.169
/cd command โ€” move the current session to a different working directory mid-conversation without rebuilding the prompt cache; the new directory's CLAUDE.md is appended as a message and the session relocates to the new project's storage so --resume finds it there.
Week 24 ยท June 8โ€“12, 2026v2.1.172
Sub-agents can spawn sub-agents โ€” nested agent trees are now supported with a live tree view in the subagent panel; background chains are capped at five levels deep to prevent runaway concurrency, while foreground chains can go any depth.
Week 24 ยท June 8โ€“12, 2026v2.1.169
Safe mode for troubleshooting โ€” launch with --safe-mode or CLAUDE_CODE_SAFE_MODE to disable all customizations (CLAUDE.md, skills, plugins, hooks, MCPs, custom commands) while keeping auth, model selection, and permissions intact. If a problem disappears in safe mode, one of those surfaces is the cause.
Week 24 ยท June 8โ€“12, 2026v2.1.166+
fallbackModel chains โ€” configure up to three fallback models tried in order when the primary model is overloaded or unavailable; --fallback-model now also applies to interactive sessions. Also: plugin search in /plugin marketplace, new disableBundledSkills setting, deny rules now accept glob patterns in the tool-name position, and cross-session SendMessage authority is hardened in auto mode.
๐Ÿ”งPlatform & API
June 15, 2026
Model retirements: claude-sonnet-4-20250514 and claude-opus-4-20250514 have been retired โ€” all requests now return an error. Upgrade to Claude Sonnet 4.6 and Claude Opus 4.8. Researchers can request ongoing access via the External Researcher Access Program.
June 15, 2026
Programmatic usage credits: Users on paid plans can now claim a dedicated monthly credit for programmatic use, covering the Claude Agent SDK, claude -p CLI, Claude Code GitHub Actions, and third-party Agent SDK apps. This separates programmatic usage from interactive plan limits.
June 10, 2026
AWS Claude Platform: The GET /v1/environments/{id}/work endpoint (listing pending work for self-hosted sandboxes) is now available on Claude Platform on AWS. See IAM actions docs for the GetEnvironment action that authorizes it.
๐•From the Team
@ClaudeDevsJune 15, 2026
Announced that starting June 15, paid-plan users can claim a dedicated monthly credit for programmatic usage (Agent SDK, claude -p, GitHub Actions, third-party Agent SDK apps) โ€” separating it from interactive plan limits. Claude Code weekly limits also increased 50% through July 13.
@claudeai~June 2026
Quiet today โ€” no posts in the last 48 hours from @claudeai.
@bcherny~June 2026
Boris Cherny (Claude Code creator) posted live from "Code with Claude London": "Hello from Code with Claude London!" โ€” the team is on a world tour expanding access. He's also been sharing that he hasn't written a single line of code himself in 2026, noting the team is "living in the future."
@trq212June 2026
Thariq shared a deep-dive on dynamic workflows ("A harness for every task") โ€” Claude Code writing its own task harness on the fly, custom-built per problem. Also shared how Anthropic teammates stay in sync with Claude's work, citing Suzanne's method of using Claude to track and summarize ongoing sessions.