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

OAuth token refresh lock telemetry reordered / lock helper renamed

OAuth token refresh lock now reports its "acquired" event later, closer to the actual read check

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

OAuth token refresh lock now reports its "acquired" event later, closer to the actual read check

What

When Claude Code refreshes an OAuth (login) token, it briefly locks a file to coordinate with other processes. The tengu_oauth_token_refresh_lock_acquired telemetry event that marks this used to fire right after the lock file was acquired; it now fires later, immediately before the strict read-check that follows. The internal helper that acquires the lock was also swapped for a different one.

Why

This is an internal reordering of when a telemetry event fires relative to the lock's actual use, which affects how accurately the event reflects the state of the lock at the time it's recorded.

See this entry in the whole of v2.1.265 →

Feedback