File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
apps/web-roo-code/src/app/privacy Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments