mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-17 16:51:36 +00:00
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:
committed by
GitHub
parent
fc60a8e66b
commit
ab5d143d59
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user