From 0d39dffd37e372d9217a1c7b638c65dd6f08ec81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E4=BF=8A=E6=9D=B0?= <3202137046@qq.com> Date: Thu, 11 Jun 2026 20:28:23 +0800 Subject: [PATCH] [good first issue] docs: recommend exact version install for OpenClaw (#144) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs(openclaw): recommend exact version install Signed-off-by: yangjj-iso <3202137046@qq.com> * Revise OpenClaw plugin installation instructions Updated installation instructions for OpenClaw plugin to remove version specification and added upgrade command. * Revise TencentDB memory plugin installation instructions Updated installation instructions for the TencentDB memory plugin to remove the specific version and added a note on using the OpenClaw command for upgrades. --------- Signed-off-by: yangjj-iso <3202137046@qq.com> Co-authored-by: 十五便士 <95488710+Maxwell-Code07@users.noreply.github.com> --- README.md | 5 +++++ README_CN.md | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/README.md b/README.md index df7f46d..22e6194 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,11 @@ openclaw plugins install @tencentdb-agent-memory/memory-tencentdb openclaw gateway restart ``` +> Please use the native OpenClaw command to upgrade the plugin. This approach prevents the plugin from being disabled caused by semantic version ranges. +> ```bash +> openclaw plugins update @tencentdb-agent-memory/memory-tencentdb +> ``` + ### 1.2 Zero-config to enable Defaults to a local `SQLite + sqlite-vec` backend. diff --git a/README_CN.md b/README_CN.md index 130e203..a26ef45 100644 --- a/README_CN.md +++ b/README_CN.md @@ -143,6 +143,11 @@ openclaw plugins install @tencentdb-agent-memory/memory-tencentdb openclaw gateway restart ``` +> 升级插件请优先使用 OpenClaw 原生更新命令,该方式可以避免因语义化版本范围导致插件禁用: +> ```bash +> openclaw plugins update @tencentdb-agent-memory/memory-tencentdb +> ``` + ### 1.2 零配置启用 默认使用本地 `SQLite + sqlite-vec` 后端。