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

Import Optimizations

What changed: Consolidated and reorganized import statements for better tree-shaking and bundle size optimization

Changes:

  • Replaced import We from "stream" with import { PassThrough as sr5 } from "stream" at line 482663
  • Replaced import XI1 from "node:child_process" with import { execSync as l6Q, spawn as yd8 } from "node:child_process" at line 249497
  • Replaced import _P9 from "node:os" with import { homedir as Wo5 } from "node:os" at line 484356
  • Added import { cwd as XT0 } from "node:process" at line 70828
  • Added import { join as Dn2, basename as Pr5 } from "path" at line 481476
Evidence

Diff lines 10-21 (removed) and 534-537, 955-958, 1093-1096, 1105-1112 (added)

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

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.32 →