fix(release): exclude AI coding agents from the changelog Thank You section - #36892
Merged
Merged
Conversation
✅ Deploy Preview for nx-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for nx-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Contributor
|
View your CI Pipeline Execution ↗ for commit c3c00db
☁️ Nx Cloud last updated this comment at |
AgentEnder
marked this pull request as ready for review
September 2, 2026 16:40
AgentEnder
force-pushed
the
dont-credit-claude-88846c38
branch
from
September 2, 2026 16:47
1b35ff6 to
c633947
Compare
…ection
The default changelog renderer credits every commit author and
Co-authored-by trailer, so recent releases thank Claude, Amp and Copilot
alongside human contributors.
- Match agents by email rather than display name. Agent names track model
versions ("Claude Opus 5 (1M context)"), so a name list needs updating
every release, and the authors map is keyed by name, so a name rule
would also drop a human contributor named Claude.
- Give Copilot its own email pattern. It commits both as
copilot-swe-agent[bot], which the existing [bot] check catches, and as
plain Copilot, which it does not.
- Document the exclusion alongside the `authors` option, which did not
mention the pre-existing bot filtering either.
AgentEnder
force-pushed
the
dont-credit-claude-88846c38
branch
from
September 2, 2026 16:53
c633947 to
c3c00db
Compare
FrozenPandaz
approved these changes
Sep 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Current Behavior
The Thank You section only skips authors with
[bot]in the name, so we thank AI agents too. 23.2.0 creditsClaude,Claude Opus 4.6 (1M context),Claude Sonnet 5,Claude Fable 5,AmpandCopilot.Expected Behavior
Only people get thanked. Agents are matched by email, since the display names track model versions.
The list covers
noreply@anthropic.comandclaude@anthropic.com,amp@ampcode.com,cursoragent@cursor.com,openhands@all-hands.dev(plus the legacyopendevin@all-hands.dev), and Copilot's<id>+Copilot@users.noreply.github.com. The cursor and openhands addresses aren't in nx history yet, but they're the real ones: cursor has ~1.2M commits on GitHub underCursor Agent <cursoragent@cursor.com>, and openhands commits asopenhands@all-hands.devin its own repo.Related Issue(s)
Fixes #