Skip to main content
Autter works with Cursor by recording checkpoints around the edits Cursor makes in your repository.

What you get

  • Automatic authorship tracking for Cursor-authored lines
  • autter status for the current working tree
  • autter blame for line-level attribution in committed files
  • autter stats for commit and range summaries

Set up Cursor

1

Install Autter

Install the CLI on the developer machine first.
2

Install or refresh hooks

Run:
autter install-hooks
3

Restart Cursor

Restart the editor so it loads the new integration files.
4

Make an edit

Ask Cursor to change a tracked file, then run autter status before you commit.

Verify the result

autter debug
autter status
autter stats HEAD
If Cursor does not appear in the attribution, check whether the repository was opened from the right root and whether the integration files were refreshed after install.

Add your agent

Learn how to integrate a new coding agent with Autter.