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.232 Home All releases olderv2.1.231 v2.1.233newer
Claude Code v2.1.232

File sync can now anchor to the commit a cloud session started from

You'll notice
Useful2 Signal3
Cloud Sessions

File sync can pin to the exact commit a cloud session started from, disabling itself if unreadable.

What

Per-turn file sync, which keeps your local checkout in step with a session, previously could only start from an uploaded bundle. It can now also start from a remote commit reference, pinning sync to that exact commit. If the checkout cannot read that commit, sync turns itself off for the session and says so.

Details
  • The sync origin is now a tagged value with a remote_ref kind carrying the agreed tree and the remote commit; arming pins the treeish to that commit, or to nothing for bundle origins.
  • The inventory record stores which kind of origin was used, and the tengu_dir_sync_inventory telemetry event gained a matching origin_kind field. The bundle scope is recorded only for bundle origins.
  • Two new failure notices ship with it; this path is only reached when a session actually has a remote-commit origin.
Evidence

File sync is off for this session: the commit the cloud session started from cannot be read in this checkout

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