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:
Jason
2026-06-29 16:58:13 +08:00
parent 3476707321
commit 238cd5d7c9
18 changed files with 175 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

+2
View File
@@ -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,
+16
View File
@@ -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",