fix(core): resolve auto model in default strategy (#17116)

This commit is contained in:
Sehoon Shon
2026-01-20 16:03:34 -05:00
committed by GitHub
parent f0f705d3ca
commit ed0b0fae49
4 changed files with 109 additions and 8 deletions

View File

@@ -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',