Announcing Entire with $60m seed round
Every commit tells a story.
Now you can read it.
Entire CLI hooks into your git workflow to capture AI agent sessions on every push. Sessions are indexed alongside commits, a searchable record of how code was written.
curl -fsSL https://entire.io/install.sh | bash
Open source · MIT licensed3.8k
Capture context
Works where you already operate
Entire CLI hooks into your existing tools and workflow. No context switching, no new interfaces to learn.
Setup the CLI
One command to set up Entire CLI in your repository. Works with any git-based project, fully open source.
AgentStatus
GitHub Copilot CLI
Supported
Work with any agent
Claude Code, Gemini CLI, OpenCode, Cursor, GitHub Copilot CLI, & FactoryAI are supported today. More integrations coming soon.
Sessions sync with commits
Every conversation is captured and linked to your git history creating a checkpoint automatically. No extra steps required.
Fix flaky TestHTTPServer race condition in parallel mode
b68df0d49d44·
2d ago·dipree·Claude Code
Add webhook retry logic with exponential backoff
f92e4d1c88a7·
3d ago·Soph·Gemini
Expand t.Parallel exception to mention t.Setenv and t.Chdir
a3c17e8f02b1·
5d ago·dipree·Claude Code
Migrate session storage from SQLite to Postgres adapter
e71a0b3c5f92·
6d ago·Soph·Gemini
Add CLI flag --dry-run to preview checkpoint without committing
c4d82f6a17e3·
1w ago·dipree·Claude Code
Refactor hook runner to support async pre-push middleware
d59f1a4e83c0·
1w ago·Soph·Gemini
View your entire history
Search, view, and understand the intent behind the code that was written. Share context with your team.
Why Entire
Never start from zero
Entire creates a checkpoint for every commit: the code change paired with the agent session that produced it. Context that's attached, not archived.
01
"Why did we write it this way?"
Every commit gets a checkpoint: the code change paired with the full agent session that produced it. Look at any change and the reasoning is right there.
02
"Where does all this context actually go?"
Nowhere new. Checkpoints are stored directly in your git history. No hosted service, no external database. Just your repo, your workflow, your data.
03
"Why does the agent keep making the same mistakes?"
Because it starts every session from zero. Checkpoints give agents the full history of how your codebase was built. Not just the code, but the decisions behind it.
Start capturing your intent
Entire is open source and free to use. Install it once, and never lose the context behind your commits again.
curl -fsSL https://entire.io/install.sh | bash