From 76ae1ef128cd4ea5b65a4edc197088cceed10718 Mon Sep 17 00:00:00 2001 From: "openclaw-docs-sync[bot]" Date: Mon, 27 Apr 2026 05:10:31 +0000 Subject: [PATCH] chore(sync): mirror docs from openclaw/openclaw@5c3e2a6b44dc8be9dbe091e3e54188e7a70fe7dc --- .openclaw-sync/source.json | 4 ++-- docs/install/migrating-matrix.md | 2 +- docs/pi.md | 2 +- docs/platforms/mac/dev-setup.md | 4 ++-- docs/providers/perplexity-provider.md | 3 +-- .../browser-wsl2-windows-remote-cdp-troubleshooting.md | 8 +------- 6 files changed, 8 insertions(+), 15 deletions(-) diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 3edd2f3af..6badc2b14 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "51dbda3f3d9ff80a9cf8e6d027eaaa0329a04ff0", - "syncedAt": "2026-04-27T05:05:58.495Z" + "sha": "5c3e2a6b44dc8be9dbe091e3e54188e7a70fe7dc", + "syncedAt": "2026-04-27T05:09:01.663Z" } diff --git a/docs/install/migrating-matrix.md b/docs/install/migrating-matrix.md index 3c580a73a..fb79f75f8 100644 --- a/docs/install/migrating-matrix.md +++ b/docs/install/migrating-matrix.md @@ -6,7 +6,7 @@ read_when: title: "Matrix migration" --- -This page covers upgrades from the previous public `matrix` plugin to the current implementation. +Upgrade from the previous public `matrix` plugin to the current implementation. For most users, the upgrade is in place: diff --git a/docs/pi.md b/docs/pi.md index 3a5c1d926..cd862f912 100644 --- a/docs/pi.md +++ b/docs/pi.md @@ -6,7 +6,7 @@ read_when: - Modifying agent session lifecycle, tooling, or provider wiring for Pi --- -This document describes how OpenClaw integrates with [pi-coding-agent](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent) and its sibling packages (`pi-ai`, `pi-agent-core`, `pi-tui`) to power its AI agent capabilities. +OpenClaw integrates with [pi-coding-agent](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent) and its sibling packages (`pi-ai`, `pi-agent-core`, `pi-tui`) to power its AI agent capabilities. ## Overview diff --git a/docs/platforms/mac/dev-setup.md b/docs/platforms/mac/dev-setup.md index 61f43557a..595185ad0 100644 --- a/docs/platforms/mac/dev-setup.md +++ b/docs/platforms/mac/dev-setup.md @@ -5,9 +5,9 @@ read_when: title: "macOS dev setup" --- -# macOS Developer Setup +# macOS developer setup -This guide covers the necessary steps to build and run the OpenClaw macOS application from source. +Build and run the OpenClaw macOS application from source. ## Prerequisites diff --git a/docs/providers/perplexity-provider.md b/docs/providers/perplexity-provider.md index d13976f92..5a9ed0c02 100644 --- a/docs/providers/perplexity-provider.md +++ b/docs/providers/perplexity-provider.md @@ -10,8 +10,7 @@ The Perplexity plugin provides web search capabilities through the Perplexity Search API or Perplexity Sonar via OpenRouter. -This page covers the Perplexity **provider** setup. For the Perplexity -**tool** (how the agent uses it), see [Perplexity tool](/tools/perplexity-search). +This page is the Perplexity **provider** setup. For the Perplexity **tool** (how the agent uses it), see [Perplexity tool](/tools/perplexity-search). | Property | Value | diff --git a/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md b/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md index fd6db9179..2f3256741 100644 --- a/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md +++ b/docs/tools/browser-wsl2-windows-remote-cdp-troubleshooting.md @@ -7,13 +7,7 @@ read_when: title: "WSL2 + Windows + remote Chrome CDP troubleshooting" --- -This guide covers the common split-host setup where: - -- OpenClaw Gateway runs inside WSL2 -- Chrome runs on Windows -- browser control must cross the WSL2/Windows boundary - -It also covers the layered failure pattern from [issue #39369](https://github.com/openclaw/openclaw/issues/39369): several independent problems can show up at once, which makes the wrong layer look broken first. +In the common split-host setup, OpenClaw Gateway runs inside WSL2, Chrome runs on Windows, and browser control must cross the WSL2 and Windows boundary. The layered failure pattern from [issue #39369](https://github.com/openclaw/openclaw/issues/39369) means several independent problems can show up at once, which makes the wrong layer look broken first. ## Choose the right browser mode first