From 082cb11dac458e222b9a209db892684f4bb56cbd Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 12:31:50 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@f7b71abf48c755c4d6a71e03c5cd84a4571c4a2c --- .openclaw-sync/source.json | 4 ++-- docs/.generated/config-baseline.sha256 | 8 ++++---- docs/gateway/cli-backends.md | 2 ++ docs/gateway/config-agents.md | 1 + 4 files changed, 9 insertions(+), 6 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 766facae4..656bd195f 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "b26367e22ff2d0219ffbe6209640f33de9e58be5", - "syncedAt": "2026-04-25T12:16:07.242Z" + "sha": "f7b71abf48c755c4d6a71e03c5cd84a4571c4a2c", + "syncedAt": "2026-04-25T12:30:22.017Z" } diff --git a/docs/.generated/config-baseline.sha256 b/docs/.generated/config-baseline.sha256 index 7ba99141f..9cac01eab 100644 --- a/docs/.generated/config-baseline.sha256 +++ b/docs/.generated/config-baseline.sha256 @@ -1,4 +1,4 @@ -dae9ece3ac683a0bed2835d96d4373f65ab955b8b901df0bcdeedc565ade6ed6 config-baseline.json -7cd52f77b1e0ecb50d2119b4c21d6d51d336a0c752a44cbaf8df1efa9ef538c0 config-baseline.core.json -d72032762ab46b99480b57deb81130a0ab5b1401189cfbaf4f7fef4a063a7f6c config-baseline.channel.json -0504c4f38d4c753fffeb465c93540d829df6b0fcef921eb0e2226ac16bdbbe07 config-baseline.plugin.json +445663bd6907368befbfd76f6fcc58f9dc282244697f44e9860391e51e6f2f83 config-baseline.json +f54f808dc85123a5ba788618a6dff7f2c869ced639dd0db34a86802985730dc6 config-baseline.core.json +7cd9c908f066c143eab2a201efbc9640f483ab28bba92ddeca1d18cc2b528bc3 config-baseline.channel.json +7825b56a5b3fcdbe2e09ef8fe5d9f12ac3598435afebe20413051e45b0d1968e config-baseline.plugin.json diff --git a/docs/gateway/cli-backends.md b/docs/gateway/cli-backends.md index 72bc541df..b8b169cd6 100644 --- a/docs/gateway/cli-backends.md +++ b/docs/gateway/cli-backends.md @@ -122,6 +122,8 @@ The provider id becomes the left side of your model ref: sessionMode: "existing", sessionIdFields: ["session_id", "conversation_id"], systemPromptArg: "--system", + // For CLIs with a dedicated prompt-file flag: + // systemPromptFileArg: "--system-file", // Codex-style CLIs can point at a prompt file instead: // systemPromptFileConfigArg: "-c", // systemPromptFileConfigKey: "model_instructions_file", diff --git a/docs/gateway/config-agents.md b/docs/gateway/config-agents.md index 31f4a583f..e6bc928bc 100644 --- a/docs/gateway/config-agents.md +++ b/docs/gateway/config-agents.md @@ -443,6 +443,7 @@ Optional CLI backends for text-only fallback runs (no tool calls). Useful as a b sessionArg: "--session", sessionMode: "existing", systemPromptArg: "--system", + // Or use systemPromptFileArg when the CLI accepts a prompt file flag. systemPromptWhen: "first", imageArg: "--image", imageMode: "repeat",