update codex to 5.2 (#235)
This commit is contained in:
committed by
pullfrog[bot]
parent
eab198748a
commit
51205b3d0a
@@ -144439,8 +144439,8 @@ import { mkdirSync as mkdirSync3, writeFileSync as writeFileSync7 } from "node:f
|
||||
import { join as join10 } from "node:path";
|
||||
var codexEffortConfig = {
|
||||
mini: { model: "gpt-5.1-codex-mini", reasoningEffort: "low" },
|
||||
auto: { model: "gpt-5.1-codex" },
|
||||
max: { model: "gpt-5.1-codex-max", reasoningEffort: "high" }
|
||||
auto: { model: "gpt-5.2-codex" },
|
||||
max: { model: "gpt-5.2-codex", reasoningEffort: "high" }
|
||||
};
|
||||
function writeCodexConfig(ctx) {
|
||||
const codexDir = join10(ctx.tmpdir, ".codex");
|
||||
|
||||
Reference in New Issue
Block a user