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.140 Home All releases olderv2.1.139 v2.1.163newer
Claude Code v2.1.140

Plugin Folder-Shadowing Warnings

What

Claude Code now surfaces a warning when a plugin.json manifest field shadows the corresponding default auto-loaded folder, and tells the plugin author how to fix it.

Details
  • Warning message: "Default <component>/ folder is ignored because plugin.json sets '<manifestField>'".
  • Suggested fix: "Remove '<manifestField>' from plugin.json to auto-load the folder, or add the folder's files to the '<manifestField>' list if you want both".
  • Warnings are categorized separately from hard errors (plugin_errors) — a warned plugin still loads and is present in plugins[].
  • Warnings now appear in the UI via the plugins.warnings state that the plugin panel reads.
Evidence

PE() and te$() functions (search for "folder-shadowed-by-manifest")

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