Skip to content

aitools: register Claude's official marketplace before install - #6485

Open
rclarey wants to merge 1 commit into
mainfrom
aitools-plugin-self-heal
Open

aitools: register Claude's official marketplace before install#6485
rclarey wants to merge 1 commit into
mainfrom
aitools-plugin-self-heal

Conversation

@rclarey

@rclarey rclarey commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Changes

No longer treat claude-plugins-official marketplace as built-in and manually install it before installing the databricks plugin.

This PR splits the two things an empty Source used to conflate: Source now only names the repo to marketplace add, and a new Shared flag marks a marketplace we don't own. Claude gets a real Source so the marketplace is added before the update+install, plus Shared=true so uninstall never de-registers the shared marketplace. The uninstall message is updated to match (it no longer claims to remove a Shared marketplace).

Why

The claude-plugins-official marketplace was not reliably registered locally (e.g. when ucode claude first installs Claude). The installer treated it as a built-in marketplace (empty Source) that must never be added, so the pre-install plugin marketplace update had nothing to refresh and the databricks plugin install failed with "not found in marketplace".

Tests

updated unit tests + manually verified via ucode claude (reliable repro)

Claude's databricks plugin lives in the claude-plugins-official
marketplace, which is not reliably registered locally. The installer
treated it as a built-in marketplace (empty Source) that must never be
added, so the pre-install `plugin marketplace update` had nothing to
refresh and the install failed with "not found in marketplace".

Split the two things an empty Source used to conflate: Source now only
names the repo to `marketplace add`, and a new Shared flag marks a
marketplace we don't own. Claude gets a real Source so the marketplace
is added before the update+install, plus Shared=true so uninstall never
de-registers the shared marketplace. The uninstall message is updated to
match (it no longer claims to remove a Shared marketplace).

Co-authored-by: Isaac <no-reply@databricks.com>
@github-actions

github-actions Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Waiting for approval

Based on git history, these people are best suited to review:

  • @simonfaltum -- recent work in libs/aitools/installer/, libs/aitools/agents/

Eligible reviewers: @Divyansh-db, @MarioCadenas, @Shridhad, @atilafassina, @calvarjorge, @chrisst, @ditadi, @fjakobs, @hectorcast-db, @igrekun, @keugenek, @lennartkats-db, @mihaimitrea-db, @parthban-db, @pffigueiredo, @pkosiec, @rauchy, @renaudhartert-db, @tanmay-db, @tejaskochar-db

Suggestions based on git history. See OWNERS for ownership rules.

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.

1 participant