From 670c41345b453f90b57e0aed1c7548f084e25b4f Mon Sep 17 00:00:00 2001 From: gsxdsm Date: Sun, 5 Jul 2026 18:50:37 -0700 Subject: [PATCH] chore: drop duplicate changeset for the OAuth refresh scope fix Both changesets in ed823c794 describe the same fix; keep the more complete one. Co-Authored-By: Claude Fable 5 --- .changeset/anthropic-oauth-refresh-preserve-scopes.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 .changeset/anthropic-oauth-refresh-preserve-scopes.md diff --git a/.changeset/anthropic-oauth-refresh-preserve-scopes.md b/.changeset/anthropic-oauth-refresh-preserve-scopes.md deleted file mode 100644 index 796fdd5d7f..0000000000 --- a/.changeset/anthropic-oauth-refresh-preserve-scopes.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -"@runfusion/fusion": patch ---- - -summary: Fix Claude subscription login so model calls stop 403-ing after an OAuth token refresh. -category: fix -dev: `refreshAnthropicOAuthCredential` no longer sends `scope` on the refresh request (RFC 6749 ยง6 re-issues the token with exactly that scope, which stripped `user:inference` and narrowed refreshed tokens to `user:profile`). `ANTHROPIC_DEFAULT_SCOPES` now mirrors pi-ai's full granted Claude Code scope set so any fallback describes a usable token.