feat(openai): default new setups to GPT-5.6 (#103581)

* feat(openai): default fresh setup to GPT-5.6

* test(crestodian): expect GPT-5.6 Codex defaults

* test(crestodian): expect GPT-5.6 bootstrap default
This commit is contained in:
Peter Steinberger
2026-07-10 10:22:58 +01:00
committed by GitHub
parent fc60a8e66b
commit ab5d143d59
39 changed files with 652 additions and 179 deletions

View File

@@ -222,7 +222,7 @@ function createCodexInstallFixture(root: string) {
writeFileSync(codexBin, "#!/usr/bin/env node\n", { mode: 0o755 });
chmodSync(codexBin, 0o755);
writeJson(path.join(stateDir, "openclaw.json"), {
agents: { defaults: { model: { primary: "openai/gpt-5.5" } } },
agents: { defaults: { model: { primary: "openai/gpt-5.6" } } },
models: { providers: { openai: { agentRuntime: { id: "codex" } } } },
plugins: {
installs: {