v2.1.1

Wait 5 sec.

Downloads / 下载 (v2.1.1)PlatformArchitectureGlobalChina EditionWindowsx64Installer · PortableInstaller · PortableWindowsarm64Installer · PortableInstaller · PortablemacOSApple M SeriesDMG · ZIPDMG · ZIPmacOSIntelDMG · ZIPDMG · ZIPLinuxx64AppImage · DEB · RPMAppImage · DEB · RPMLinuxarm64AppImage · DEB · RPMAppImage · DEB · RPMRelease Notes / 发布说明EnglishCherry Studio 2.1.1 - Provider Support and Stability Improvements✨ New Features[Model] Add oMLX as a built-in local provider with base URL preset and no API key required.[Model] Add Moonshot AI global endpoint for users of the international Moonshot console.[MCP] The built-in mcp-auto-install server keeps its Registry cache and config writes inside Cherry's config directory instead of other MCP clients; AI-assisted installs can resolve server config from the MCP Registry before registering.[Sign-in] CherryIN sign-in uses a local HTTP callback instead of the system custom-protocol handler.[Agents] Return to the original chat from a link at the fork boundary.[Diagnostics] Chat, tool, and agent failures now record structured diagnostic context with redacted request/response shapes.🐛 Bug Fixes[Recycle Bin] Improve settings with direct category tabs, clearer grouping, compact actions, and disabled batch management for empty categories.[Settings] Fixed settings, authorization, billing, and feedback links opening in the internal browser instead of the system browser.[Settings] English search terms now find the V2 serif-font setting.[Agents] Fixed timeouts when forking long DSH conversations.[macOS] Warn Apple Silicon users running the Intel build and link to the correct edition's download page.[Tools] Fixed skill installation, Skill tool dependency check, and Windows binary management failing when command lookup times out or errors.[Models] Keep valid LM Studio models when one catalog entry is malformed.[Input] AskUserQuestion answers now wrap and grow, and keep selected options when a custom note is typed.[AI] Fixed Gemini requests failing with 400 error when tool parameters declare numeric or boolean enum values.[Markdown] Fixed KaTeX-stretched symbols (e.g., square roots) disappearing from rendered formulas.[Windows] Fixed agent-session trace history never being saved.[Privacy] Fixed analytics events still being sent after disabling data collection.[Sidebar] All resource shortcuts can now be removed via context menus.[Profile] Fixed user name input dropping spaces, allowing names like “John Doe”.[MCP] Fixed OAuth sign-in failing with connection-refused because callback listener started after browser opened.简体中文Cherry Studio 2.1.1 - 服务商支持与稳定性改进✨ 新功能[模型] 新增 oMLX 内置本地服务商,预设 base URL,无需 API 密钥。[模型] 新增 Moonshot AI 全球端点,方便使用国际版 Moonshot 控制台的用户连接。[MCP] 内置 mcp-auto-install 服务器将 Registry 缓存和配置写入保持在 Cherry 的配置目录,而非其他 MCP 客户端;AI 辅助安装可在注册前从 MCP Registry 解析服务器配置。[登录] CherryIN 登录使用本地 HTTP 回调,不再依赖系统自定义协议处理程序。[智能体] 从分叉边界链接返回原始对话。[诊断] 对话、工具和智能体失败时记录结构化诊断上下文,请求/响应内容已脱敏。🐛 问题修复[回收站] 改进设置,增加直接分类标签、更清晰的分组、紧凑操作,并为空类别禁用批量管理。[设置] 修复设置、授权、账单和反馈链接在内置浏览器打开而非系统浏览器的问题。[设置] 英文搜索词现在可以找到 V2 衬线字体设置。[智能体] 修复分叉长时间 DSH 对话时的超时问题。[macOS] 提醒在 Apple Silicon 上运行 Intel 版本的用户,并链接到正确版本的下载页面。[工具] 修复技能安装、Skill 工具依赖检查和 Windows 二进制管理在命令查找超时或出错时失败的问题。[模型] 当单个目录条目格式错误时保留有效的 LM Studio 模型。[输入] AskUserQuestion 回答现在可以换行和增长,并在输入自定义说明时保留已选选项。[AI] 修复工具参数声明数字或布尔枚举值时 Gemini 请求返回 400 错误的问题。[Markdown] 修复 KaTeX 拉伸符号(如平方根)在渲染公式中消失的问题。[Windows] 修复智能体会话跟踪历史从未保存的问题。[隐私] 修复禁用数据收集后仍发送分析事件的问题。[侧边栏] 所有资源快捷方式现在可以通过右键菜单移除。[个人资料] 修复用户名输入丢失空格的问题,允许输入如”张三”这样的名字。[MCP] 修复 OAuth 登录因回调监听器在浏览器打开后才启动而失败的问题。What's Changedfix(mcp-oauth): start OAuth callback before connecting by @404-Page-Found in #20703feat(error-logging): log redacted request/response context on AI failures by @DeJeune in #20394fix(user-popup): allow spaces inside the user name by @kovsu in #20716feat(agent-heartbeat): restore heartbeat schedule provisioning on the JobManager stack by @NatsUIJM in #20055chore(release): sync v2.1.0 metadata by @kangfenmao in #20724feat(agent-session): add native checkpoint forks by @WhiteZeek in #20340fix(aihubmix): add newer model families to web-tool prefix lists by @IToSSc in #20567feat(agent-session): link forks to their source conversation by @WhiteZeek in #20714fix(settings-search): expose serif font search terms by @ActiveSky in #20726fix(sidebar): remove app-specific shortcut restrictions by @DeJeune in #20722fix(seeding): lint-ban overwriting upserts in seeders by @LXD-8 in #20729feat(provider-registry): add Moonshot AI global endpoint by @ysntony in #18835fix(analytics): discard queue and cancel retries on consent revoke by @404-Page-Found in #20701fix(trace): encode topicId segments so agent-session traces persist on Windows by @404-Page-Found in #20706fix(markdown): render KaTeX glyph SVGs outside the context menu wrapper by @404-Page-Found in #20708fix(ai-sdk): retype non-string tool enums for Gemini function calling by @NatsUIJM in #20802fix(composer): send selected options together with typed AskUserQuestion notes by @NatsUIJM in #20788fix(analytics): upgrade client and discard queue on consent revocation by @kangfenmao in #20818fix(pnpm): restore executable metadata for clean installs by @kangfenmao in #20810fix(composer): let AskUserQuestion custom answers wrap and grow by @NatsUIJM in #20786fix(analytics): stop reporting embedding token usage by @kangfenmao in #20820feat(painting-tool): honor model-declared maxInputImages for generate_image references by @NatsUIJM in #20809fix(model-list): keep valid models after malformed entries by @SiinXu in #20450fix(command-resolver): keep best-effort callers working when lookup fails by @kovsu in #20832feat(provider-registry): add oMLX as a local OpenAI-compatible provider by @LXD-8 in #20683chore(binaries): upgrade bundled bun to 1.4.2 by @zhangjiadi225 in #20839fix(macos): warn when Intel builds run on Apple Silicon by @kangfenmao in #20812feat(cherryin): use HTTP loopback for OAuth sign-in by @zhibisora in #20280fix(dsh-fork): flush live history before forking from disk by @DeJeune in #20840fix(settings): open settings and authorization links externally by @kangfenmao in #20845feat(mcp): keep mcp-auto-install writes inside the Cherry tree by @MyPrototypeWhat in #20847fix(trash-settings): improve layout and category navigation by @kangfenmao in #20846New Contributors@IToSSc made their first contribution in #20567@ysntony made their first contribution in #18835Full Changelog: v2.1.0...v2.1.1