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

Plugin-supplied text is normalised before it reaches the terminal

You'll notice
Useful2 Signal2
Plugins

Plugin install and marketplace screens now normalise third-party text before printing it.

What

The marketplace-add and plugin-install screens now pass marketplace name, plugin version, description, author name and error strings through helpers before display rather than printing them directly, so text that a third-party plugin controls cannot be rendered raw.

Details
  • Applied uniformly at every display site in both screens.
  • What the helpers strip beyond normalising the text is not visible from the shipped code.
Evidence

Adding marketplace to configuration\u2026

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