Skip to content

Fix marketplace.json plugin source path ("." -> "./")#52

Merged
ronpandolfi merged 1 commit into
masterfrom
fix-marketplace-source-relative-path
Jun 4, 2026
Merged

Fix marketplace.json plugin source path ("." -> "./")#52
ronpandolfi merged 1 commit into
masterfrom
fix-marketplace-source-relative-path

Conversation

@ronpandolfi
Copy link
Copy Markdown
Contributor

The plugin source in .claude-plugin/marketplace.json is set to a bare ".". Claude Code's marketplace parser only recognizes relative paths starting with ./ or ../, absolute paths, or the owner/repo shorthand, so a bare . is rejected.

/plugin install gpcam@gpcam then fails with:

This plugin uses a source type your Claude Code version does not support. Update Claude Code and try again.

which is misleading — it reproduces on the latest Claude Code (2.1.162), and "updating" cannot fix it. Other working marketplaces use "./".

Fix: "source": ".""source": "./". One character; resolves the plugin at the marketplace repo root and lets the install succeed.

Verified locally by patching the cached marketplace clone and re-running /plugin install gpcam@gpcam.

🤖 Generated with Claude Code

A bare "." is not recognized by Claude Codes marketplace source parser
(only "./","../", absolute paths, or owner/repo shorthand), so
/plugin install gpcam@gpcam fails with a misleading "unsupported source
type / update Claude Code" error even on the latest Claude Code. Using
"./" resolves the plugin at the repo root.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 87.59%. Comparing base (4e03b4c) to head (1d35a72).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #52   +/-   ##
=======================================
  Coverage   87.59%   87.59%           
=======================================
  Files           9        9           
  Lines         637      637           
=======================================
  Hits          558      558           
  Misses         79       79           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ronpandolfi ronpandolfi merged commit ff0ccc3 into master Jun 4, 2026
6 checks passed
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