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

GCP credential auth-refresh check gains timeout handling

A slow GCP credential check no longer forces an unnecessary refresh; it waits for an actual rejection.

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

A slow GCP credential check no longer forces an unnecessary refresh; it waits for an actual rejection.

The GCP credentials validity check used before running the auth refresh command now distinguishes a timeout from an actual valid/invalid result. If the check times out, the refresh command is skipped and a log message notes it's deferring until the API actually rejects the credentials, instead of always re-running the refresh command on any failure or exception as before. If the API had already rejected the credentials before the timeout, the refresh still runs.

See this entry in the whole of v2.1.261 →

Feedback