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.85 Home All releases olderv2.1.84 v2.1.86newer
Claude Code v2.1.85

Enterprise Plugin Policy Enforcement

What

Organization administrators can now block specific plugins via enterprise policy, preventing installation and enablement.

Details
  • Plugins can be blocked directly: "Plugin {name} is blocked by your organization's policy and cannot be installed"
  • Plugin dependencies can be blocked: "Cannot install {name}: dependency {dep} is blocked by your organization's policy"
  • Enabled plugins can be blocked: "Plugin {name} is blocked by your organization's policy and cannot be enabled"
  • MCP server blocking now shows explicit warnings: "Warning: MCP server(s) blocked by enterprise policy: {names}"
  • Claude.ai MCP servers also show warnings when blocked: "Warning: claude.ai MCP server(s) blocked by enterprise policy: {names}"
  • Terminology standardized from "managed policy" to "enterprise policy"
Evidence

Plugin blocking messages (search for "blocked by your organization's policy")

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