intertwine intertwine v0 · benchathon 2026

Don't lose your contexts.

intertwine keeps every Claude session around, lets you resume any of them from any directory, and shares them with your team when you want.

npm i -g intertwine-cli && intertwine login

intertwine resume

    
a live walk through intertwine resume — filter, sort, navigate. no audio.

the directory shuffle

Relaunching into every directory to find a session is a pain.

Claude only shows sessions in your current folder. Agent managers solve this by taking over your whole workflow.

intertwine is a thin wrapper over Claude Code instead. Resume any session from anywhere, and keep every other dev tool exactly as it is.

context sharing today

Sharing knowledge is bloated markdown, junk commits, and slop.

Your most valuable context is the long-running session — the one that knows how to run and submit a job that isn't easy or obvious.

Share your best sessions as they are. Pick up a teammate's work when they're out sick, or fork it to learn how they did it.


Your session follows you onto the box.

SSH'd into a cluster or a remote dev box? Resume the exact session you started on your laptop — same context, no copy-paste, no re-explaining the job. The conversation is pulled down and dropped into your checkout on that machine; if the repo lives at a different path there, you point it once with --dir and it's remembered. Pick it back up at home and it just continues.

laptop → ssh → laptop

    
one session, three machines, zero re-explaining.

Capture

Every Claude session, kept automatically. Each one labeled so you can find it later.

Resume from anywhere

No more opening Claude in the wrong directory and seeing nothing. Pull up any past session from any working directory.

Fork a teammate's

Continue a colleague's session from where they left off, same context, on your machine.


1Solo dev

Keep every session, resume any of them from anywhere.

$npm i -g intertwine-cli && intertwine login
$cd ~/your/repo && intertwine captureauto-syncs after each session
$intertwine resume/ to filter · s to sort · ↑↓ to navigate
2Start a team

Create a team, invite people, see and fork their work.

$intertwine login
$intertwine teams create my-teamyou're the admin · prints an invite link
$intertwine teams invitemore links anytime
$intertwine resumeteammates' sessions appear; Enter → Fork or Resume
3Join a team

Already signed in? Redeem an invite, or match automatically by GitHub org.

$intertwine login --invite <link>redeem at sign-in
$intertwine teams refreshor auto-join if your GitHub org matches
$intertwine captureshare your sessions with the team

Works better together

Sign in with GitHub. No AWS, no buckets.

Sharing follows your GitHub org membership.

Fork a teammate's session and continue on your machine.


Claude Code Live
Codex Live
Gemini CLI Coming soon
Kiro Coming soon

Resume returns you to the tool that made the session — a Codex session reopens in Codex, a Claude one in Claude. Carrying a transcript across tools is on the roadmap.

npm i -g intertwine-cli && intertwine login