diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 08d202edc..aafd17433 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "bf59917cd161768b431c7e815767a16809259a7d", - "syncedAt": "2026-04-16T06:25:20.401Z" + "sha": "461d0050d997f5c1c241c898eada87630aa763b6", + "syncedAt": "2026-04-16T15:42:45.551Z" } diff --git a/docs/gateway/cli-backends.md b/docs/gateway/cli-backends.md index 1bf28d4fe..1b1897943 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}","--color","never","--sandbox","workspace-write","--skip-git-repo-check"]` +- `resumeArgs: ["exec","resume","{sessionId}","--skip-git-repo-check"]` - `output: "jsonl"` - `resumeOutput: "text"` - `modelArg: "--model"`