fix(plugins): use default tags for official plugin installs · openclaw/openclaw@00ad13b
vincentkoc
·
2026-05-03
·
via Recent Commits to openclaw:main
File tree
lib/codex-npm-plugin-live
| Original file line number | Diff line number | Diff line change |
|---|
@@ -19,6 +19,7 @@ Docs: https://docs.openclaw.ai
|
19 | 19 | - Gateway/restart: add `openclaw gateway restart --force` and `--wait <duration>`, log active task run IDs before restart deferral timers, and report timeout restarts as explicit forced restarts. |
20 | 20 | - Discord: persist slash-command deploy hashes across process restarts so unchanged command sets skip redeploy and avoid restart-loop 429s. |
21 | 21 | - Providers/LM Studio: normalize binary `off`/`on` reasoning metadata from Gemma 4 and other local models to LM Studio's accepted OpenAI-compatible `reasoning_effort` values. |
| 22 | +- Plugins/externalization: keep official external install docs, update examples, and live Codex npm checks on default npm tags instead of `@beta`. Thanks @vincentkoc. |
22 | 23 | - Plugins/externalization: keep ACPX, Google Chat, and LINE publishable plugin dist trees out of the core npm package file list. |
23 | 24 | - Plugins/ClawHub: fall back to version metadata when the artifact resolver route is missing and keep the Docker ClawHub fixture aligned with npm-pack artifact resolution, avoiding false version-not-found failures during plugin install validation. Thanks @vincentkoc. |
24 | 25 | - Status/channels: show configured channels in `openclaw status` and config-only `openclaw channels status` output even when the Gateway is unreachable, avoiding empty Channels tables on WSL and other no-Gateway paths. Thanks @vincentkoc. |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -19,8 +19,8 @@ install the npm package directly:
|
19 | 19 | openclaw plugins install @openclaw/msteams |
20 | 20 | ``` |
21 | 21 | |
22 | | -Use `@openclaw/msteams@beta` when following the OpenClaw beta channel and npmjs |
23 | | -shows `beta` ahead of `latest`. |
| 22 | +Use the bare package to follow the current official release tag. Pin an exact |
| 23 | +version only when you need a reproducible install. |
24 | 24 | |
25 | 25 | Local checkout (when running from a git repo): |
26 | 26 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -21,8 +21,8 @@ Install via CLI (npm registry):
|
21 | 21 | openclaw plugins install @openclaw/nextcloud-talk |
22 | 22 | ``` |
23 | 23 | |
24 | | -Use `@openclaw/nextcloud-talk@beta` when following the OpenClaw beta channel and |
25 | | -npmjs shows `beta` ahead of `latest`. |
| 24 | +Use the bare package to follow the current official release tag. Pin an exact |
| 25 | +version only when you need a reproducible install. |
26 | 26 | |
27 | 27 | Local checkout (when running from a git repo): |
28 | 28 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -25,8 +25,8 @@ builds do not need a separate install.
|
25 | 25 | openclaw plugins install @openclaw/nostr |
26 | 26 | ``` |
27 | 27 | |
28 | | -Use `@openclaw/nostr@beta` when following the OpenClaw beta channel and npmjs |
29 | | -shows `beta` ahead of `latest`. |
| 28 | +Use the bare package to follow the current official release tag. Pin an exact |
| 29 | +version only when you need a reproducible install. |
30 | 30 | |
31 | 31 | Use a local checkout (dev workflows): |
32 | 32 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -26,8 +26,8 @@ Install via CLI (npm registry):
|
26 | 26 | openclaw plugins install @openclaw/tlon |
27 | 27 | ``` |
28 | 28 | |
29 | | -Use `@openclaw/tlon@beta` when following the OpenClaw beta channel and npmjs |
30 | | -shows `beta` ahead of `latest`. |
| 29 | +Use the bare package to follow the current official release tag. Pin an exact |
| 30 | +version only when you need a reproducible install. |
31 | 31 | |
32 | 32 | Local checkout (when running from a git repo): |
33 | 33 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -29,8 +29,8 @@ If you are on an older build or a custom install that excludes Twitch, install t
|
29 | 29 | </Tab> |
30 | 30 | </Tabs> |
31 | 31 | |
32 | | -Use `@openclaw/twitch@beta` when following the OpenClaw beta channel and npmjs |
33 | | -shows `beta` ahead of `latest`. |
| 32 | +Use the bare package to follow the current official release tag. Pin an exact |
| 33 | +version only when you need a reproducible install. |
34 | 34 | |
35 | 35 | Details: [Plugins](/tools/plugin) |
36 | 36 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -14,17 +14,17 @@ Status: production-ready via WhatsApp Web (Baileys). Gateway owns linked session
|
14 | 14 | - `openclaw channels login --channel whatsapp` also offers the install flow when |
15 | 15 | the plugin is not present yet. |
16 | 16 | - Dev channel + git checkout: defaults to the local plugin path. |
17 | | -- Stable/Beta: uses the npm package `@openclaw/whatsapp`; beta-channel updates |
18 | | -prefer `@openclaw/whatsapp@beta` when that tag is available. |
| 17 | +- Stable/Beta: uses the npm package `@openclaw/whatsapp` on the current official |
| 18 | +release tag. |
19 | 19 | |
20 | 20 | Manual install stays available: |
21 | 21 | |
22 | 22 | ```bash |
23 | 23 | openclaw plugins install @openclaw/whatsapp |
24 | 24 | ``` |
25 | 25 | |
26 | | -Use `@openclaw/whatsapp@beta` when following the OpenClaw beta channel and npmjs |
27 | | -shows `beta` ahead of `latest`. |
| 26 | +Use the bare package to follow the current official release tag. Pin an exact |
| 27 | +version only when you need a reproducible install. |
28 | 28 | |
29 | 29 | <CardGroup cols={3}> |
30 | 30 | <Card title="Pairing" icon="link" href="/channels/pairing"> |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -16,7 +16,7 @@ If you are on an older build or a custom install that excludes Zalo, install the
|
16 | 16 | npm package directly: |
17 | 17 | |
18 | 18 | - Install via CLI: `openclaw plugins install @openclaw/zalo` |
19 | | -- Beta channel: `openclaw plugins install @openclaw/zalo@beta` |
| 19 | +- Pinned version: `openclaw plugins install @openclaw/zalo@2026.5.2` |
20 | 20 | - Or from a source checkout: `openclaw plugins install ./path/to/local/zalo-plugin` |
21 | 21 | - Details: [Plugins](/tools/plugin) |
22 | 22 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -21,7 +21,7 @@ If you are on an older build or a custom install that excludes Zalo Personal,
|
21 | 21 | install the npm package directly: |
22 | 22 | |
23 | 23 | - Install via CLI: `openclaw plugins install @openclaw/zalouser` |
24 | | -- Beta channel: `openclaw plugins install @openclaw/zalouser@beta` |
| 24 | +- Pinned version: `openclaw plugins install @openclaw/zalouser@2026.5.2` |
25 | 25 | - Or from a source checkout: `openclaw plugins install ./path/to/local/zalouser-plugin` |
26 | 26 | - Details: [Plugins](/tools/plugin) |
27 | 27 | |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -308,7 +308,7 @@ openclaw plugins uninstall <id> --keep-files
|
308 | 308 | openclaw plugins update <id-or-npm-spec> |
309 | 309 | openclaw plugins update --all |
310 | 310 | openclaw plugins update <id-or-npm-spec> --dry-run |
311 | | -openclaw plugins update @openclaw/voice-call@beta |
| 311 | +openclaw plugins update @openclaw/voice-call |
312 | 312 | openclaw plugins update openclaw-codex-app-server --dangerously-force-unsafe-install |
313 | 313 | ``` |
314 | 314 | |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。