Unreviewed plugin install messages can now skip printing the raw command line.
What's wrong with this entry?
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.
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.