Original Reddit post

Hi! A little while back I found myself wanting to continue a project I had started in Cursor using Claude Code, but couldn’t import my conversations to pick up right where I left off. Besides, Claude’s uptime (or lack thereof) has sucked lately. So, I built a CLI that can seamlessly migrate your chats between agents with one command. You can check it out at https://github.com/builderpepc/agent-migrator . It’s open source, free, and there’s no opt-out telemetry or anything invasive like that. It’s a hobby project. Anthropic’s uptime (or lack thereof) has also frustrated me lately, and the hype cycles around which agent/model/harness is the best are shifting all the time. agent-migrator lets you start your work with one agent (e.g. Claude), switch to another anytime you feel like it, and switch back with zero friction. Currently supports Claude Code CLI, Codex CLI, Gemini CLI, and Cursor IDE. Maybe it works with Claude Code Desktop and Codex Desktop too, haven’t tested. There’s also a Claude Code plugin in the repo that automatically invokes agent-migrator when you’re getting error responses from Claude. Feel free to leave feedback if you try it! uv tool install agent-migrator submitted by /u/builderpepc

Originally posted by u/builderpepc on r/ClaudeCode