docs: audit and fix 4 pages (pi version bump + 3 typography/H1) · openclaw/openclaw@41736de
vincentkoc
·
2026-05-06
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -6,8 +6,6 @@ read_when:
|
6 | 6 | title: "Date and time" |
7 | 7 | --- |
8 | 8 | |
9 | | -# Date & Time |
10 | | - |
11 | 9 | OpenClaw defaults to **host-local time for transport timestamps** and **user timezone only in the system prompt**. |
12 | 10 | Provider timestamps are preserved so tools keep their native semantics (current time is available via `session_status`). |
13 | 11 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -86,8 +86,8 @@ openclaw doctor
|
86 | 86 | |
87 | 87 | ### Control UI (web) |
88 | 88 | |
89 | | -The Control UI’s **Logs** tab tails the same file using `logs.tail`. |
90 | | -See [/web/control-ui](/web/control-ui) for how to open it. |
| 89 | +The Control UI's **Logs** tab tails the same file using `logs.tail`. |
| 90 | +See [Control UI](/web/control-ui) for how to open it. |
91 | 91 | |
92 | 92 | ### Channel-only logs |
93 | 93 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,8 +7,6 @@ read_when:
|
7 | 7 | title: "Network" |
8 | 8 | --- |
9 | 9 | |
10 | | -# Network hub |
11 | | - |
12 | 10 | This hub links the core docs for how OpenClaw connects, pairs, and secures |
13 | 11 | devices across localhost, LAN, and tailnet. |
14 | 12 | |
@@ -49,7 +47,7 @@ Local trust:
|
49 | 47 | |
50 | 48 | ## Discovery + transports |
51 | 49 | |
52 | | -- [Discovery & transports](/gateway/discovery) |
| 50 | +- [Discovery and transports](/gateway/discovery) |
53 | 51 | - [Bonjour / mDNS](/gateway/bonjour) |
54 | 52 | - [Remote access (SSH)](/gateway/remote) |
55 | 53 | - [Tailscale](/gateway/tailscale) |
@@ -70,5 +68,5 @@ Local trust:
|
70 | 68 | |
71 | 69 | ## Related |
72 | 70 | |
73 | | -- [Gateway network model](/network#core-model) |
| 71 | +- [Gateway runbook](/gateway) |
74 | 72 | - [Remote access](/gateway/remote) |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -23,10 +23,10 @@ OpenClaw uses the pi SDK to embed an AI coding agent into its messaging gateway
|
23 | 23 | |
24 | 24 | ```json |
25 | 25 | { |
26 | | -"@mariozechner/pi-agent-core": "0.70.2", |
27 | | -"@mariozechner/pi-ai": "0.70.2", |
28 | | -"@mariozechner/pi-coding-agent": "0.70.2", |
29 | | -"@mariozechner/pi-tui": "0.70.2" |
| 26 | +"@mariozechner/pi-agent-core": "0.73.0", |
| 27 | +"@mariozechner/pi-ai": "0.73.0", |
| 28 | +"@mariozechner/pi-coding-agent": "0.73.0", |
| 29 | +"@mariozechner/pi-tui": "0.73.0" |
30 | 30 | } |
31 | 31 | ``` |
32 | 32 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。