mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-18 21:40:53 +00:00
docs: fix em-dash headings and broken links across docs
- Replace em-dashes in headings with hyphens/parens (breaks Mintlify anchors) - Fix broken /testing link in pi-dev.md to /help/testing - Convert absolute docs URLs to root-relative in pi-dev.md Files: migrating.md, images.md, audio.md, media-understanding.md, venice.md, minimax.md, AGENTS.default.md, security/index.md, pi-dev.md Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -499,7 +499,7 @@ Treat the snippet above as **secure DM mode**:
|
||||
|
||||
If you run multiple accounts on the same channel, use `per-account-channel-peer` instead. If the same person contacts you on multiple channels, use `session.identityLinks` to collapse those DM sessions into one canonical identity. See [Session Management](/concepts/session) and [Configuration](/gateway/configuration).
|
||||
|
||||
## Allowlists (DM + groups) — terminology
|
||||
## Allowlists (DM + groups) - terminology
|
||||
|
||||
OpenClaw has two separate “who can trigger me?” layers:
|
||||
|
||||
|
||||
@@ -67,7 +67,7 @@ Those live under `$OPENCLAW_STATE_DIR`.
|
||||
|
||||
## Migration steps (recommended)
|
||||
|
||||
### Step 0 — Make a backup (old machine)
|
||||
### Step 0 - Make a backup (old machine)
|
||||
|
||||
On the **old** machine, stop the gateway first so files aren’t changing mid-copy:
|
||||
|
||||
@@ -87,7 +87,7 @@ tar -czf openclaw-workspace.tgz .openclaw/workspace
|
||||
|
||||
If you have multiple profiles/state dirs (e.g. `~/.openclaw-main`, `~/.openclaw-work`), archive each.
|
||||
|
||||
### Step 1 — Install OpenClaw on the new machine
|
||||
### Step 1 - Install OpenClaw on the new machine
|
||||
|
||||
On the **new** machine, install the CLI (and Node if needed):
|
||||
|
||||
@@ -95,7 +95,7 @@ On the **new** machine, install the CLI (and Node if needed):
|
||||
|
||||
At this stage, it’s OK if onboarding creates a fresh `~/.openclaw/` — you will overwrite it in the next step.
|
||||
|
||||
### Step 2 — Copy the state dir + workspace to the new machine
|
||||
### Step 2 - Copy the state dir + workspace to the new machine
|
||||
|
||||
Copy **both**:
|
||||
|
||||
@@ -113,7 +113,7 @@ After copying, ensure:
|
||||
- Hidden directories were included (e.g. `.openclaw/`)
|
||||
- File ownership is correct for the user running the gateway
|
||||
|
||||
### Step 3 — Run Doctor (migrations + service repair)
|
||||
### Step 3 - Run Doctor (migrations + service repair)
|
||||
|
||||
On the **new** machine:
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ read_when:
|
||||
title: "Audio and Voice Notes"
|
||||
---
|
||||
|
||||
# Audio / Voice Notes — 2026-01-17
|
||||
# Audio / Voice Notes (2026-01-17)
|
||||
|
||||
## What works
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@ read_when:
|
||||
title: "Image and Media Support"
|
||||
---
|
||||
|
||||
# Image & Media Support — 2025-12-05
|
||||
# Image & Media Support (2025-12-05)
|
||||
|
||||
The WhatsApp channel runs via **Baileys Web**. This document captures the current media handling rules for send, gateway, and agent replies.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ read_when:
|
||||
title: "Media Understanding"
|
||||
---
|
||||
|
||||
# Media Understanding (Inbound) — 2026-01-17
|
||||
# Media Understanding - Inbound (2026-01-17)
|
||||
|
||||
OpenClaw can **summarize inbound media** (image/audio/video) before the reply pipeline runs. It auto‑detects when local tools or provider keys are available, and can be disabled or customized. If understanding is off, models still receive the original files/URLs as usual.
|
||||
|
||||
|
||||
@@ -76,5 +76,5 @@ If you only want to reset sessions, delete `agents/<agentId>/sessions/` and `age
|
||||
|
||||
## References
|
||||
|
||||
- [https://docs.openclaw.ai/testing](https://docs.openclaw.ai/testing)
|
||||
- [https://docs.openclaw.ai/start/getting-started](https://docs.openclaw.ai/start/getting-started)
|
||||
- [Testing](/help/testing)
|
||||
- [Getting Started](/start/getting-started)
|
||||
|
||||
@@ -35,7 +35,7 @@ MiniMax highlights these improvements in M2.5:
|
||||
|
||||
## Choose a setup
|
||||
|
||||
### MiniMax OAuth (Coding Plan) — recommended
|
||||
### MiniMax OAuth (Coding Plan) - recommended
|
||||
|
||||
**Best for:** quick setup with MiniMax Coding Plan via OAuth, no API key required.
|
||||
|
||||
|
||||
@@ -124,7 +124,7 @@ openclaw models list | grep venice
|
||||
|
||||
## Available Models (41 Total)
|
||||
|
||||
### Private Models (26) — Fully Private, No Logging
|
||||
### Private Models (26) - Fully Private, No Logging
|
||||
|
||||
| Model ID | Name | Context | Features |
|
||||
| -------------------------------------- | ----------------------------------- | ------- | -------------------------- |
|
||||
@@ -155,7 +155,7 @@ openclaw models list | grep venice
|
||||
| `minimax-m21` | MiniMax M2.1 | 198k | Reasoning |
|
||||
| `minimax-m25` | MiniMax M2.5 | 198k | Reasoning |
|
||||
|
||||
### Anonymized Models (15) — Via Venice Proxy
|
||||
### Anonymized Models (15) - Via Venice Proxy
|
||||
|
||||
| Model ID | Name | Context | Features |
|
||||
| ------------------------------- | ------------------------------ | ------- | ------------------------- |
|
||||
|
||||
@@ -6,7 +6,7 @@ read_when:
|
||||
- Enabling or auditing default skills
|
||||
---
|
||||
|
||||
# AGENTS.md — OpenClaw Personal Assistant (default)
|
||||
# AGENTS.md - OpenClaw Personal Assistant (default)
|
||||
|
||||
## First run (recommended)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user