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.229 Home All releases olderv2.1.228 v2.1.231newer
Claude Code v2.1.229

In-place plugins are refused when their directory contains your working directory

You'll notice
Useful2 Signal2
Plugins

A linked plugin won't load if its folder contains your working directory.

What

A plugin served in place from its source directory (link mode, no cache copy) is not loaded if that directory contains the current working directory, because its files could not be protected from sandboxed commands running there. The reason appears as a plugin load error.

Evidence

which contains the working directory, so its content could not be protected from sandboxed commands here.

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