Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
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.
What's wrong with this entry?
This version includes minor optimizations to module imports, focusing on more specific imports from Node.js built-in modules:
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
stream imports: Instead of importing entire modules, the code now imports only the specific classes needed:import vR4 from "stream" to import { Readable as qR4 } from "stream"import e20 from "node:stream" to import { PassThrough as so1 } from "node:stream"Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
process imports: Similar optimization for the process module:import gb2 from "node:process" to import { cwd as q00 } from "node:process"Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
These changes represent a move towards more efficient imports by using destructured imports rather than default imports. This can lead to:
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
These are internal implementation changes with no impact on CLI functionality or user-facing features. All commands and interactions remain unchanged.
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
v0.2.35 does not have its own entry in Anthropic’s official changelog, because prerelease builds are often folded into a neighbouring release. Browse the full changelog for the closest official notes. Everything else on this page came out of the bundle instead, which is why the two lists don't match.
The system prompt was not captured for this release, so this page cannot say whether it moved.