From 0eae9f456cc978a5fc7d2d66026ebd4283830610 Mon Sep 17 00:00:00 2001 From: Tak Hoffman <781889+Takhoffman@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:22:22 -0600 Subject: [PATCH] Docs: fix compatibility shim note --- CHANGELOG.md | 1 + docs/install/updating.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 054d62025..b05194259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ Docs: https://docs.openclaw.ai - Docs: seed zh-CN translations. (#6619) Thanks @joshp123. - Docs: expand zh-Hans navigation and fix zh-CN index asset paths. (#7242) Thanks @joshp123. - Docs: add zh-CN landing notice + AI-translated image. (#7303) Thanks @joshp123. +- Docs: fix typo - clawdbot is the compatibility shim, not openclaw. (#7415) Thanks @lailoo. - Config: allow setting a default subagent thinking level via `agents.defaults.subagents.thinking` (and per-agent `agents.list[].subagents.thinking`). (#7372) Thanks @tyler6204. ### Fixes diff --git a/docs/install/updating.md b/docs/install/updating.md index 6b51701b5..ae4b3d1eb 100644 --- a/docs/install/updating.md +++ b/docs/install/updating.md @@ -29,7 +29,7 @@ Notes: ``` The installer will `git pull --rebase` **only** if the repo is clean. - For **global installs**, the script uses `npm install -g openclaw@latest` under the hood. -- Legacy note: `openclaw` remains available as a compatibility shim. +- Legacy note: `clawdbot` remains available as a compatibility shim. ## Before you update