mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
fix(core): resolve auto model in default strategy (#17116)
This commit is contained in:
@@ -197,6 +197,7 @@ export function runSensitiveKeywordLinter() {
|
||||
console.log('\nRunning sensitive keyword linter...');
|
||||
const SENSITIVE_PATTERN = /gemini-\d+(\.\d+)?/g;
|
||||
const ALLOWED_KEYWORDS = new Set([
|
||||
'gemini-3',
|
||||
'gemini-3.0',
|
||||
'gemini-2.5',
|
||||
'gemini-2.0',
|
||||
|
||||
Reference in New Issue
Block a user