Anthropic Adds Cross-Session Messaging to Claude Code v2.1.224
Claude Code v2.1.224 introduces cross-session messaging, letting separate Claude Code instances on macOS and Linux send each other summaries to coordinate work. The feature does not support approving permissions or executing commands remotely.
Anthropic has released Claude Code v2.1.224 for macOS and Linux, adding a feature that lets separate Claude Code sessions send messages to one another. The update targets users who run multiple sessions simultaneously on different parts of the same project.
What changed
According to Anthropic's documentation, cross-session messaging lets Claude "deliver a message from one of your Claude Code sessions to another." The company gives a specific example: when a change in one session breaks work another session is building on, Claude can warn that session before the user notices. Similarly, if one session resolves a question another session is blocked on, the answer can be sent across automatically.
Users don't have to write the message text themselves. Anthropic says a prompt only needs to describe the content to convey, and Claude composes the actual message sent to the other session.
The feature was also detailed in a post from the ClaudeDevs account on X, which noted that instead of having to "re-explain yourself in another session," users can now tell Claude to do it. The account specified that Claude sends a summary — not full history or files — and the receiving session "picks it up mid-task."
Anthropic lists four primary use cases:
- Handing off a finding from one session to another
- Coordinating parallel worktrees on the same codebase
- Getting a status update from a long-running session
- Replying across different machines
Limitations
Cross-session messaging has explicit boundaries. It cannot be used to approve permission requests or change configurations. Commands like /compact arrive at the receiving session as plain text rather than executable instructions. If acting on a received message requires a permission grant, the receiving session will still prompt the user directly — the messaging system cannot bypass that approval step.
Anthropic has not disclosed pricing changes tied to this update, and the feature appears to be a capability addition to the existing Claude Code product rather than a new paid tier.
What this means
Developers running multiple Claude Code instances — a common pattern for those working across microservices, monorepos, or parallel git worktrees — previously had to manually copy context between sessions or re-explain state each time. Cross-session messaging automates that handoff, which matters most for teams treating Claude Code as a semi-autonomous collaborator across a larger codebase rather than a single-session assistant.
The restriction on permissions and command execution is a deliberate guardrail: Anthropic is limiting the feature to information transfer, not delegated authority. That keeps a human in the loop for any action with real consequences, even as sessions gain more autonomy to coordinate among themselves. It's a narrow but practical step toward multi-agent workflows within a single developer's toolchain, rather than a broader agent-to-agent framework.
Related Articles
Anthropic Brings Background Computer Use to Claude Code and Cowork on Mac
Anthropic has enabled background computer use for Claude Code and Claude Cowork on macOS, available to Pro and Max subscribers. The feature lets Claude click, type, and open apps on a Mac without taking over the user's active cursor, following a similar launch by OpenAI's ChatGPT earlier in 2026.
GitHub Copilot App Adds Guide for Running Multiple Agents in Parallel
GitHub has published a beginner-focused guide explaining how to run multiple agents simultaneously in the GitHub Copilot app. The guide targets developers unfamiliar with parallel agent workflows, framing the shift from single-agent to multi-agent use as a key productivity unlock.
GitHub Publishes Beginner Guide to Running Multiple Copilot Agents in Parallel
GitHub has published a beginner-focused guide explaining how to run multiple Copilot agents concurrently within the GitHub Copilot app. The post walks new users through the workflow of parallel agent execution rather than announcing a new model or feature.
Gemini Overlay on Android Adds Minimize Button for Multitasking Bubble
Google is widely rolling out a new Minimize button for the Gemini overlay on Android, which collapses conversations into a floating bubble users can drag or tap to expand. The feature currently supports six fixed positions and has a reported bug that resets bubble placement after each minimization.
Comments
Loading...