fix: repair source-only official plugin installs#82425
Merged
Merged
Conversation
Contributor
Dependency Changes DetectedThis PR changes dependency-related files. Maintainers should confirm these changes are intentional. Changed files:
Maintainer follow-up:
|
Contributor
|
ClawSweeper status: review started. I am starting a fresh review of this pull request: fix: repair source-only official plugin installs This is item 1/1 in the current shard. Shard 0/1. This placeholder means the worker is alive and reading the current context. I will edit this same comment with the actual review when the claws are done clicking. Crustacean status: shell secured, claws on keyboard, evidence pebbles being sorted. |
This was referenced May 16, 2026
galiniliev
pushed a commit
to galiniliev/openclaw
that referenced
this pull request
May 20, 2026
* fix: repair source-only official plugin installs * docs: add changelog for official plugin repair
github-actions Bot
pushed a commit
to Desicool/openclaw
that referenced
this pull request
May 24, 2026
* fix: repair source-only official plugin installs * docs: add changelog for official plugin repair
galiniliev
pushed a commit
to galiniliev/openclaw
that referenced
this pull request
May 25, 2026
* fix: repair source-only official plugin installs * docs: add changelog for official plugin repair
qiaokuan1992
pushed a commit
to qiaokuan1992/openclaw
that referenced
this pull request
Jun 2, 2026
* fix: repair source-only official plugin installs * docs: add changelog for official plugin repair
jameslcowan
pushed a commit
to jameslcowan/openclaw
that referenced
this pull request
Jun 2, 2026
* fix: repair source-only official plugin installs * docs: add changelog for official plugin repair
SYU8384
pushed a commit
to SYU8384/openclaw
that referenced
this pull request
Jun 3, 2026
* fix: repair source-only official plugin installs * docs: add changelog for official plugin repair
sablehead
pushed a commit
to sablehead/openclaw
that referenced
this pull request
Jun 10, 2026
* fix: repair source-only official plugin installs * docs: add changelog for official plugin repair
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.
Summary
Verification
node scripts/run-vitest.mjs src/commands/doctor/shared/missing-configured-plugin-install.test.ts src/cli/plugins-install-config.test.ts src/cli/program/preaction.test.ts src/plugins/official-external-plugin-catalog.test.tsopenclaw-2026.5.16.tgzinstalled into an isolated prefix, seeded source-only official Brave install,openclaw doctor --fix --non-interactive, post-repairopenclaw config validate, and install-record assertions.run_c1bef99ee105, leasecbx_b51c44bf1af6(harbor-prawn), exit0.env CI=1 NODE_OPTIONS=--max-old-space-size=4096 OPENCLAW_TEST_PROJECTS_PARALLEL=6 OPENCLAW_VITEST_MAX_WORKERS=1 OPENCLAW_VITEST_NO_OUTPUT_TIMEOUT_MS=900000 pnpm check:changedBehavior addressed:
openclaw doctor --fixnow replaces broken source-only official Brave/Slack installs from trusted official install metadata when the configured plugin/channel still needs that owner.Real environment tested: AWS Crabbox Linux host using the rebased feature branch, with a freshly packed
openclaw-2026.5.16.tgzinstalled into an isolated npm prefix and isolatedHOME,OPENCLAW_HOME,OPENCLAW_STATE_DIR, andOPENCLAW_CONFIG_PATH.Exact steps or command run after this patch: installed Node 22/pnpm on the AWS host, ran
pnpm install --frozen-lockfile, packed the checkout, installed the packed CLI, seeded a tracked source-onlybravepackage install withopenclaw.extensionspointing atsrc/index.ts, ranopenclaw doctor --fix --non-interactive, then ranopenclaw config validateand inspected.openclaw/plugins/installs.json.Evidence after fix: doctor output included the compiled-runtime diagnostic and
Installed missing configured plugin "brave" from @openclaw/brave-plugin.; the repaired record issource: npm,spec: @openclaw/brave-plugin,resolvedName: @openclaw/brave-plugin, version2026.5.12, withdist/index.jspresent.Observed result after fix: the source-only install path was removed, the official npm package was installed, post-repair config validation passed, and the AWS Crabbox command exited
0.What was not tested: live Brave Search API calls; this validates install/config/doctor recovery and plugin runtime payload repair, not provider credentialed search execution.
Fixes #82301