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.236 Home All releases olderv2.1.235 v2.1.237newer
Claude Code v2.1.236

Uploading a repo to the cloud can refuse to carry uncommitted credential files

You'll notice
Useful4 Signal3
Cloud Sessions

Uploading your repo to a cloud session aborts if uncommitted credential-looking files are present.

What

Before packaging your checkout for a cloud session, uncommitted files with credential-looking names abort the upload. Bundling also gained a cheaper tier that packages only the branch you have checked out plus the current commit, instead of every branch.

Details
  • The refusal is reported as an upload outcome of uncommitted_credentials, or credential_check_failed when git cannot report the working tree state.
  • The narrower bundle is reported as current_branch_only.
  • The credential refusal only applies when the caller asks for it.
Evidence

uncommitted_credentials

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