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.260 ·

Plugin state management refactored into a dedicated store class

Plugin state management was consolidated into a dedicated store class.

TierUnder the hoodhow much it should matter to you
Useful2my rating, 1 to 5
Signal0worth watching, 1 to 5
AreaPluginswhat it touches
KindInternal Changesin v2.1.260,
Under the hood

Plugin state management was consolidated into a dedicated store class.

Plugin state updates — errors, warnings, needsRefresh, marketplace installation status, and applying a refresh — are now centralized in a dedicated store class with explicit methods (addErrors, addWarnings, markNeedsRefresh, setPendingMarketplaces, setMarketplaceStatus, applyRefresh), replacing inline state-object spreads in the plugin-refresh pipeline.

See this entry in the whole of v2.1.260 →

Feedback