Message your other Claude Code sessions
- AI
- Developer Tools
- Security
- Open Source
The post is Anthropic’s documentation for cross-session messaging in Claude Code. It turns separate Claude Code sessions into workers that can send each other messages, which means you can split tasks across terminals and still pass findings, requests, and handoffs around without copying context by hand. That fits a broader pattern people are already using with tmux, files, IRC, Telegram, Slack hooks, and homegrown orchestrators to make coding agents behave more like a small distributed system than a single chat window.
Expect coding-agent workflows to keep shifting from single chats toward small multi-agent systems with inboxes, hooks, and shared memory. If your team uses these tools seriously, you now need explicit patterns for coordination, logging, and permissions, not just better prompts.
-
code.claude.com
- Discuss on HN