docs(openclaw): document plugin-source / plugin-package and plugin-version auto-detect from #2072#2077
Merged
MaojiaSheng merged 2 commits intoMay 15, 2026
Conversation
…rsion auto-detect from volcengine#2072 (en)
…rsion auto-detect from volcengine#2072 (zh)
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
MaojiaSheng
approved these changes
May 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Docs catch of #2072 (LinQiang391, merged 2026-05-15 by qin-ctx).
setup-helper/install.jsgained npm-default install path and three new behaviors that were not reflected indocs/{en,zh}/agent-integrations/03-openclaw.md:pluginSourcedefaults to"npm"(install.js L34), installing@openviking/openclaw-plugin@latest. Previously docs implied GitHub source.--plugin-versionauto-detects between npm and GitHub: npm version (e.g.2026.5.8) or npm dist-tag (e.g.dev) → npm; other refs (e.g.v0.3.16,main) → GitHub. Previous doc text said "supports tag, branch, or commit", which is ambiguous for the new dual-source behavior.--help(install.js L336-338) had no doc row:--plugin-source=npm|github--plugin-package=NAMEChanges
docs/en/agent-integrations/03-openclaw.md: tightened--plugin-versiondescription; added--plugin-source+--plugin-packagerows (+3 / -1).docs/zh/agent-integrations/03-openclaw.md: mirror in Chinese (+3 / -1).Pipe character inside
`--plugin-source=npm|github`is escaped (npm\|github) so the Markdown table row doesn't split.Verification
examples/openclaw-plugin/setup-helper/install.jsafter fix(openclaw): support npm plugin installs in setup helper #2072 (L34pluginSourcedefault, L336-340--helptext, L182--plugin-version=parsing).Related
Type of Change
Please feel free to close if a follow-up by the original author is preferred — happy to defer.