-
Notifications
You must be signed in to change notification settings - Fork 199
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
Merged
+58
−73
Merged
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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, 2026. 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, 2026.** This includes the Roo Code VS Code Extension, Roo Code Cloud, and Roo Code Router. | ||
| ::: | ||
|
|
||
| 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, 2026**. | ||
| - On **May 15, 2026**, 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). | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.