-
Notifications
You must be signed in to change notification settings - Fork 3.9k
feat: Continue CLI Git AI integration for tracking AI-authored code #9083
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: Continue CLI Git AI integration for tracking AI-authored code #9083
Conversation
|
Keep this PR in a mergeable state → Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
2 similar comments
|
Keep this PR in a mergeable state → Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
Keep this PR in a mergeable state → Learn moreAll Green is an AI agent that automatically: ✅ Addresses code review comments ✅ Fixes failing CI checks ✅ Resolves merge conflicts |
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
|
✅ No documentation updates needed. Analysis:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No issues found across 6 files
…lamov/continue into feat/cli-git-ai-integration
Description
Add native integration with git-ai to help Continue CLI users track which lines of code were written by Continue CLI, along with the prompts used to generate them. The integration is only enabled if the user has git-ai installed on their machine already.
Checklist
Screen recording or screenshot
Example editing session in a git repo with Continue CLI (no apparent changes for the user):

But since we had
git-aiinstalled on the system, after we commit, we can rungit-ai show headto see what Git AI recorded:Tests
extensions/cli/src/services/GitAiIntegrationService.test.tsunit tests to test the Git AI serviceextensions/cli/src/tools/gitAiIntegration.test.tsintegration tests to test the entire tool calling flow with the git AI serviceSummary by cubic
Integrates Continue CLI with git-ai to record which lines were generated by the CLI and the prompts that produced them. Works automatically when git-ai is installed, with no changes to the CLI workflow.
Written for commit f3668ad. Summary will update automatically on new commits.