The missing git blame for Al code. Track Al-generated lines, cost per commit, and agent attribution. Rust CLI, zero-setup, 100% local.
# GitIntel [](https://github.com/gitintel-ai/GitIntelAI/actions) [](LICENSE) [](packages/cli/Cargo.toml) [](https://www.rust-lang.org) [](https://github.com/gitintel-ai/GitIntelAI) > Do you know how much of your codebase is AI-generated? GitIntel tracks AI authorship in your git history -- line by line, commit by commit. **The missing `git blame` for AI code.** <p align="center"> <img src="demo/hero.svg" alt="GitIntel Demo — scan, blame, stats" width="800"> </p> ## The Problem Engineering teams use Claude Code, Cursor, and Cursor daily. But nobody can answer: - What percentage of our code is AI-written? - What does AI coding actually cost per sprint? - Which developers and agents produce the most code? GitIntel answers all three. Zero workflow change. 100% local. ## Install ```bash # macOS / Linux curl -fsSL https://gitintel.com/install | sh # Homebrew brew install gitintel-ai/tap/gitintel # Windows (PowerShell) irm https://gitintel.com/install.ps1 | iex # npm (any platform) npx @gitintel-cli/gitintel ``` <details> <summary>Build from source</summary> ```bash git clone https://github.com/gitintel-ai/GitIntelAI.git && cd GitIntelAI cargo build --release --manifest-path packages/cli/Cargo.toml cp packages/cli/target/release/gitintel ~/.local/bin/ ``` Requires Rust 1.82+ ([rustup.rs](https://rustup.rs)) and Git 2.30+. </details> ## Quick Start ```bash cd your-project/ gitintel init # install hooks, create local DB gitintel checkpoint \ --file "src/api.ts" \ --lines "12-45,78-103" # --agent and --model are optional git commit -m "Add auth flow" # hook fires, attribution rec
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.