mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-18 15:52:53 -07:00
add 3.0 to allowed sensitive keywords (#15276)
This commit is contained in:
committed by
GitHub
parent
7b47a3b1d9
commit
256fe6053d
@@ -191,6 +191,7 @@ export function runSensitiveKeywordLinter() {
|
||||
console.log('\nRunning sensitive keyword linter...');
|
||||
const SENSITIVE_PATTERN = /gemini-\d+(\.\d+)?/g;
|
||||
const ALLOWED_KEYWORDS = new Set([
|
||||
'gemini-3.0',
|
||||
'gemini-2.5',
|
||||
'gemini-2.0',
|
||||
'gemini-1.5',
|
||||
|
||||
Reference in New Issue
Block a user