mirror of
https://github.com/moltbot/moltbot.git
synced 2026-05-13 15:47:28 +00:00
test(release): pin Codex live harness runtime
This commit is contained in:
@@ -211,7 +211,16 @@ async function writeLiveGatewayConfig(params: {
|
||||
model: { primary: params.modelKey },
|
||||
sandbox: { mode: "off" },
|
||||
},
|
||||
list: [{ id: "dev", default: true }],
|
||||
list: [
|
||||
{
|
||||
id: "dev",
|
||||
default: true,
|
||||
workspace: params.workspace,
|
||||
agentRuntime: { id: "codex" },
|
||||
model: { primary: params.modelKey },
|
||||
models: { [params.modelKey]: { agentRuntime: { id: "codex" } } },
|
||||
},
|
||||
],
|
||||
},
|
||||
};
|
||||
await fs.writeFile(params.configPath, `${JSON.stringify(cfg, null, 2)}\n`);
|
||||
|
||||
Reference in New Issue
Block a user