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

Artifact-roster refresh denial backoff is stored but never consulted

A new backoff check for denied artifact-list refreshes is recorded but never actually applied

TierNothing to try yethow much it should matter to you
Useful1my rating, 1 to 5
Signal3worth watching, 1 to 5
AreaArtifactswhat it touches
KindIn Developmentin v2.1.274,
Nothing to try yet

A new backoff check for denied artifact-list refreshes is recorded but never actually applied

What

When a request to refresh the list of artifacts is denied with a 401 or 403, Claude Code now records the denial (status, time, and token expiry). A new check exists that could use this record to hold off retrying for a period of time, but nothing in the current build actually calls that check.

Why

This is groundwork with no visible effect yet: the denial is logged and cleared on account switch, but retries after a denial aren't currently held back by it.

See this entry in the whole of v2.1.274 →

Feedback