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.239 Home All releases olderv2.1.238 v2.1.240newer
Claude Code v2.1.239

Plugin sync warns on blocked directories, and load-log wording changed

You'll notice
Useful2 Signal1
Plugins

Plugin sync now warns when a directory blocks the install path, and footer text comes from the marketplace.

What

When plugin sync cannot clear a directory that is occupying the install path, it now records a warning event instead of returning silently. The footer text for a plugin installed from a directory is now taken from its marketplace rather than a fixed sentence.

Details
  • The startup log line counting plugins loaded from --plugin-dir was reworded from "session-only plugins from --plugin-dir" to "directory-loaded plugins".
  • That same line now counts entries in the errors list rather than the plugins list, so the number it prints looks wrong.
Evidence

plugins_sync_occupant_displace_failed

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