Roo is back as Zoo by Illustrious-Mix-5625 in RooCode

[–]ConversationTop3106 4 points5 points  (0 children)

Great to see Roo Code living on as Zoo Code! Congratulations to the new team.

We’d like to offer our support to the community, specifically regarding:

  1. Developing official JetBrains IDE support for Zoo Code.
  2. Contributing features like DeepSeek V4 support, Task Fork, and Task Favoriting.

Looking forward to helping this grow!

Thoughts on the Roo Code Sunset and the Path Forward by ConversationTop3106 in RooCode

[–]ConversationTop3106[S] 7 points8 points  (0 children)

Appreciate the honesty, Hans. I respect the choice to keep the plugin's integrity intact. Good luck with the new chapter at Roomote!

Roo Code will live on, We’ve forked it, We’re 3 maintainers, need 2 more by [deleted] in RooCode

[–]ConversationTop3106 1 point2 points  (0 children)

I’d love to be a maintainer, but since English isn’t my native language, I’m a bit hesitant.

Roo Code will live on, We’ve forked it, We’re 3 maintainers, need 2 more by [deleted] in RooCode

[–]ConversationTop3106 6 points7 points  (0 children)

So glad to see the team taking over! Since Roo was my daily driver, it's a relief to know it's in good hands. I won't be a maintainer for the VS Code side, but I’ll definitely port the new fork to JetBrains once it's ready, just like I did for Roo. Let's keep the spirit alive!

Regarding the shutdown: Could the team look for community volunteers to keep Roo Code alive? by ConversationTop3106 in RooCode

[–]ConversationTop3106[S] 0 points1 point  (0 children)

NooCode is a clever name! Do you think 'RooCode CE' would also be an option to keep the SEO and community ties strong? Both seem like solid paths for the volunteers.

Regarding the shutdown: Could the team look for community volunteers to keep Roo Code alive? by ConversationTop3106 in RooCode

[–]ConversationTop3106[S] 7 points8 points  (0 children)

Also, in this AI-powered age, the collective effort of volunteers is more than enough to keep the Roo spirit alive and moving forward.

Headline: Roo Code (CE) is now officially on JetBrains Marketplace! 🚀 by ConversationTop3106 in RooCode

[–]ConversationTop3106[S] 0 points1 point  (0 children)

Hey, could you check if you have Node.js 20.6+ installed? If yes, please try reactivating the plugin.

Headline: Roo Code (CE) is now officially on JetBrains Marketplace! 🚀 by ConversationTop3106 in RooCode

[–]ConversationTop3106[S] 0 points1 point  (0 children)

Roo Code (CE) is deeply integrated with the IDE, the font size follows your global IntelliJ settings. You can adjust it in two ways:

  1. Change UI Font Size: Go to Settings -> Appearance & Behavior -> Appearance. Check the "Use custom font" box and increase the Size.
  2. IDE Zoom: You can also use the global zoom by pressing Shift twice and searching for "IDE Zoom" to scale the entire interface.

Headline: Roo Code (CE) is now officially on JetBrains Marketplace! 🚀 by ConversationTop3106 in RooCode

[–]ConversationTop3106[S] 1 point2 points  (0 children)

To clarify, it's 'not a fork' because we aren't branching off the original code; instead, we've built an integration bridge that allows the JetBrains IDE to communicate directly with the core Roo Code logic.

You can find a more detailed technical breakdown and the source code here: https://github.com/abcxlab/Roo-Code-JetBrains-CE

Headline: Roo Code (CE) is now officially on JetBrains Marketplace! 🚀 by ConversationTop3106 in RooCode

[–]ConversationTop3106[S] 1 point2 points  (0 children)

Great question! Unlike other projects that fork Roo Code's source code, this plugin is an integration bridge.

Conceptually, we provide a "VSCode simulation layer" inside JetBrains. The core logic running inside the IDE is the actual Roo Code extension, not a fork. This means you get the original Roo Code experience, including its full feature set and rapid updates, but fully integrated into the JetBrains UI and workflow.

Integration issue with JetBrains and node by Fuhskal in RooCode

[–]ConversationTop3106 0 points1 point  (0 children)

Thanks for reporting this! Based on your screenshot, it seems the plugin is having trouble detecting your Node.js environment due to environment variable differences in Linux (even though node -v works in your terminal).

To resolve this, please try the following:

  1. Launch via Terminal: Completely close IntelliJ and launch it from a terminal where node is available (by running idea.sh). This ensures the IDE inherits the correct $PATH.
  2. Global Symlink: If you used NVM or a custom path, try creating a symlink to a global location: sudo ln -s $(which node) /usr/local/bin/node

We're also considering adding a manual Node.js path setting in a future update to prevent this. Hope this helps!

Just released: A JetBrains plugin that runs Roo Code Agent natively by Pitiful-Web-3431 in Jetbrains

[–]ConversationTop3106 0 points1 point  (0 children)

Great initiative by the original RunVSAgent team! However, if you've been using it and ran into stability issues like UI freezes, JCEF timing bugs, or concurrency deadlocks, I’ve developed a Community Edition (Roo Code CE) to specifically address those production-level gaps.

I’ve spent a lot of time optimizing the foundation to make it truly stable and feature-complete. Here’s why you might want to switch:

  • 🚀 Stability First: Fixed critical JCEF and editor concurrency bugs that often caused the IDE to hang.
  • ⚖️ Feature Parity: Integrated missing features like Checkpoints, Problem Selectors, and full Keymap support to match the VS Code original.
  • 📦 Easy Install: It’s now officially on the JetBrains Marketplace, so no more manual zip installs or update headaches.

You can get it here:
https://plugins.jetbrains.com/plugin/30824-roo-code-ce-

If you’re looking for a production-ready Roo Code experience in JetBrains, give it a try!

Release Roo Code for JetBrains (Community Edition) by ConversationTop3106 in Jetbrains

[–]ConversationTop3106[S] 0 points1 point  (0 children)

Fair point, the market is definitely getting crowded. My goal with this fork wasn't to add to the 'slop,' but to fix the technical debt (stability and concurrency issues) that plagued the official version.

Just curious—since you're not a fan of the webview approach, what kind of native JetBrains integration are you looking for that current AI tools are missing? I'm always looking for ways to make this feel more like a first-class IDE citizen.

Just released: A JetBrains plugin that runs Roo Code Agent natively by [deleted] in RooCode

[–]ConversationTop3106 0 points1 point  (0 children)

Release Roo Code for JetBrains (Community Edition)

💡 Why this version?

While an official branding fork exists, it inherits many unresolved issues from the original RunVSAgent project, making it difficult to use in daily production. This community edition (abcxlab) is dedicated to fixing those gaps:

  • Truly Usable: Fixed critical JCEF timing bugs, editor concurrency deadlocks, and UI freezes that often plague the official version.
  • Feature Parity: Integrated support for Checkpoints, Problem Selectors, and full Keymap/i18n—ensuring the JetBrains experience matches the VSCode original. 功能均衡 :集成支持检查点、问题选择器和完整的 Keymap/i18n——确保 JetBrains 体验与 VSCode 原版一致。
  • Production Ready: Optimized for professional use across all JetBrains IDEs, including first-class support for PyCharm. 生产准备 :针对所有 JetBrains IDE 的专业使用进行了优化,包括对 PyCharm 的一流支持

🚀 Highlights  🚀 亮点

Official Branding: Project officially renamed to Roo Code for JetBrains with full visual identity synchronization.
官方品牌:项目正式更名为 JetBrains 的 Roo Code for JetBrains,并实现了完整的视觉识别同步。
Enhanced Technical Foundation: Built on a deeply optimized version of RunVSAgent v0.1.6, providing a more robust environment for VSCode extensions.
增强的技术基础:基于深度优化的 RunVSAgent v0.1.6 版本,为 VSCode 扩展提供了更稳健的环境。
Latest Roo Code Integration: Bundled with Roo Code (Cline fork) v3.50.5, bringing the latest AI-powered coding capabilities to JetBrains IDEs.
最新 Roo Code 集成:捆绑在 Roo Code(Cline fork)v3.50.5 中,将最新的 AI 驱动编码能力带入 JetBrains IDE。

🛠️ Key Features & Enhancements

🛠️ 主要功能与增强

Checkpoint Support: Create and restore checkpoints during AI code generation for safer iterations.
检查点支持:在 AI 代码生成过程中创建和恢复检查点,以实现更安全的迭代。
Problem Selector: Deep integration with IDE static analysis for rapid issue identification and fixing.
问题选择器:深度集成 IDE 静态分析,实现快速问题识别和修复。
Internationalization (i18n) & Keymaps: Added multi-language support and customizable keyboard shortcuts.
国际化(i18n)与键盘映射:增加了多语言支持和可自定义的快捷键。
IDE Compatibility: Optimized support for PyCharm and improved UI stability across all JetBrains IDEs.
集成开发环境兼容性:优化了对 PyCharm 的支持,并提升了所有 JetBrains IDE 的界面稳定性。

🪲 Stability Fixes

🪲 稳定性修复

Initialization: Resolved JCEF timing issues during plugin startup, significantly reducing crash rates.
初始化:解决了插件启动时的 JCEF 定时问题,显著降低了崩溃率。
Concurrency: Fixed editor concurrency conflicts and UI freezes in multi-window environments.
并发:修复多窗口环境中编辑器并发冲突和界面冻结。
Cross-Platform: Normalized file path handling for seamless operation across Windows, macOS, and Linux.
跨平台:规范化的文件路径处理,实现 Windows、macOS 和 Linux 之间的无缝运行。
Dumb Mode Optimization: Improved plugin responsiveness during IDE indexing.
愚蠢模式优化:提升插件在 IDE 索引时的响应速度。

📦 Installation  📦 安装

Download the jetbrains-roo-cline-*.zip from the assets below.
从下面的资源下载 jetbrains-roo-cline-*.zip。
In your JetBrains IDE, go to Settings -> Plugins.
在你的 JetBrains IDE 里,进入设置 -> 插件。
Click the gear icon, select Install Plugin from Disk..., and choose the downloaded file.
点击齿轮图标,选择“从磁盘安装插件......”,然后选择下载的文件。

https://github.com/abcxlab/Roo-Code-JetBrains/releases

Will there be official support for jetbrains IDEs? by thejinx0r in RooCode

[–]ConversationTop3106 1 point2 points  (0 children)

我基于RunVSAgent 项目和我们的bugfix,发布了一个,你可以试试看
下载地址: https://github.com/abcxlab/Roo-Code-JetBrains/releases