Skip to content

Commit 92e6c65

Browse files
committed
Updated ToS
1 parent 921c065 commit 92e6c65

File tree

4 files changed

+74
-18
lines changed

4 files changed

+74
-18
lines changed

apps/web-roo-code/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"react-icons": "^5.5.0",
3434
"react-markdown": "^9.0.3",
3535
"recharts": "^2.15.3",
36+
"rehype-raw": "^7.0.0",
3637
"remark-gfm": "^4.0.1",
3738
"tailwind-merge": "^3.3.0",
3839
"tailwindcss-animate": "^1.0.7",

apps/web-roo-code/src/app/terms/page.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import fs from "fs"
44
import path from "path"
55
import ReactMarkdown from "react-markdown"
66
import remarkGfm from "remark-gfm"
7+
import rehypeRaw from "rehype-raw"
78

89
const TITLE = "Terms of Service"
910
const DESCRIPTION =
@@ -55,6 +56,7 @@ export default function Terms() {
5556
<div className="prose prose-lg mx-auto max-w-4xl dark:prose-invert">
5657
<ReactMarkdown
5758
remarkPlugins={[remarkGfm]}
59+
rehypePlugins={[rehypeRaw]}
5860
components={{
5961
h1: ({ ...props }) => (
6062
<h1 className="text-3xl font-bold tracking-tight sm:text-4xl md:text-5xl" {...props} />
@@ -74,7 +76,10 @@ export default function Terms() {
7476
</div>
7577
),
7678
th: ({ ...props }) => (
77-
<th className="border border-border px-4 py-2 text-left font-semibold" {...props} />
79+
<th
80+
className="border border-border px-4 py-2 text-left font-bold bg-muted-foreground/5"
81+
{...props}
82+
/>
7883
),
7984
td: ({ node: _node, ...props }) => {
8085
// Check if this is the first column (Term column)

apps/web-roo-code/src/app/terms/terms.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Roo Code Cloud Terms of Service
22

3-
_(Version 1.0 – Effective June 19, 2025)_
3+
_(Version 1.1 – Effective Oct 16, 2025)_
44

55
These Terms of Service ("**TOS**") govern access to and use of the Roo Code Cloud service (the "**Service**"). They apply to:
66

@@ -21,21 +21,22 @@ If Roo Code and Customer later execute a Master Subscription Agreement ("**MSA**
2121

2222
## 2. Key Commercial Terms
2323

24-
| Term | Value |
25-
| --------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
26-
| Governing Law / Forum | Delaware law; exclusive jurisdiction and venue in the state or federal courts located in Delaware |
27-
| Plans & Subscription Periods | _Free Plan:_ month-to-month.<br/>_Paid Plans:_ Monthly **or** Annual, as selected in an Order Form or the online flow. |
28-
| Auto-Renewal & Non-Renewal Notice | _Free Plan:_ renews continuously until cancelled in the dashboard.<br/>_Paid Plans:_ renew for the same period unless either party gives 30 days' written notice before the current period ends. |
29-
| Fees & Usage | _Free Plan:_ Subscription Fee = $0.<br/>_Paid Plans:_ Fees stated in the Order Form or online checkout **plus** usage-based fees, calculated and invoiced monthly. |
30-
| Payment Terms | _Monthly paid plans:_ credit-card charge on the billing date.<br/>_Annual paid plans:_ invoiced Net 30 (credit card optional). |
31-
| General Liability Cap | The greater of (i) USD 100 and (ii) 1 × Fees paid or payable in the 12 months before the event giving rise to liability. |
32-
| Increased Cap / Unlimited Claims | None |
33-
| Trial / Pilot | Not offered |
34-
| Beta Features | None – only generally available features are provided |
35-
| Security Standard | Roo Code maintains commercially reasonable administrative, physical, and technical safeguards |
36-
| Machine-Learning Use | Roo Code **does not** use Customer Content to train, fine-tune, or improve any ML or AI models |
37-
| Data Processing Addendum (DPA) | GDPR/CCPA-ready DPA available upon written request |
38-
| Publicity / Logo Rights | Roo Code may identify Customer (name & logo) in marketing materials unless Customer opts out in writing |
24+
| Term | Value |
25+
| --------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
26+
| Governing Law / Forum | Delaware law; exclusive jurisdiction and venue in the state or federal courts located in Delaware |
27+
| Plans & Subscription Periods | _Free Plan:_ month-to-month. <br> _Paid Plans:_ Monthly **or** Annual, as selected in an Order Form or the online flow. |
28+
| Auto-Renewal & Non-Renewal Notice | _Free Plan:_ renews continuously until cancelled in the dashboard. <br> _Paid Plans:_ renew for the same period unless either party gives 30 days' written notice before the current period ends. |
29+
| Fees & Usage | _Free Plan:_ Subscription Fee = $0.<br/>_Paid Plans:_ Fees stated in the Order Form or online checkout, invoiced monthly, **plus** Cloud Agent Credits, credit-card charge upon online checkout. |
30+
| Payment Terms | _Monthly paid plans:_ credit-card charge on the billing date.<br/>_Annual paid plans:_ invoiced Net 30 (credit card optional).<br/>_Cloud Agent Credits:_ credit-card charge upon online checkout. |
31+
| Cloud Agent Credit expiration. | Credits expire one calendar year after purchase |
32+
| General Liability Cap | The greater of (i) USD 100 and (ii) 1 × Fees paid or payable in the 12 months before the event giving rise to liability. |
33+
| Increased Cap / Unlimited Claims | None. |
34+
| Trial / Pilot | Self-service paid plans offer a 14-day free trial, with no subscription charge during the period. Credits are always charged, including during the free trial. |
35+
| Beta Features | None – only generally available features are provided. |
36+
| Security Standard | Roo Code is SOC2 Type 2 compliant and follows industry-standard security practices. |
37+
| Machine-Learning Use | Roo Code **does not** use Customer Content to train, fine-tune, or improve any ML or AI models. |
38+
| Data Processing Addendum (DPA) | GDPR/CCPA-ready DPA available upon written request. Subprocessors listed [here](/legal/subprocessors). |
39+
| Publicity / Logo Rights | Roo Code may identify Customer (name & logo) in marketing materials unless Customer opts out in writing. |
3940

4041
## 3. Modifications to the Standard Terms
4142

@@ -52,7 +53,7 @@ If Roo Code and Customer later execute a Master Subscription Agreement ("**MSA**
5253
Insert auto-renewal and free-plan language above.
5354

5455
5. **Sections 7 (Trials / Betas) and any SLA references.**
55-
Deleted – Roo Code offers no trials, pilots, betas, or SLA credits under these TOS.
56+
Deleted – Roo Code offers no pilots, betas, or SLA credits under these TOS.
5657

5758
6. **Section 12.12 (Publicity).**
5859
As reflected in the "Publicity / Logo Rights" row above.

pnpm-lock.yaml

Lines changed: 49 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)