Source Intelligence
Reading a new release v2.1.251 Analysing changes · 2/5 Sorting the findings · 1/4 steps 470 findings $18.91 so far

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

Import Reorganization

Consolidated and optimized module imports throughout the codebase:

  • Removed redundant stream module imports
  • Reorganized child_process imports to use named imports (execSync, spawn) instead of default imports
  • Better alignment with Node.js best practices for ES module imports
Evidence
  • Removed generic import tr from "stream" at line 12593
  • Removed generic import j40 from "node:child_process" at line 35801
  • Added specific import { PassThrough as ET8 } from "stream" at line 467265
  • Added specific import { execSync as IBB, spawn as gO6 } from "node:child_process" at line 247798

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.0.23 →