Git AI
Cli

Common Troubleshooting

Solutions to common issues when using Git AI with coding agents.

Verify that your Coding Agent is properly calling Git AI after it generates code

git ai status
you  ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ ai   4%                                   96%   100% AI code accepted | waited 33s for ai29 secs ago     +103      0  Cursor claude-4.5-opus-high-thinking46 secs ago       +2     -1  Cursor claude-4.5-opus-high-thinking57 secs ago      +12     -2  Cursor claude-4.5-opus-high-thinking1 mins ago        +1     -2  Aidan Cunniffe2 mins ago       +53      0  Cursor claude-4.5-opus-high-thinking2 mins ago         0     -3  Cursor claude-4.5-opus-high-thinking2 mins ago        +4     -6  Cursor claude-4.5-opus-high-thinking3 mins ago        +2     -1  Cursor claude-4.5-opus-high-thinking5 mins ago        +6    -16  Claude claude-opus-4-5-202511015 mins ago         0     -2  Aidan Cunniffe

You should see several AI checkpoints linked to the current HEAD sha. If there are not any, the hooks for your agent are not installed properly.

Re-run:

git ai install-hooks

Generate more code and run git ai status again. If you're still not getting AI attributions, restart all your shells, every Agent Session, and your IDE.

If you're still not getting any AI attributions, open an issue on the GitHub repository.