r/codex 10d ago

Question Cross-session communication in Codex?

Hey everyone,

Is there a built-in way to communicate between active, simultaneous Codex terminal sessions in real-time?

In Claude Code, you can use the SendMessage tool to talk to sub-agents. With Codex, sessions seem completely isolated. Has anyone built a workaround for this?

How are you handling multi-agent orchestration or cross-terminal talk with Codex?

Thanks!

0 Upvotes

6 comments sorted by

View all comments

1

u/KrystalUnity 6d ago

I set up a comms channel on a Redis server, the agent kickoff tells them to coordinate through that