Discover and explore top open-source AI tools and projects—updated daily.
git-ai-projectGit extension for tracking AI-generated code across repositories
Top 33.9% on SourcePulse
A Git extension tracking AI-generated code across repositories, git-ai targets developers and teams needing vendor-agnostic visibility into AI's impact. It provides end-to-end lineage for AI-authored code from generation to merged commits, enabling better workflow management and understanding of AI's role in software development.
How It Works
git-ai integrates with AI coding agents (e.g., Cursor, Claude Code, Copilot) to automatically detect and mark AI-generated code. It leverages Git's native notes command to store authorship metadata and commit scores, ensuring these annotations persist through Git operations like rebasing and merging. Prompts can optionally be stored with code, with configurable privacy controls and repository exclusion options.
Quick Start & Requirements
Install via shell script for macOS, Linux, and Windows (WSL): curl -sSL https://usegitai.com/install.sh | bash. For Windows non-WSL environments, use PowerShell: powershell -NoProfile -ExecutionPolicy Bypass -Command "irm http://usegitai.com/install.ps1 | iex". No per-repository setup is needed after initial installation. Standard Git is the primary prerequisite.
Highlighted Details
Maintenance & Community
Early access to the Stats Bot is available by contacting the maintainers. The README does not provide direct links to community channels (e.g., Discord, Slack), a public roadmap, or list specific sponsors or notable contributors.
Licensing & Compatibility
The provided README does not specify the software's license. This omission requires further investigation for compatibility, especially concerning commercial use or integration into closed-source projects.
Limitations & Caveats
The Stats Bot is in "early access." Support for several AI agents (e.g., AWS Kiro, Continue VS Code/IntelliJ, Windsurf, Augment Code) is marked as "in-progress." Support for OpenAI Codex is pending an external issue, and several other agents are listed without a defined support status.
15 hours ago
Inactive
yetone