Claude Code has introduced several updates, including the ability for sessions to communicate, the public beta release of self-hosted environments, and a change to the default permission mode for new sessions. These features are detailed in the Week 32 · August 3–7, 2026 release notes.
Your Claude Code sessions can now exchange messages. This functionality allows Claude to discover other sessions using the ListAgents tool and send text messages via SendMessage. This can occur either when explicitly requested or autonomously, such as when a change in one session impacts another. These messages are text-based and do not include conversation history or files. This capability is available on macOS and Linux and requires v2.1.224 or later.
Key Points
- Claude Code sessions can now message each other using the
ListAgentsandSendMessagetools. - Inter-session messaging is available on macOS and Linux and requires v2.1.224 or later.
- Self-hosted environments for Claude Code cloud sessions are in public beta for Team and Enterprise plans.
- Users can run
claude self-hosted-runneron their machines to create runners for self-hosted environments. - Starting August 14, auto mode will be the default permission mode for new sessions on Pro, Max, and Team plans.
- Classifier calls made by auto mode no longer count toward usage limits on Pro, Max, and Team plans.
Context
According to the release notes, self-hosted environments allow organizations to run Claude Code cloud sessions on their own infrastructure. This provides access to internal services within the organization's network. The claude self-hosted-runner setup command guides owners or admins through setting up these environments.
Why It Matters
The introduction of inter-session messaging enhances collaboration and automation within Claude Code workflows. Self-hosted environments offer organizations greater control over data residency and access to internal resources, which can be critical for security and compliance. The change to auto mode as the default simplifies session setup for many users and reduces usage limit concerns for classifier calls.
What To Do
- If using Claude Code on macOS or Linux, ensure your client is v2.1.224 or later to utilize inter-session messaging.
- For Team or Enterprise plan users, explore the public beta for self-hosted environments by running
claude self-hosted-runneron your infrastructure. - Owners or admins should enable "Allow self-hosted environments" in admin settings to use this feature.
- Note that starting August 14, new sessions on Pro, Max, and Team plans will default to auto mode, which can be overridden in user settings if a different default is preferred.
- Review your usage limits, as auto mode classifier calls no longer contribute to them on applicable plans.