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

Cloud sessions no longer claim plugins loaded when unconfirmed

You'll notice
Useful2 Signal1
Plugins

Cloud sessions now say plugins were sent but unconfirmed, and point you at /reload-plugins.

/reload-plugins
What

When a cloud session reports no loaded plugin count, the notice now says the plugins were sent but not confirmed and points at /reload-plugins, instead of reporting success.

Details
  • The success check was tightened: a null loaded count no longer counts as loaded, where before e.loaded === null || e.loaded >= n passed.
  • In that case the message is raised from debug level to a visible notice, and the "applies from your next prompt" tail is hedged.
Evidence

it has not confirmed them — /reload-plugins shows what loaded.

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

Related

Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.

See this entry in the whole of v2.1.248 →