Per-Auth Method Feature Flag for Model Routing (#11333)

Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
This commit is contained in:
Victor May
2025-10-21 09:25:51 -04:00
committed by GitHub
parent 81772c4252
commit 0e7b3951c2
3 changed files with 57 additions and 13 deletions
+1
View File
@@ -85,6 +85,7 @@ vi.mock('@google/gemini-cli-core', async () => {
const actualServer = await vi.importActual<typeof ServerConfig>(
'@google/gemini-cli-core',
);
return {
...actualServer,
IdeClient: {