Skip to content

fix(marketplace): sync marketplace.json version with the plugin manifest - #27

Merged
Platonenkov merged 1 commit into
mainfrom
claude/sync-marketplace-version-524a4
Aug 3, 2026
Merged

fix(marketplace): sync marketplace.json version with the plugin manifest#27
Platonenkov merged 1 commit into
mainfrom
claude/sync-marketplace-version-524a4

Conversation

@Platonenkov

Copy link
Copy Markdown
Collaborator

.claude-plugin/marketplace.json still advertised 0.2.1 while plugins/code-index/.claude-plugin/plugin.json had moved to 0.2.2 and now 0.2.3. Two manifests describing the same plugin disagreed by two releases — the marketplace is what a client reads to decide whether a newer version exists, so a bump that never reaches it is a release users are not offered.

Both fields (marketplace metadata.version and the plugin entry's version) now read 0.2.3, matching the plugin manifest that ships serverVersion 0.2.1.

Worth a follow-up: nothing enforces that these two files agree, and they have already drifted once silently. A one-line check in CI comparing them would have caught it.

marketplace.json still advertised 0.2.1 while the plugin manifest had moved
to 0.2.2 and now 0.2.3. The marketplace entry is what a client reads to
decide whether a newer version is available, so a plugin bump that never
reaches it is a release users are never offered.
@coderabbitai

coderabbitai Bot commented Aug 3, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: 5b8524b2-b64f-4e69-878a-4321d09cadd4

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@Platonenkov
Platonenkov merged commit 21a1b52 into main Aug 3, 2026
3 checks passed
@Platonenkov
Platonenkov deleted the claude/sync-marketplace-version-524a4 branch August 3, 2026 14:45
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