From 4901e20f3455d4f731349dbe40503b2567f38d15 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 12:16:42 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@b1e530b204391b80651047ffd2ca69ccbb04c60d --- .openclaw-sync/source.json | 4 ++-- docs/cli/agent.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 9cc229535..f708351c6 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "0e586bb48a3175c8e6d00666a75b0d1782a0b091", - "syncedAt": "2026-04-27T12:11:17.958Z" + "sha": "b1e530b204391b80651047ffd2ca69ccbb04c60d", + "syncedAt": "2026-04-27T12:15:15.000Z" } diff --git a/docs/cli/agent.md b/docs/cli/agent.md index f8e4bd8d5..319503152 100644 --- a/docs/cli/agent.md +++ b/docs/cli/agent.md @@ -57,6 +57,7 @@ openclaw agent --agent ops --message "Run locally" --local - Each `openclaw agent` invocation is treated as a one-shot run. Bundled or user-configured MCP servers opened for that run are retired after the reply, even when the command uses the Gateway path, so stdio MCP child processes do not stay alive between scripted invocations. - `--channel`, `--reply-channel`, and `--reply-account` affect reply delivery, not session routing. - `--json` keeps stdout reserved for the JSON response. Gateway, plugin, and embedded-fallback diagnostics are routed to stderr so scripts can parse stdout directly. +- Embedded fallback JSON includes `meta.transport: "embedded"` and `meta.fallbackFrom: "gateway"` so scripts can distinguish fallback runs from Gateway runs. - When this command triggers `models.json` regeneration, SecretRef-managed provider credentials are persisted as non-secret markers (for example env var names, `secretref-env:ENV_VAR_NAME`, or `secretref-managed`), not resolved secret plaintext. - Marker writes are source-authoritative: OpenClaw persists markers from the active source config snapshot, not from resolved runtime secret values.