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 v1.0.15 Home All releases olderv1.0.14 v1.0.16newer
Claude Code v1.0.15

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.

See this entry in the whole of v1.0.15 →