From 75c6fbe090f7da52d985fb84be761cfa62af3752 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Thu, 12 Feb 2026 16:50:51 +0800 Subject: [PATCH] Rename plugin ID from 'higress-ai-gateway' to 'higress' --- .../higress-openclaw-integration/scripts/plugin/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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,