Source Intelligence

DisclaimerUnofficial, and not affiliated with Anthropic. Nearly all of this is read straight out of what ships: npm bundles, captured prompts, published docs. Anthropic's own notes go in verbatim, marked as theirs. The rest is my reading, and every entry carries the strings behind it. If one looks wrong, vote it down and say why.

All of v2.1.222 Home All releases olderv2.1.221 v2.1.223newer

Plugin sync list failures carry HTTP status and 403 is not retried

You'll notice
Useful3 Signal0
Plugins

Plugin syncing fails fast on a forbidden response and tells you the HTTP status.

What

A forbidden response when listing plugins fails fast instead of burning through the retry schedule, and the failure now reports which HTTP status caused it.

Details
  • The list-plugins error envelope returns status along with success: !1, and the status is included in the plugins_sync_list_error warning
  • The retry wrapper returns immediately when t.status === 403 rather than sleeping and retrying
  • A sibling retry helper was simplified to test t.ok only
Evidence

plugins_sync_list_error

Strings lifted out of the shipped bundle, so the claim above can be checked against them.

See this entry in the whole of v2.1.222 →