From c8c16b78078902985bef37fce7b6cd38d5ca78d7 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Thu, 15 Jan 2026 05:57:59 +0000 Subject: [PATCH 1/2] feat: clarify Slack and Linear are Cloud Team only features - Updated pricing page to remove Slack from Cloud Free tier - Added "Slack and Linear integrations" to Cloud Team features - Updated cloud landing page to clarify Slack is Team-only - Enhanced cloud/team page with Linear integration mentions --- apps/web-roo-code/src/app/cloud/page.tsx | 8 ++++---- apps/web-roo-code/src/app/cloud/team/page.tsx | 6 +++--- apps/web-roo-code/src/app/pricing/page.tsx | 9 +++++++-- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/apps/web-roo-code/src/app/cloud/page.tsx b/apps/web-roo-code/src/app/cloud/page.tsx index 2ef147fba79..6be7ba97b1b 100644 --- a/apps/web-roo-code/src/app/cloud/page.tsx +++ b/apps/web-roo-code/src/app/cloud/page.tsx @@ -77,7 +77,7 @@ const howItWorks = [ { title: "3. Start giving them tasks", description: - "Describe what you want them to do from the web UI, get the Reviewer automatically reviewing PRs, get the Coder building features from Slack threads and much more. They're now part of your team.", + "Describe what you want them to do from the web UI, get the Reviewer automatically reviewing PRs, and much more. They're now part of your team.", icon: Pencil, }, ] @@ -110,13 +110,13 @@ const features: Feature[] = [ { icon: Slack, title: "Slack Integration", - description: "Start tasks, get updates, and collaborate with agents directly from your team's Slack channels.", + description: "Start tasks, get updates, and collaborate with agents directly from your team's Slack channels. (Cloud Team plan)", }, { icon: Router, title: "Roomote Control", description: - "Connect to your local VS Code instance and control the extension remotely from the browser or Slack.", + "Connect to your local VS Code instance and control the extension remotely from the browser.", }, { icon: Users, @@ -154,7 +154,7 @@ export default function CloudPage() {

Create your agent team in the Cloud, give them access to GitHub, and start delegating tasks - from Web and Slack. + from the web.