Skip to content

Commit 00fa9ae

Browse files
committed
revert changes
1 parent bf9b87d commit 00fa9ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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
90-
to 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 to
90+
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>

src/core/config/CustomModesManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ export class CustomModesManager {
276276

277277
const errorMessage = t("common:customModes.errors.invalidFormat")
278278

279-
let config: unknown
279+
let config: any
280280

281281
try {
282282
config = this.parseYamlSafely(content, settingsPath)

0 commit comments

Comments
 (0)