fix(patch): cherry-pick 356f76e to release/v0.23.0-pr-16252 [CONFLICTS] (#16551)

Co-authored-by: Gal Zahavi <38544478+galz10@users.noreply.github.com>
Co-authored-by: galz10 <galzahavi@google.com>
Co-authored-by: Abhi <43648792+abhipatel12@users.noreply.github.com>
This commit is contained in:
gemini-cli-robot
2026-01-13 14:50:18 -08:00
committed by GitHub
parent 2519a7850a
commit 40dfe27ed0
11 changed files with 56 additions and 1154 deletions
+3 -1
View File
@@ -323,7 +323,9 @@ export class TestRig {
ui: {
useAlternateBuffer: true,
},
model: DEFAULT_GEMINI_MODEL,
model: {
name: DEFAULT_GEMINI_MODEL,
},
sandbox:
env['GEMINI_SANDBOX'] !== 'false' ? env['GEMINI_SANDBOX'] : false,
// Don't show the IDE connection dialog when running from VsCode