Make the pi Coding Agent Identify the Model in Commits
In November, I posted how to make Claude Code mark itself as the author of git commits. You can do the same with OpenAI Codex.
In November, I posted how to make Claude Code mark itself as the author of git commits. You can do the same with OpenAI Codex.
Agentic engineering practices changed from “you should commit everything yourself” to giving the agentic tools more autonomy for example in order to try out different things to implement a change. Small git commits are part of that toolset. Here’s how to teach Codex CLI to self-identify as the git author.