From 4070588ce994dbc4a2256caed91b4ae408ce8068 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Wed, 6 May 2026 16:26:44 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@74ec956e429b745f0a4bbc015acda6830fe58339 --- .openclaw-sync/source.json | 4 ++-- docs/plugins/google-meet.md | 2 +- docs/plugins/sdk-runtime.md | 2 +- docs/security/network-proxy.md | 2 +- docs/tools/web-fetch.md | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index bb9701240..dc0b05429 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "e2898eaa881b34e36c09d6fb2119fc6810bfaac1", - "syncedAt": "2026-05-06T16:14:19.657Z" + "sha": "74ec956e429b745f0a4bbc015acda6830fe58339", + "syncedAt": "2026-05-06T16:24:36.365Z" } diff --git a/docs/plugins/google-meet.md b/docs/plugins/google-meet.md index 6023a09dc..13cde4f0b 100644 --- a/docs/plugins/google-meet.md +++ b/docs/plugins/google-meet.md @@ -1259,7 +1259,7 @@ a session ended. } ``` -## Agent And Bidi Modes +## Agent and bidi modes Chrome `agent` mode is optimized for "my agent is in the meeting" behavior. The realtime transcription provider hears the meeting audio, final participant diff --git a/docs/plugins/sdk-runtime.md b/docs/plugins/sdk-runtime.md index bd4835df0..775e5dbba 100644 --- a/docs/plugins/sdk-runtime.md +++ b/docs/plugins/sdk-runtime.md @@ -25,7 +25,7 @@ register(api) { } ``` -## Config Loading And Writes +## Config loading and writes Prefer config that was already passed into the active call path, for example `api.config` during registration or a `cfg` argument on channel/provider callbacks. This keeps one process snapshot flowing through the work instead of reparsing config on hot paths. diff --git a/docs/security/network-proxy.md b/docs/security/network-proxy.md index 690180dbf..cbe499f89 100644 --- a/docs/security/network-proxy.md +++ b/docs/security/network-proxy.md @@ -118,7 +118,7 @@ Configure the proxy to: - Log destination, decision, status, and reason without logging request bodies, authorization headers, cookies, or other secrets. - Keep proxy policy under version control and review changes like security-sensitive configuration. -## Recommended Blocked Destinations +## Recommended blocked destinations Use this denylist as the starting point for any forward proxy, firewall, or egress policy. diff --git a/docs/tools/web-fetch.md b/docs/tools/web-fetch.md index e4711bbdc..ee15c4067 100644 --- a/docs/tools/web-fetch.md +++ b/docs/tools/web-fetch.md @@ -143,7 +143,7 @@ Current runtime behavior: - If Readability is disabled, `web_fetch` skips straight to the selected provider fallback. If no provider is available, it fails closed. -## Trusted Env Proxy +## Trusted env proxy If your deployment requires `web_fetch` to go through a trusted outbound HTTP(S) proxy, set `tools.web.fetch.useTrustedEnvProxy: true`.