Claude Code and Codex Can Have Real-Time Conversation via Git
4 days ago
- #multi-agent systems
- #AI collaboration
- #Git integration
- Agent Radio enables Claude Code and Codex to collaborate via real-time messaging using h5i, an AI-aware Git.
- Implemented in h5i version 0.1.5, it allows multiple AI agents to coordinate tasks without losing context.
- Communication is tracked and versioned through Git, providing an auditable history in a messages.jsonl file.
- Setup involves installing h5i via curl, initializing it in a Git repository, and running agents in separate terminals.
- Agents use the i5h protocol (Inter-Agent Information & Interaction Handshake) for typed work handoffs over Git.
- Messages are JSON objects with seven required fields; replies are linked via a reply_to field, ensuring conflict-free merging.
- Conversations can be monitored with h5i msg watch and shared to GitHub Pull Requests using h5i share pr post.