All posts

Claude Code agents can now message each other mid-task

Manaal KhanAugust 9, 2026 at 1:47 AM3 min read
Claude Code agents can now message each other mid-task

Claude Code sessions can now send messages to each other, eliminating the copy-paste shuffle developers run when multiple AI agents work on related tasks. Anthropic's update, documented today, lets one terminal ask another session a direct question and receive the answer inline. Sessions can also fire off unsolicited alerts, so an agent that changes a shared module can warn a sibling session before it trips over stale context.

Claude Code agents can now message each other mid-task
Source: The Decoder
Advertisements

How inter-session messaging works

Claude Code's Agent Teams Are Insane - Multiple AI Agents Coding Together in Real Time

On a single macOS or Linux machine, communication stays local. One session sends a text summary or query, the recipient processes it, and the response comes back without touching Anthropic's infrastructure. The feature also works across different computers, but in that scenario messages route through Anthropic's servers and only responses are supported. That asymmetry matters: you can pull information from a remote session, but you cannot push to it proactively.

Anthropic's documentation lists three typical use cases: sharing insights discovered mid-task, coordinating parallel workflows, and checking status on long-running operations. The last one is the most practical. Instead of tabbing to another terminal and manually asking "are you done yet?", one agent can poll another and act on the answer.

Platform limits and admin controls

The feature ships only for macOS and Linux. Windows users get nothing, and neither do teams running Claude Code through Amazon Bedrock, Google Cloud Agent Platform, or Microsoft Foundry. Those managed environments lock out the messaging layer entirely.

For enterprises on supported platforms, admins can disable inter-session communication via settings. That matters for compliance-heavy teams worried about agents coordinating in ways that are hard to audit. The control exists, but Anthropic hasn't published detailed logging or observability hooks yet.

Also Read
Claude Code sessions can now message each other

Detailed coverage of the same feature with additional technical context.

Advertisements

What this changes for multi-agent workflows

Until now, running multiple Claude Code sessions meant manual context transfer. You'd copy a summary from one terminal, paste it into another, and hope the second agent understood the context. This update removes that friction for tasks that split naturally, like running a backend refactor in one session while a second session updates the corresponding API client.

The coordination also opens up a supervision pattern. One session can act as an orchestrator, dispatching subtasks to worker sessions and aggregating their results. Anthropic's documentation doesn't prescribe this architecture, but the primitives are now in place.

18 months
Time since Claude Code launched in February 2025, with Anthropic steadily adding multi-session and agentic capabilities.
ℹ️

Logicity's Take

The real value here is for teams already running Claude Code on long, parallel tasks. If you're debugging a monorepo with multiple services, spinning up two or three coordinated sessions could cut context-switching overhead. The limitation on cloud-managed deployments (Bedrock, GCP, Foundry) is notable: teams locked into those environments will need to wait for Anthropic to negotiate access. For now, this is a power-user feature for local dev work, not enterprise-scale orchestration.

Also Read
Claude Code vs OpenCode vs Oh My Pi: speed, cost, success

Benchmark comparison of Claude Code against competing AI coding agents.

What Anthropic didn't say

The documentation is silent on rate limits. If one session can query another, can it spam it? There's no mention of throttling or priority queuing. Latency guarantees are also absent. For local communication the overhead should be negligible, but cross-machine messages routed through Anthropic's servers could introduce delays that break time-sensitive coordination.

Token consumption is the other open question. When one session sends a summary to another, does the receiving session pay for those tokens as fresh input? Probably yes, but Anthropic hasn't clarified billing implications for heavy inter-session chatter.

ℹ️

Need Help Implementing This?

Logicity helps engineering teams evaluate and integrate AI coding tools. If you're building multi-agent workflows with Claude Code or comparing it against alternatives, reach out for hands-on guidance.

Source: The Decoder / Matthias Bastian

M

Manaal Khan

Tech & Innovation Writer

Produced with AI assistance and reviewed by the Logicity editorial team. Learn more in our Editorial Policy.