From ea5a3b6ecc3136278337c3d43655ad2bd50da528 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 14:46:33 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@dc859584a352026af00c68d23bbb256d9d4f20cb --- .openclaw-sync/source.json | 4 ++-- docs/nodes/audio.md | 2 ++ docs/nodes/media-understanding.md | 2 ++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 2110dce7b..1e375921b 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "ca444af891e6e039a253bfab8565160028491be7", - "syncedAt": "2026-04-27T14:29:07.421Z" + "sha": "dc859584a352026af00c68d23bbb256d9d4f20cb", + "syncedAt": "2026-04-27T14:45:11.330Z" } diff --git a/docs/nodes/audio.md b/docs/nodes/audio.md index f949156d2..28e852787 100644 --- a/docs/nodes/audio.md +++ b/docs/nodes/audio.md @@ -171,8 +171,10 @@ Provider-based audio transcription honors standard outbound proxy env vars: - `HTTPS_PROXY` - `HTTP_PROXY` +- `ALL_PROXY` - `https_proxy` - `http_proxy` +- `all_proxy` If no proxy env vars are set, direct egress is used. If proxy config is malformed, OpenClaw logs a warning and falls back to direct fetch. diff --git a/docs/nodes/media-understanding.md b/docs/nodes/media-understanding.md index af4a0fd04..1a8494cff 100644 --- a/docs/nodes/media-understanding.md +++ b/docs/nodes/media-understanding.md @@ -220,8 +220,10 @@ When provider-based **audio** and **video** media understanding is enabled, Open - `HTTPS_PROXY` - `HTTP_PROXY` +- `ALL_PROXY` - `https_proxy` - `http_proxy` +- `all_proxy` If no proxy env vars are set, media understanding uses direct egress. If the proxy value is malformed, OpenClaw logs a warning and falls back to direct fetch.