chore(presets): remove LemonData provider and demote SudoCode to regular provider

- LemonData: delete the provider preset from all apps (claude, claude-desktop,
  codex, gemini, hermes, opencode, openclaw), remove partner promotion copy
  (zh/en/ja/zh-TW), icon index/metadata entries, sponsor ads in all READMEs,
  and the logo/icon PNG assets.
- SudoCode: drop the isPartner flag and partnerPromotionKey across all app
  presets and remove the now-orphaned partner promotion copy; it stays as a
  regular third_party provider, keeping its icon.
This commit is contained in:
Jason
2026-06-11 23:15:11 +08:00
parent 22ecd2d611
commit 4f355970e1
19 changed files with 0 additions and 197 deletions
-18
View File
@@ -971,8 +971,6 @@ wire_api = "responses"
requires_openai_auth = true`,
endpointCandidates: ["https://sudocode.us/v1", "https://sudocode.run/v1"],
apiFormat: "openai_responses",
isPartner: true,
partnerPromotionKey: "sudocode",
icon: "sudocode",
},
{
@@ -1226,22 +1224,6 @@ model_auto_compact_token_limit = 9000000`,
icon: "eflowcode",
iconColor: "#000000",
},
{
name: "LemonData",
websiteUrl: "https://lemondata.cc",
apiKeyUrl: "https://lemondata.cc/r/FFX1ZDUP",
category: "third_party",
auth: generateThirdPartyAuth(""),
config: generateThirdPartyConfig(
"lemondata",
"https://api.lemondata.cc/v1",
"gpt-5.5",
),
endpointCandidates: ["https://api.lemondata.cc/v1"],
isPartner: true,
partnerPromotionKey: "lemondata",
icon: "lemondata",
},
{
name: "PIPELLM",
websiteUrl: "https://code.pipellm.ai",