๐Ÿค–
Claude Daily Digest

What's new in Claude

Tuesday, June 30, 2026

๐Ÿ“ฆNew Releases
No new releases today. Most recent entries below.
v2.1.195June 26, 2026
Added CLAUDE_CODE_DISABLE_MOUSE_CLICKS env var to disable mouse interactions in fullscreen mode while keeping wheel scroll. Fixed hook matchers with hyphenated identifiers (e.g. code-reviewer) accidentally substring-matching โ€” they now exact-match. Fixed voice dictation on macOS capturing silence after the default input device changes, and fixed auto-submit never firing for languages written without spaces (Japanese, Chinese, Thai).
v2.1.193June 25, 2026
Added autoMode.classifyAllShell setting to route all Bash/PowerShell commands through the auto-mode classifier, with denial reasons now surfaced in transcripts and /permissions. Added live file path autocomplete in bash mode (!). Added automatic memory-pressure reaping for idle background shell commands.
v2.1.191June 24, 2026
Added /rewind support to resume a conversation from before /clear was run. Fixed scroll position jumping to the bottom while reading earlier output during a streaming response. Fixed background agents resurrecting after being stopped.
๐Ÿ“ฐThis Week
Week 26 ยท June 22โ€“26 (most recent)
claude mcp login / logout โ€” authenticate a configured MCP server directly from your shell without going through the interactive /mcp menu; clear stored credentials later with claude mcp logout <name>.
Week 26 ยท June 22โ€“26
Shell mode responds to command output โ€” running ! npm test now triggers Claude to explain the output automatically without a second prompt. Set respondToBashCommands: false in settings.json to revert to the previous behavior.
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 the prompt up to the main session so you can approve in real time.
๐Ÿ”งPlatform & API
June 29, 2026
Fast mode removed for Claude Opus 4.6. Requests with speed: "fast" to claude-opus-4-6 no longer run at fast speed or premium pricing โ€” they now run at standard speed and are billed at standard rates. Migrate to fast mode on Claude Opus 4.8 to continue using fast mode.
June 26, 2026
API rate limits raised. Claude Sonnet and Haiku rate limits now match Claude Opus at every usage tier. Usage tiers consolidated into three: Start, Build, and Scale โ€” most organizations move up, none move down. No action required; check current limits in the Claude Console.
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. No beta header required. Available on Fable 5, Mythos 5, Opus 4.5+, Sonnet 4.5+.
๐•From the Team
@ClaudeDevs~48h
Claude Tag is in beta for Enterprise and Team plans โ€” Claude Code made multiplayer, async, and proactive. Anthropic's internal product team is shipping 65% of their code using it, including the code that built Claude Tag itself.
@claudeai~48h
Quiet today.
@bcherny~48h
Sharing workflow tips: running 3โ€“5 git worktrees simultaneously with separate Claude Code instances in parallel, shipping 20โ€“30 PRs a day. Philosophy: update CLAUDE.md after every correction so Claude doesn't repeat mistakes. Also: PRDs are dead on the Claude Code team โ€” prototypes replaced them.
@trq212~48h
Highlighted Dynamic Workflows (Claude writes its own orchestration harness on the fly), Claude Code Channels (control sessions via Telegram or Discord, message from your phone), and the new /btw command for side-chain conversations while Claude is working.