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.247 Home All releases olderv2.1.246 v2.1.248newer
Claude Code v2.1.247

Plugins loaded from a directory cannot point their LSP config outside that directory

You'll notice
Useful2 Signal2
Plugins

A plugin's language-server config pointing outside its own folder is now skipped with a warning.

What

When a plugin loaded from a local directory supplies language-server configuration, both the top-level config file and each per-server config path are now resolved to their real location and skipped with a warning if they land outside the plugin's own directory.

Details
  • The plugin directory, its parent chain and the target file are all resolved through symlinks before the comparison.
  • Applies to directory-loaded plugins only.
Evidence

which a directory-loaded plugin may not reference 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.247 →