Anthropic Adds Cross-Session Messaging to Claude Code, Letting Terminal Instances Communicate Directly
Claude Code sessions running on macOS and Linux can now send messages to one another instead of requiring users to manually copy context between terminals. Anthropic says the feature supports both local and cross-machine communication, though it's not yet available on major cloud platforms.
Anthropic has added the ability for Claude Code sessions to communicate directly with one another, according to Anthropic's documentation. The feature, available on macOS and Linux, lets one Claude Code instance send a text summary or question to another session without a user manually copying and pasting context between terminals.
How it works
According to Anthropic, communication is bidirectional. A user can ask one session to query another and receive an answer back directly, and Claude can also initiate contact on its own — for example, to flag that a change in one workspace affects work happening in a parallel session.
The documentation cites use cases including sharing insights between sessions, coordinating parallel workflows, and checking status on long-running tasks.
The underlying transport differs by location. When two sessions run on the same machine, messages are exchanged locally. When sessions are on different computers, messages route through Anthropic's servers, and in that cross-machine scenario, only responses are supported rather than full bidirectional messaging initiated from either side.
Availability and restrictions
Administrators can disable the feature entirely through settings, giving enterprise deployments control over whether sessions are permitted to exchange information.
The capability is not available on Amazon Bedrock, Google Cloud's Agent Platform, or Microsoft Foundry, limiting it for now to Anthropic's own Claude Code distribution channels. Anthropic has not disclosed a timeline for extending support to those platforms.
No pricing changes were mentioned alongside the update, and Anthropic did not publish benchmark data tied to this feature, since it is an infrastructure/workflow change rather than a model update.
What this means
Developers increasingly run multiple Claude Code sessions in parallel — one per terminal, feature branch, or repository — and previously had to manually relay context between them, copying error messages, decisions, or status updates by hand. Direct session-to-session messaging removes that friction for a specific but common pattern: multi-agent or multi-terminal coding workflows where one task's outcome affects another.
The local-versus-server routing split is worth noting. Same-machine messaging staying local avoids unnecessary latency and data transit, while the cross-machine, server-routed, response-only design suggests Anthropic is being conservative about what unsolicited cross-machine messages a session can send, likely for security reasons — an agent on one machine probably shouldn't be able to arbitrarily push unprompted instructions to a session on a different machine.
The absence of support on Bedrock, Google Cloud, and Microsoft Foundry means enterprise customers running Claude Code through those managed platforms won't get this capability yet, which could push some power users toward Anthropic's direct offering if cross-session coordination becomes a workflow they rely on. It also signals that Anthropic is iterating on Claude Code's agentic tooling faster than its cloud partners can keep pace with feature parity.
Related Articles
Claude Opus 5.5 Launches on Amazon Bedrock, Anthropic's First Model in New 5.5 Family
Claude Opus 5.5, the first model in Anthropic's new Claude 5.5 family, is now live on Amazon Bedrock and Claude Platform on AWS. Anthropic claims the model does more with fewer tokens than Claude Opus 5, lowering average cost per task despite unchanged headline pricing tiers.
Anthropic Releases Claude Opus 5.5, Cuts Pricing 20% and Claims Frontier Coding Lead
Anthropic has released Claude Opus 5.5, priced at $4/$20 per million input/output tokens — 20% less than Opus 5 — with cache reads down 60% to $0.20 per million tokens. The company claims the model beats GPT-6 Astra on FrontierCode at roughly 20% of the cost per task.
Anthropic Releases Claude Opus 5.5, Cuts Costs 40% While Matching Rival Fable 5.1
Anthropic has released Claude Opus 5.5, claiming performance parity with Claude Fable 5.1 at roughly 40% lower total operating cost than Opus 5. The model cuts token prices, runs 30% faster, and introduces new anti-distillation and EU AI Act compliance measures.
Anthropic SDK for Python v1.8.0 Adds Support for Claude Opus 5.5, Fixes Streaming Crash
Anthropic released v1.8.0 of its Python SDK, adding support for the claude-opus-5-5 model, inline tool definitions, and beta MCP tool-list pinning. The release also fixes a Python 3.13 exit crash and several tool-handling bugs.
Comments
Loading...