You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(api): fix stale token binding and remove raw GitHub token fallback
Re-read copilotToken after refresh since the local binding captured the
pre-refresh value. Stop falling back to the raw GitHub token when Copilot
exchange fails - the raw token doesn't work with the Copilot API and just
produces confusing 401 errors downstream.
0 commit comments