v1.9.13
Added 3
- Support LongCat 2.0 thinking for models
- Add support for doubao-seed-2-1 and doubao-seed-evolving models
- Support PowerShell fallback on Windows for agents
Changed 1
- Use managed release service for updater
Fixed 8
- Correct misclassifications in AI diagnosis and surface provider error JSON
- Prevent renderer OOM during long streaming responses
- Use v1beta for NewAPI Gemini endpoints
- Update CherryIN website and OAuth domains
- Send rewritten search prompt as user content
- Load history when message lists are underfilled
- Wire Ctrl+F in-chat search in AgentChat
- Preserve authorization headers in copilot
What's Changed
- chore(gitignore): ignore local agents override file by @ousugo in https://github.com/CherryHQ/cherry-studio/pull/16787
- feat(models): support LongCat 2.0 thinking by @ousugo in https://github.com/CherryHQ/cherry-studio/pull/16789
- hotfix(ai-diagnosis): correct misclassifications and surface provider error JSON by @SiinXu in https://github.com/CherryHQ/cherry-studio/pull/15241
- fix: prevent renderer OOM during long streaming responses by @Raymond8196 in https://github.com/CherryHQ/cherry-studio/pull/15832
- fix(provider): use v1beta for NewAPI Gemini endpoints by @zhibisora in https://github.com/CherryHQ/cherry-studio/pull/17005
- fix: update CherryIN website and OAuth domains by @zhibisora in https://github.com/CherryHQ/cherry-studio/pull/17174
- refactor(updater): use managed release service by @kangfenmao in https://github.com/CherryHQ/cherry-studio/pull/17229
- fix(search): send rewritten search prompt as user content by @zhibisora in https://github.com/CherryHQ/cherry-studio/pull/17270
- fix(chat): load history when message lists are underfilled by @zhibisora in https://github.com/CherryHQ/cherry-studio/pull/17167
- fix(agents): wire Ctrl+F in-chat search in AgentChat by @Raymond8196 in https://github.com/CherryHQ/cherry-studio/pull/17223
- feat(models): add support for doubao-seed-2-1 and doubao-seed-evolving models by @GeorgeDong32 in https://github.com/CherryHQ/cherry-studio/pull/16458
- fix(copilot): preserve authorization headers by @404-Page-Found in https://github.com/CherryHQ/cherry-studio/pull/17713
- feat(agents): support PowerShell fallback on Windows by @zhibisora in https://github.com/CherryHQ/cherry-studio/pull/17754
Full Changelog: https://github.com/CherryHQ/cherry-studio/compare/v1.9.12...v1.9.13