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

401-recovery function gains a completion callback

The internal 401 (unauthorized) recovery routine can now report its result back to the caller

TierUnder the hoodhow much it should matter to you
Useful1my rating, 1 to 5
Signal1worth watching, 1 to 5
AreaAuthwhat it touches
KindInternal Changesin v2.1.269,
Under the hood

The internal 401 (unauthorized) recovery routine can now report its result back to the caller

What

The internal routine that tries to recover when a request fails with a 401 (unauthorized) error can now take an optional callback function that is told the actual outcome of the refresh attempt, instead of only returning a simple true/false. This is intended for callers such as SDK-style, non-interactive consumers that need to know the specific result rather than just whether recovery succeeded.

Why

This lets programmatic integrations react more precisely to authentication failures instead of only learning that something went wrong.

See this entry in the whole of v2.1.269 →