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.235 Home All releases olderv2.1.234 v2.1.236newer
Claude Code v2.1.235

plugin eval now tells you when a nearby plugin is not being loaded

Use it now
Useful3 Signal3
Plugins not in their notes

Plugin eval now tells you when it deliberately skipped loading a nearby plugin it doesn't trust.

plugin eval--eval-dir
What

The early-access eval command resolves the target, the plugin root and any untrusted or adopted manifest directory before running, and prints a notice whenever a plugin it found is deliberately not loaded: one above the working directory, one outside the scope it consulted, or one whose ownership it cannot verify. Those cases run against baseline Claude instead of quietly loading someone else's plugin.

Details
  • --eval-dir is validated and vetted with its own refusal codes eval_dir_refused and eval_dir_unvettable.
  • The eval directory may come from the plugin manifest.
  • The "no results" help text now names the directory and manifest it actually consulted.
Evidence

eval_dir_unvettable

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