From 65027aeb84f1bf2eed4f69d1e81150227291d7ac Mon Sep 17 00:00:00 2001 From: Roo Code Date: Tue, 10 Feb 2026 19:19:10 +0000 Subject: [PATCH] feat(web): replace comparison FAQ with Cloud integrations question --- apps/web-roo-code/src/app/what-is-roo-code/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web-roo-code/src/app/what-is-roo-code/page.tsx b/apps/web-roo-code/src/app/what-is-roo-code/page.tsx index cbc4d51718..1f998da2a1 100644 --- a/apps/web-roo-code/src/app/what-is-roo-code/page.tsx +++ b/apps/web-roo-code/src/app/what-is-roo-code/page.tsx @@ -124,8 +124,8 @@ const faqData = [ answer: "Yes. Cloud Agents run in isolated containers with access only to the repositories you explicitly authorize. The VS Code extension runs locally, so your code never leaves your machine unless you choose. Roo Code is SOC 2 Type II compliant, fully open source and auditable, and supports enterprise governance features like model allow-lists and data residency controls.", }, { - question: "How does Roo Code differ from Copilot, Cursor, or Windsurf?", - answer: "Roo Code is the only platform that combines autonomous cloud agents with a local IDE extension. Unlike Copilot, Cursor, or Windsurf, Roo Code is open source, model-agnostic, and offers specialized modes for different tasks. Cloud Agents can review PRs, fix code from GitHub comments, and be triggered from Slack or Linear -- capabilities the others do not offer.", + question: "What integrations does Roo Code Cloud support?", + answer: "Roo Code Cloud integrates with GitHub for PR reviews, code fixes, and repository access. You can trigger agents from Slack by mentioning @Roomote in any channel, or assign work directly from Linear issues. Tasks can also be created from the Roo Code Cloud web UI. All integrations work with the same model-agnostic, bring-your-own-key approach.", }, { question: "Can it handle large, enterprise-scale projects?",