mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-27 04:47:48 +00:00
test(release): configure Codex live dev agent
This commit is contained in:
@@ -211,6 +211,7 @@ async function writeLiveGatewayConfig(params: {
|
||||
model: { primary: params.modelKey },
|
||||
sandbox: { mode: "off" },
|
||||
},
|
||||
list: [{ id: "dev", default: true }],
|
||||
},
|
||||
};
|
||||
await fs.writeFile(params.configPath, `${JSON.stringify(cfg, null, 2)}\n`);
|
||||
|
||||
Reference in New Issue
Block a user