Skip to main content
Autter works with GitHub Copilot by recording the edits Copilot makes and attaching them to the commit that lands in Git history.

What you get

  • Automatic attribution for Copilot-authored lines
  • autter blame for line-level review
  • autter stats for acceptance and human edit summaries
  • autter show-prompt when prompt storage is available

Set up GitHub Copilot

1

Install Autter

Install the CLI on each developer machine.
2

Install or refresh hooks

Run:
autter install-hooks
3

Restart the editor

Restart VS Code or the Copilot host application so the hook files load.
4

Confirm it works

Make a tracked edit, then run autter status.

After installation

autter debug
autter stats HEAD
autter blame src/services/review.ts

Data and privacy

Review what stays local when you connect the CLI.