Entire is a new, CLI-first system of record that captures the context behind agent-assisted code changes.Documentation Index
Fetch the complete documentation index at: https://docs.entire.io/llms.txt
Use this file to discover all available pages before exploring further.
Why Entire exists
When an AI agent writes code, the commit diff often leaves out the most important context:- what prompt started the work,
- what files the agent inspected,
- what tools it ran,
- what alternatives it tried,
- and why the final approach was chosen.
- Review the prompt, transcript, and tool calls behind a commit, not just the diff.
- Rewind to earlier Checkpoints in an agent session.
- Search every prompt and session across a repository.
- Continue from prior agent sessions instead of starting cold.
Parts of Entire
Entire has two surfaces:Entire CLI
Entire CLI
Entire CLI runs locally in your Git repository, installs hooks for Git and supported agents, captures sessions in the background, and links Checkpoints to your commits.
Entire.io
Entire.io
Entire.io provides the web interface for exploring the history captured by the CLI.
Get started
Entire works with the tools developers already use for agentic coding.Claude Code
Capture Claude Code sessions and Checkpoints.
Codex
Capture Codex CLI sessions and Checkpoints.
Cursor
Capture Cursor agent sessions and Checkpoints.
Copilot CLI
Capture Copilot CLI sessions and Checkpoints.
Gemini CLI
Capture Gemini CLI sessions and Checkpoints.
OpenCode
Capture OpenCode sessions and Checkpoints.
Factory Droid
Capture Factory Droid sessions and Checkpoints.
External agents
Build plugins for agents outside the built-in integrations.