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.126 Home All releases olderv2.1.124 v2.1.128newer
Claude Code v2.1.126

Re-running an initialization step on a code path

A second invocation of an internal initialization function was added to a top-level setup block (effectively OF(); OF(); instead of a single call). This pattern usually indicates a "the second call ensures X is reset/applied after some intervening side effect" fix. There is no user-facing string change associated with it, but it is included here for completeness because it is one of only a handful of non-version-bump structural diffs in this release.

Evidence

structural diff in the Wh6 initializer adds a duplicate OF() call after the existing OF() call.

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