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.61 Home All releases olderv1.0.60 v1.0.62newer
Claude Code v1.0.61

Internal Changes

Code Organization

  • Stream imports consolidated: Replaced multiple stream imports with PassThrough imports from both node:stream and stream
  • Function refactoring: Several internal functions were restructured for better maintainability
  • Async operations: Installation detection functions now use async/await pattern instead of synchronous execution

Environment Variable Handling

  • New helper function: Added X$2() to parse boolean environment variables, recognizing "0", "false", "no", and "off" as false values

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