When to Import Past Sessions
Useentire import when:
- you enabled Entire after useful agent work already happened
- you want past local agent sessions to become searchable in Entire
- you want to import sessions from an agent’s local transcript store
Preview an Import
Use--dry-run to see what Entire would import before writing checkpoints:
Import Past Sessions
Import reads agent transcripts for the current repository, creates read-only checkpoints, and makes that history available in Entire. Run import from inside the repository whose agent history you want to bring into Entire:claude-code with the agent you want to import from. Run entire import --help or see the import command reference for supported agents and flags.
Import Specific Sessions
Use--session when you only want to import a specific session:
--session to import more than one session.
Import from a Custom Transcript Path
Use--path when the agent transcripts are stored somewhere other than the default location:
What Imported Sessions Become
Imported sessions are stored as read-only checkpoints on Entire’s checkpoint metadata branch. Imported checkpoints are:- searchable
- explainable
- idempotent, so re-running import skips turns that already exist
- not linked to a Git commit
- not rewindable
Continue With
Search Past Work
Search imported history by phrase, meaning, or agent context.
import Command Reference
See import syntax, flags, and supported agents.
Attach Sessions
Link a missed session to the latest commit.
Inspect Sessions
Inspect session metadata and transcript output.