Skip to main content
History answers the question: what happened in this project? It records sessions, commits, lane changes, PR events, proof artifacts, checkpoints, and worker activity. Use it to recover context, audit agent work, or pick up where a session ended.

Common uses

Find a session

Search a previous chat or terminal transcript.

Explain a change

Trace a commit back to the lane and session that produced it.

Recover context

Reopen an old session summary or checkpoint.

Review evidence

Find proof artifacts attached to a lane, PR, or chat.

Event types

EventExamples
SessionChat started, terminal ended, agent interrupted.
GitCommit, branch change, rebase, merge.
LaneCreated, archived, deleted, stacked.
PROpened, updated, reviewed, CI changed, merged.
WorkerAssigned, completed, failed, paused.
ProofScreenshot, recording, trace, log, verification note.

Search and filters

Filter by lane, event type, date range, agent/provider, PR, or worker. Search text includes titles, summaries, command output snippets, commit messages, and PR metadata.

Checkpoints

Checkpoints are useful moments in a lane’s timeline. They let you inspect what changed around a session or commit and, when needed, branch new follow-up work from that point.
History is local project evidence. It is meant to make agent work inspectable, not to replace Git history or GitHub review.