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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Dialog for file sync giving up

You'll notice
Useful3 Signal2
Cloud Sessions

If file sync keeps failing you get a dialog with the error and an option to continue without it.

What

A new dialog reports that file sync has repeatedly failed, showing the directory, the last error, the number of attempts, and an option to continue without file sync.

Details
  • Renders as "File sync gave up after {attempts} tries" followed by the last error and a Directory line.
  • Separate from the existing cloud-session message about files that could not be uploaded.
  • Nothing else in the build references the dialog's text, so what dispatches it, and whether it is reachable yet, is not settled here.
Evidence

File sync gave up after ", Uu.attempts, " tries, File sync gave up after

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