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

Revoked-credentials cleanup now degrades gracefully on failure instead of dropping results

Revoked-credentials cleanup now returns a fallback result instead of nothing when it fails

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

Revoked-credentials cleanup now returns a fallback result instead of nothing when it fails

What

When the cleanup process for revoked credentials fails, it used to return nothing at all, leaving callers with no information. Now, on failure, it returns a synthesized result that marks every credential name as revoked with a fixed cause code, giving callers something usable instead of an empty result.

Why

This means that if the cleanup process errors out, the rest of the system still gets a sensible, if pessimistic, answer to work with, rather than crashing or silently getting nothing back.

See this entry in the whole of v2.1.267 →

Feedback