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

Remote clients can now get a whole-workspace diff from a terminal session

You'll notice
Useful3 Signal3
Sessions

Viewing a terminal session remotely can now show a whole-workspace diff instead of a version-mismatch message.

What

A remote viewer asking a terminal session for a workspace-wide diff used to get the "older Claude Code version" fallback, because only the SDK path could answer. The terminal session now serves it, with per-file and total compute budgets, a short-lived cache of the result, and an 8 second deadline after which a new timeout message is returned.

Details
  • The terminal now hands the bridge the session host plus a compute budget; the diff handler registers only when that host is present.
  • No feature flag on the handler itself, so it is reachable for anyone using Remote Control on this build.
Evidence

get_workspace_diff is not supported in this context (onGetWorkspaceDiff callback not registered)

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 →