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

Plugin install flags when new tools need a refresh to take effect

You'll notice
Useful2 Signal2
Plugins

Plugin installs now flag "installed but not applied" when language-server tools change too.

What

After installing plugins, Claude Code checks whether the change alters the available tools, now including language-server tools as well as added and removed MCP servers. If so, the install message is annotated with "installed but not applied" and the app is marked as needing a refresh.

Details
  • The bookkeeping that records what was warned about or forced moved into a finally block, so it is always written even if the check fails.
Evidence

installed but not applied

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