Hello everyone,
I am analyzing AI-assisted code contributions and investigating whether OpenAI Codex leaves any identifiable footprint at the commit level such as commit author, metadata, trailers, or other markers.
For context, here’s what I observe with other tools:
-
Claude: Commits often include
Co-authored-by: Claude <noreply@anthropic.com>. -
Devin / Copilot: Commits are detectable via author/email metadata, not message content.
OpenAI Codex (Question)
Codex-associated commits in my dataset do not appear to include any commit-level attribution or metadata. I am curious about:
-
Has Codex ever supported or planned to support optional authorship disclosure like Claude’s
Co-authored-by? -
Are there any known signals such as commit templates, author/email conventions, or API metadata that could trace Codex usage?
Any pointers to documentation, design rationale, or prior discussions would be greatly appreciated.
Thank you!