Skip to main content
Use the Entire CLI when you want to review from a terminal, explain a checkpoint or commit, inspect transcript output, or export checkpoint data.

Find a checkpoint

List checkpoints on the current branch:
entire checkpoint list
If you need to find the checkpoint first, search by phrase, meaning, or context:
entire checkpoint search "what changed"

Explain a checkpoint or commit

Explain a checkpoint by ID:
entire checkpoint explain CHECKPOINT_ID
You can also explain the commit linked to a checkpoint:
entire checkpoint explain COMMIT_SHA

Generate a summary

Generate an AI summary for the checkpoint:
entire checkpoint explain CHECKPOINT_ID --generate
The --generate flag requires the configured provider CLI to be installed and authenticated.

Continue with

Review in Entire.io

Browse checkpoint details, sessions, and file diffs visually.

checkpoint

See the full checkpoint command reference.