๐Ÿค–
Claude Daily Digest

What's new in Claude

Tuesday, June 23, 2026

๐Ÿ“ฆNew Releases
v2.1.186June 22, 2026
Added claude mcp login/logout CLI commands for MCP server auth without interactive menus; !-prefixed bash commands now auto-trigger Claude responses. Also: f key to filter by status in /workflows, iTerm2 teammate mode support, and fixes for post-sleep streaming errors.
v2.1.185June 20, 2026
Updated stream-stall hint messaging and adjusted retry timing from 10s to 20s of silence before triggering, reducing false-positive retries on slow network connections.
v2.1.183June 19, 2026
Improved auto mode safety: destructive git commands and infrastructure-destroy operations are now blocked unless explicitly requested, preventing accidental data loss during autonomous runs.
๐Ÿ“ฐ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 โ€” useful when switching between repos in a long session.
Week 24 ยท June 8โ€“12, 2026
Sub-agents can spawn sub-agents: Background chains are now supported up to five levels deep, enabling more complex multi-agent orchestration patterns out of the box.
Week 24 ยท June 8โ€“12, 2026
--safe-mode flag: Starts Claude Code with all customizations disabled (hooks, plugins, settings overrides) for clean troubleshooting when something in your config is misbehaving.
Week 24 ยท June 8โ€“12, 2026
fallbackModel config: Configure up to three fallback models tried in order when your primary model is unavailable or rate-limited, keeping long runs from failing silently.
๐Ÿ”งPlatform & API
June 15, 2026
Model retirements: 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 respectively.
June 11, 2026
Tool updates: Code execution tool now supports code_execution_20260521 with explicit 90s per-cell time limit. Web search and web fetch tools add a response_inclusion parameter to drop consumed result blocks from API responses for agentic workflows. No beta header required for either.
June 9, 2026
Claude Fable 5 launched: Most capable widely-released model โ€” 1M token context, 128k max output, always-on adaptive thinking, and a new tokenizer (~30% more tokens vs. pre-Opus 4.7). Requires 30-day data retention; not available under ZDR. Claude Mythos 5 also launched for Project Glasswing participants.
๐•From the Team
@ClaudeDevsRecent
Claude Code Artifacts is live for Team and Enterprise plans โ€” turns any Claude Code session into a live, shareable HTML page (dashboards, PR walkthroughs, release checklists). Also shipped: flexible prompt-time config commands and new macOS sandbox + notification controls.
@claudeaiRecent
Anthropic Artifacts update brings live, shared dashboards and interactive workspaces to enterprises. Plug in live code, multiple data sources, and surface work on an interactive URL directly from your Claude Code session.
@bchernyRecent
Boris (Claude Code creator) on his setup: "Claude Code works great out of the box โ€” I personally don't customize it much. There is no one correct way to use Claude Code." Also noted he hasn't written a line of code himself in 2026.
@trq212Recent
Thariq shipped "Todos into Tasks" in Claude Code โ€” upgrading the task system. Also posted about dynamic workflows: Claude now writes its own harness on the fly, custom-built for the task at hand, enabling dozens to hundreds of subagents from a single script.