From 093ef9a2c022d0e4fa3f1d0cc2762d45ef9eba55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BE=84=E6=BD=AD?= Date: Thu, 19 Feb 2026 12:47:34 +0800 Subject: [PATCH] Update index.ts --- .../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 9d9c8e83c..cf556ba59 100644 --- a/.claude/skills/higress-openclaw-integration/scripts/plugin/index.ts +++ b/.claude/skills/higress-openclaw-integration/scripts/plugin/index.ts @@ -9,7 +9,7 @@ const MODEL_CONFIG: Record "gpt-5-mini": { contextWindow: 400_000, maxTokens: 128_000 }, "gpt-5-nano": { contextWindow: 400_000, maxTokens: 128_000 }, "claude-opus-4-6": { contextWindow: 1_000_000, maxTokens: 128_000 }, - "claude-sonnet-4-5": { contextWindow: 1_000_000, maxTokens: 64_000 }, + "claude-sonnet-4-6": { contextWindow: 1_000_000, maxTokens: 64_000 }, "claude-haiku-4-5": { contextWindow: 200_000, maxTokens: 64_000 }, "qwen3.5-plus": { contextWindow: 960_000, maxTokens: 64_000 }, "deepseek-chat": { contextWindow: 256_000, maxTokens: 128_000 }, @@ -34,7 +34,7 @@ const DEFAULT_MODEL_IDS = [ "qwen3.5-plus", // Anthropic models "claude-opus-4-6", - "claude-sonnet-4-5", + "claude-sonnet-4-6", "claude-haiku-4-5", // OpenAI models "gpt-5.3-codex",