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 teleport refuses to seed from a folder with an unreadable .git

You'll notice
Useful2 Signal2
Cloud Sessions not in their notes

Cloud teleport aborts rather than uploading if your folder's git data cannot be read.

CCR_ENABLE_BUNDLE
What

Before seeding a cloud session from a folder, teleport checks the folder can be vouched for. A .git entry that cannot be read as a git checkout now aborts session creation with an explanation rather than uploading. This path only runs when folder seeding is enabled by CCR_ENABLE_BUNDLE or its server-side flag.

Details
  • The refusal is recorded with reason folder_seed_refused and cause git_entry_unvouched.
  • A new bundle failure reason refused passes its message through after stripping the leading Not uploading this working tree: .
  • Advice from a failed stash is now forwarded into the rerouted-bundle failure text.
  • The list of files left out is no longer included in the source-decision payload.
Evidence

Not starting a cloud session from this folder: it has a .git entry that could not be read as a git checkout

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