Sweep 19 Sep 2026 · 02:36Z Build v2.1.278 500 read Stable v2.1.267 Latest v2.1.278 Next v2.1.278 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.274 ·

Builtin plugin loading now tracks failures and blocks retrying a failed plugin

Claude Code now records why a bundled plugin failed to load and stops treating that plugin as available afterward

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindImprovementsin v2.1.274,
Group of 2 Under the hood

Claude Code now records why a bundled plugin failed to load and stops treating that plugin as available afterward

What

Loading a bundled (builtin) plugin now goes through new helper logic that requires the plugin, checks its shape, and registers it, recording a structured failure entry (keyed by plugin name and the phase it failed at: require, shape, register, or is_available) when something goes wrong, along with a telemetry event.

The check for whether a builtin plugin is enabled now also looks at this failure record: a plugin is treated as unavailable if it previously failed to load, in addition to the existing isAvailable() check.

Why

This prevents Claude Code from repeatedly trying to use a builtin plugin that already failed to load, and gives clearer, phase-specific information about why a given plugin isn't working.

See this entry in the whole of v2.1.274 →