Amp
Track Amp-generated code with Git AI line-level attribution, prompt history, token usage, and tool activity from local edits through production.
Supported since: 2026-03-02

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.