Git AI

Guide for Developers

A quick orientation for developers whose team has Git AI installed on their machine.

Your team is evaluating Git AI for AI code attribution and Agent observability.

You don't need to change anything about how you work with your coding agents. Just prompt, and commit. Git AI runs in the background every time agents generate code.

Things to know

1. Is Git AI installed?

which git-ai   # macOS/Linux
where git-ai   # Windows

2. How do I see what code was AI-attributed?

After you commit, run:

git ai stats

If you see untracked code, it may be code that was generated before Git AI was installed. Try restarting your agents and working from a fresh commit.

3. Where can I see my personal stats?

git ai dash

Who else can see them? Just you and your org admins — not other engineers on the team.

4. Having an issue?

Share it in your team's Slack or chat channel for Git AI, or open an issue at github.com/git-ai-project/git-ai. If for some reason you need to remove Git AI, follow the uninstall instructions.

Which agents are supported?

Don't see yours? Request or add support.