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.242 Home All releases olderv2.1.241 v2.1.243newer
Claude Code v2.1.242

Administrators and --bare can block plugin hooks from loading

Use it now
Useful3 Signal4
Plugins Notable

Two managed settings can block plugin hooks entirely or allow only managed plugins.

disableAllHooksallowManagedHooksOnly--bare
What

Even with the rollout flag on, the loader filters which plugins may contribute hooks. Two managed settings keys control it: disableAllHooks blocks every plugin, and allowManagedHooksOnly restricts loading to managed plugins.

Details
  • Running with --bare disables hooks entirely.
  • When two plugins share a name, only the first loads: the managed one, or otherwise the one from the earlier source.
  • Every exclusion is logged with the reason it was excluded.
Evidence

only managed plugins run (allowManagedHooksOnly / disableAllHooks)

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