-
Notifications
You must be signed in to change notification settings - Fork 206
docs: add sunset notice for May 15 shutdown of Roo Code products #552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,42 @@ | ||
| --- | ||
| sidebar_label: Sunsetting Roo Code | ||
| sidebar_position: 0 | ||
| title: Sunsetting Roo Code (Extension, Cloud, and Router) | ||
| description: Roo Code is sunsetting on May 15, 2025. Learn what this means for you, how to migrate, and where to find alternatives. | ||
| keywords: | ||
| - Roo Code sunset | ||
| - Roo Code shutdown | ||
| - Roo Code end of life | ||
| - Roo Code migration | ||
| - Roo Code alternative | ||
| --- | ||
|
|
||
| # Sunsetting Roo Code (Extension, Cloud, and Router) | ||
|
|
||
| :::danger Important Notice | ||
| **All Roo Code products will be shut down on May 15, 2025.** This includes the Roo Code VS Code Extension, Roo Code Cloud, and Roo Code Router. | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The sunset date "May 15, 2025" is nearly a year in the past (current date is April 2026). The banner, index admonition, and this page all use future tense ("will be shut down") for an event that already happened. Either the year should be 2026, or the copy needs to be rewritten in past tense to reflect that the shutdown already occurred. Fix it with Roo Code or mention @roomote and request a fix. |
||
| ::: | ||
|
|
||
| To our community: thank you. Your trust, contributions, and feedback helped us drive innovation in this space and pushed us past 3 million extension downloads. We don't take that lightly. | ||
|
|
||
| That said, we don't believe IDEs are the future of coding. To keep pushing the future forward, we needed to make this difficult decision. | ||
|
|
||
| ## What this means for you | ||
|
|
||
| - We will continue to support all existing Roo Code products through **May 15, 2025**. | ||
| - On **May 15, 2025**, we will: | ||
| - Shut down **Roo Code Cloud** | ||
| - Shut down **Roo Code Router** | ||
| - **Refund any unused balances** | ||
| - Archive the **Roo Code Extension** repository | ||
| - For billing questions after May 15, you can reach out to [billing@roocode.com](mailto:billing@roocode.com). | ||
|
|
||
| ## Looking for an alternative? | ||
|
|
||
| ### Open-source extension | ||
|
|
||
| If you want a model-agnostic open-source extension, we recommend [Cline](https://github.com/cline/cline). They've incorporated much of what we built and are excited to welcome Roo Code users. | ||
|
|
||
| ### What we're building next | ||
|
|
||
| If you're a fan of our cloud agents or curious about what we're building next, check out our new home at [roomote.dev](https://roomote.dev). | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The
sidebar_labelandsidebar_position: 0frontmatter suggest this page should appear in the sidebar, butsidebars.tsis manually configured and doesn't include"sunset". The page is only reachable via the banner and index admonition links. If sidebar visibility is intended, add"sunset"to the items array insidebars.ts. If not, consider removing thesidebar_positionfrontmatter to avoid confusion.Fix it with Roo Code or mention @roomote and request a fix.