Skip to content

Cherry-pick 74624e619: fix: prefer bundled channel plugins over npm duplicates#1287

Merged
alexey-pelykh merged 2 commits intomainfrom
cherry-pick/74624e619-prefer-bundled-channel-plugins
Mar 14, 2026
Merged

Cherry-pick 74624e619: fix: prefer bundled channel plugins over npm duplicates#1287
alexey-pelykh merged 2 commits intomainfrom
cherry-pick/74624e619-prefer-bundled-channel-plugins

Conversation

@alexey-pelykh
Copy link
Copy Markdown

Cherry-pick from upstream

Fixes bundled channel plugins being shadowed by npm duplicates during onboarding and updates. Adds resolveBundledInstallPlanForCatalogEntry helper and findBundledPluginSourceInMap for map-based bundled source lookups.

Conflict resolution

  • CHANGELOG.md: removed (deleted in fork)
  • src/cli/plugin-install-plan.ts: restored from upstream (new file, never existed in fork)
  • src/cli/plugin-install-plan.test.ts: restored from upstream with rebrand
  • src/plugins/update.test.ts: skipped (never existed in fork)
  • src/commands/onboarding/plugin-install.ts: resolved import conflict (RemoteClawConfig + new import)
  • src/plugins/bundled-sources.ts: accepted upstream's new type + function, kept fork's code
  • src/plugins/bundled-sources.test.ts: accepted upstream's new test, rebranded fixtures

Takhoffman and others added 2 commits March 14, 2026 09:17
* fix: prefer bundled channel plugins over npm duplicates

* fix: tighten bundled plugin review follow-ups

* fix: address check gate follow-ups

* docs: add changelog for bundled plugin install fix

* fix: align lifecycle test formatting with CI oxfmt

(cherry picked from commit 74624e6)
@alexey-pelykh alexey-pelykh merged commit 3ee51b4 into main Mar 14, 2026
7 checks passed
@alexey-pelykh alexey-pelykh deleted the cherry-pick/74624e619-prefer-bundled-channel-plugins branch March 14, 2026 08:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants