test(gateway): disable heartbeat in codex bind live

This commit is contained in:
Vincent Koc
2026-05-06 01:12:48 -07:00
parent 2dc8748b59
commit 53423a2a7f

View File

@@ -291,6 +291,7 @@ async function writeGatewayConfig(params: {
agentRuntime: { id: "codex" },
model: { primary: `codex/${params.model}` },
skipBootstrap: true,
heartbeat: { every: "0m" },
sandbox: { mode: "off" },
},
},