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.22 Home All releases olderv2.0.21 v2.0.23newer
Claude Code v2.0.22

Better Non-Interactive Session Tracking

What: Improved internal consistency for tracking non-interactive sessions throughout the codebase.

Details:

  • Standardized API using options objects instead of scattered parameters
  • Cleaner function signatures: {querySource, agents, isNonInteractiveSession, hasAppendSystemPrompt}
  • Affects web fetch, conversation summarization, bug reporting, and command extraction
  • Evidence: Zn6() at line 295359, lGQ() at line 408663, cSQ() at line 466310

See this entry in the whole of v2.0.22 →