Skip to content

Commit 472e81f

Browse files
committed
fix: correct sunset year to 2026
1 parent 17ce466 commit 472e81f

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ keywords:
1313

1414
# Roo Code Docs
1515

16-
:::danger Sunsetting Roo Code on May 15, 2025
17-
**All Roo Code products (Extension, Cloud, and Router) will be shut down on May 15, 2025.** We will refund any unused balances. For alternatives, we recommend [Cline](https://github.com/cline/cline) (open-source extension) or [roomote.dev](https://roomote.dev) (our next project). For billing questions after May 15, contact [billing@roocode.com](mailto:billing@roocode.com). [Read the full details](/sunset).
16+
:::danger Sunsetting Roo Code on May 15, 2026
17+
**All Roo Code products (Extension, Cloud, and Router) will be shut down on May 15, 2026.** We will refund any unused balances. For alternatives, we recommend [Cline](https://github.com/cline/cline) (open-source extension) or [roomote.dev](https://roomote.dev) (our next project). For billing questions after May 15, contact [billing@roocode.com](mailto:billing@roocode.com). [Read the full details](/sunset).
1818
:::
1919

2020
Roo Code is an AI-coding suite of products designed to take full advantage of the most advanced large-language models and change how you create software at a fundamental level. It's unapologetically powerful and customizable, and it costs more to run than the alternatives because it uses frontier models with actual file system access, terminal control, and multi-step workflows.

docs/sunset.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_label: Sunsetting Roo Code
33
sidebar_position: 0
44
title: Sunsetting Roo Code (Extension, Cloud, and Router)
5-
description: Roo Code is sunsetting on May 15, 2025. Learn what this means for you, how to migrate, and where to find alternatives.
5+
description: Roo Code is sunsetting on May 15, 2026. Learn what this means for you, how to migrate, and where to find alternatives.
66
keywords:
77
- Roo Code sunset
88
- Roo Code shutdown
@@ -14,7 +14,7 @@ keywords:
1414
# Sunsetting Roo Code (Extension, Cloud, and Router)
1515

1616
:::danger Important Notice
17-
**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.
17+
**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.
1818
:::
1919

2020
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.
@@ -23,8 +23,8 @@ That said, we don't believe IDEs are the future of coding. To keep pushing the f
2323

2424
## What this means for you
2525

26-
- We will continue to support all existing Roo Code products through **May 15, 2025**.
27-
- On **May 15, 2025**, we will:
26+
- We will continue to support all existing Roo Code products through **May 15, 2026**.
27+
- On **May 15, 2026**, we will:
2828
- Shut down **Roo Code Cloud**
2929
- Shut down **Roo Code Router**
3030
- **Refund any unused balances**

src/components/AnnouncementBanner/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export function AnnouncementBanner() {
88
<div className={styles.bannerContent}>
99
<VscWarning size={20} color="#ffffff" />
1010
<span className={styles.bannerHeadline}>
11-
Roo Code (Extension, Cloud, and Router) is sunsetting on May 15, 2025.
11+
Roo Code (Extension, Cloud, and Router) is sunsetting on May 15, 2026.
1212
</span>
1313
<a
1414
className={styles.bannerLink}

0 commit comments

Comments
 (0)