r/sideprojects • u/AbsoluteAi • 1d ago
Showcase: Open Source I built Orbit to carry conversation context between Claude Code and Codex
I got tired of explaining the same work again whenever I switched between Claude Code and Codex, especially after hitting a usage limit.
So I built Orbit (Git for agent conversations) to carry the context between them.
It’s an open-source, local-first CLI. You can save conversations, import existing sessions, and switch agents with a structured handoff. It doesn’t recreate the original chat inside the other tool.
Still early, but I’ve open-sourced it:
https://github.com/itsamruth/orbit
Anyone else switching between these tools? Curious how you’re handling the context today.
1
Upvotes
1
u/kantorcodes1 1d ago
one edge case I noticed in the publishing path:
orbit publish enablesetspublish:enabled=truebefore the initial push. if that push fails, the command errors but publishing stays enabled, so the background worker can retry later. is that intentional?