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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Remote handoff reports bundling progress and records why it bundled

You'll notice
Useful3 Signal2
Sessions

Handing work to a remote session now shows bundling progress and names the fallback on failure.

What

The flow that ships your working tree to a remote session now emits progress while it bundles, reports a bundle failure along with the fallback it will use instead, and checks for cancellation before bundling starts.

Details
  • A new telemetry event, tengu_teleport_bundle_started, records the reason bundling was needed.
  • Progress callbacks cover the bundling stage and a bundle_failed stage carrying the fallback.
  • Adds a title-await phase log, and carries the destination repository through the flow so the git source is assembled later.
Evidence

tengu_teleport_bundle_started

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.239 →