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 v0.2.120 Home All releases olderv0.2.119 v0.2.122newer
Claude Code v0.2.120

Internal Changes

Async MCP Client Discovery

  • Converted the MCP (Model Context Protocol) client discovery function from a wrapped promise to a native async function, improving code clarity and maintainability

Stream Import Optimization

  • Consolidated stream imports: Removed redundant stream import and instead imports PassThrough directly from the stream module when needed

Process Import Cleanup

  • Simplified process imports by importing cwd directly from node:process instead of importing the entire process module

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 v0.2.120 →