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

Question prompts are classified using the whole prompt, not just the question text

You'll notice
Useful2 Signal2
Permissions

Question prompts are classified using labels, descriptions and headers, not just the question text.

What

The automatic classification of an AskUserQuestion prompt now sees each option's label, description and preview, the header, and whether multiple selections are allowed, instead of only the joined question texts. Malformed payloads are handled rather than throwing.

Details
  • A payload that cannot be read is substituted with [malformed AskUserQuestion input] and classification continues.
Evidence

[malformed AskUserQuestion input]

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 →