Remix.run Logo
Rses – cross-resume between Claude Code, Codex, and OpenCode
8 points by plawlost a day ago | 5 comments

rses claude with codex --last

That's it. Reads the Codex session (task, git log, last N turns, session file pointer), builds a structured handoff, launches Claude with it as the first message. Works all 6 directions between Claude Code, Codex CLI, and OpenCode.

Shorthand for power users: rses cc w cdx --last

~1200 lines, one npm dep (commander), zero config. Node 22+ built-in SQLite for the session indexes.

npm i -g rses-cli

https://github.com/yazcaleb/rses

aerzen 2 hours ago | parent | next [-]

Is this useful if I am using pi coding agent? It can swicth between models mid session?

interviewcoder 19 hours ago | parent | prev | next [-]

"Interesting tool! While rate limits are a major friction point right now, I wonder if this is a 'transient' problem. As competition between LLM providers intensifies, we’re seeing a rapid 'race to the bottom' in pricing and massive increases in quotas. Do you think cross-tool handoff remains a viable long-term category, or will it eventually be rendered obsolete by better infrastructure and higher limits?"

theredbeard 16 hours ago | parent [-]

What in the ChatGPT is this?

faangguyindia a day ago | parent | prev [-]

what's the point of this? Given the same context, it will again make same errors and backtracking.

plawlost a day ago | parent [-]

Mainly hitting rate/quota limits.