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.220 Home All releases olderv2.1.219 v2.1.221newer
Claude Code v2.1.220

Reworded the classifier beta-rejection warning

Under the hood
Useful1 Signal0
Permissions

A warning message about a rejected classifier beta was reworded, though you can't reach it.

What

The warn-level log emitted when the auto-mode classifier's beta is rejected changes from "the bare retry succeeded" to "the retry without it succeeded".

Details
  • Log text only, the surrounding logic is unchanged.
  • The branch is currently unreachable because the latch it belongs to is keyed on a null constant.
Evidence

beta rejected (HTTP 400) and the retry without it succeeded

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