@@ -140,68 +140,28 @@ artifactBuildCompleted: scripts/artifact-build-completed.js
140140releaseInfo :
141141 releaseNotes : |
142142 <!--LANG:en-->
143- Cherry Studio 1.7.18 - New Features & Bug Fixes
144-
145- ✨ New Features
146- - [Agent] Add AskUserQuestion tool renderer for agent tools
147- - [Models] Add Claude Opus 4.6 model support
148- - [Models] Add PPIO painting models
149- - [Chat] Add export to Excel button for markdown tables
150- - [Settings] Use CodeEditor for JSON custom parameters with lint feedback
151- - [Analytics] Integrate analytics-client for token usage tracking
152- - [OpenClaw] Improve install path display with copy button; isolate config to separate file
143+ Cherry Studio 1.7.19 - Bug Fixes & Improvements
153144
154145 🐛 Bug Fixes
155- - [Windows] Avoid EPERM by removing .tmp+rename in PluginInstaller
156- - [Windows] Prevent MAX_PATH errors
157- - [Windows] Use refreshed shell environment for executable detection
158- - [Agent] Move agents.db into Data/ directory for backup consistency
159- - [Agent] Fix scroll to bottom when sending agent messages
160- - [Agent] Improve language instruction for Claude Code agent
161- - [Reasoning] Add qwen3-max to supported reasoning models
162- - [Reasoning] Normalize Fireworks model IDs for reasoning detection
163- - [Codeblock] Fix copy modified content after edit
164- - [Chat] Fall back to first message text when topic naming fails
165- - [Chat] Add block-level ErrorBoundary to prevent dirty data crashes
166- - [Models] Handle Gemini OpenAI-compatible thought signatures and missing tool_call index
167- - [Models] Correct openai-compatible strictJsonSchema patch
168- - [MCP] Escape double quotes in tool use prompt examples
169- - [OCR] Support PP-OCRv5 response and handle corrupted PDF in PaddleOCR
170- - [Build] Pin @uiw/codemirror-extensions-langs to 4.25.1 to fix production build
146+ - [Settings] Fixed provider name input removing spaces during typing
147+ - [Data] Fixed factory reset not clearing agents, memories, knowledge base and notes data
148+ - [Data] Fixed backup restore failure on Windows (EBUSY error)
149+ - [MCP] Fixed MCP tools returning images exceeding API message size limits
171150
172- ⚡ Performance
173- - Remove unused Redux state cache in main process
151+ 💄 Improvements
152+ - [Agent] Improved settings popup UI with better permission mode selection
153+ - [Models] Updated MiniMax models to the latest M2.x series
174154
175155 <!--LANG:zh-CN-->
176- Cherry Studio 1.7.18 - 新功能与问题修复
177-
178- ✨ 新功能
179- - [智能体] 新增 AskUserQuestion 工具渲染器
180- - [模型] 新增 Claude Opus 4.6 模型支持
181- - [模型] 新增 PPIO 绘画模型
182- - [对话] Markdown 表格新增导出为 Excel 按钮
183- - [设置] 自定义 JSON 参数使用代码编辑器并支持 lint 反馈
184- - [分析] 集成 analytics-client 用于 Token 用量追踪
185- - [OpenClaw] 改进安装路径显示,新增复制按钮;配置独立为单独文件
156+ Cherry Studio 1.7.19 - 问题修复与改进
186157
187158 🐛 问题修复
188- - [Windows] 修复 PluginInstaller 中 .tmp 重命名导致的 EPERM 错误
189- - [Windows] 修复 MAX_PATH 路径过长错误
190- - [Windows] 修复可执行文件检测时 shell 环境未刷新的问题
191- - [智能体] 将 agents.db 移至 Data/ 目录以保持备份一致性
192- - [智能体] 修复发送智能体消息时不自动滚动到底部的问题
193- - [智能体] 改进 Claude Code 智能体的语言指令
194- - [推理] 新增 qwen3-max 推理模型支持
195- - [推理] 修复 Fireworks 模型 ID 的推理检测规范化
196- - [代码块] 修复编辑后复制内容不正确的问题
197- - [对话] 话题命名失败时回退到首条消息文本
198- - [对话] 新增块级 ErrorBoundary 防止脏数据导致崩溃
199- - [模型] 修复 Gemini OpenAI 兼容模式下的思维签名和缺失的 tool_call index
200- - [模型] 修复 openai-compatible strictJsonSchema 补丁
201- - [MCP] 修复工具使用提示中双引号未转义的问题
202- - [OCR] 支持 PP-OCRv5 响应格式并处理 PaddleOCR 中损坏的 PDF
203- - [构建] 固定 @uiw/codemirror-extensions-langs 版本为 4.25.1 以修复生产构建
159+ - [设置] 修复服务商名称输入时空格被立即移除的问题
160+ - [数据] 修复重置数据时未清除智能体、记忆、知识库和笔记数据的问题
161+ - [数据] 修复 Windows 上恢复备份失败的问题(EBUSY 错误)
162+ - [MCP] 修复 MCP 工具返回图片时超出 API 消息大小限制的问题
204163
205- ⚡ 性能优化
206- - 移除主进程中未使用的 Redux 状态缓存
164+ 💄 改进
165+ - [智能体] 优化设置弹窗界面,改进权限模式选择体验
166+ - [模型] 更新 MiniMax 模型至最新的 M2.x 系列
207167 <!--LANG:END-->
0 commit comments