fix(openai): remove duplicate GPT-5.6 picker entry (#122178)

* fix(openai): remove duplicate GPT-5.6 picker entry

* test(gateway): split OpenAI model picker coverage

* test(openai): align canonical model fixtures

* chore(plugin-sdk): refresh agent harness API baseline
This commit is contained in:
Peter Steinberger
2026-08-11 12:29:36 -07:00
committed by GitHub
parent a1a1c791fc
commit 8c567306ba
28 changed files with 263 additions and 145 deletions
@@ -548,7 +548,7 @@ function createCodexInstallFixture(root: string) {
});
chmodSync(codexBin, 0o755);
writeJson(path.join(stateDir, "openclaw.json"), {
agents: { defaults: { model: { primary: "openai/gpt-5.6" } } },
agents: { defaults: { model: { primary: "openai/gpt-5.6-sol" } } },
models: { providers: { openai: { agentRuntime: { id: "codex" } } } },
});
writePluginInstallIndexForE2E(