From deb8e779da0244904824fa2c2704c119ad3c6a90 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 13:56:47 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@1f7b7c249ad3c128384eebb17fc40e19d177b0df --- .openclaw-sync/source.json | 4 ++-- docs/plugins/google-meet.md | 18 +++++++++--------- docs/tools/browser-control.md | 1 + 3 files changed, 12 insertions(+), 11 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index e06d0ad10..b370c5b51 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "2e99c1d22726e6d099b0181325b9cddab6fd615b", - "syncedAt": "2026-04-27T13:54:27.245Z" + "sha": "1f7b7c249ad3c128384eebb17fc40e19d177b0df", + "syncedAt": "2026-04-27T13:55:16.350Z" } diff --git a/docs/plugins/google-meet.md b/docs/plugins/google-meet.md index 93304fa28..264b5e9b9 100644 --- a/docs/plugins/google-meet.md +++ b/docs/plugins/google-meet.md @@ -50,7 +50,7 @@ After reboot, verify both pieces: ```bash system_profiler SPAudioDataType | grep -i BlackHole -command -v rec play +command -v sox ``` Enable the plugin: @@ -192,7 +192,7 @@ After reboot, verify the VM can see the audio device and SoX commands: ```bash system_profiler SPAudioDataType | grep -i BlackHole -command -v rec play +command -v sox ``` Install or update OpenClaw in the VM, then enable the bundled plugin there: @@ -335,8 +335,8 @@ Common failure checks: The Chrome realtime default uses two external tools: -- `sox`: command-line audio utility. The plugin uses its `rec` and `play` - commands for the default 24 kHz PCM16 audio bridge. +- `sox`: command-line audio utility. The plugin uses explicit CoreAudio + device commands for the default 24 kHz PCM16 audio bridge. - `blackhole-2ch`: macOS virtual audio driver. It creates the `BlackHole 2ch` audio device that Chrome/Meet can route through. @@ -892,10 +892,10 @@ Defaults: - `chrome.audioFormat: "pcm16-24khz"`: command-pair audio format. Use `"g711-ulaw-8khz"` only for legacy/custom command pairs that still emit telephony audio. -- `chrome.audioInputCommand`: SoX `rec` command writing audio in - `chrome.audioFormat` -- `chrome.audioOutputCommand`: SoX `play` command reading audio in - `chrome.audioFormat` +- `chrome.audioInputCommand`: SoX command reading from CoreAudio `BlackHole 2ch` + and writing audio in `chrome.audioFormat` +- `chrome.audioOutputCommand`: SoX command reading audio in `chrome.audioFormat` + and writing to CoreAudio `BlackHole 2ch` - `realtime.provider: "openai"` - `realtime.toolPolicy: "safe-read-only"` - `realtime.instructions`: brief spoken replies, with @@ -1231,7 +1231,7 @@ Also verify: - A realtime provider key is available on the Gateway host, such as `OPENAI_API_KEY` or `GEMINI_API_KEY`. - `BlackHole 2ch` is visible on the Chrome host. -- `rec` and `play` exist on the Chrome host. +- `sox` exists on the Chrome host. - Meet microphone and speaker are routed through the virtual audio path used by OpenClaw. diff --git a/docs/tools/browser-control.md b/docs/tools/browser-control.md index 4df812174..f817213f4 100644 --- a/docs/tools/browser-control.md +++ b/docs/tools/browser-control.md @@ -21,6 +21,7 @@ For local integrations only, the Gateway exposes a small loopback HTTP API: - Actions: `POST /navigate`, `POST /act` - Hooks: `POST /hooks/file-chooser`, `POST /hooks/dialog` - Downloads: `POST /download`, `POST /wait/download` +- Permissions: `POST /permissions/grant` - Debugging: `GET /console`, `POST /pdf` - Debugging: `GET /errors`, `GET /requests`, `POST /trace/start`, `POST /trace/stop`, `POST /highlight` - Network: `POST /response/body`