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.248 Home All releases olderv2.1.247 v2.1.250newer
Claude Code v2.1.248

Ten new patterns for classifying assistant phrasing

Not switched on
Useful2 Signal4
Response Handling Notable

Ten new matchers classify assistant phrasing like offers, narration and PASS/FAIL, but nothing reads them here.

A set of assistant-phrasing classifiers is present and unreferenced in this build.

What

A set of matchers was added covering offers of further work, narration openers such as "Let me" or "Proceeding", waiting and conditional phrasing, in-flight status lines, blocked statements, commit and pull-request notices, readiness lines, a PASS/FAIL verdict form, and requests for you to act. Nothing in this part of the build reads them, so what consumes the classification is decided elsewhere.

Evidence

/^VERDICT: (?:PASS|FAIL)\b/

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