fix: Remove 'requires' field from marketplace.json#898
fix: Remove 'requires' field from marketplace.json#898yamadashy merged 1 commit intoyamadashy:mainfrom
Conversation
Removed 'requires' field from marketplace.json.
Summary of ChangesHello @ramarivera, 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 focuses on refining the plugin's configuration by eliminating the 'requires' field from the '.claude-plugin/marketplace.json' file. This modification aims to simplify the metadata structure, ensuring a cleaner and more concise plugin definition without any impact on its operational functionality. It directly addresses a reported issue to improve maintainability. Highlights
Using Gemini Code AssistThe 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
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 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
|
WalkthroughRemoved the requires: ["repomix-mcp"] field from the repomix-commands plugin entry in .claude-plugin/marketplace.json. The strict: false field remains unchanged. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
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. Comment |
|
Hey hey @yamadashy 👋🏻 |
|
Hi @ramarivera! Sorry for the delay! Thank you so much for creating this PR. I didn't notice this issue while I was experimenting with the plugin setup. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #898 +/- ##
=======================================
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. 🚀 New features to boost your workflow:
|
|
Thanks for the speedy review and merge!! |
This pull request makes a minor update to the
.claude-plugin/marketplace.jsonconfiguration file by removing the unnecessaryrequiresfield from the plugin definition. This simplifies the plugin metadata without affecting functionality.Fixes #897