diff --git a/apps/web-roo-code/src/app/cli-preview/cli-preview-content.tsx b/apps/web-roo-code/src/app/cli-preview/cli-preview-content.tsx index f9c440b0fb..147c78e6bc 100644 --- a/apps/web-roo-code/src/app/cli-preview/cli-preview-content.tsx +++ b/apps/web-roo-code/src/app/cli-preview/cli-preview-content.tsx @@ -74,8 +74,8 @@ export function CliPreviewContent() { Get an early preview of the Roo Code CLI
- If you like Roo Code in VS Code, you will love scripting it. Join the early preview to help - shape a CLI designed for power users, automation, and teams. + Bring Roo Code's iterative agent capabilities to your terminal. Pipe context directly to + the agent, automate repetitive refactors across files, and run tasks without the IDE overhead.
diff --git a/apps/web-roo-code/src/app/cli-preview/page.tsx b/apps/web-roo-code/src/app/cli-preview/page.tsx index 5c0595289b..aeca404a82 100644 --- a/apps/web-roo-code/src/app/cli-preview/page.tsx +++ b/apps/web-roo-code/src/app/cli-preview/page.tsx @@ -7,7 +7,7 @@ import { CliPreviewContent } from "./cli-preview-content" const TITLE = "CLI Early Preview" const DESCRIPTION = - "If you like Roo Code in VS Code, you will love scripting it. Join the early preview to help shape a CLI designed for power users, automation, and teams." + "Bring Roo Code's iterative agent capabilities to your terminal. Pipe context directly to the agent, automate repetitive refactors across files, and run tasks without the IDE overhead." const OG_DESCRIPTION = "Early preview of the Roo Code CLI" const PATH = "/cli-preview"