diff --git a/.claude/skills/higress-openclaw-integration/scripts/plugin/index.ts b/.claude/skills/higress-openclaw-integration/scripts/plugin/index.ts index 5c3b5b63f..ef0ae1934 100644 --- a/.claude/skills/higress-openclaw-integration/scripts/plugin/index.ts +++ b/.claude/skills/higress-openclaw-integration/scripts/plugin/index.ts @@ -129,7 +129,7 @@ async function fetchAvailableModels(consoleUrl: string): Promise { } const higressPlugin = { - id: "higress-ai-gateway", + id: "higress", name: "Higress AI Gateway", description: "Model provider plugin for Higress AI Gateway with auto-routing support", configSchema: emptyPluginConfigSchema(), @@ -261,7 +261,7 @@ const higressPlugin = { }, plugins: { entries: { - "higress-ai-gateway": { + "higress": { enabled: true, config: { gatewayUrl,