Skip to main content
Autter works with Codex by checkpointing the changes Codex makes and carrying that attribution into Git history.

What you get

  • Automatic attribution for Codex-authored edits
  • Commit-level summaries in autter stats
  • Line-level review in autter blame
  • Prompt and session context when the storage backend provides it

Set up Codex

1

Install Autter

Install the CLI on the machine where Codex runs.
2

Install or refresh hooks

Run:
autter install-hooks
3

Restart Codex

Restart the agent so it loads the latest integration files.
4

Verify attribution

Ask Codex to edit a file, then run autter status and autter stats HEAD.

Good follow-up checks

autter blame src/service.ts
autter show HEAD

How Autter works

See how checkpoints become authorship notes.