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 v1.0.122 Home All releases olderv1.0.120 v1.0.123newer
Claude Code v1.0.122

Account Display Names

What changed: OAuth account display names are now captured and synchronized

How it works now:

  • Display names are fetched from /api/oauth/profile endpoint
  • Stored alongside email, organization, and UUID
  • Automatically updated during token refresh
  • Available for showing richer user identification

Details:

  • Improves user identification beyond email addresses
  • Kept in sync with server changes
  • Evidence: Dq0() at line 405124 returns { subscriptionType, displayName } (previously JB0() at line 371316 returned only subscription string)

See this entry in the whole of v1.0.122 →