docs(changelog): add fragment for Claude OAuth sticky-refresh fix

Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com>
This commit is contained in:
Ravi Tharuma
2026-09-15 21:00:19 -03:00
committed by diegosouzapw
parent 4407f1d793
commit aeadaea9c5

View File

@@ -0,0 +1,3 @@
- **fix(oauth):** stop nulling the Claude refresh token on the first unrecoverable refresh
failure so `CredentialHealth` no longer gets stuck sticky-dead — the retry budget from #11414
can now actually spend its second attempt instead of finding an already-cleared token (#13183)