From 03ec6fce25eae880a1c046c333c432037e11e5b8 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Wed, 7 Jan 2026 23:24:10 +0000 Subject: [PATCH] chore: update CLI preview landing page copy Replace generic copy with more specific value proposition: - Emphasize iterative agent capabilities in terminal - Highlight piping context and automation features - Focus on running tasks without IDE overhead --- apps/web-roo-code/src/app/cli-preview/cli-preview-content.tsx | 4 ++-- apps/web-roo-code/src/app/cli-preview/page.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"