Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 8c4df1a

Browse files
committed
Remove corporate extension support links
1 parent 8922418 commit 8c4df1a

64 files changed

Lines changed: 107 additions & 248 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/core/webview/__tests__/diagnosticsHandler.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,9 @@ describe("generateErrorDiagnostics", () => {
8585
// taskId.slice(0, 8) = "test-tas" from "test-task-id"
8686
expect(String(writtenPath)).toContain("roo-diagnostics-test-tas")
8787
expect(String(writtenContent)).toContain(
88-
"// Please share this file with Roo Code Support (support@roocode.com) to diagnose the issue faster",
88+
"// Please attach this file to a GitHub issue if it helps diagnose the problem faster",
8989
)
90+
expect(String(writtenContent)).not.toContain("support@roocode.com")
9091
expect(String(writtenContent)).toContain('"error":')
9192
expect(String(writtenContent)).toContain('"history":')
9293
expect(String(writtenContent)).toContain('"version": "1.2.3"')

src/core/webview/diagnosticsHandler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ export async function generateErrorDiagnostics(params: GenerateDiagnosticsParams
6565

6666
// Prepend human-readable guidance comments before the JSON payload
6767
const headerComment =
68-
"// Please share this file with Roo Code Support (support@roocode.com) to diagnose the issue faster\n" +
68+
"// Please attach this file to a GitHub issue if it helps diagnose the problem faster\n" +
6969
"// Just make sure you're OK sharing the contents of the conversation below.\n\n"
7070
const jsonContent = JSON.stringify(diagnostics, null, 2)
7171
const fullContent = headerComment + jsonContent

src/i18n/locales/ca/common.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/de/common.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/en/common.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,6 @@
224224
},
225225
"docsLink": {
226226
"label": "Docs",
227-
"url": "https://docs.roocode.com"
227+
"url": "https://github.com/RooCodeInc/Roo-Code"
228228
}
229229
}

src/i18n/locales/es/common.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/fr/common.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/hi/common.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/id/common.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/i18n/locales/it/common.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)