Merge remote-tracking branch 'origin/main' into ui-subdue-colors

This commit is contained in:
Keith Guerin
2026-02-10 00:17:36 -08:00
3 changed files with 13 additions and 6 deletions
+7 -3
View File
@@ -408,9 +408,13 @@ export class TestRig {
ui: {
useAlternateBuffer: true,
},
model: {
name: DEFAULT_GEMINI_MODEL,
},
...(env['GEMINI_TEST_TYPE'] === 'integration'
? {
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