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

Overlay planning can now bow out over the version-control engine

Under the hood
Useful2 Signal3
Cloud Sync

Copying a bundle over diverged local work is now refused outright when the repo isn't git.

What

When local work has diverged from the remote and Claude Code weighs copying a bundle over it, there is a new refusal step before any plan is drawn up: if the engine check fails or the engine in use is not git, the attempt stops and records the reason as an engine decline.

Details
  • The refusal happens before overlay planning, so no plan is computed on this path.
  • The credential warm-up call on this path now receives the storage handle explicitly.
  • The condition the engine check itself evaluates is not visible in the bundle.
Evidence

engine_declined

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