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.115 Home All releases olderv1.0.114 v1.0.116newer
Claude Code v1.0.115

Code Organization

What: Refactored imports for better tree-shaking and bundle optimization

Details:

  • Changed node:process import from default to named import for cwd() function
  • Import structure: import { cwd as TNA } from "node:process" at line 361351
  • Import structure: import { PassThrough as xi5 } from "stream" at line 442117
  • No functional changes, just more efficient bundling
  • Evidence: import { cwd as TNA } at line 361351, import { PassThrough as xi5 } at line 442117

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 v1.0.115 →