From bc4936a44f5c6cf7bcb4b142d153b9975f98b437 Mon Sep 17 00:00:00 2001 From: daidai Date: Tue, 7 Apr 2026 16:39:43 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=9B=B4=E6=96=B0=20CHANGELOG=20(v3.6.?= =?UTF-8?q?4)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a58165d..2db1777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [3.6.4] - 2026-04-07 + +### ✨ Added +- **适配器** + - 支持 thinking/reasoning 提取与传递(豆包、Gemini 等) + - 智能错误检测与 retryable 标记传播 + - Gemini 图片生成返回全尺寸原图 +- **API** + - buildChatCompletion/buildChatCompletionChunk 支持 reasoning_content 透传 + +### 🐛 Fixed +- **适配器** + - 修复豆包图片适配器 SSE 解析失败的问题(适配三层嵌套 JSON 格式) + - 修复豆包文本适配器模型选择菜单偶尔不弹出的问题(增加重试逻辑) + - 修复 Playwright TimeoutError 错误提示不准确的问题(改为页面操作超时) + - 新增 CLICK_TIMEOUT 错误归一化处理 + - 修复 LMArena 域名更新为 arena.ai + ## [3.6.3] - 2025-04-05 ### 🐛 Fixed