Files
fusion/.changeset/fn-4577-github-copilot-rewrite-fix.md
Fusion cddfc1a1a2 feat(FN-4577): add changeset for copilot oauth rewrite fix
Fusion-Task-Id: FN-4577
Fusion-Task-Lineage: 11846d04-cbc0-414e-b72d-7feeaaac8a98
2026-05-15 02:03:25 -07:00

437 B

@runfusion/fusion
@runfusion/fusion
patch

Fix GitHub Copilot OAuth login failing with "OAuth provider did not return state in auth URL" on remote (non-localhost) dashboard hosts. Copilot's device-code flow has no redirect callback, so the dashboard now passes its verification URL through unchanged like it already did for Anthropic and OpenAI Codex. The verification page now opens in a new tab and the device-code panel renders as designed.