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.
Version 1.0.15 is a minor update that: 1. Optimizes imports by switching from whole module imports to named imports for stream and node:process modules 2. Adds functionality to close all diff tabs at once, improving workspace management when reviewing multiple file changes
The structural similarity remains at 100%, indicating these are targeted improvements rather than major architectural changes.
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 import - Previously imported the entire stream modulenode:process import - Previously imported the entire node:process moduleOther releases about the same thing. Found by shared names or similar wording; neither means one caused the other.
What's wrong with this entry?
node:process - Now imports only the cwd function as bI0stream - Now imports only the PassThrough class as bK5This change represents a shift from importing entire modules to importing only the specific functions/classes needed, which is a best practice for reducing bundle size and improving code clarity.
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?
A new function Tr0 has been added that allows closing all diff tabs:
async function Tr0(A) {
await yN("closeAllDiffTabs", {}, A, !1);
}
This appears to be a utility function that sends a "closeAllDiffTabs" command, likely used when working with file diffs in the Claude Code interface. Users would benefit from this when they have multiple diff views open and want to close them all at once, helping to clean up their workspace.
v1.0.15 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.