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

Status-line notices moved from JSX to a segments array

Under the hood
Useful2 Signal0
Terminal UI

Status-line notices are now built as plain text pieces, so they render more consistently.

What

Notification producers now hand back plain data instead of React elements, so the notification layer owns rendering.

Details
  • Each producer emits a list of {text, color, dim, bold} segments.
  • Affected producers: the option-as-Meta hint, the idle /clear hint, the Remote Control disconnect and unsigned-attestation warnings, the closed-issue notice and the prefilled-prompt warning.
Evidence

idle-return-hint

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