Continue
Track Continue generated AI-code all the way to production.
Supported since: 2025-12-02

Install Git AI
No special setup required. One command, no per-repo config.
curl -sSL https://usegitai.com/install.sh | bash
Prompt Continue & Commit
No workflow changes. AI attribution is added automatically on commit.
AI Blame & Ask
See who wrote every line — human or AI. Use git-ai ask to query the original prompts and context behind any AI-generated code.
Capabilities
Continue CLI fully supports the Git AI standard.
| Feature | Supported |
|---|---|
| Agent Mode | ✓ |
| Prompt Saving | ✓ |
Troubleshooting
Verify that your Coding Agent is properly calling Git AI after it generates code
git ai statusyou ██░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ 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 CunniffeYou 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-hooksGenerate 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.