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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

Ask-user questions carry structured display text and optional previews

Under the hood
Useful2 Signal2
Elsewhere

Questions asked of you now carry structured text and optional previews, with multiline questions shown with a gutter.

What

Questions asked of you are now keyed by an identifier rather than by the question text, and carry a display object with the text plus a flag that renders multiline questions with a gutter. Option previews became tagged objects, so a preview can be withheld rather than always rendered.

Details
  • A preview marked full carries markdown; anything else renders no preview.
  • Preview width measurement, submission and the answer summary view were all moved to the new shape.
  • Screen-reader mode suppresses the note and preview path entirely.
Evidence

displayQuestion

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