From aeadaea9c5016deb149e966aec4f685ef6cff701 Mon Sep 17 00:00:00 2001 From: Ravi Tharuma <25951435+RaviTharuma@users.noreply.github.com> Date: Tue, 15 Sep 2026 21:00:19 -0300 Subject: [PATCH] docs(changelog): add fragment for Claude OAuth sticky-refresh fix Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> --- changelog.d/fixes/claude-oauth-sticky-refresh.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changelog.d/fixes/claude-oauth-sticky-refresh.md diff --git a/changelog.d/fixes/claude-oauth-sticky-refresh.md b/changelog.d/fixes/claude-oauth-sticky-refresh.md new file mode 100644 index 0000000000..548160d700 --- /dev/null +++ b/changelog.d/fixes/claude-oauth-sticky-refresh.md @@ -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)