Show HN: Tracking Merged PRs by OpenAI's Codex and GitHub's Copilot

5 zekone 2 6/1/2025, 12:19:57 AM github.com ↗
Figured I'd track the popular coding agents to see merge and approval rates. At first I was tracking Opened vs. Approved, but realized most people aren't approving; they just merge.

I haven't found a way to reliably track the other agents (Jules, Devin, etc), since they don't have a standardized branch naming convention. Interesting to watch this over time. Open to ideas.

Comments (2)

mutant · 20h ago
Thats a pretty cool repo. Curious, have you tried Codex? I thought it was awful. At least compared to Cline, claude code, and goose.

It makes me wonder about those commits…

zekone · 19h ago
Codex UX is wonky. if it makes changes for you and you create a PR with it; then have follow interactions to further modify, it will result in a new PR for every subsequent change. it doesn't update or modify an existing PR.

Copilot does. which is maybe why its numbers are lower; but I prefer this interaction more