# Claude Code v0.2.122 Changelog
Changes
3 itemsCo-Authorship Attribution #
- 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 <noreply@anthropic.com>" 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 <noreply@anthropic.com>
Import Optimizations #
- Replaced generic
streamimport with more specificPassThroughimport from the stream module - Changed from importing the entire
node:processmodule to only importing thecwdfunction - These changes improve startup performance by reducing unnecessary module loading
Internal Updates #
- Added new internal variable binding for improved module compatibility
- Minor structural improvements maintaining 99.9% similarity with previous version