Share the session, then work together.

Multi-player is not another status update. It is a teammate opening the same agent session, the same spec in progress, or the same hosted agent and moving the work forward.

Without the session

The next person reconstructs the conversation from Slack fragments.

Alex pasted a wall of context. Nina has to reverse-engineer the spec from the thread. The session itself is not shareable.

You

I started the webhook replay spec but I want another read before the agent writes code. Here’s a dump of the last 20 turns…

Agent

Which version of the spec is current? I’ll start from the last message in this chat.

stale contextre-explained

Without a session link, handoff is a paste.

With the session

Send the session, not a wall of context.

Nina opens the live session, reviews the spec in progress, and discusses the next change with Alex and the agent. A Slack link becomes the shared workspace.

You

I added the missing acceptance case to the spec. Can you continue from that version?

Agent

I see the spec update: duplicate delivery after a timeout must replay safely. I’ll update the test matrix first.

shared sessionsame stream

With the session, the second person joins the work, not the thread.

How it works

Session links, shared hosted agents, and recaps all point at the same durable session stream. Visibility decides who can open it. See Hosted agents and Session recall.

More ways teams use Capacitor

All features →

Make your team’s sessions shareable.

Start free and wire the places your team already collaborates around agent work into one session stream.

Start free Rather start a conversation? Talk to the team
Built by the team behind KurrentDB — event streams in production are what we do. Coding agents just produce a new kind.
Session recap · yesterday 16:42

Fix flaky auth-token refresh test

Tried mocking the clock first — abandoned after the race persisted. Root cause: token cache TTL rounding. Patched in auth/cache.ts, added regression test. Two approaches rejected, one shipped.

claude-code41 min12.4k tokenscontinue →