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.32 Home All releases olderv2.0.31 v2.0.33newer
Claude Code v2.0.32

Initialization Flow Enhancement

What changed: The SDK initialization function now sends authentication status after successful initialization when in headless mode

Details:

  • After initialization completes, checks for ongoing authentication
  • Sends auth_status event with authentication state, output, and error information
  • Only triggers in headless/non-interactive contexts (parameter J must be true)
  • Helps SDKs and automation tools track authentication progress
  • Evidence: Function Go5() (renamed from kr5) at line 483837, lines 1288-1301 show the new auth status emission

See this entry in the whole of v2.0.32 →