Fetching from the wire…
Public story · 2026-08-12 · high
Auto mode also becomes the default permission setting for new accounts starting August 14, and its checks stop counting against usage limits.
Why now: The change shipped in the week 32 docs update covering versions 2.1.220 through 2.1.224.
Claude Code sessions on macOS and Linux can now talk to each other. Per the week 32 changelog, a session finds other local sessions with the ListAgents tool and sends them plain text through SendMessage, either because you ask it to or because it decides on its own that a change in one session affects work happening in another. The docs are specific about the limits: it passes written text only, never conversation history or files. Run /list-agents and you'll see which sessions are reachable.
The bigger change lands August 14. Auto mode becomes the default permission mode for new Pro, Max, and Team sessions, and the classifier calls that decide what auto mode allows stop counting toward usage limits. That second part is the one worth watching. Anthropic is removing the meter from the exact mechanism that governs what Claude can do without asking first, which lowers the cost of running it in a more autonomous stance by default.
A few smaller items shipped alongside these. The 200-subagent-per-session cap is gone. The /fork command runs in its own worktree. And worktree isolation, which used to cover file edits, extends to Bash commands and git redirects too.
Taken together, this is Anthropic building for a workflow where multiple sessions run at once and need to coordinate, not just execute one task each in isolation. If you're running parallel sessions on a shared codebase, cross-session messaging replaces some of the manual copy-pasting between terminal tabs. Check whether your worktree setup depended on the old, narrower isolation boundary, since Bash commands and git redirects are now covered too.
Each link below shares sources, entities, or timing with this story.
Your own default mode persists unless you accept a one-time switch prompt, and scripts can now enable it directly in settings.json.
The default is 200 search calls and 200 subagent spawns per session, adjustable through an environment variable when you hit it.
Below that version, file-modifying Bash commands could run during plan mode without waiting for approval, per the changelog.
Week 32 removes the 200-subagent limit, so long orchestration sessions no longer refuse new subagents mid-run, though concurrency and the five-level depth limit still apply (Claude Code Docs). Worktree isolation now blocks Bash commands and git redirects reaching back into the...
New sessions on Pro, Max and Team plans now start in auto mode, where a background classifier approves safe actions and blocks risky ones instead of prompting. A default you set yourself persists unless you accept a one-time switch prompt, and org-managed defaults are untouche...
Two days from now, on August 14, auto mode becomes the default permission mode for new Pro, Max, and Team sessions (Claude Code Docs, Week 32). Not opt-in. Default. Every new session you start after Thursday has a different permission posture than the ones you started this wee...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.