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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Cloud sessions can report git worktree state on handoff

Not switched on
Useful2 Signal3
Cloud Sessions

Handing a session to the cloud can include a snapshot of your checkout, off by default.

Worktree metadata on handoff needs the tengu_ccr_handoff_metadata flag enabled for your account.

Feature flag
tengu_ccr_handoff_metadata Off in both readings

The flag server returned off for the account this site reads and for the anonymous baseline. A reading of off cannot rule out a rollout these two readings sit outside of.

This account: off · anonymous baseline: off · compiled default in v2.1.242: on

Read once, for one account on one subscription tier, against v2.1.242. It isn't a statement about your account. What a flag value here can and cannot tell you

What

When handing a session to the cloud, Claude Code can now collect and send a snapshot of your checkout alongside the current branch list. It is off unless the tengu_ccr_handoff_metadata flag is enabled for you, and it only runs when the repo matches the remote the session is bound to.

Details
  • The snapshot covers head commit, unpushed commit count, dirty working tree, whether a git operation is mid-flight, whether an upstream exists, and whether the repo uses submodules or LFS.
  • Logged locally as [remote-bridge] worktree_state →.
  • Fallback when the flag is absent is false, so nothing is collected.
Evidence

tengu_ccr_handoff_metadata

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

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.242 →