You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- 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>
0 commit comments