mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-07-30 02:14:43 +08:00
feat(presets): add FennoAI provider preset for 6 apps
Add FennoAI (api.fenno.ai) as a partner aggregator preset across Claude Code, Claude Desktop, Codex, OpenCode, OpenClaw, and Hermes (Gemini not supported). FennoAI relays native Claude/GPT, so Claude Code/Codex pass through native models; the OpenAI-compatible apps default to gpt-5.5. - Claude / Claude Desktop: Anthropic-compatible bare host (api.fenno.ai) - Codex: native Responses at api.fenno.ai, gpt-5.5 - OpenCode / OpenClaw / Hermes: gpt-5.5 over api.fenno.ai/v1 - Partner referral link as apiKeyUrl + short partner-promotion blurb in zh/en/ja/zh-TW - Add FennoAI sponsor entry to all four READMEs (fenno-banner.png) - Register fenno-icon.webp icon (URL import + iconUrls + metadata)
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 32 KiB |
@@ -11,6 +11,7 @@ import _claudecn from "./claudecn.png";
|
||||
import _cherryin from "./cherryin.png";
|
||||
import _eflowcode from "./eflowcode.png";
|
||||
import _etok from "./etok.png";
|
||||
import _fenno from "./fenno-icon.webp";
|
||||
import _hermes from "./hermes.png";
|
||||
import _huoshan from "./huoshan.png";
|
||||
import _pateway from "./pateway.jpg";
|
||||
@@ -106,6 +107,7 @@ export const iconUrls: Record<string, string> = {
|
||||
cherryin: _cherryin,
|
||||
eflowcode: _eflowcode,
|
||||
etok: _etok,
|
||||
fenno: _fenno,
|
||||
hermes: _hermes,
|
||||
huoshan: _huoshan,
|
||||
pateway: _pateway,
|
||||
|
||||
@@ -225,6 +225,22 @@ export const iconMetadata: Record<string, IconMetadata> = {
|
||||
keywords: ["etok", "ai", "programming"],
|
||||
defaultColor: "#F97316",
|
||||
},
|
||||
fenno: {
|
||||
name: "fenno",
|
||||
displayName: "FennoAI",
|
||||
category: "ai-provider",
|
||||
keywords: [
|
||||
"fenno",
|
||||
"fennoai",
|
||||
"aggregator",
|
||||
"relay",
|
||||
"claude",
|
||||
"codex",
|
||||
"gpt",
|
||||
"gateway",
|
||||
],
|
||||
defaultColor: "#000000",
|
||||
},
|
||||
cubence: {
|
||||
name: "cubence",
|
||||
displayName: "Cubence",
|
||||
|
||||
Reference in New Issue
Block a user