docs: mention Zoo Code as the Roo Code community successor - #161
Conversation
📝 WalkthroughWalkthroughThe README’s Supported Agents list now includes a linked entry for Zoo Code. ChangesSupported Agents
Estimated code review effort: 1 (Trivial) | ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
已经收到你的邮件啦~~~~~~
|
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 25: Update the Supported Agents list in the JetBrains plugin marketplace
description within plugin.xml to include Zoo Code, matching the README entry and
keeping both documentation sources consistent.
- Line 25: Update the Zoo Code entry in the README to include a direct link to
its official source repository alongside the existing website link, using the
repository referenced by Zoo Code’s official site.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| ## 🤖 Supported Agents | ||
|
|
||
| - **[Roo Code](https://roocode.com)**: Advanced AI-powered coding assistant with intelligent code generation and refactoring capabilities | ||
| - **[Zoo Code](https://zoocode.dev/)**: Community successor to Roo Code |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Update the duplicated Supported Agents documentation.
jetbrains_plugin/src/main/resources/META-INF/plugin.xml:48-52 maintains its own Supported Agents list and currently omits Zoo Code. Update that marketplace description in the same change to avoid contradictory documentation.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 25, Update the Supported Agents list in the JetBrains
plugin marketplace description within plugin.xml to include Zoo Code, matching
the README entry and keeping both documentation sources consistent.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Add the source repository link promised by the PR objective.
This entry currently links only to the website. Include a direct repository link as well so contributors can find the source without navigating through the site. The official repository is linked from Zoo Code’s website. (zoocode.dev)
Proposed update
-- **[Zoo Code](https://zoocode.dev/)**: Community successor to Roo Code
+- **[Zoo Code](https://zoocode.dev/)** ([source](https://github.com/Zoo-Code-Org/Zoo-Code)): Community successor to Roo Code📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| - **[Zoo Code](https://zoocode.dev/)**: Community successor to Roo Code | |
| - **[Zoo Code](https://zoocode.dev/)** ([source](https://github.com/Zoo-Code-Org/Zoo-Code)): Community successor to Roo Code |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 25, Update the Zoo Code entry in the README to include a
direct link to its official source repository alongside the existing website
link, using the repository referenced by Zoo Code’s official site.
Roo Code (
RooCodeInc/Roo-Code) was archived / shut down on May 15, 2026 and is nowread-only. Its own repo notes the community successor here:
https://github.com/RooCodeInc/Roo-Code#disclaimer
Zoo Code is the community-maintained fork that continues where Roo Code left off:
This PR adds a Zoo Code reference alongside the existing Roo Code mention in the README so
readers looking for a maintained alternative can find it.
Summary by CodeRabbit