fix(presets): sync OpenCode Go referral link and promo to Claude Desktop

The Claude Desktop OpenCode Go preset was missed by the referral/promo update that landed for Claude Code / Codex / OpenCode, so its websiteUrl pointed at the bare opencode.ai domain with no apiKeyUrl or partnerPromotionKey. Align it with the other three: websiteUrl -> /go, apiKeyUrl -> the ref=2YTRG2NGTX referral link, and partnerPromotionKey "opencode_go" so the in-app promo banner shows. All four OpenCode Go presets now carry the referral link and promo copy.
This commit is contained in:
Jason
2026-06-27 00:21:19 +08:00
parent de386b297f
commit 90bc37449c
+3 -1
View File
@@ -348,7 +348,9 @@ export const claudeDesktopProviderPresets: ClaudeDesktopProviderPreset[] = [
},
{
name: "OpenCode Go",
websiteUrl: "https://opencode.ai",
websiteUrl: "https://opencode.ai/go",
apiKeyUrl: "https://opencode.ai/go?ref=2YTRG2NGTX",
partnerPromotionKey: "opencode_go",
category: "third_party",
baseUrl: "https://opencode.ai/zen/go",
mode: "proxy",