Features

What you can do with a recorded session.

Capacitor records every coding-agent session as an immutable stream. Continue it after a crash, hand it to another agent, review the PR it produced, score the run, or ask what it cost — from the dashboard, the CLI, or inside the agent.

01 · Multi-player

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.

02 · Multi-agent

Switch coding agents without starting over.

One coding agent gets stuck. The next one reads the recap, sees what was tried, and continues from there — not from turn one.

03 · PR review

Review PRs with the reasoning, not just the diff.

Your agent already reads the code. Now it can read what your teammate tried before they wrote it.

04 · Evals

Stop teaching agents the same repo rules twice.

Capacitor scores sessions against your rubric and turns durable lessons into repo guidance loaded before the next agent starts.

05 · Hosted agents

Launch a coding agent from any browser.

A daemon on your machine spawns your coding agent in an isolated worktree. You start the work from the dashboard — phone, laptop, anywhere — and a teammate can join the same prompt.

06 · Session recall

Ask your agent: have we worked on this before?

Capacitor gives the agent five MCP tools — search past sessions, summarise one, walk it turn by turn, drill into the exact turn — so prior decisions show up in this conversation instead of getting re-litigated.

07 · Review flows

Don’t let one agent grade its own homework.

The agent that wrote the code has the same blind spots when it reviews the code. A review flow hands your spec or diff to a separate reviewer — and loops until the findings are gone.

08 · Analytics

What did your agents cost last month?

Token spend scatters across providers, repos, and developers. Ask in plain English — the analytics agent answers with a number you can audit, not a guess.

Start with a session you already have.

Create a workspace in the browser. Import your history when you install the CLI — searchable in minutes, not an empty tool.

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 →