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

Repo-enabled plugins are no longer forwarded to cloud sessions when only your own settings may decide them

You'll notice
Useful3 Signal3
Plugins

Plugins a repo turned on but only your settings may decide are no longer sent to cloud sessions.

What

When Claude Code hands your enabled plugins to a cloud session, it now skips plugins that a repository turned on but that only your own settings are allowed to decide, explaining the omission as "a repository set it, and only your own settings may decide this one". This is on the normal path with no flag around it.

Details
  • A new set of plugin ids is exempt from repository-level enablement, and any id in it is skipped unless the enabling tier is your own settings.
  • A new counter, guard_builtin_not_own_choice, tallies the skips alongside the existing forwarding counts.
Evidence

a repository set it, and only your own settings may decide this one

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