惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
WordPress大学
WordPress大学
S
SegmentFault 最新的问题
小众软件
小众软件
爱范儿
爱范儿
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
量子位
博客园_首页
T
Tailwind CSS Blog
The Cloudflare Blog
J
Java Code Geeks
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
U
Unit 42
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
人人都是产品经理
人人都是产品经理
N
Netflix TechBlog - Medium
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
腾讯CDC
P
Proofpoint News Feed
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements
T
The Blog of Author Tim Ferriss
D
Docker
Microsoft Azure Blog
Microsoft Azure Blog

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
fix(plugins): use default tags for official plugin instal...
vincentkoc · 2026-05-03 · via Recent Commits to openclaw:main

File tree

  • docs

    • channels

    • cli

    • plugins

  • scripts/e2e

    • lib/codex-npm-plugin-live

  • src/plugins

Original file line numberDiff line numberDiff line change

@@ -19,6 +19,7 @@ Docs: https://docs.openclaw.ai

1919

- 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.

2020

- Discord: persist slash-command deploy hashes across process restarts so unchanged command sets skip redeploy and avoid restart-loop 429s.

2121

- 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.

2223

- Plugins/externalization: keep ACPX, Google Chat, and LINE publishable plugin dist trees out of the core npm package file list.

2324

- 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.

2425

- 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 numberDiff line numberDiff line change

@@ -19,8 +19,8 @@ install the npm package directly:

1919

openclaw plugins install @openclaw/msteams

2020

```

2121
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.

2424
2525

Local checkout (when running from a git repo):

2626
Original file line numberDiff line numberDiff line change

@@ -21,8 +21,8 @@ Install via CLI (npm registry):

2121

openclaw plugins install @openclaw/nextcloud-talk

2222

```

2323
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.

2626
2727

Local checkout (when running from a git repo):

2828
Original file line numberDiff line numberDiff line change

@@ -25,8 +25,8 @@ builds do not need a separate install.

2525

openclaw plugins install @openclaw/nostr

2626

```

2727
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.

3030
3131

Use a local checkout (dev workflows):

3232
Original file line numberDiff line numberDiff line change

@@ -26,8 +26,8 @@ Install via CLI (npm registry):

2626

openclaw plugins install @openclaw/tlon

2727

```

2828
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.

3131
3232

Local checkout (when running from a git repo):

3333
Original file line numberDiff line numberDiff line change

@@ -29,8 +29,8 @@ If you are on an older build or a custom install that excludes Twitch, install t

2929

</Tab>

3030

</Tabs>

3131
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.

3434
3535

Details: [Plugins](/tools/plugin)

3636
Original file line numberDiff line numberDiff line change

@@ -14,17 +14,17 @@ Status: production-ready via WhatsApp Web (Baileys). Gateway owns linked session

1414

- `openclaw channels login --channel whatsapp` also offers the install flow when

1515

the plugin is not present yet.

1616

- 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.

1919
2020

Manual install stays available:

2121
2222

```bash

2323

openclaw plugins install @openclaw/whatsapp

2424

```

2525
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.

2828
2929

<CardGroup cols={3}>

3030

<Card title="Pairing" icon="link" href="/channels/pairing">

Original file line numberDiff line numberDiff line change

@@ -16,7 +16,7 @@ If you are on an older build or a custom install that excludes Zalo, install the

1616

npm package directly:

1717
1818

- 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`

2020

- Or from a source checkout: `openclaw plugins install ./path/to/local/zalo-plugin`

2121

- Details: [Plugins](/tools/plugin)

2222
Original file line numberDiff line numberDiff line change

@@ -21,7 +21,7 @@ If you are on an older build or a custom install that excludes Zalo Personal,

2121

install the npm package directly:

2222
2323

- 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`

2525

- Or from a source checkout: `openclaw plugins install ./path/to/local/zalouser-plugin`

2626

- Details: [Plugins](/tools/plugin)

2727
Original file line numberDiff line numberDiff line change

@@ -308,7 +308,7 @@ openclaw plugins uninstall <id> --keep-files

308308

openclaw plugins update <id-or-npm-spec>

309309

openclaw plugins update --all

310310

openclaw plugins update <id-or-npm-spec> --dry-run

311-

openclaw plugins update @openclaw/voice-call@beta

311+

openclaw plugins update @openclaw/voice-call

312312

openclaw plugins update openclaw-codex-app-server --dangerously-force-unsafe-install

313313

```

314314