diff --git a/hermes_cli/models.py b/hermes_cli/models.py index 9444c90e762..097b6a7eb93 100644 --- a/hermes_cli/models.py +++ b/hermes_cli/models.py @@ -393,6 +393,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.7-max", "qwen3.6-plus", "kimi-k2.5", "qwen3.5-plus", @@ -406,6 +407,7 @@ _PROVIDER_MODELS: dict[str, list[str]] = { # Alibaba Coding Plan — same platform as alibaba (DashScope coding-intl), # separate provider ID with its own base_url_env_var. "alibaba-coding-plan": [ + "qwen3.7-max", "qwen3.6-plus", "qwen3.5-plus", "qwen3-coder-plus", diff --git a/scripts/release.py b/scripts/release.py index 4448ee2512c..9b7c1d71f89 100755 --- a/scripts/release.py +++ b/scripts/release.py @@ -261,6 +261,7 @@ AUTHOR_MAP = { "asslaenn5@gmail.com": "Aslaaen", "trae.anderson17@icloud.com": "Tkander1715", "beardthelion@users.noreply.github.com": "beardthelion", + "orkunozturk@gmail.com": "orcool", "tangyuanjc@JCdeAIfenshendeMac-mini.local": "tangyuanjc", "leon@agentlinker.ai": "agentlinker", "santoshhumagain1887@gmail.com": "npmisantosh",