🛠 Claude Code agents can now communicate with each other
The crew tool has been released, which allows Claude Code agents to exchange context and messages in real time. The project implements hooks into sessions so that agents can see each other's status and actions while working in a single repository without creating unnecessary branches.
🌍 This is a step toward full multi-agent development in a local environment, where several AI agents can effectively collaborate on a single codebase, minimizing conflicts.
👤 For users, Claude Code crew allows running parallel sessions in a single project where agents will "know" about each other's work and assist in refactoring or deployment.
Source 1: https://github.com/0xmmo/crew
