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 seeding reports a settled outcome

Under the hood
Useful2 Signal2
Directory Sync not in their notes

The first copy of your directory to the cloud now reports a settled outcome and whether the first pass finished.

first_pass_done
What

The initial copy of your directory to the cloud now reports one of three end states (off, left, running) plus whether the first full pass completed, and that flag is sent as first_pass_done in the seed telemetry.

Details
  • Stopping because the session shut down is now distinguished from other stop reasons.
  • The exit-time cutoff became a three-way state check covering started, cut and done rather than a single either/or.
Evidence

b("ccr_dir_sync_seed", { git_engine: !0, first_pass_done: qe })

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