by yigitkonur
resume any AI coding session in another tool — Claude Code, Copilot, Gemini, Codex, Cursor
# Add to your Claude Code skills
git clone https://github.com/yigitkonur/cli-continuesYou hit the rate limit mid-debug. 30 messages of context — file changes, architecture decisions, half-finished refactors — and now you either wait hours or start fresh in another tool.
continuesgrabs your session from whichever AI coding tool you were using and hands it off to another one. Conversation history, file changes, working state — all of it comes along.
npx continues
https://github.com/user-attachments/assets/6945f3a5-bd19-45ab-9702-6df8e165a734
14 AI coding agents, any-to-any handoff:
Claude Code · Codex · GitHub Copilot CLI · Gemini CLI · Cursor · Amp · Cline · Roo Code · Kilo Code · Kiro · Crush · OpenCode · Factory Droid · Antigravity
That's 182 cross-tool handoff paths. Pick any source, pick any destination — it works.
No install needed — just run npx continues. Or install globally:
npm install -g continues # gives you `continues` and `cont`
No comments yet. Be the first to share your thoughts!
The handoff document is designed so the receiving agent immediately understands what you were doing, what files were touched, what commands ran, and what's left to do.
Just run continues. It finds all your sessions, lets you pick one, and asks where to continue:
┌ continues — pick up where you left off
│
│ Found 1842 sessions across 14 CLI tools
│ claude: 723 codex: 72 cursor: 68 copilot: 39 ...
│
◆ Select a session
│ [claude] 2026-02-19 05:28 my-project Debugging SSH tunnel config 84a36c5d
│ [copilot] 2026-02-19 04:41 my-project Migrate presets from Electron c2f5974c
│ [codex] 2026-02-18 23:12 my-project Fix OpenCode SQLite parser a1e90b3f
│ ...
└
◆ Continue in:
│ ○ Gemini ○ Codex ○ Amp ○ Kiro ...
└
When you run from a project directory, sessions from that directory are prioritized.
Skip the picker entirely — resume the Nth most recent session from a tool:
continues claude # latest Claude session
continues codex 3 # 3rd most recent Codex
continues amp # latest Amp
continues cline # latest Cline
continues kiro # latest Kiro
continues crush # latest Crush
Works for all 14 tools. This uses native resume — same tool, full history, no context injection.
This is the main thing. Start in one tool,...