Agents
Amp
Track Amp generated AI-code all the way to production.
Supported since: 2026-03-02

Install Git AI
Requires PLUGINS=all environment variable. See Setup section below.
curl -sSL https://usegitai.com/install.sh | bash
Prompt Amp & 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
Amp fully supports the Git AI standard.
| Feature | Supported |
|---|---|
| Agent Mode | ✓ |
| Prompt Saving | ✓ |
Setup
Amp requires the PLUGINS=all environment variable to enable its experimental plugin system.
Test it first:
PLUGINS=all ampPersist the setting by adding the following to your shell profile (~/.bashrc, ~/.zshrc):
export PLUGINS=allHow this integration works
Amp's plugin system calls git ai checkpoint amp on file edits. When you install Git AI and run Amp with PLUGINS=all, the plugin automatically reports which lines Amp generated.
Troubleshooting
Make sure PLUGINS=all is set
Amp's plugin system is experimental and requires the PLUGINS=all environment variable. If Git AI is not tracking Amp's changes, verify the variable is set:
echo $PLUGINSIf you see anything else, please open an issue on the GitHub repository.