From 07a818804eda8efafca38c0bbda794c0edb2f2ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B7=A6=E5=A5=87=E9=93=B6?= Date: Tue, 28 Apr 2026 15:14:06 +0800 Subject: [PATCH] feat(alibaba): add qwen3.6-plus to supported models - Add qwen3.6-plus to the Alibaba DashScope curated model list - Enables model switching via /model qwen3.6-plus without auto-correction warning --- hermes_cli/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 422e4d54..bc83a163 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -350,6 +350,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = { # to https://dashscope-intl.aliyuncs.com/compatible-mode/v1 (OpenAI-compat) # or https://dashscope-intl.aliyuncs.com/apps/anthropic (Anthropic-compat). "alibaba": [ + "qwen3.6-plus", "kimi-k2.5", "qwen3.5-plus", "qwen3-coder-plus",