Git AI
Agents

Amp

Track Amp generated AI-code all the way to production.

Supported since: 2026-03-02

Amp logo
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.

FeatureSupported
Agent Mode
Prompt Saving

Setup

Amp requires the PLUGINS=all environment variable to enable its experimental plugin system.

Test it first:

PLUGINS=all amp

Persist the setting by adding the following to your shell profile (~/.bashrc, ~/.zshrc):

export PLUGINS=all

How 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 $PLUGINS

If you see anything else, please open an issue on the GitHub repository.