mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 11:04:42 -07:00
Remove useModelRouter experimental flag (#13593)
This commit is contained in:
@@ -74,7 +74,6 @@ const mockConfig = {
|
||||
authType: 'oauth-personal',
|
||||
}),
|
||||
getUseSmartEdit: () => false,
|
||||
getUseModelRouter: () => false,
|
||||
getGeminiClient: () => null, // No client needed for these tests
|
||||
getShellExecutionConfig: () => ({ terminalWidth: 80, terminalHeight: 24 }),
|
||||
getEnableMessageBusIntegration: () => false,
|
||||
|
||||
Reference in New Issue
Block a user