Conversation
…ository-explorer Updated all documentation to use the correct fully qualified agent name format (plugin-name:agent-name) for the repository-explorer agent. Changed from: - repository-explorer To: - repository-explorer:repository-explorer This change ensures consistency with Claude Code's agent naming convention where agents are referenced using the format plugin-name:agent-name when the plugin name and agent name are the same. Files updated: - README.md - Plugin documentation (6 files in .claude/plugins/) - Website documentation (12 language versions)
There was a problem hiding this comment.
Pull Request Overview
This PR updates documentation to use the fully qualified agent name format repository-explorer:repository-explorer instead of the shortened form repository-explorer, aligning with Claude Code's naming convention requirement where identical plugin and agent names must use the plugin-name:agent-name format.
Key changes:
- Standardized agent name references across all documentation files
- Updated 12 website documentation files (various language translations)
- Updated 6 plugin documentation files in
.claude/plugins/
Reviewed Changes
Copilot reviewed 18 out of 18 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updated agent name reference in main documentation |
| website/client/src/*/guide/claude-code-plugins.md (12 files) | Updated heading for repository-explorer section across all language versions |
| .claude/plugins/repository-explorer/agents/repository-explorer.md | Updated agent references in description examples |
| .claude/plugins/repository-explorer/commands/explore-local.md | Updated agent references in command documentation |
| .claude/plugins/repository-explorer/commands/explore-remote.md | Updated agent references in command documentation |
| .claude/plugins/repomix-commands/commands/pack-local.md | Updated agent selection strategy reference |
| .claude/plugins/repomix-commands/commands/pack-remote.md | Updated agent selection strategy reference |
Summary of ChangesHello @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 aims to improve the accuracy and consistency of agent naming within the project's documentation. By updating all references to the 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
|
WalkthroughAll references to the agent identifier "repository-explorer" are updated to the fully-qualified namespaced form "repository-explorer:repository-explorer" across plugin commands, agent definitions, and website documentation in multiple languages. No logic or behavioral changes are introduced. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes This is a large-scale but highly homogeneous refactoring of agent identifier references. While spanning numerous files (including multiple language variants), the changes follow a single repetitive pattern—a straightforward text substitution from "repository-explorer" to "repository-explorer:repository-explorer"—requiring verification of consistency rather than deep logic review. Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (18)
🧰 Additional context used🪛 LanguageToolwebsite/client/src/ko/guide/claude-code-plugins.md[typographical] ~25-~25: Une espace est requise. (DEUX_POINTS_ESPACE) [grammar] ~25-~25: Il y a peut-être une erreur ici (QB_NEW_FR) website/client/src/fr/guide/claude-code-plugins.md[typographical] ~25-~25: Une espace est requise. (DEUX_POINTS_ESPACE) [grammar] ~25-~25: « analyse » semble plus probable dans ce contexte (QB_NEW_FR_OTHER_ERROR_IDS_REPLACEMENT_ORTHOGRAPHY_UPPERCASE) [grammar] ~25-~25: Il y a peut-être une erreur ici (QB_NEW_FR) .claude/plugins/repository-explorer/commands/explore-local.md[style] ~7-~7: Consider using an alternative to strengthen your wording. (WANT_KEEN) website/client/src/de/guide/claude-code-plugins.md[grammar] ~25-~25: Hier könnte ein Fehler sein. (QB_NEW_DE) .claude/plugins/repository-explorer/commands/explore-remote.md[style] ~7-~7: Consider using an alternative to strengthen your wording. (WANT_KEEN) website/client/src/es/guide/claude-code-plugins.md[style] ~25-~25: Considere alternativas para este anglicismo (recomendable sobre todo en contextos más formales). (ES_SIMPLE_REPLACE_ANGLICISM_PREMIUM_PLUGIN) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (5)
🔇 Additional comments (18)
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 |
Deploying repomix with
|
| Latest commit: |
86e1c6a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://73894f9c.repomix.pages.dev |
| Branch Preview URL: | https://fix-repository-explorer.repomix.pages.dev |
There was a problem hiding this comment.
Code Review
This pull request updates documentation to use the fully qualified agent name format (plugin-name:agent-name) for the repository-explorer agent, aligning with Claude Code's agent naming convention. The changes involve updating README.md, plugin documentation, and website documentation across multiple languages. No specific style guide was provided, so the review focuses on correctness and clarity.
|
Warning Gemini encountered an error creating the review. You can try again by commenting |
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (73.55%) is below the target coverage (75.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #918 +/- ##
==========================================
- Coverage 74.60% 73.55% -1.06%
==========================================
Files 111 111
Lines 7782 7782
Branches 1450 1472 +22
==========================================
- Hits 5806 5724 -82
- Misses 1976 2058 +82 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
PR Review: Documentation Update for Agent Name FormatSummaryThis PR successfully standardizes the agent name references across all documentation from ✅ Strengths
🔍 Code Quality AssessmentDetailsConsistency ✅All occurrences updated correctly across 18 files (2 plugin commands, 2 plugin agents, README, 12 language website docs). Grep search confirms no remaining old format instances. Commit Message
|
Update all documentation to use the correct fully qualified agent name format for the repository-explorer agent.
Summary
This PR standardizes the agent name references across all documentation from
repository-explorertorepository-explorer:repository-explorerto align with Claude Code's agent naming convention.When a plugin name and agent name are identical, Claude Code requires the fully qualified format
plugin-name:agent-namefor proper agent resolution.Changes
.claude/plugins/)Files changed: 18 files
Lines changed: 28 insertions, 28 deletions
Checklist
npm run testnpm run lint