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
This commit is contained in:
Roo Code 2026-01-07 23:24:10 +00:00
parent 19b94cf3a7
commit 03ec6fce25
2 changed files with 3 additions and 3 deletions

View file

@ -74,8 +74,8 @@ export function CliPreviewContent() {
Get an early preview of the Roo Code CLI
</h1>
<p className="mt-6 text-lg leading-8 text-gray-600 dark:text-gray-300">
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&apos;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.
</p>
</div>
</section>

View file

@ -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"