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.1.94 Home All releases olderv2.1.92 v2.1.96newer
Claude Code v2.1.94

The XML/DOM parsing library has been replaced. The previous xmldom-based parser (with error messages like "end tag name: X is not complete", "unclosed xml attribute", etc.) has been swapped for a new implementation with W3C-compliant DOM exceptions (DOMException types like HierarchyRequestError, InvalidCharacterError, NamespaceError, etc.) and stricter validation. This is an internal change but may surface different error messages if XML parsing is used by MCP servers or plugins.

Several Smithy/AWS SDK utility modules (FetchHttpHandler, buildQueryString, escapeUri, fromBase64, toBase64, etc.) have been removed as standalone CommonJS modules and replaced by native implementations, reducing bundle size.

See this entry in the whole of v2.1.94 →