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 <noreply@anthropic.com>
This commit is contained in:
gsxdsm
2026-07-05 18:50:37 -07:00
parent ed823c794c
commit 670c41345b

View File

@@ -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.