Entire CLI

Active
GitHub Go MIT

Description

CLI that 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.

Key Features

  • Git-native integration that automatically captures AI agent sessions tied to commits
  • Session replay: rewind to any historical agent checkpoint and resume work
  • Full context preserved: prompts, responses, file changes, token usage all searchable
  • Keeps Git history clean by storing agent context on a separate branch
  • Supports Claude Code, Codex, Gemini and other multiple agents

Use Cases

💡 Audit and compliance: trace AI decision processes behind code changes
💡 Team knowledge sharing: new members review historical agent sessions for context
💡 Incident recovery: quickly rewind to checkpoints when agents produce incorrect changes
💡 Code archaeology: understand the complete AI interaction behind any commit

Quick Start

Install via Homebrew: brew tap entireio/tap && brew install --cask entire, then run entire enable in your project directory. All AI agent sessions will be automatically recorded thereafter.

Related Projects