Skip to content

Conversation

@brunobergher
Copy link
Collaborator

@brunobergher brunobergher commented Oct 10, 2025

In preparation for the launch of Cloud Agents.

Description

  • Updates /pricing to explain credits + de-emphasizes enterprise to keep focus on the main self-service plans
  • Adds a very basic /cloud page to start to explain RCC
  • Changes the nav to support this without crowding
  • Updates ToS to explain all that's new

Important

Adds a new Cloud page, updates Pricing and Terms of Service for Cloud Agent Credits, and modifies navigation to include the Cloud page link.

  • Cloud Page:
    • Adds new /cloud page in page.tsx to explain Roo Code Cloud features and benefits.
    • Includes features like Roomote Control, Cloud Agents, and Usage Analytics.
  • Pricing Page:
    • Updates /pricing in page.tsx to include Cloud Agent Credits pricing.
    • Removes Enterprise tier from pricing tiers.
    • Adds FAQ section explaining Cloud Agent credits.
  • Terms of Service:
    • Updates page.tsx to load terms from terms.md using ReactMarkdown.
    • Terms now include details on Cloud Agent Credits and updated commercial terms.
  • Navigation:
    • Updates nav-bar.tsx to include a link to the new /cloud page.
  • Dependencies:
    • Adds react-markdown, rehype-raw, and remark-gfm to package.json.

This description was created by Ellipsis for d9a9413. You can customize this summary. It will automatically update as commits are pushed.

Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I found some issues that need attention before merging.


// Workaround for next/image choking on these for some reason
import screenshotLight from "/public/heroes/cloud-screen-dark.png"
import screenshotDark from "/public/heroes/cloud-screen-light.png"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Critical: Screenshot imports are swapped. screenshotLight imports the dark image (cloud-screen-dark.png) and screenshotDark imports the light image (cloud-screen-light.png). This will cause the wrong screenshot to display in each theme.

Suggested change
import screenshotDark from "/public/heroes/cloud-screen-light.png"
import screenshotDark from "/public/heroes/cloud-screen-dark.png"
import screenshotLight from "/public/heroes/cloud-screen-light.png"

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, this is intentional.

@github-actions
Copy link
Contributor

🚀 Preview deployed!

Your changes have been deployed to Vercel:

Preview URL: https://roo-code-website-qw5t1o3s4-roo-code.vercel.app

This preview will be updated automatically when you push new commits to this PR.

brunobergher and others added 3 commits October 10, 2025 16:38
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
…redits

* 'bb/credits' of github.com:RooCodeInc/Roo-Code:
  Update apps/web-roo-code/src/app/cloud/page.tsx
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No new issues found - all concerns already addressed in existing comments.

@hannesrudolph hannesrudolph added the Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. label Oct 10, 2025
Copy link
Contributor

@roomote roomote bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No new issues found - all concerns already addressed in existing comments.

* origin/main:
  fix(editor): prevent file editing issues when git diff views are open (#8676)
  Changeset version bump (#8675)
  Release v3.28.17 (#8674)
  Add Claude Haiku 4.5 (#8673)
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 16, 2025
@mrubens mrubens marked this pull request as ready for review October 16, 2025 20:45
@mrubens mrubens requested review from cte and jr as code owners October 16, 2025 20:45
@dosubot dosubot bot added size:XL This PR changes 500-999 lines, ignoring generated files. documentation Improvements or additions to documentation UI/UX UI/UX related or focused labels Oct 16, 2025
@jr jr merged commit 9aee31f into main Oct 16, 2025
19 of 20 checks passed
@jr jr deleted the bb/credits branch October 16, 2025 23:01
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Oct 16, 2025
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Oct 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation Issue/PR - Triage New issue. Needs quick review to confirm validity and assign labels. lgtm This PR has been approved by a maintainer size:XL This PR changes 500-999 lines, ignoring generated files. UI/UX UI/UX related or focused