Merge pull request #269 from mukhtharcm/feat/multi-account-roundrobin

feat: Multi-account OAuth with round-robin rotation
This commit is contained in:
Peter Steinberger
2026-01-06 06:13:19 +00:00
committed by GitHub
5 changed files with 159 additions and 13 deletions

View File

@@ -448,7 +448,7 @@ export async function runOnboardingWizard(
if (oauthCreds) {
await writeOAuthCredentials("google-antigravity", oauthCreds);
nextConfig = applyAuthProfileConfig(nextConfig, {
profileId: "google-antigravity:default",
profileId: `google-antigravity:${oauthCreds.email ?? "default"}`,
provider: "google-antigravity",
mode: "oauth",
});