`npx continues` – resume same session Claude, Gemini, Codex when limited
i kept hitting rate limits in Claude Code mid-debugging, then hopping to Gemini or Codex. the annoying part wasn't switching tools (copy-pasting terminal output doesn't bring tool-use context with it) — it was losing the full conversation and spending 10 minutes re-explaining what i was doing. so i built *continues*. it finds your existing AI coding sessions across five tools (Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex, OpenCode), lets you pick one, and generates a structured handoff so you can continue in another tool without starting from zero. npx continues # interactive TUI:…
In plain words
npx continues helps developers switch between AI coding tools without losing context. It scans for existing sessions across Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex, and OpenCode, then generates a structured handoff to resume work in a different tool. Developers facing rate limits or tool-specific issues can pick a session and continue debugging or coding in their preferred AI assistant without re-explaining their progress or copying terminal output manually.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
i kept hitting rate limits in Claude Code mid-debugging, then hopping to Gemini or Codex. the annoying part wasn't switching tools (copy-pasting terminal output doesn't bring tool-use context with it) — it was losing the full conversation and spending 10 minutes re-explaining what i was doing. so i built *continues*. it finds your existing AI coding sessions across five tools (Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex, OpenCode), lets you pick one, and generates a structured handoff so you can continue in another tool without starting from zero. npx continues # interactive TUI: pick a session, pick a target continues scan # see what it finds (read-only) continues claude # jump into your latest Claude Code session continues resume abc123 --in gemini # hand off a specific session to Gemini the flow: * scans the current directory first (so you see what's relevant), then shows everything * you pick a session + a target tool * it generates a handoff doc: recent conversation, cwd, files modified (best-effort), pending tasks * launches the target tool with everything injected inline — no extra "go read this file" step what it's not: * not "true migration" — it's context injection. you get recent messages + metadata, not a full replay (pls come up with PR for full session reprod) * rate limit detection is manual for now — you run it when you know you're blocked, no auto-detect yet * session formats are mostly undocumented and can change anytime (this is the biggest maintenance risk) * local file parsing only, no API calls — your data stays on your machine curious if anyone else actually juggles multiple AI coding CLIs, or if most people just commit to one and wait out rate limits. would love to hear how you handle tool-switching + context today + feedbacks on context quality migrations and feedbacks are welcomed.
More ai this month
the category →
I trained a 125M-parameter transformer to autocomplete piano performances in real time (~108 notes/sec on an iPhone 15). The idea is basically GitHub Copilot or Tabnine, except instead of prompting it with code, you prompt it by playing a few notes on a MIDI piano. The model then continues what you played, entirely on-device. The app is free if anyone wants to try it. Happy to answer questions about the model, training, Core ML, or the many things that didn't work.
AI · 17d ago · simedw.com
Astute▲585Automate your B2B brand going viral, with new media creators
AI · 18d ago · company-app.joinastute.com


Hey HN, Henry from Cactus here! We previously released Cactus Needle, a 14MB agentic LLM for tool call, device use, and structured extraction for phones, wearables, smart homes, small robots and microcontrollers. We got really great feedback here, and have now incorporated the suggestions to release Needle 2. The whole model is a single 14MB binary that runs a full session in 28MB of RAM; 45m parameters at 2bit compression. Needle hits 500 tokens/sec decode speed on a Raspberry Pi 5, sits between 400-1,500 tokens/sec on VR devices like Meta Quest 3S and Apple Vision Pro, and ranges…
AI · 26d ago · cactuscompute.com

