From 093b05068d7ede9bf79078a17191c6bb61977347 Mon Sep 17 00:00:00 2001 From: hex2077 Date: Fri, 10 Apr 2026 16:45:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B32.13.5=E5=B9=B6=E8=B0=83=E6=95=B4Qwen?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将项目版本从2.13.4.1更新至2.13.5 - 更新Qwen API客户端版本至0.14.2 - 调整`openai-qwen-oauth`提供商模型列表顺序,将通用模型置于前列 --- VERSION | 2 +- src/providers/openai/qwen-core.js | 2 +- src/providers/provider-models.js | 6 ++++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index a9f871b..8bbab56 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.13.4.1 +2.13.5 diff --git a/src/providers/openai/qwen-core.js b/src/providers/openai/qwen-core.js index 919a42e..08adffa 100644 --- a/src/providers/openai/qwen-core.js +++ b/src/providers/openai/qwen-core.js @@ -668,7 +668,7 @@ export class QwenApiService { const maxRetries = (this.config && this.config.REQUEST_MAX_RETRIES) || 3; const baseDelay = (this.config && this.config.REQUEST_BASE_DELAY) || 1000; - const version = "0.13.2"; + const version = "0.14.2"; const userAgent = `QwenCode/${version} (${process.platform}; ${process.arch})`; try { diff --git a/src/providers/provider-models.js b/src/providers/provider-models.js index b8fa6ba..7fce550 100644 --- a/src/providers/provider-models.js +++ b/src/providers/provider-models.js @@ -44,10 +44,12 @@ export const PROVIDER_MODELS = { 'openai-custom': [], 'openaiResponses-custom': [], 'openai-qwen-oauth': [ + 'coder-model', + 'vision-model', + 'qwen3.6-plus', + 'qwen3.5-plus', 'qwen3-coder-plus', 'qwen3-coder-flash', - 'coder-model', - 'vision-model' ], 'openai-iflow': [ // iFlow 特有模型