bump: version 1.6.0-rc.2

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
kangfenmao 2025-09-17 18:57:08 +08:00
parent 273475881e
commit 6c9fc598d4
2 changed files with 11 additions and 15 deletions

View File

@ -125,20 +125,16 @@ afterSign: scripts/notarize.js
artifactBuildCompleted: scripts/artifact-build-completed.js artifactBuildCompleted: scripts/artifact-build-completed.js
releaseInfo: releaseInfo:
releaseNotes: | releaseNotes: |
✨ 新功能: 🐛 问题修复:
- 集成 Perplexity SDK 和 Anthropic OAuth - 修复 Anthropic API URL 处理,移除尾部斜杠并添加端点路径处理
- 支持 API 服务器模式,提供外部调用接口 - 修复 MessageEditor 缺少 QuickPanelProvider 包装的问题
- 新增字体自定义设置功能 - 修复 MiniWindow 高度问题
- 笔记支持文件夹批量上传
- 集成 HeroUI 和 Tailwind CSS 提升界面体验
🚀 性能优化: 🚀 性能优化:
- 优化大文件上传,支持 OpenAI 标准文件服务 - 优化输入栏提及模型状态缓存,在渲染间保持状态
- 重构 MCP 服务,改进错误处理和状态管理 - 重构网络搜索参数支持模型内置搜索,新增 OpenAI Chat 和 OpenRouter 支持
🐛 问题修复: 🔧 重构改进:
- 修复 WebSearch RAG 并发问题 - 更新 HeroUIProvider 导入路径,改善上下文管理
- 修复翻译页面长文本渲染布局问题 - 更新依赖项和 VSCode 开发环境配置
- 修复笔记拖拽排序和无限循环问题 - 升级 @cherrystudio/ai-core 到 v1.0.0-alpha.17
- 修复 macOS CodeTool 工作目录错误
- 修复多个 UI 组件的响应式设计问题

View File

@ -1,6 +1,6 @@
{ {
"name": "CherryStudio", "name": "CherryStudio",
"version": "1.6.0-rc.1", "version": "1.6.0-rc.2",
"private": true, "private": true,
"description": "A powerful AI assistant for producer.", "description": "A powerful AI assistant for producer.",
"main": "./out/main/index.js", "main": "./out/main/index.js",