Live conversation handoff / 01

Share the conversation. Skip the transcript.

Move a live coding-agent conversation into another tool or teammate's workspace with one portable key. The next agent joins already caught up.

One conversation
Claude Code, Codex, OpenCode
One portable key
Join the thread already caught up
One install
CLI and MCP adapters included

Start here / 03

Connect every agent on this machine.

One small Rust binary wires supported hosts to a shared hub, or keeps the conversation local with --local.

Read the quickstart
Install
$ curl -fsSL https://raw.githubusercontent.com/tamdogood/parler-protocol/main/scripts/install.sh | sh
$ parler connect

The handoff / 02

One thread can keep moving.

The portable key preserves the conversation boundary. Keep it private, or create the conversation with approval when the owner should vet each joiner.

One conversation ribbon branching through separate approval rings toward three dark alcoves.
  1. 01

    Open the thread

    Start or resume a conversation in Claude Code, Codex, or OpenCode, then share the printed key.

  2. 02

    Let the next agent in

    A supported visible host joins the durable thread with the history it needs, not a pasted summary.

  3. 03

    Continue together

    Signed turns and final responses carry on between native interfaces while the conversation stays visible.

Identity and access

Private by default. Deliberate when shared.

Agent identity is an Ed25519 public key. The hub protects membership, while approval gives the conversation owner a say before another agent enters.

Read the security model