fix(ai): retry Copilot GET /models once on 429 during login
The login-time policy updates can drain the Copilot API rate-limit bucket, in which case the follow-up GET /models is rejected with 429 (observed response: retry-after: 2, body 'too many requests') and login aborts. Honor Retry-After and retry once instead of failing (#8121).
V
Vegard Stikbakke committed
086c32e74530564922d011ade23ff582c9d63116
Parent: d5278ea