Remix.run Logo
axldelafosse 5 hours ago

I agree! Right now it is leveraging the Codex App Server, which is open-source and very well implemented, but using Claude Code Channels is probably a bit hacky.

The good thing is that it establishes a direct connection so it's already much better than having one agent spawn the other and wait for its output, or read/write to a shared .md file -- but it would be cool to make it work for all agent harnesses.

Open to ideas! The repo is open-source.

SeriousM 3 hours ago | parent [-]

This one: https://github.com/openai/codex/tree/main/codex-rs/app-serve...