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.222 Home All releases olderv2.1.221 v2.1.223newer

Screen-reader rendering erases trailing characters in place

You'll notice
Useful2 Signal0
Elsewhere not in their notes

Screen-reader mode repaints less, so assistive tech hears less redundant output.

INK_SCREEN_READERCLAUDE_CODE_ACCESSIBILITY
What

In screen-reader mode the renderer can now erase trailing characters instead of repainting the line, cutting redundant output for assistive tech.

Details
  • Diffing tracks a new prevScreenReaderParkDeclared flag.
  • The flag guards a new branch taken when the previous frame had an explicitly declared cursor park.
  • Only active in screen-reader mode, under INK_SCREEN_READER / CLAUDE_CODE_ACCESSIBILITY.
Evidence

prevScreenReaderParkDeclared

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.222 →