mirror of
https://github.com/TencentCloud/TencentDB-Agent-Memory
synced 2026-07-10 12:34:27 +00:00
[good first issue] docs: recommend exact version install for OpenClaw (#144)
* 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>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user