Skip to main content
Import pre-existing local agent transcripts for the current repository as read-only checkpoints.
entire import AGENT [flags]
entire import is experimental and hidden from the top-level help in Entire CLI 0.7.8. Run entire import --help to see the agents supported by your installed CLI version.

Supported agents

In Entire CLI 0.7.8, import supports:
AgentCommand
Claude Codeentire import claude-code
Codexentire import codex
Copilot CLIentire import copilot-cli
Cursorentire import cursor
Factory Droidentire import factoryai-droid
Gemini CLIentire import gemini
Pientire import pi

Flags

FlagDescription
--dry-runReport what would be imported without writing checkpoints
--path DIRECTORYOverride the transcript directory to import from
--session IDImport only this session ID. Repeatable.

Examples

Check what would be imported:
entire import claude-code --dry-run
Import Claude Code transcript history:
entire import claude-code
Import a specific Codex session:
entire import codex --session SESSION_ID
Import from a custom transcript directory:
entire import claude-code --path TRANSCRIPT_DIRECTORY

Behavior

entire import scans the agent’s local transcript store for the current repository and imports history from the past month. Imported checkpoints are:
  • read-only
  • searchable
  • explainable
  • idempotent, so already-imported turns are skipped
  • not rewindable
  • not linked to a Git commit

Continue with

Import Past Sessions

Follow the guide for importing past local agent sessions.

Search

Search imported checkpoints and other Entire history.