mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
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:
committed by
GitHub
parent
a1a1c791fc
commit
8c567306ba
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user