# Claude Code v1.0.15 Changelog
Changes
3 itemsRemoved Imports #
- Removed direct
streamimport - Previously imported the entirestreammodule - Removed direct
node:processimport - Previously imported the entirenode:processmodule
Added Imports #
- Added named import from
node:process- Now imports only thecwdfunction asbI0 - Added named import from
stream- Now imports only thePassThroughclass asbK5
This 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.
Close All Diff Tabs Function #
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.