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

Cloud working-tree upload refuses when git is missing or when project settings steer git

You'll notice
Useful3 Signal3
Cloud Sessions

Cloud upload refuses when git is missing or your project settings set git-related environment variables.

--settings
What

Uploading your working tree to a cloud session now stops in three more cases, all reported as refused: git cannot be found on the startup PATH once directories a cloud session could write to are excluded, a project or local .claude settings file (or --settings) sets a git-relevant environment variable, or a private git directory under ~/.claude/seed-admin cannot be created.

Details
  • Telemetry outcomes are git_not_on_path and admin_dir_failed; the settings case adds new event fields steering and steered_by naming the variable involved.
  • A partial clone with an older git now reports refused rather than a git error.
Evidence

which decides where your own settings are found

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