autter blame shows the commit author and the coding agent responsible for each attributed line.
Inspect a file
git blame conventions and adds AI authorship where available. Standard git blame flags remain available.
Common examples
Use blame during review
AI blame helps you answer:- Which agent session introduced this line?
- Did a human edit the generated code before commit?
- Which model produced the surrounding implementation?
- Is the same session responsible for related lines in other files?
Editor support
The Autter VS Code extension can display color-coded AI attribution in the gutter for VS Code and compatible editors such as Cursor, Windsurf, and Antigravity.Install the VS Code extension
View AI attribution beside the code you are reviewing.
JSON for tools
Use--json when building an editor, review tool, or internal analysis pipeline. Treat prompt and identity fields as sensitive data.
Data and privacy
Understand where attribution identities and prompt records are stored.

