What's wrong with this entry?
Anonymous. No account, no email.
- Added automatic co-authorship credits for Claude-generated commits and pull requests
- When Claude helps create commits, it now automatically adds a "Co-Authored-By: Claude <[email protected]>" line to the commit message
- Pull requests created with Claude's assistance include a "🤖 Generated with Claude Code" attribution
- This feature can be disabled by setting
includeCoAuthoredBytofalsein your configuration
Example: When you ask Claude to create a commit, the commit message will now include:
Your commit message here
🤖 Generated with Claude Code
Co-Authored-By: Claude <[email protected]>