From a3046a95fd9762612f774e030990aeced581f0ec Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Sat, 25 Apr 2026 02:18:46 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@95a2c9bcdcde1784907f6d95eb44e3911243dade --- .openclaw-sync/source.json | 4 ++-- docs/gateway/configuration-reference.md | 1 + docs/tools/browser.md | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 597b354e8..ee53781ab 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "a3862ffdf1dcc487d55be9471efec7bf962e153d", - "syncedAt": "2026-04-25T02:13:29.593Z" + "sha": "95a2c9bcdcde1784907f6d95eb44e3911243dade", + "syncedAt": "2026-04-25T02:17:22.626Z" } diff --git a/docs/gateway/configuration-reference.md b/docs/gateway/configuration-reference.md index 6097d23d5..dd64ae5d1 100644 --- a/docs/gateway/configuration-reference.md +++ b/docs/gateway/configuration-reference.md @@ -219,6 +219,7 @@ See [Plugins](/tools/plugin). - Local managed `openclaw` profiles auto-assign `cdpPort` and `cdpUrl`; only set `cdpUrl` explicitly for remote CDP. - Auto-detect order: default browser if Chromium-based → Chrome → Brave → Edge → Chromium → Chrome Canary. +- `browser.executablePath` accepts `~` for your OS home directory. - Control service: loopback only (port derived from `gateway.port`, default `18791`). - `extraArgs` appends extra launch flags to local Chromium startup (for example `--disable-gpu`, window sizing, or debug flags). diff --git a/docs/tools/browser.md b/docs/tools/browser.md index da2846cd2..2180ea4a3 100644 --- a/docs/tools/browser.md +++ b/docs/tools/browser.md @@ -199,7 +199,7 @@ Browser settings live in `~/.openclaw/openclaw.json`. If your **system default** browser is Chromium-based (Chrome/Brave/Edge/etc), OpenClaw uses it automatically. Set `browser.executablePath` to override -auto-detection: +auto-detection. `~` expands to your OS home directory: ```bash openclaw config set browser.executablePath "/usr/bin/google-chrome"