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 ·

New OAuth bearer attribution probe (lat/aat) sends a background token-validation ping

A background check now validates and times the OAuth login token for first-party sessions

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

A background check now validates and times the OAuth login token for first-party sessions

What

Claude Code now runs a background check that validates the current OAuth bearer token (the credential sent with requests to prove who is logged in) and measures how long that check takes. It only runs this for first-party sessions (i.e. logged in directly with Claude, not through another integration), logs a warning if the check fails, and records the timing and outcome. A related helper classifies how the session is authenticated into categories such as claude_ai_oauth, oauth_token_env, auth_token_env, api_key_helper, or wif.

Why

This gives Anthropic visibility into authentication health and latency without affecting normal usage, helping diagnose login or token problems by authentication method.

See this entry in the whole of v2.1.269 →