docs: replace ampersand headings for stable Mintlify anchors · openclaw/openclaw@82fd834
vincentkoc
·
2026-05-06
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -62,7 +62,7 @@ You can override this behavior:
|
62 | 62 | [WhatsApp +1555 +30s 2026-01-18T05:19Z] follow-up |
63 | 63 | ``` |
64 | 64 | |
65 | | -## System prompt: Current Date & Time |
| 65 | +## System prompt: current date and time |
66 | 66 | |
67 | 67 | If the user timezone is known, the system prompt includes a dedicated |
68 | 68 | **Current Date & Time** section with the **time zone only** (no clock/time format) |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -144,7 +144,7 @@ Note: Binary detection is best-effort across macOS/Linux/Windows; ensure the CLI
|
144 | 144 | } |
145 | 145 | ``` |
146 | 146 | |
147 | | -## Notes & limits |
| 147 | +## Notes and limits |
148 | 148 | |
149 | 149 | - Provider auth follows the standard model auth order (auth profiles, env vars, `models.providers.*.apiKey`). |
150 | 150 | - Groq setup details: [Groq](/providers/groq). |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -51,7 +51,7 @@ The WhatsApp channel runs via **Baileys Web**. This document captures the curren
|
51 | 51 | - If the active primary image model already supports vision natively, OpenClaw skips the `[Image]` summary block and passes the original image to the model instead. |
52 | 52 | - By default only the first matching image/audio/video attachment is processed; set `tools.media.<cap>.attachments` to process multiple attachments. |
53 | 53 | |
54 | | -## Limits & Errors |
| 54 | +## Limits and errors |
55 | 55 | |
56 | 56 | **Outbound send caps (WhatsApp web send)** |
57 | 57 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -337,7 +337,7 @@ const compactResult = await compactEmbeddedPiSessionDirect({
|
337 | 337 | }); |
338 | 338 | ``` |
339 | 339 | |
340 | | -## Authentication & Model Resolution |
| 340 | +## Authentication and model resolution |
341 | 341 | |
342 | 342 | ### Auth profiles |
343 | 343 | |
@@ -418,7 +418,7 @@ if (cfg?.agents?.defaults?.contextPruning?.mode === "cache-ttl") {
|
418 | 418 | } |
419 | 419 | ``` |
420 | 420 | |
421 | | -## Streaming & Block Replies |
| 421 | +## Streaming and block replies |
422 | 422 | |
423 | 423 | ### Block chunking |
424 | 424 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -22,7 +22,7 @@ Native companion apps for Windows are also planned; the Gateway is recommended v
|
22 | 22 | - Windows: [Windows](/platforms/windows) |
23 | 23 | - Linux: [Linux](/platforms/linux) |
24 | 24 | |
25 | | -## VPS & hosting |
| 25 | +## VPS and hosting |
26 | 26 | |
27 | 27 | - VPS hub: [VPS hosting](/vps) |
28 | 28 | - Fly.io: [Fly.io](/install/fly) |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -65,7 +65,7 @@ socket path is in use. You can override with:
|
65 | 65 | export PEEKABOO_BRIDGE_SOCKET=/path/to/bridge.sock |
66 | 66 | ``` |
67 | 67 | |
68 | | -## Security & permissions |
| 68 | +## Security and permissions |
69 | 69 | |
70 | 70 | - The bridge validates **caller code signatures**; an allowlist of TeamIDs is |
71 | 71 | enforced (Peekaboo host TeamID + OpenClaw app TeamID). |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -13,7 +13,7 @@ agent (with a session switcher for other sessions).
|
13 | 13 | - **Remote mode**: forwards the Gateway control port over SSH and uses that |
14 | 14 | tunnel as the data plane. |
15 | 15 | |
16 | | -## Launch & debugging |
| 16 | +## Launch and debugging |
17 | 17 | |
18 | 18 | - Manual: Lobster menu → “Open Chat”. |
19 | 19 | - Auto‑open for testing: |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -162,7 +162,7 @@ If `openclaw doctor` detects state under:
|
162 | 162 | |
163 | 163 | it will warn and recommend moving back to a local path. |
164 | 164 | |
165 | | -## Build & dev workflow (native) |
| 165 | +## Build and dev workflow (native) |
166 | 166 | |
167 | 167 | - `cd apps/macos && swift build` |
168 | 168 | - `swift run OpenClaw` (or Xcode) |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -72,7 +72,7 @@ cp docs/reference/AGENTS.default.md ~/.openclaw/workspace/AGENTS.md
|
72 | 72 | - Capture: decisions, preferences, constraints, open loops. |
73 | 73 | - Avoid secrets unless explicitly requested. |
74 | 74 | |
75 | | -## Tools & skills |
| 75 | +## Tools and skills |
76 | 76 | |
77 | 77 | - Tools live in skills; follow each skill’s `SKILL.md` when you need it. |
78 | 78 | - Keep environment-specific notes in `TOOLS.md` (Notes for Skills). |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。