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

Directory sync can upload straight to a file store

You'll notice
Useful2 Signal3
File Sync

Directory sync can upload straight to a file store when the server offers that route.

What

Syncing a directory to a cloud session can now upload files directly to a file store over a begin/commit route with sha256 and etag checks, instead of the older path. There is no client flag: it is used whenever the server offers the route, and a response of unsupported is what turns it off.

Details
  • Includes stall detection and a single automatic restart when an upload expires or is cut.
  • A probe latches once it sees the commit route is missing, so it stops retrying it for the session.
  • Per-attempt telemetry is reported as tengu_dir_sync_direct_upload, and failures surface as named errors.
Evidence

tengu_dir_sync_direct_upload

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