Skip to content

Commit 4e0f2e6

Browse files
chore: release v1.8.1 (#13605)
<!-- Template from https://github.com/kubevirt/kubevirt/blob/main/.github/PULL_REQUEST_TEMPLATE.md?--> <!-- Thanks for sending a pull request! Here are some tips for you: 1. Consider creating this PR as draft: https://github.com/CherryHQ/cherry-studio/blob/main/CONTRIBUTING.md --> <!-- ⚠️ Important: Redux/IndexedDB Data-Changing Feature PRs Temporarily On Hold ⚠️ Please note: For our current development cycle, we are not accepting feature Pull Requests that introduce changes to Redux data models or IndexedDB schemas. While we value your contributions, PRs of this nature will be blocked without merge. We welcome all other contributions (bug fixes, perf enhancements, docs, etc.). Thank you! Once version 2.0.0 is released, we will resume reviewing feature PRs. --> ### What this PR does Before this PR: Version 1.8.0 is the current release After this PR: Release v1.8.1 with bug fixes and improvements <!-- (optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close the issue(s) when PR gets merged)*: --> Fixes # ### Why we need it and why it was done in this way Automated release for version 1.8.1 The following tradeoffs were made: N/A The following alternatives were considered: N/A Links to places where the discussion took place: N/A ### Breaking changes None ### Special notes for your reviewer This is an automated release PR. Merging this PR will trigger the release build workflow. ### Checklist This checklist is not enforcing, but it is a reminder of items that could be relevant to every PR. Approvers are expected to review this list. - [x] PR: The PR description is expressive enough and will help future contributors - [x] Code: [Write code that humans can understand](https://en.wikiquote.org/wiki/Martin_Fowler#code-for-humans) and [Keep it simple](https://en.wikipedia.org/wiki/KISS_principle) - [x] Refactor: You have [left the code cleaner than you found it (Boy Scout Rule)](https://learning.oreilly.com/library/view/97-things-every/9780596809515/ch08.html) - [x] Upgrade: Impact of this change on upgrade flows was considered and addressed if required - [x] Documentation: A [user-guide update](https://docs.cherry-ai.com) was considered and is present (link) or not required. Check this only when the PR introduces or changes a user-facing feature or behavior. - [ ] Self-review: I have reviewed my own code (e.g., via [`/gh-pr-review`](/.claude/skills/gh-pr-review/SKILL.md), `gh pr diff`, or GitHub UI) before requesting review from others ### Release note <!-- Write your release note: 1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required". 2. If no release note is required, just write "NONE". 3. Only include user-facing changes (new features, bug fixes visible to users, UI changes, behavior changes). For CI, maintenance, internal refactoring, build tooling, or other non-user-facing work, write "NONE". --> ```release-note Cherry Studio 1.8.1 - Quick Fixes 🐛 Bug Fixes - [Agents] Fix thinking mode 400 error on non-Anthropic providers - [macOS] Add manual download option for users who cannot auto-update due to code signing change - [Windows] Fix Windows Terminal launch failing on non-English systems - [Windows] Fix CLI tools (qwen-code, Copilot CLI) failing to start on Windows - [Azure] Fix dated API versions routing to wrong transport - [Editor] Fix Zed editor unable to open directories from agent workspace ✨ New Features - [Agents] Clickable file paths in tool outputs — click to open files, with dropdown to reveal in Finder or open in external editors 💄 Improvements - [Backup] Enhanced backup system with new format (v6), improved security, and config.json now included in backups ``` --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 45edebe commit 4e0f2e6

2 files changed

Lines changed: 21 additions & 31 deletions

File tree

electron-builder.yml

Lines changed: 20 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -140,44 +140,34 @@ artifactBuildCompleted: scripts/artifact-build-completed.js
140140
releaseInfo:
141141
releaseNotes: |
142142
<!--LANG:en-->
143-
Cherry Studio 1.8.0 - Agents & Performance
144-
145-
✨ New Features
146-
- [Agents] Added drag-and-drop manual sorting for agent and session lists
147-
- [Models] Added MiniMax M2.5 highspeed model support
148-
- [OpenClaw] Switch to binary installation to optimize the installation experience
143+
Cherry Studio 1.8.1 - Quick Fixes
149144
150145
🐛 Bug Fixes
151-
- [Agents] Fixed deleting last accessible directory bug - delete button now disabled when only one remains
152-
- [UI] Fixed web search providers not showing for local models (e.g., Ollama) in chat toolbar
153-
- [Models] Fixed reasoning effort and summary mode not applying for some OpenAI-compatible providers
154-
- [OpenClaw] Fixed OpenClaw gateway status detection for crashed/externally-stopped OpenClaw gateways
155-
- [Gateway] Improved gateway startup error messages with detailed diagnostics
156-
- [Poe] Fixed web_search parameter not being passed correctly when built-in search is enabled
146+
- [Agents] Fix thinking mode 400 error on non-Anthropic providers
147+
- [Windows] Fix Windows Terminal launch failing on non-English systems
148+
- [Windows] Fix CLI tools (qwen-code, Copilot CLI) failing to start on Windows
149+
- [Azure] Fix dated API versions routing to wrong transport
150+
- [Editor] Fix Zed editor unable to open directories from agent workspace
151+
152+
✨ New Features
153+
- [Agents] Clickable file paths in tool outputs — click to open files, with dropdown to reveal in Finder or open in external editors
157154
158155
💄 Improvements
159-
- [Agents] Added configurable maximum tool calls setting (1-100) in assistant settings
160-
- [UI] Added Windows Mica effect for better visual integration
161-
- [Performance] Increased default request timeout from 10 to 30 minutes for slow local models
156+
- [Backup] Enhanced backup system with new format (v6), improved security, and config.json now included in backups
162157
163158
<!--LANG:zh-CN-->
164-
Cherry Studio 1.8.0 - 智能体与性能
165-
166-
✨ 新功能
167-
- [智能体] 新增智能体和会话列表的拖拽排序功能
168-
- [模型] 新增 MiniMax M2.5 高速模型支持
169-
- [OpenClaw] 改为二进制安装优化安装体验
159+
Cherry Studio 1.8.1 - 快速修复
170160
171161
🐛 问题修复
172-
- [智能体] 修复删除最后一个可访问目录的漏洞 - 只剩一个目录时禁用删除按钮
173-
- [UI] 修复本地模型(如 Ollama)聊天工具栏中不显示网络搜索选项的问题
174-
- [模型] 修复部分 OpenAI 兼容服务商的推理努力和摘要模式设置不生效的问题
175-
- [OpenClaw] 修复OpenClaw网关状态检测无法识别崩溃/外部停止的OpenClaw网关的问题
176-
- [网关] 改进网关启动错误消息,提供详细诊断信息
177-
- [Poe] 修复启用内置搜索时 web_search 参数未正确传递的问题
162+
- [智能体] 修复非 Anthropic 服务商思考模式 400 错误
163+
- [Windows] 修复 Windows Terminal 在非英语系统上启动失败的问题
164+
- [Windows] 修复 CLI 工具(qwen-code、Copilot CLI)在 Windows 上启动失败的问题
165+
- [Azure] 修复特定版本的 API 路由到错误传输方式的问题
166+
- [编辑器] 修复 Zed 编辑器无法从智能体工作区打开目录的问题
167+
168+
✨ 新功能
169+
- [智能体] 工具输出中的文件路径可点击 — 点击打开文件,下拉菜单可显示在访达中或在外部编辑器中打开
178170
179171
💄 改进
180-
- [智能体] 新增助手设置中的最大工具调用次数配置(1-100)
181-
- [UI] 新增 Windows Mica 效果以提升视觉体验
182-
- [性能] 将默认请求超时从 10 分钟增加到 30 分钟,优化慢速本地模型体验
172+
- [备份] 增强备份系统,新增格式(v6)、改进安全性,config.json 现已包含在备份中
183173
<!--LANG:END-->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CherryStudio",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"private": true,
55
"description": "A powerful AI assistant for producer.",
66
"desktopName": "CherryStudio.desktop",

0 commit comments

Comments
 (0)