fix(plugins): use default tags for official plugin installs

This commit is contained in:
Vincent Koc
2026-05-02 14:36:59 -07:00
parent 2fd1e7b32d
commit 00ad13b599
16 changed files with 29 additions and 28 deletions

View File

@@ -50,7 +50,7 @@ openclaw plugins install npm:<package>
openclaw plugins install clawhub:<package>@1.2.3
openclaw plugins install clawhub:<package>@beta
openclaw plugins install npm:@scope/openclaw-plugin@1.2.3
openclaw plugins install npm:@openclaw/codex@beta
openclaw plugins install npm:@openclaw/codex
# Install from git or a local development checkout.
openclaw plugins install git:github.com/acme/openclaw-plugin@v1.0.0

View File

@@ -41,8 +41,8 @@ the Gateway, then restart the Gateway to load it.
</Tab>
</Tabs>
Use `@openclaw/voice-call@beta` when following the OpenClaw beta channel and
npmjs shows `beta` ahead of `latest`.
Use the bare package to follow the current official release tag. Pin an
exact version only when you need a reproducible install.
Restart the Gateway afterwards so the plugin loads.

View File

@@ -34,8 +34,8 @@ No external `zca`/`openzca` CLI binary is required.
openclaw plugins install @openclaw/zalouser
```
Use `@openclaw/zalouser@beta` when following the OpenClaw beta channel and npmjs
shows `beta` ahead of `latest`.
Use the bare package to follow the current official release tag. Pin an exact
version only when you need a reproducible install.
Restart the Gateway afterwards.