๐Ÿค–
Claude Daily Digest

What's new in Claude

Monday, June 29, 2026

๐Ÿ“ฆNew Releases
No new releases today. Most recent below.
v2.1.195June 26, 2026
Added CLAUDE_CODE_DISABLE_MOUSE_CLICKS env var to disable mouse interactions in fullscreen mode while preserving wheel scroll. Also fixed hook matchers with hyphenated identifiers, voice dictation on macOS, and background agent daemons failing to start the control socket.
v2.1.193June 25, 2026
Added autoMode.classifyAllShell to route all Bash/PowerShell commands through the auto-mode classifier, with denial reasons surfaced in transcripts and /permissions. Added live file path autocomplete in bash mode (!). Added background shell memory management with automatic pressure-based reaping.
v2.1.191June 24, 2026
Added /rewind support to resume conversations from before /clear was run. Fixed scroll position jumping during streaming responses. Fixed background agents resurrecting after being stopped. Fixed /voice not explaining organization policy restrictions.
๐Ÿ“ฐThis Week
Week 26 ยท June 22โ€“26
claude mcp login / logout โ€” authenticate a configured MCP server from your shell without going through the interactive /mcp menu; clear stored credentials later with claude mcp logout.
Week 26 ยท June 22โ€“26
Shell mode responds to command output โ€” ! npm test now gets an explanation of the failures without a second prompt. Set respondToBashCommands: false in settings to revert.
Week 26 ยท June 22โ€“26
/rewind after /clear โ€” resume a conversation from before you cleared it; Claude reloads the prior context window so nothing is truly lost.
Week 26 ยท June 22โ€“26
Background subagents surface permission prompts โ€” instead of auto-denying blocked actions, background agents now bubble up the prompt to the main session so you can approve in real time.
๐Ÿ”งPlatform & API
June 26, 2026
API rate limits raised. Claude Sonnet and Haiku rate limits now match Claude Opus at every usage tier. Tiers consolidated to three: Start, Build, and Scale โ€” most organizations move up, none move down. No action required; check current limits in the Claude Console.
June 25, 2026
Fast mode deprecated for Claude Opus 4.7 โ€” removal on July 24, 2026. Requests to claude-opus-4-7 with speed: "fast" will error after that date. Migrate to fast mode on Claude Opus 4.8 now.
June 18, 2026
Code execution tool across all major SDKs โ€” Python, TypeScript, Go, Java, Ruby, PHP, and C# now support code_execution_20260120 with REPL state persistence, the minimum version for programmatic tool calling. No beta header required. Available on Fable 5, Mythos 5, Opus 4.5+, Sonnet 4.5+.
June 15, 2026
Claude Sonnet 4 and Opus 4 retired. All requests to claude-sonnet-4-20250514 and claude-opus-4-20250514 now return an error. Upgrade to Claude Sonnet 4.6 and Claude Opus 4.8 respectively.
๐•From the Team
@ClaudeDevs~48h
Quiet over the weekend. Earlier this week: highlighted v2.1.195's mouse-click disable env var and the 37% CPU reduction in streaming. Also noted Claude Code weekly limits are up 50% through July 13 on Pro, Max, Team, and Enterprise plans.
@claudeai~48h
Quiet today. Recent theme: Claude Fable 5 rollout, 1M context window by default, and the new three-tier API rate structure (Start / Build / Scale).
@bcherny~48h
Shared a thread on Claude Code's deep customizability โ€” hooks, plugins, LSPs, MCPs, skills, effort, custom agents, status lines, output styles โ€” and why the team built it with great defaults rather than forcing one workflow. "Every engineer uses their tools differently." Still hasn't written a line of code himself in 2026.
@trq212~48h
Posted on dynamic workflows โ€” "A harness for every task": Claude writes its own orchestration script on the fly, fanning out to dozens of subagents custom-built for the task. Also active on how the Anthropic team internally stays in the loop on Claude Code's fast-moving changes.