mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
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:
parent
19b94cf3a7
commit
03ec6fce25
2 changed files with 3 additions and 3 deletions
|
|
@ -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'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>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue