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.113 Home All releases olderv1.0.112 v1.0.114newer
Claude Code v1.0.113

Sessions API Support (Feature-Flagged)

What: New v1 Sessions API endpoint alongside existing OAuth API Details:

  • New endpoint: /v1/sessions/organizations/${orgUUID}/sessions via mzB() at line 412649
  • Legacy endpoint: /api/oauth/organizations/${orgUUID}/code/sessions via dzB() at line 412690
  • Currently defaults to legacy API (feature flag o45() at line 412718 returns false)
  • Provides foundation for future migration to new API
  • Evidence: Split from single function TzB() at line 412258 in v1.0.112

See this entry in the whole of v1.0.113 →