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.251 Home All releases olderv2.1.250
Claude Code v2.1.251

Plugin review messages can drop the raw command

You'll notice
Useful1 Signal1
Plugins

Unreviewed plugin install messages can now skip printing the raw command line.

What

When a plugin's install or update command has not been reviewed, the message telling you how to accept it now goes through a shared formatter, so it can fall back to the phrasing "an explicit plugin install reviews it" rather than always printing a claude plugin install <id> command line.

Evidence

Review and accept it from its /plugin details pane, or in a terminal: ${NC("plugin install", d, { fallback: "an explicit plugin install reviews it" })}.

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