Review Checkpoints in CLI - Entire
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.