ListAgents — discovers which Claude Code sessions are reachable.SendMessage — delivers a plain-text summary to a named session.The receiving session displays incoming messages as a labeled card with a link back to the sender, keeping context traceable . To see the roster of available sessions yourself, run
/list-agents or /peers .
Only plain-text summaries are transmitted. No conversation history, no file contents, no tool output is shared between sessions . When you tell Claude to hand off context to another session, it compresses the relevant state into a summary that the receiving session sees as a card with a link back to the sender
.
Same-machine messages travel over local Unix sockets and never touch Anthropic's servers. Cross-machine messages route through Anthropic's infrastructure when using Remote Control .
crossSessionInbound — controls whether inbound cross-session messages are held for manual approval or auto-delivered.dialogExpiry — sets how long a pending approval dialog stays active.Messages sent to a session running with bypassed permissions are held for your approval; messages to other sessions auto-deliver .
Cross-session messaging is available on macOS and Linux only (including WSL 2). Native Windows is not supported . The feature is also blocked on Amazon Bedrock, Google Cloud's Agent Platform, Microsoft Foundry, and AWS
.
SendMessage can now start a conversation with Remote Control sessions on other machines by name — ListAgents shows them as name [ref]. Additionally, photos attached from the Claude mobile app are now shown directly to Claude instead of being read from disk via a separate tool call
.
claude self-hosted-runnerThe claude self-hosted-runner. This gives teams with strict data residency or compliance requirements a way to run Claude Code on their own infrastructure.
extract and onExtractNoMatch — for structured env values, with a control for what happens when extraction produces no match.decode: "jwt"maskClaims — JWT-aware masking that can decode and selectively mask JWT claims.awsPairs / sigv4 — AWS SigV4 re-signing support for the sandbox proxy.These features require network.tlsTerminate and are honored only from user, managed, or --settings settings files .
Separate from the v2.1.224 release itself, Anthropic announced on August 7 that starting August 14, 2026, auto mode becomes the default permission mode for Pro, Max, and Team plan users .
Instead of prompting for manual approval on every tool call, auto mode routes each action through a classifier that blocks only irreversible or destructive operations . Anthropic reports the classifier caught 89% of dangerous commands in their testing, compared to ~14% caught by human manual review
.
Anthropic announced it will no longer charge for the small number of extra tokens per tool call used by the auto mode classifier on Pro, Max, and Team plans .
ANTHROPIC_BEDROCK_REGION_PREFIX env var for Bedrock to prefer a specific cross-region inference profile denyRead: "~/.aws/"The v2.1.224 release represents a meaningful step toward autonomous multi-session coordination. Cross-session messaging lets developers working on different parts of the same project have their AI assistants share findings without manual context transfer . The self-hosted runner opens on-premise deployment for enterprise teams, and the credential-masking upgrades improve security for teams handling JWTs and AWS credentials.
The auto-mode default change on August 14 will likely be the most impactful shift for most users — it signals Anthropic's confidence that the classifier is safer and more efficient than manual approval. For teams that prefer human-in-the-loop control, the disableAutoMode setting preserves the old workflow.