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.51 Home All releases olderv1.0.50 v1.0.52newer
Claude Code v1.0.51

Internal Changes

Update Lock File Path Resolution

The update lock file path is now dynamically resolved using a new hk() function instead of being statically defined. This provides more flexibility in determining the lock file location.

Reduced Memory Threshold

The internal memory threshold has been decreased from 80,000 to 70,000, which may improve performance in memory-constrained environments.

New Dependencies

  • Added PassThrough stream import for improved stream handling
  • Added cwd import from node:process for better working directory management

See this entry in the whole of v1.0.51 →