Claude Code has introduced a new capability allowing independent Claude sessions to communicate with each other. This feature enables one session to send messages to another, facilitating better coordination and information exchange across different instances of the AI assistant. Users can leverage this for various scenarios where information needs to be shared between ongoing tasks.
The cross-session messaging is designed for situations where one Claude session needs to convey information to another mid-task. Common applications include handing over findings, such as a breaking change or a decision, to a session working on an affected area. It also supports coordinating parallel worktrees in the same repository by informing other sessions about landed changes. Additionally, users can get status updates from long-running tasks, like migrations or test runs, directly in a monitoring session.
Claude can decide to send a message autonomously when it identifies a need, such as after making a change relevant to another session. Users can also explicitly prompt Claude to send a message. The system uses `ListAgents` to discover reachable agents and `SendMessage` to deliver the message by name. Messages are read by the receiving Claude session between tool calls during an active turn, ensuring that running tools are not interrupted. If the receiving session is idle, Claude Code initiates a new turn to process the message.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Claude Code now allows independent sessions to message each other, enabling coordination and information sharing between different instances of the AI assistant. This feature helps users manage parallel tasks, share findings, and get status updates across multiple Claude Code environments.