feat: add E-FlowCode provider preset across all five apps

Multi-protocol provider: Anthropic for Claude, OpenAI Responses for
Codex/OpenClaw, OpenAI for OpenCode, custom Gemini config. Includes
PNG icon via URL import and provider-specific settings like effortLevel,
enabledPlugins, and custom TOML config for Codex.
This commit is contained in:
Jason
2026-04-10 21:31:53 +08:00
parent 926e69b8c9
commit 7d21663e6d
8 changed files with 183 additions and 0 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

+2
View File
@@ -2,6 +2,7 @@
// Do not edit manually
import _dds from "./dds.svg?url";
import _eflowcode from "./eflowcode.png";
import _shengsuanyun from "./shengsuanyun.svg?url";
import _xcode from "./xcode.svg?url";
@@ -79,6 +80,7 @@ export const icons: Record<string, string> = {
export const iconUrls: Record<string, string> = {
dds: _dds,
eflowcode: _eflowcode,
shengsuanyun: _shengsuanyun,
xcode: _xcode,
};
+7
View File
@@ -366,6 +366,13 @@ export const iconMetadata: Record<string, IconMetadata> = {
keywords: ["openrouter", "router", "aggregator"],
defaultColor: "#6566F1",
},
eflowcode: {
name: "eflowcode",
displayName: "E-FlowCode",
category: "ai-provider",
keywords: ["eflowcode", "e-flowcode", "flow"],
defaultColor: "currentColor",
},
shengsuanyun: {
name: "shengsuanyun",
displayName: "Shengsuanyun",