Skip to content

chore(plugin): Bump marketplace version to 1.0.1#900

Merged
yamadashy merged 1 commit intomainfrom
chore/claude-plugin-version
Oct 17, 2025
Merged

chore(plugin): Bump marketplace version to 1.0.1#900
yamadashy merged 1 commit intomainfrom
chore/claude-plugin-version

Conversation

@yamadashy
Copy link
Copy Markdown
Owner

This PR bumps the Claude Code plugin marketplace version from 1.0.0 to 1.0.1 to ensure that plugin updates are properly propagated to users.

Related to PR #898, which removes the unsupported requires field from the marketplace configuration.

Checklist

  • Run npm run test
  • Run npm run lint

Update marketplace.json version from 1.0.0 to 1.0.1 to ensure
the plugin update is properly propagated to users.
Copilot AI review requested due to automatic review settings October 17, 2025 16:18
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR bumps the Claude Code plugin marketplace version from 1.0.0 to 1.0.1 to ensure plugin updates are properly propagated to users following the removal of an unsupported field in PR #898.

Key changes:

  • Version increment in marketplace metadata

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai bot commented Oct 17, 2025

Caution

Review failed

The pull request is closed.

Walkthrough

The pull request updates the metadata version field in the .claude-plugin/marketplace.json file from "1.0.0" to "1.0.1". All plugin entries and other configuration remain unchanged.

Changes

Cohort / File(s) Summary
Version Metadata Update
\.claude-plugin/marketplace.json``
Bumped metadata.version from "1.0.0" to "1.0.1"; all plugin definitions and descriptions remain unchanged

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~1 minute

Possibly related PRs

  • yamadashy/repomix#893: Adds the marketplace manifest to .claude-plugin/marketplace.json; this PR bumps the metadata version in the same file.
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/claude-plugin-version

📜 Recent review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 2391c6f and 8eb395b.

📒 Files selected for processing (1)
  • .claude-plugin/marketplace.json (1 hunks)

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello @yamadashy, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request performs a routine version update for the Claude Code plugin marketplace configuration. By incrementing the version from "1.0.0" to "1.0.1", the change aims to guarantee the proper and timely propagation of plugin updates to users, building upon a recent fix that removed an unsupported field from the configuration.

Highlights

  • Version Bump: The marketplace version for the Claude Code plugin has been incremented from "1.0.0" to "1.0.1".
  • Update Propagation: This version bump is crucial for ensuring that future plugin updates are correctly distributed and propagated to users.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the plugin marketplace version from 1.0.0 to 1.0.1. The change is confined to the marketplace.json file and is consistent with the PR's objective to ensure plugin updates are propagated to users. The change is correct and I see no issues.

@yamadashy yamadashy merged commit e4ef9cc into main Oct 17, 2025
44 of 45 checks passed
@yamadashy yamadashy deleted the chore/claude-plugin-version branch October 17, 2025 16:18
@claude
Copy link
Copy Markdown
Contributor

claude bot commented Oct 17, 2025

PR Review

Summary

This is a straightforward version bump for the Claude Code plugin marketplace configuration. The change is minimal and appropriate.

✅ Positive Aspects

  • Correct versioning: Following semantic versioning by incrementing the patch version (1.0.0 → 1.0.1)
  • Good context: Clear explanation of why the version bump is needed
  • Proper scope: Correctly scoped as chore(plugin) per Conventional Commits
  • Related PR reference: Good practice linking to the related PR fix: Remove 'requires' field from marketplace.json #898

📝 Observations

Checklist Items

The PR checklist shows unchecked items:

  • Run npm run test
  • Run npm run lint

For a simple JSON configuration change like this, these checks may not be strictly necessary, but it's good practice to complete them before merging to maintain consistency with the contribution guidelines.

Commit Message Convention

The commit message follows the project's Conventional Commits specification correctly:

  • Type: chore
  • Scope: plugin
  • Description format: Capitalized and clear ✓

However, per CLAUDE.md guidelines, consider adding a commit body that includes context about the conversation or problem that motivated this change. This helps preserve the decision-making process for future reference.

Code Quality Assessment

  • File structure: ✅ No changes to structure
  • JSON validity: ✅ Valid JSON format maintained
  • Consistency: ✅ Aligns with the related PR fix: Remove 'requires' field from marketplace.json #898
  • Security: ✅ No security concerns (metadata only)
  • Testing: N/A - Configuration file change
  • Performance: N/A - No performance impact

Recommendation

LGTM - This PR is ready to merge once the checklist items are completed. The change is minimal, well-documented, and necessary for proper plugin version propagation.


Review generated by Claude Code

@codecov
Copy link
Copy Markdown

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.66%. Comparing base (2391c6f) to head (8eb395b).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #900   +/-   ##
=======================================
  Coverage   74.66%   74.66%           
=======================================
  Files         109      109           
  Lines        7653     7653           
  Branches     1433     1433           
=======================================
  Hits         5714     5714           
  Misses       1939     1939           

☔ View full report in Codecov by Sentry.
📢 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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