fix: preserve manifest-backed model list auth

This commit is contained in:
Shakker
2026-04-29 17:54:05 +01:00
parent be1037fd34
commit 69181342e1
4 changed files with 111 additions and 9 deletions

View File

@@ -71,6 +71,15 @@
}
}
},
"setup": {
"providers": [
{
"id": "google-vertex",
"authMethods": ["api-key"],
"envVars": ["GOOGLE_CLOUD_API_KEY"]
}
]
},
"cliBackends": ["google-gemini-cli"],
"providerAuthEnvVars": {
"google": ["GEMINI_API_KEY", "GOOGLE_API_KEY"]