Add Claude Code
.claude/settings.json and preserves unrelated Claude Code settings. The hooks capture session boundaries, prompts, completed turns, compaction, and task events. Entire reads the full conversation, file changes, tool calls, and token usage from Claude Code’s JSONL transcripts.
Subagent Capture
Claude Code exposes task lifecycle events and separate subagent transcripts. Entire records each task against the parent session, attributes its files and tokens to that session, and materializes its transcript into the parent’s next checkpoint. The checkpoint then carries the subagent’s work on its own, without reading back into Claude Code’s transcript directory. Entire records any subagent that changed files. It also keeps read-only subagents, such as reviewers and search agents, when you launch them withrun_in_background. A background launch defers capture to subagent stop, which is where Entire materializes a transcript even though the subagent wrote nothing. Foreground subagents complete at launch time, so a read-only one there leaves no record.
Among the built-in integrations, Claude Code is the one that reaches read-only subagents.
Resume and Import
entire session resume BRANCH restores the recorded session data when needed and prints a command in this form:
session resume command reference for flags and additional behavior.