We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5013bd9 commit 8aff492Copy full SHA for 8aff492
1 file changed
src/__tests__/CodexACPAgent/e2e/spawned-agent-fixture.ts
@@ -10,7 +10,7 @@ import type {PermissionResponder} from "./permission-responders";
10
import type {LegacyNewSessionResponse} from "../../../AcpExtensions";
11
12
export const DEFAULT_TEST_MODEL_ID = ModelId.create("gpt-5.2", "none");
13
-export const OTHER_TEST_MODEL_ID = ModelId.create("gpt-5.3-codex", "low");
+export const OTHER_TEST_MODEL_ID = ModelId.create("gpt-5.4-mini", "low");
14
15
export interface TestSkill {
16
readonly name: string;
0 commit comments