Join the rebellion · Developer news, early access, exclusive drops

Every agent session
stored in your repo.

Coding agents start every session from zero, forgetting context and decisions of the last run. Entire stores every session, prompt, and tool call with your commits, so you, your team, and your agents can start with better context.

curl -fsSL https://entire.io/install.sh | bash

Open source · MIT licensed4.5K

  • Claude Code
  • Codex
  • Gemini
  • Cursor
  • Copilot
  • Pi
  • OpenCode
  • Factory AI Droid
  • Antigravity
  • Amp
Sessions
Wednesday 10 Jun· 4 sessions
rotate the auth refresh tokensPublicClaude Code
can you review the auth middleware before I merge?PublicCodex
add rate limiting to the APIPublicGemini
fix the flaky tests in the serverPublicClaude Code
Capture context

Works where you already operate

Entire CLI hooks into your existing tools and workflow. No context switching, no new interfaces to learn.

Terminal
my-repository %

Setup the CLI

One command to set up Entire CLI in your repository. Works with any git-based project, fully open source.

Session timeline

Rotate the staging Postgres password

now·4 calls

Read.dev.vars
Bashpscale password create staging app --format env
Bashfly secrets set DATABASE_URL
Arguments
DATABASE_URL=postgres://app:REDACTED@db.internal:5432/staging
Result
Secrets staged for next deploy
Bashpscale password delete staging-old --force
Result
Deleted old password for app:REDACTED

Private by design

Sensitive data never leaves your machine. Entire detects and redacts secrets before anything is stored.

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