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
| If you want to | Use |
|---|---|
| Bring past local agent sessions into Entire | entire import AGENT |
| Link one missed session to the latest commit | entire session attach |
| Continue working from an earlier session | entire session resume |
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
Semantic Search
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.