fix(gateway): honor all_proxy in env dispatcher

This commit is contained in:
Peter Steinberger
2026-04-27 14:32:09 +01:00
parent fd6c9fc7f5
commit dc859584a3
11 changed files with 188 additions and 31 deletions

View File

@@ -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.

View File

@@ -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.