fix(core): improve history merging logic and switch to stable flash for e2e tests

This commit is contained in:
Sehoon Shon
2026-03-31 15:54:42 -04:00
parent 4b72b7f846
commit 4bb389efb7
2 changed files with 34 additions and 23 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ import { fileURLToPath } from 'node:url';
import { env } from 'node:process';
import { setTimeout as sleep } from 'node:timers/promises';
import {
PREVIEW_GEMINI_FLASH_MODEL,
DEFAULT_GEMINI_FLASH_MODEL,
GEMINI_DIR,
} from '@google/gemini-cli-core';
export { GEMINI_DIR };
@@ -460,7 +460,7 @@ export class TestRig {
...(env['GEMINI_TEST_TYPE'] === 'integration'
? {
model: {
name: PREVIEW_GEMINI_FLASH_MODEL,
name: DEFAULT_GEMINI_FLASH_MODEL,
},
}
: {}),