test(release): configure Codex live dev agent

This commit is contained in:
Peter Steinberger
2026-05-10 02:02:22 +01:00
parent 4eecdd8b47
commit 7376b27746

View File

@@ -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`);