Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All releases Home olderv0.2.120 v0.2.123newer

Claude Code v0.2.122

3 entries read diff v0.2.120 → v0.2.122 Markdown

This release focuses on giving proper attribution when Claude assists with git operations, making it clear which commits and pull requests were created with AI assistance. The co-authorship feature is enabled by default but can be disabled if needed. Additionally, some import optimizations were made to improve performance.

Find
Pick an entry · j / k steps through
4 entries

Changesopen

#

# Claude Code v0.2.122 Changelog

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Co-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 <[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 includeCoAuthoredBy to false in 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]>

Import Optimizations#

  • Replaced generic stream import with more specific PassThrough import from the stream module
  • Changed from importing the entire node:process module to only importing the cwd function
  • These changes improve startup performance by reducing unnecessary module loading

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Internal Updates#

  • Added new internal variable binding for improved module compatibility
  • Minor structural improvements maintaining 99.9% similarity with previous version

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

Verbatim
No official entry

Not individually listed upstream

v0.2.122 does not have its own entry in Anthropic’s official changelog, because prerelease builds are often folded into a neighbouring release. Browse the full changelog for the closest official notes. Everything else on this page came out of the bundle instead, which is why the two lists don't match.

System prompt

The system prompt was not captured for this release, so this page cannot say whether it moved.