diff --git a/docs/date-time.md b/docs/date-time.md index bd8a22c9e88..d2014f04043 100644 --- a/docs/date-time.md +++ b/docs/date-time.md @@ -6,8 +6,6 @@ read_when: title: "Date and time" --- -# Date & Time - OpenClaw defaults to **host-local time for transport timestamps** and **user timezone only in the system prompt**. Provider timestamps are preserved so tools keep their native semantics (current time is available via `session_status`). diff --git a/docs/logging.md b/docs/logging.md index c37d5cd9a0e..fdab71d5966 100644 --- a/docs/logging.md +++ b/docs/logging.md @@ -86,8 +86,8 @@ openclaw doctor ### Control UI (web) -The Control UI’s **Logs** tab tails the same file using `logs.tail`. -See [/web/control-ui](/web/control-ui) for how to open it. +The Control UI's **Logs** tab tails the same file using `logs.tail`. +See [Control UI](/web/control-ui) for how to open it. ### Channel-only logs diff --git a/docs/network.md b/docs/network.md index 13a19352507..2257951f61f 100644 --- a/docs/network.md +++ b/docs/network.md @@ -7,8 +7,6 @@ read_when: title: "Network" --- -# Network hub - This hub links the core docs for how OpenClaw connects, pairs, and secures devices across localhost, LAN, and tailnet. @@ -49,7 +47,7 @@ Local trust: ## Discovery + transports -- [Discovery & transports](/gateway/discovery) +- [Discovery and transports](/gateway/discovery) - [Bonjour / mDNS](/gateway/bonjour) - [Remote access (SSH)](/gateway/remote) - [Tailscale](/gateway/tailscale) @@ -70,5 +68,5 @@ Local trust: ## Related -- [Gateway network model](/network#core-model) +- [Gateway runbook](/gateway) - [Remote access](/gateway/remote) diff --git a/docs/pi.md b/docs/pi.md index 3f3004a2820..7f8979e4568 100644 --- a/docs/pi.md +++ b/docs/pi.md @@ -23,10 +23,10 @@ OpenClaw uses the pi SDK to embed an AI coding agent into its messaging gateway ```json { - "@mariozechner/pi-agent-core": "0.70.2", - "@mariozechner/pi-ai": "0.70.2", - "@mariozechner/pi-coding-agent": "0.70.2", - "@mariozechner/pi-tui": "0.70.2" + "@mariozechner/pi-agent-core": "0.73.0", + "@mariozechner/pi-ai": "0.73.0", + "@mariozechner/pi-coding-agent": "0.73.0", + "@mariozechner/pi-tui": "0.73.0" } ```