mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-27 00:52:05 +00:00
docs: clarify codex harness validation
This commit is contained in:
@@ -232,6 +232,7 @@ async function writeLiveGatewayConfig(params: {
|
||||
agents: {
|
||||
defaults: {
|
||||
workspace: params.workspace,
|
||||
embeddedHarness: { runtime: "codex", fallback: "none" },
|
||||
skipBootstrap: true,
|
||||
model: { primary: params.modelKey },
|
||||
models: { [params.modelKey]: {} },
|
||||
@@ -421,6 +422,7 @@ describeLive("gateway live (Codex harness)", () => {
|
||||
|
||||
clearRuntimeConfigSnapshot();
|
||||
process.env.OPENCLAW_AGENT_RUNTIME = "codex";
|
||||
process.env.OPENCLAW_AGENT_HARNESS_FALLBACK = "none";
|
||||
process.env.OPENCLAW_CONFIG_PATH = configPath;
|
||||
process.env.OPENCLAW_GATEWAY_TOKEN = token;
|
||||
process.env.OPENCLAW_SKIP_BROWSER_CONTROL_SERVER = "1";
|
||||
|
||||
Reference in New Issue
Block a user