
A CLI tool for transferring Claude Code conversations between hosts
Install `commuter` on hosts A and B. Work in Claude Code on A, then push the conversation. Log in to B, pull the conversation, and start a Claude Code session to continue it. 1. Install `commuter` on A and B by running `$ pipx install commuter`. 2. Do Claude Code work on A. 3. Run `$ commuter push` on A. 4. Log in to B and run `$ commuter pull`. 5. Start a Claude Code session on B with `$ claude --continue`. 6. Continue the conversation from A in Claude Code on B.
0 comments