diff --git a/.openclaw-sync/source.json b/.openclaw-sync/source.json index 843ff3515..bf1f16130 100644 --- a/.openclaw-sync/source.json +++ b/.openclaw-sync/source.json @@ -1,5 +1,5 @@ { "repository": "openclaw/openclaw", - "sha": "f42a2c738c372bfb2d34cb92f7ffe27146c77c7e", - "syncedAt": "2026-05-04T03:55:38.997Z" + "sha": "12af95a55e68b96bbd3fc04eca5bee8c44cc42f7", + "syncedAt": "2026-05-04T03:57:14.045Z" } diff --git a/docs/cli/plugins.md b/docs/cli/plugins.md index cf8a4ef50..878caf055 100644 --- a/docs/cli/plugins.md +++ b/docs/cli/plugins.md @@ -134,7 +134,7 @@ is available, then fall back to `latest`. Use `npm:` when you want to make npm resolution explicit. Bare package specs also install directly from npm during the launch cutover. - Bare specs and `@latest` stay on the stable track. If npm resolves either of those to a prerelease, OpenClaw stops and asks you to opt in explicitly with a prerelease tag such as `@beta`/`@rc` or an exact prerelease version such as `@1.2.3-beta.4`. + Bare specs and `@latest` stay on the stable track. OpenClaw date-stamped correction versions such as `2026.5.3-1` are stable releases for this check. If npm resolves either of those to a prerelease, OpenClaw stops and asks you to opt in explicitly with a prerelease tag such as `@beta`/`@rc` or an exact prerelease version such as `@1.2.3-beta.4`. If a bare install spec matches an official plugin id (for example `diffs`), OpenClaw installs the catalog entry directly. To install an npm package with the same name, use an explicit scoped spec (for example `@scope/diffs`).