fix(patch): cherry-pick e4315b3 to release/v0.46.0-preview.0-pr-27645 to patch version v0.46.0-preview.0 and create version 0.46.0-preview.1 (#27655)

Co-authored-by: David Pierce <davidapierce@google.com>
This commit is contained in:
gemini-cli-robot
2026-06-03 10:10:18 -07:00
committed by GitHub
parent 480e2e7cdd
commit 700c96118c
24 changed files with 463 additions and 42 deletions
+3 -1
View File
@@ -1042,13 +1042,15 @@ their corresponding top-level category object in your `settings.json` file.
"contexts": [
{
"condition": {
"hasAccessToPreview": false,
"useGemini3_5Flash": true
},
"target": "gemini-3.5-flash"
},
{
"condition": {
"hasAccessToPreview": false
"hasAccessToPreview": false,
"useGemini3_5Flash": false
},
"target": "gemini-2.5-flash"
}