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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Aborted workspace-diff requests are reused for 60 seconds

You'll notice
Useful2 Signal2
Sessions

Cancelling a workspace diff and asking again within a minute reuses the finished result instead of recomputing.

What

Concurrent workspace-diff requests now share a single computation, keyed on the current tool permission context. If every waiter aborts before it finishes, the result is kept and handed to the next request within 60000 ms, so cancelling a diff on your phone and asking again does not recompute it from scratch.

Details
  • The handler is registered only when the caller supplies a session host; without one the control request still fails with "not supported in this context".
  • A new workspace-diff compute budget is threaded from the app host into the diff computation.
Evidence

workspaceDiffComputeBudget

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.247 →