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.