chore(code0): update partner invite link to agent register URL

Replace the ?source=ccswitch referral with the new agent register invite
link (https://code0.ai/agent/register/B2XHxGjGmRvqgznY) on code0's
apiKeyUrl across all seven presets and the sponsor rows in all four
READMEs. API endpoints stay bare per the referral red-line.
This commit is contained in:
Jason
2026-07-07 10:48:00 +08:00
parent 9f7642e29c
commit 7fada72dd4
11 changed files with 15 additions and 15 deletions
+1 -1
View File
@@ -453,7 +453,7 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
{
name: "Code0",
websiteUrl: "https://code0.ai",
apiKeyUrl: "https://code0.ai?source=ccswitch",
apiKeyUrl: "https://code0.ai/agent/register/B2XHxGjGmRvqgznY",
settingsConfig: {
npm: "@ai-sdk/openai-compatible",
name: "Code0",