Follow Discord
Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
Claude Code v2.1.277 ·

Plugin errors now clear automatically when a plugin is toggled

Enabling, disabling, or uninstalling a plugin now clears its stale errors instead of leaving them in the error list

TierYou'll noticehow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPlugin Installwhat it touches
KindBug Fixesin v2.1.277,
Group of 2 You'll notice

Enabling, disabling, or uninstalling a plugin now clears its stale errors instead of leaving them in the error list

What

The plugin/marketplace error store gained a new removeErrorsOf method that clears previously recorded errors matching a given plugin id, or a plugin name plus marketplace, without needing to reset the whole error list. The plugin settings UI now calls removeErrorsOf(ids) when a plugin is enabled, disabled, or uninstalled, before refreshing its state, so errors tied to that plugin are removed.

Why

Previously a plugin's old errors could linger in the UI after you fixed the problem by toggling the plugin; this ensures stale errors are cleared automatically instead of needing a manual reset.

See this entry in the whole of v2.1.277 →

Feedback