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 of v2.0.42 Home All releases olderv2.0.41 v2.0.43newer
Claude Code v2.0.42

Git User Email Detection

What: Added function to retrieve git user email from git configuration.

How to use: Automatically detects git config user.email value when linking VCS accounts.

Details:

  • New function Wi5() at line 426065 executes git config --get user.email
  • Integrated with VCS account linking in QT2() at line 426023, now includes git_user_email field
  • Used to associate git commits with Claude Code user accounts
  • Evidence: Wi5() at line 426065, QT2() at line 426023

See this entry in the whole of v2.0.42 →