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

Plugin sync list-fetch now retries once on failure instead of always erroring immediately

Plugin marketplace sync now returns a structured error instead of crashing when a later page of results fails to load

TierYou'll noticehow much it should matter to you
Useful2my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaPluginswhat it touches
KindBug Fixesin v2.1.273,
You'll notice

Plugin marketplace sync now returns a structured error instead of crashing when a later page of results fails to load

What

When Claude Code syncs a plugin marketplace's list of plugins page by page, a failure on a later page (after at least one page already loaded successfully) is now handled differently: instead of letting the raw error propagate, it returns a structured result containing success: false, an error, and a kind.

Why

This lets the caller handle a partial list (some pages fetched, a later one failed) more gracefully instead of the whole sync failing with an unstructured error.

See this entry in the whole of v2.1.273 →