Skip to content

Conversation

@mrubens
Copy link
Collaborator

@mrubens mrubens commented Sep 18, 2025

Important

Adds a new page listing subprocessors and updates the footer to include a link to this page.

  • New Page:
    • Adds page.tsx to list third-party subprocessors used by Roo Code.
    • Includes metadata for SEO and a table listing entities, services, locations, and purposes.
  • Footer Update:
    • Adds a link to the new subprocessors page in footer.tsx.

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

@mrubens mrubens requested review from cte and jr as code owners September 18, 2025 20:01
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. enhancement New feature or request labels Sep 18, 2025
@github-actions
Copy link
Contributor

🚀 Preview deployed!

Your changes have been deployed to Vercel:

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

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

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 18, 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.

Thank you for your contribution! I've reviewed the changes and found a critical issue with the date that needs attention, along with some suggestions for improvement.

<>
<div className="container mx-auto px-4 py-12 sm:px-6 lg:px-8">
<div className="prose prose-lg mx-auto max-w-5xl dark:prose-invert">
<p className="text-muted-foreground">Updated: September 18, 2025</p>
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this date intentional? It shows "September 18, 2025" but we're currently in 2024. This could confuse users about when the subprocessor list was last updated.

return (
<>
<div className="container mx-auto px-4 py-12 sm:px-6 lg:px-8">
<div className="prose prose-lg mx-auto max-w-5xl dark:prose-invert">
Copy link
Contributor

Choose a reason for hiding this comment

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

I noticed the terms page uses while this uses . Should we maintain consistency across legal pages?

<p className="lead">Roo Code engages the following third parties to process Customer Data.</p>

<div className="overflow-x-auto">
<table className="min-w-full border-collapse border border-border">
Copy link
Contributor

Choose a reason for hiding this comment

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

Would it be helpful to add a caption or aria-label to improve accessibility for screen reader users?

</tr>
</thead>
<tbody>
<tr>
Copy link
Contributor

Choose a reason for hiding this comment

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

Have you considered extracting this subprocessor data into a separate configuration file or constant? It might make future updates easier to manage, especially as the list grows.

</li>
<li>
<Link
href="/legal/subprocessors"
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this the best placement for the Subprocessors link? Would it make more sense to group it closer to the Terms of Service link (line 217) since they're both legal documents?

@mrubens mrubens merged commit 765e3a0 into main Sep 18, 2025
24 checks passed
@github-project-automation github-project-automation bot moved this from Triage to Done in Roo Code Roadmap Sep 18, 2025
@github-project-automation github-project-automation bot moved this from New to Done in Roo Code Roadmap Sep 18, 2025
@mrubens mrubens deleted the subprocessor_list branch September 18, 2025 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.