Merge branch 'main' into plus

This commit is contained in:
Luis Pater
2026-02-26 23:16:17 +08:00
committed by GitHub
125 changed files with 29840 additions and 420 deletions

View File

@@ -1078,7 +1078,7 @@ func FetchAntigravityModels(ctx context.Context, auth *cliproxyauth.Auth, cfg *c
token, updatedAuth, errToken := exec.ensureAccessToken(ctx, auth)
if errToken != nil || token == "" {
return fallbackAntigravityPrimaryModels()
}
}
if updatedAuth != nil {
auth = updatedAuth
}