From 5f2a0008e6ce51f7edaeeff8fab3aaf1737a2b22 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Thu, 16 Apr 2026 16:32:47 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@1183832d4f397b60ae65e1d5d9d4f396847571f5 --- .openclaw-sync/source.json | 4 ++-- docs/gateway/cli-backends.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index aafd17433..b54492ecd 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "461d0050d997f5c1c241c898eada87630aa763b6", - "syncedAt": "2026-04-16T15:42:45.551Z" + "sha": "1183832d4f397b60ae65e1d5d9d4f396847571f5", + "syncedAt": "2026-04-16T16:32:47.347Z" } diff --git a/docs/gateway/cli-backends.md b/docs/gateway/cli-backends.md index 1b1897943..b05874676 100644 --- a/docs/gateway/cli-backends.md +++ b/docs/gateway/cli-backends.md @@ -221,7 +221,7 @@ The bundled OpenAI plugin also registers a default for `codex-cli`: - `command: "codex"` - `args: ["exec","--json","--color","never","--sandbox","workspace-write","--skip-git-repo-check"]` -- `resumeArgs: ["exec","resume","{sessionId}","--skip-git-repo-check"]` +- `resumeArgs: ["exec","resume","{sessionId}","-c","sandbox_mode=\"workspace-write\"","--skip-git-repo-check"]` - `output: "jsonl"` - `resumeOutput: "text"` - `modelArg: "--model"`