chore(sync): mirror docs from openclaw/openclaw@7dc9a367ef

This commit is contained in:
openclaw-docs-sync[bot] 2026-04-27 09:48:58 +00:00
parent 18aa4a6e49
commit a424e22c5f
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
{
"repository": "openclaw/openclaw",
"sha": "dfe58a1b8e1b1516f478e334fed4eab7bc5d0eae",
"syncedAt": "2026-04-27T09:46:29.071Z"
"sha": "7dc9a367efc1c154c84249c209cabbe692d8d086",
"syncedAt": "2026-04-27T09:47:35.512Z"
}

View File

@ -102,6 +102,7 @@ cat ~/.openclaw/openclaw.json
- Gateway runtime checks (service installed but not running; cached launchd label).
- Channel status warnings (probed from the running gateway).
- Supervisor config audit (launchd/systemd/schtasks) with optional repair.
- Embedded proxy environment cleanup for gateway services that captured shell `HTTP_PROXY` / `HTTPS_PROXY` / `NO_PROXY` values during install or update.
- Gateway runtime best-practice checks (Node vs Bun, version-manager paths).
- Gateway port collision diagnostics (default `18789`).
</Accordion>