Esta página se muestra en inglés. Una traducción al español está en curso.
CLI ToolsMay 13, 2026·3 min de lectura

Entire CLI — Record AI Sessions in Git

CLI that hooks into Git to capture AI agent sessions alongside commits. Index, rewind, and resume per branch without polluting commit history.

Introducción

Entire CLI is a Git-native way to capture and replay AI coding sessions: your code commits stay clean, while agent session metadata lives on its own branch.

Best for: Teams doing AI-assisted coding who need auditable sessions and easy rollback

Works with: Git repos; integrates with agent CLIs and standard remotes

Setup time: 5–15 minutes

Key facts (verified)

  • README shows multiple install paths: Homebrew, install.sh, Scoop, and Go install.
  • Sessions are stored on a dedicated entire/checkpoints/v1 branch (per README).
  • GitHub: 4,284 stars · 333 forks; pushed 2026-05-13 (GitHub API verified).

Main

Use it as “agent flight recorder”

If your team is doing AI-assisted changes, you want two things at once:

  • Clean commits (so git log stays readable)
  • Durable provenance (so you can answer “why did we change this?” later)

Entire sits in the middle: it tracks sessions as metadata and creates checkpoints when commits happen, so you can rewind to a known-good state without rewriting history.

README excerpt (verbatim)

Entire CLI

Entire hooks into your Git workflow to capture AI agent sessions as you work. Sessions are indexed alongside commits, creating a searchable record of how code was written in your repo.

With Entire, you can:

  • Understand why code changed — see the full prompt/response transcript and files touched
  • Recover instantly — rewind to a known-good checkpoint when an agent goes sideways and resume seamlessly
  • Keep Git history clean — preserve agent context on a separate branch
  • Onboard faster — show the path from prompt → change → commit
  • Maintain traceability — support audit and compliance requirements when needed

Why Entire

  • Understand why code changed, not just what — Transcripts, prompts, files touched, token usage, tool calls, and more are captured alongside every commit.
  • Rewind and resume from any checkpoint — Go back to any previous agent session and pick up exactly where you or a coworker left off.
  • Full context preserved and searchable — A versioned record of every AI interaction tied to your git history, with nothing lost.
  • Zero context switching — Git-native, two-step setup, works with Claude Code, Codex, Gemini, and more.

Table of Contents

Requirements

🙏

Fuente y agradecimientos

Source: https://github.com/entireio/cli > License: MIT > GitHub stars: 4,284 · forks: 333

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados