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.224 Home All releases olderv2.1.223 v2.1.225newer

Two environment knobs for runner git fetches

Use it now
Useful2 Signal3
Self-Hosted Runner Notable not in their notes

Two env vars change how runner git fetches handle retries and stalled delta resolution.

CLAUDE_RUNNER_FAIL_FAST_FETCHCCR_DELTA_RESET
What

On the runner and bring-your-own-cloud execution path, CLAUDE_RUNNER_FAIL_FAST_FETCH makes a git fetch fail immediately instead of retrying, and CCR_DELTA_RESET makes the fetch record HEAD beforehand and treat the "Resolving deltas" 100% progress line as a point that resets the stall timer. Both are read as plain booleans from the environment.

Evidence

CLAUDE_RUNNER_FAIL_FAST_FETCH

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