Switch from one AI coding assistant to another mid-project without losing the conversation's context.
Send your most recent Codex, Grok, or Claude Code conversation to a different model for a second opinion.
Copy a packaged conversation to your clipboard to review before pasting it into a new AI session.
| han-isn/teleporter | 04amanrajj/netwatch | 0xr10t/pulsefi | |
|---|---|---|---|
| Stars | 0 | 0 | 0 |
| Language | Rust | Rust | Rust |
| Setup difficulty | easy | moderate | hard |
| Complexity | 2/5 | 3/5 | 4/5 |
| Audience | developer | ops devops | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires the target AI CLI (Codex, Grok, or Claude) already installed and on your PATH.
Teleporter is a command line tool that lets someone move a conversation they were having with one AI coding assistant into a different one, carrying the context along instead of starting over. It works between three specific tools: Codex, Grok, and Claude Code. It reads the most recent messages from a conversation in the tool you started in, packages that history up to a size limit that depends on the target AI model, and then opens the new tool with that packaged conversation ready to go. You install it using Rust's package manager with a single command, and it needs whichever target assistant you plan to switch to, Codex, Grok, or Claude, already installed and available on your computer. Using it involves a short guided menu in the terminal where you choose which tool the conversation is coming from, which conversation in your current project folder to use, which tool and model you want to send it to, and how much reasoning effort that model should use. There are two ways the handoff can happen. By default, the target tool opens with the packaged conversation already typed in as the first message, ready to send. Alternatively, a softer mode copies the package to your clipboard and opens the target tool empty, so you can paste it in yourself and review before sending. The tool also supports direct one line commands for people who prefer typing a specific instruction rather than navigating the menu, such as sending your last Codex conversation straight to Grok with a chosen model. The README lists the specific models and effort levels supported for each of the three target tools, since options differ between them. It is released under the MIT license.
A command line tool that carries a conversation's context from one AI coding assistant, like Codex or Claude Code, over to another.
Mainly Rust. The stack also includes Rust.
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.