Skip to content

Commit c1e0cdc

Browse files
authored
Updating the privacy policy to allow us to send occasional emails (#8180)
* Updating the privacy policy to allow us to send onboarding and occasional marketing emails. * docs: Clarified unsubscribe behavior and updated the Last Updated date * docs: update Last Updated date in Privacy Policy page
1 parent f7a6589 commit c1e0cdc

File tree

1 file changed

+16
-3
lines changed
  • apps/web-roo-code/src/app/privacy

1 file changed

+16
-3
lines changed

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

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Privacy() {
4646
<h1 className="text-3xl font-bold tracking-tight sm:text-4xl md:text-5xl">
4747
Roo Code Cloud Privacy Policy
4848
</h1>
49-
<p className="text-muted-foreground">Last Updated: August 20, 2025</p>
49+
<p className="text-muted-foreground">Last Updated: September 19, 2025</p>
5050

5151
<p className="lead">
5252
This Privacy Policy explains how Roo Code, Inc. (&quot;Roo Code,&quot; &quot;we,&quot;
@@ -86,8 +86,8 @@ export default function Privacy() {
8686
Your source code does not transit Roo Code servers unless you explicitly choose Roo Code
8787
as a model provider (proxy mode).
8888
</strong>{" "}
89-
When Roo Code Cloud is your model provider, your code briefly transits Roo Code servers only to
90-
forward it to the upstream model, is not stored, and is deleted immediately after
89+
When Roo Code Cloud is your model provider, your code briefly transits Roo Code servers only
90+
to forward it to the upstream model, is not stored, and is deleted immediately after
9191
forwarding. Otherwise, your code is sent <strong>directly</strong>—via client‑to‑provider
9292
TLS—to the model you select. Roo Code never stores, inspects, or trains on your code.
9393
</li>
@@ -184,6 +184,13 @@ export default function Privacy() {
184184
<li>
185185
<strong>Send product updates and roadmap communications</strong> (opt‑out available)
186186
</li>
187+
<li>
188+
<strong>Send onboarding, educational, and promotional communications</strong>. We may use
189+
your account information (such as your name and email address) to send you onboarding
190+
messages, product tutorials, feature announcements, newsletters, and other marketing
191+
communications. You can opt out of non‑transactional emails at any time (see “Your Choices”
192+
below).
193+
</li>
187194
</ul>
188195

189196
<h2 className="mt-12 text-2xl font-bold">3. Where Your Data Goes (And Doesn&apos;t)</h2>
@@ -277,6 +284,12 @@ export default function Privacy() {
277284
<strong>Delete your Cloud account</strong> at any time from{" "}
278285
<strong>Security Settings</strong> inside Roo Code Cloud.
279286
</li>
287+
<li>
288+
<strong>Marketing communications:</strong> You can unsubscribe from marketing and
289+
promotional emails by clicking the unsubscribe link in those emails. Transactional or
290+
service‑related emails (such as password resets, billing notices, or security alerts) will
291+
continue even if you opt out.
292+
</li>
280293
</ul>
281294

282295
<h2 className="mt-12 text-2xl font-bold">6. Security Practices</h2>

0 commit comments

Comments
 (0)