{
const scriptId = crypto.randomBytes(12).toString('hex');
diff --git a/product.json b/product.json
index 897e49e7..b43c6c65 100644
--- a/product.json
+++ b/product.json
@@ -7,8 +7,8 @@
"dataFolderName": ".orcide",
"win32MutexName": "orcide",
"licenseName": "MIT",
- "licenseUrl": "https://github.com/orcide/void/blob/main/LICENSE.txt",
- "serverLicenseUrl": "https://github.com/orcide/void/blob/main/LICENSE.txt",
+ "licenseUrl": "https://github.com/orcest-ai/Orcide/blob/main/LICENSE.txt",
+ "serverLicenseUrl": "https://github.com/orcest-ai/Orcide/blob/main/LICENSE.txt",
"serverGreeting": [],
"serverLicense": [],
"serverLicensePrompt": "",
@@ -29,7 +29,7 @@
"darwinBundleIdentifier": "com.orcide.code",
"linuxIconName": "orcide",
"licenseFileName": "LICENSE.txt",
- "reportIssueUrl": "https://github.com/orcide/void/issues/new",
+ "reportIssueUrl": "https://github.com/orcest-ai/Orcide/issues/new",
"nodejsRepository": "https://nodejs.org",
"urlProtocol": "void",
"extensionsGallery": {
@@ -38,9 +38,9 @@
},
"builtInExtensions": [],
"linkProtectionTrustedDomains": [
- "https://orcide.com",
+ "https://orcest.ai",
"https://orcide.dev",
- "https://github.com/orcide/void",
+ "https://github.com/orcest-ai/Orcide",
"https://ollama.com"
]
}
diff --git a/src/vs/workbench/contrib/void/browser/autocompleteService.ts b/src/vs/workbench/contrib/void/browser/autocompleteService.ts
index 3e6c9374..6db9e03d 100644
--- a/src/vs/workbench/contrib/void/browser/autocompleteService.ts
+++ b/src/vs/workbench/contrib/void/browser/autocompleteService.ts
@@ -28,7 +28,7 @@ import { IConvertToLLMMessageService } from './convertToLLMMessageService.js';
const allLinebreakSymbols = ['\r\n', '\n']
const _ln = isWindows ? allLinebreakSymbols[0] : allLinebreakSymbols[1]
-// The extension this was called from is here - https://github.com/orcide/void/blob/autocomplete/extensions/void/src/extension/extension.ts
+// The extension this was called from is here - https://github.com/orcest-ai/Orcide/blob/autocomplete/extensions/void/src/extension/extension.ts
/*
diff --git a/src/vs/workbench/contrib/void/browser/editCodeService.ts b/src/vs/workbench/contrib/void/browser/editCodeService.ts
index 04c1db9a..0fd54e65 100644
--- a/src/vs/workbench/contrib/void/browser/editCodeService.ts
+++ b/src/vs/workbench/contrib/void/browser/editCodeService.ts
@@ -290,7 +290,7 @@ class EditCodeService extends Disposable implements IEditCodeService {
// run: () => { this._commandService.executeCommand(VOID_OPEN_SETTINGS_ACTION_ID) }
// }]
// },
- // source: details ? `(Hold ${isMacintosh ? 'Option' : 'Alt'} to hover) - ${details}\n\nIf this persists, feel free to [report](https://github.com/orcide/void/issues/new) it.` : undefined
+ // source: details ? `(Hold ${isMacintosh ? 'Option' : 'Alt'} to hover) - ${details}\n\nIf this persists, feel free to [report](https://github.com/orcest-ai/Orcide/issues/new) it.` : undefined
// })
// }
diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx
index 2d6ff9e5..0f998ebf 100644
--- a/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx
+++ b/src/vs/workbench/contrib/void/browser/react/src/void-onboarding/VoidOnboarding.tsx
@@ -563,7 +563,7 @@ const VoidOnboardingContent = () => {
// can be md
const detailedDescOfWantToUseOption: { [wantToUseOption in WantToUseOption]: string } = {
smart: "Most intelligent and best for agent mode.",
- private: "Private-hosted so your data never leaves your computer or network. [Email us](mailto:founders@orcide.com) for help setting up at your company.",
+ private: "Private-hosted so your data never leaves your computer or network. [Email us](mailto:support@orcest.ai) for help setting up at your company.",
cheap: "Use great deals like Gemini 2.5 Pro, or self-host a model with Ollama or vLLM for free.",
all: "",
}
diff --git a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx
index 9332b43f..89f609ca 100644
--- a/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx
+++ b/src/vs/workbench/contrib/void/browser/react/src/void-settings-tsx/Settings.tsx
@@ -283,7 +283,7 @@ const SimpleModelSettingsDialog = ({
onClose();
};
- const sourcecodeOverridesLink = `https://github.com/orcide/void/blob/2e5ecb291d33afbe4565921664fb7e183189c1c5/src/vs/workbench/contrib/void/common/modelCapabilities.ts#L146-L172`
+ const sourcecodeOverridesLink = `https://github.com/orcest-ai/Orcide/blob/2e5ecb291d33afbe4565921664fb7e183189c1c5/src/vs/workbench/contrib/void/common/modelCapabilities.ts#L146-L172`
return (
{
- const message = res?.message || 'This is a very old version of Void, please download the latest version! [Void Editor](https://orcide.com/download-beta)!'
+ const message = res?.message || 'This is a very old version of Void, please download the latest version! [Void Editor](https://orcest.ai/download-beta)!'
let actions: INotificationActions | undefined
@@ -37,7 +37,7 @@ const notifyUpdate = (res: VoidCheckUpdateRespose & { message: string }, notifSe
class: undefined,
run: () => {
const { window } = dom.getActiveWindow()
- window.open('https://orcide.com/download-beta')
+ window.open('https://orcest.ai/download-beta')
}
})
}
@@ -90,7 +90,7 @@ const notifyUpdate = (res: VoidCheckUpdateRespose & { message: string }, notifSe
class: undefined,
run: () => {
const { window } = dom.getActiveWindow()
- window.open('https://orcide.com/')
+ window.open('https://orcest.ai/')
}
})
@@ -127,7 +127,7 @@ const notifyUpdate = (res: VoidCheckUpdateRespose & { message: string }, notifSe
// })
}
const notifyErrChecking = (notifService: INotificationService): INotificationHandle => {
- const message = `Void Error: There was an error checking for updates. If this persists, please get in touch or reinstall Void [here](https://orcide.com/download-beta)!`
+ const message = `Void Error: There was an error checking for updates. If this persists, please get in touch or reinstall Void [here](https://orcest.ai/download-beta)!`
const notifController = notifService.notify({
severity: Severity.Info,
message: message,