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.225 Home All releases olderv2.1.224 v2.1.226newer

Classifier-unavailable denial message shortened via shared fragments

You'll notice
Useful2 Signal0
Permissions

The "temporarily unavailable" denial message is shorter and no longer shows HTTP status details.

What

The "temporarily unavailable" denial text in auto mode now ends with two shared constants rather than inline prose, and the same fragments are reused by the new safeguard-refusal message.

Details
  • The fragments are "If it keeps failing, continue with other tasks that don't require this action and come back to it later." and "Note: reading files, searching code, and other read-only operations do not require the classifier and can still be used."
  • The helper that produced HTTP status and error-kind detail now returns the empty string, so status details no longer appear in either message.
Evidence

Note: reading files, searching code, and other read-only operations do not require the classifier and can still be used.

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