Why Entire exists
When an agent changes code, the final diff leaves out important context:- The prompt that started the work
- Files the agent inspected
- Tools it ran
- Decisions it made
- Checkpoints it created along the way
What Entire helps you do
- Review the prompt, transcript, and tool calls behind a commit, not just the diff.
- Browse Checkpoints from an agent session as the work evolves.
- Search prompts, sessions, and repository history.
- Continue from prior agent work instead of starting cold.
- Share agent context with teammates through Git-linked history.
How it works
- Install the Entire CLI in your repository.
- Connect Entire to the coding agent you use.
- Entire captures sessions and Checkpoints as the agent works.
- Use the CLI or Entire.io to inspect the history behind commits.
Start here
Choose the fastest path for what you need next.Quickstart
Set up Entire and capture your first agent session.
Installation
Install the Entire CLI.
Agents
Connect Entire to your coding agent.
Checkpoints
Learn how Entire records agent-assisted changes.