Git AI
Agents

GitHub Copilot

Track GitHub Copilot generated AI-code all the way to production.

Supported since: 2025-10-05

GitHub Copilot logo
Install Git AI
No special setup required. One command, no per-repo config.
curl -sSL https://usegitai.com/install.sh | bash
Prompt GitHub Copilot & 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

GitHub Copilot support is serviced via a VSCode Extension. We'd like more native integrations (let us know if you can help! Looking at your GitHub employees.)

✓ VSCode

EditorSupported
Agent Mode
Tab Completion
Prompt Saving

✗ IntelliJ

Git AI works with Copilot in IntelliJ. The Intellij extension should be installed when you run git ai install-hooks, but if for some reason it's not showing up, we suggest restarting IntelliJ or installing manually from the marketplace.

How this integration works

Git AI automatically install the Git AI extension when it is installed. This extension listens for events related to Copilot insertions and calls git ai checkpoint

Troubleshooting

Ensure the extension is installed

Go to the Extensions tab and search for git-ai. If it's not there install it from the Marketplace:

Official: https://marketplace.visualstudio.com/items?itemName=git-ai.git-ai-vscode

VFX (for VSCode Forks like Cursor): https://open-vsx.org/extension/git-ai/git-ai-vscode

Copilot Enterprise: Enable Preview Features

Every GitHub Copilot Enterprise user needs their organization admin to enable the Chat: Use Hooks preview feature, otherwise the Git AI extension cannot receive Copilot events.

In GitHub Enterprise, navigate to:

AI ControlsCopilot → enable Chat: Use Hooks

Chat: Use Hooks setting in GitHub Enterprise