# Entire CLI — Git-Native AI Session Capture > Entire CLI captures AI agent sessions next to Git commits, making prompts, tools, files, and resume points searchable across real repo history in minutes. ## Install Copy the content below into your project: ## Quick Use ```bash brew tap entireio/tap brew install --cask entire entire --help ``` ## Intro Entire CLI captures AI agent sessions next to Git commits, making prompts, tools, files, and resume points searchable across real repo history in minutes. **Best for:** teams that want searchable AI change history, reproducible handoffs, and audit trails across Claude Code, Codex, and Gemini CLI work **Works with:** Git repositories, supported coding agents, Homebrew installs, local developer workflows, commit-centric review processes **Setup time:** 8-12 minutes ### Key facts (verified) - GitHub: 4284 stars · 333 forks · pushed 2026-05-13. - License: MIT; owner avatar verified from GitHub API for entireio. - Entry point checked from README: `brew tap entireio/tap && brew install --cask entire`. ## Main Use Entire when the missing artifact is not code but rationale. It captures prompts, tool calls, touched files, and resume checkpoints close to the Git history that reviewers already trust. The practical rollout is small: install it, wire one supported agent, then verify that your next commit includes the associated session metadata before expanding team-wide. This is strongest for asynchronous teams. Instead of pasting screenshots or partial transcripts into chats, you can point someone at the session trail attached to the exact commit they need to understand. ### Source-backed notes - README positions Entire as a Git workflow hook that indexes AI agent sessions alongside commits. - Requirements section lists Git plus a supported authenticated agent on macOS, Linux, or Windows. - Quick Start shows Homebrew install for the stable build. ### FAQ **Q: Does Entire replace Git?** A: No. It extends Git history with session context so code review and forensic work become easier. **Q: What is the minimum setup?** A: Git, one supported authenticated agent, and the Homebrew install path from the README. **Q: Why is it different from chat logs?** A: The data is attached to repository history and resume checkpoints, not left in disconnected chat threads. ## Source & Thanks > Source: https://github.com/entireio/cli > License: MIT > GitHub stars: 4284 · forks: 333 --- ## Quick Use ```bash brew tap entireio/tap brew install --cask entire entire --help ``` ## Intro Entire CLI 把 AI agent 会话与 Git 提交一起归档,让提示词、工具调用、修改文件与恢复节点可搜索、可追溯,适合真实仓库协作与审计。 **Best for:** 希望把 Claude Code、Codex、Gemini CLI 等协作历史沉淀为可搜索审计线索的团队 **Works with:** Git 仓库、受支持的编码 agent、Homebrew 安装、本地开发工作流、以提交为中心的 review 流程 **Setup time:** 8-12 minutes ### Key facts (verified) - GitHub:4284 stars · 333 forks;最近更新 2026-05-13。 - 许可证:MIT;作者头像与仓库链接均已通过 GitHub API 复核。 - README 中核对过的入口命令:`brew tap entireio/tap && brew install --cask entire`。 ## Main Entire 解决的不是“怎么改代码”,而是“为什么这么改”。它把提示词、工具调用、涉及文件与恢复节点挂到 Git 历史上,reviewer 不必离开熟悉的上下文。 落地方式很轻:先装工具、接入一个已认证 agent,再确认下一次提交已经带上对应会话元数据,之后再逐步推广到团队。 对异步协作尤其有价值。你不需要在群里贴零散截图或残缺 transcript,而是直接把同事带到与具体 commit 对应的完整会话轨迹。 ### Source-backed notes - README positions Entire as a Git workflow hook that indexes AI agent sessions alongside commits. - Requirements section lists Git plus a supported authenticated agent on macOS, Linux, or Windows. - Quick Start shows Homebrew install for the stable build. ### FAQ **问:Does Entire replace Git?** 答:No. It extends Git history with session context so code review and forensic work become easier. **问:What is the minimum setup?** 答:Git, one supported authenticated agent, and the Homebrew install path from the README. **问:Why is it different from chat logs?** 答:The data is attached to repository history and resume checkpoints, not left in disconnected chat threads. ## Source & Thanks > Source: https://github.com/entireio/cli > License: MIT > GitHub stars: 4284 · forks: 333 --- Source: https://tokrepo.com/en/workflows/entire-cli-git-native-ai-session-capture Author: Script Depot