Skip to main content
Work with checkpoints captured by Entire.
entire checkpoint SUBCOMMAND

checkpoint list

List checkpoints on the current branch.
entire checkpoint list [flags]
FlagDescription
--no-pagerDisable pager output
--session IDFilter checkpoints by session ID (or prefix)

checkpoint explain

Generate an AI-powered explanation of a session or commit.
entire checkpoint explain [CHECKPOINT_ID | COMMIT_SHA] [flags]
FlagDescription
-c, --checkpoint IDExplain a specific checkpoint (ID or prefix)
--commit SHAExplain a specific commit (SHA or ref, “commit-ish”)
--forceRegenerate summary even if one already exists (requires --generate)
--fullShow full parsed transcript (all prompts/responses)
--generateGenerate an AI summary for the checkpoint
--no-pagerDisable pager output
--raw-transcriptShow raw transcript file (JSONL format)
--search-allSearch all commits (no branch/depth limit, may be slow)
--session IDFilter checkpoints by session ID (or prefix)
-s, --shortShow summary only (omit prompts and files)
The --generate flag requires the configured provider CLI, such as Claude CLI, to be installed and authenticated.
Search checkpoints using semantic and keyword matching.
entire checkpoint search [QUERY] [flags]
FlagDescription
--author NAMEFilter by author name
--branch NAMEFilter by branch name
--date PERIODFilter by time period (week or month)
--jsonOutput as JSON
--limit NMaximum number of results per page
--page NPage number, 1-based
--repo OWNER/REPOFilter by repository. Use * to search all accessible repos.

checkpoint rewind

Rewind to a previous checkpoint within the current session.
entire checkpoint rewind is deprecated and will be removed in a future release.
entire checkpoint rewind [flags]
FlagDescription
--to COMMITRewind to specific commit ID (non-interactive)
--listList available rewind points (JSON output)
--logs-onlyOnly restore logs, don’t modify working directory (for logs-only points)
--resetReset branch to commit (destructive, for logs-only points)
Rewinding discards changes made after the selected checkpoint. Make sure to commit any changes you want to keep before rewinding. The --reset flag is destructive and will reset your branch.