Skip to content

Commit 3a16d24

Browse files
committed
chore: update release notes for v1.7.0
1 parent 1b92617 commit 3a16d24

File tree

2 files changed

+65
-51
lines changed

2 files changed

+65
-51
lines changed

electron-builder.yml

Lines changed: 64 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -134,56 +134,70 @@ artifactBuildCompleted: scripts/artifact-build-completed.js
134134
releaseInfo:
135135
releaseNotes: |
136136
<!--LANG:en-->
137-
What's New in v1.7.0-rc.3
138-
139-
✨ New Features:
140-
- Provider: Added Silicon provider support for Anthropic API compatibility
141-
- Provider: AIHubMix support for nano banana
142-
143-
🐛 Bug Fixes:
144-
- i18n: Clean up translation tags and untranslated strings
145-
- Provider: Fixed Silicon provider code list
146-
- Provider: Fixed Poe API reasoning parameters for GPT-5 and reasoning models
147-
- Provider: Fixed duplicate /v1 in Anthropic API endpoints
148-
- Provider: Fixed Azure provider handling in AI SDK integration
149-
- Models: Added Claude Opus 4.5 pattern to THINKING_TOKEN_MAP
150-
- Models: Improved Gemini reasoning and message handling
151-
- Models: Fixed custom parameters for Gemini models
152-
- Models: Fixed qwen-mt-flash text delta support
153-
- Models: Fixed Groq verbosity setting
154-
- UI: Fixed quota display and quota tips
155-
- UI: Fixed web search button condition
156-
- Settings: Fixed updateAssistantPreset reducer to properly update preset
157-
- Settings: Respect enableMaxTokens setting when maxTokens is not configured
158-
- SDK: Fixed header merging logic in AI SDK
159-
160-
⚡ Improvements:
161-
- SDK: Upgraded @anthropic-ai/claude-agent-sdk to 0.1.53
137+
What's New in v1.7.0
138+
139+
🎉 Major New Features
140+
- **AI Agent System**: Create and manage custom AI agents with real-time tool approval
141+
- **Smart Session Management**: Independent agent sessions with automatic renaming and permissions
142+
143+
✨ AI Models & Providers
144+
- **New Providers**: Hugging Face, Mistral, Perplexity, SophNet, AI Gateway, Cerebras AI
145+
- **New Models**: Gemini 3, Gemini 3 Pro with image preview, GPT-5.1, Claude Opus 4.5
146+
- **Enhanced Reasoning**: Improved Gemini and other model reasoning capabilities
147+
148+
📚 Enhanced Knowledge Base
149+
- **OpenMinerU Processor**: More powerful document processing capabilities
150+
- **Full-Text Search**: Quick search through all your notes and content
151+
- **Smart Tool Selection**: Enhanced tool selection and configuration
152+
- **Create Knowledge Base**: Simplified knowledge base creation process
153+
154+
🖼️ Image & OCR
155+
- **Intel OVMS Painting**: New drawing capabilities
156+
- **Intel OpenVINO OCR**: NPU-accelerated text recognition
157+
158+
🌍 Multi-Language Support
159+
- Added German language support (now supporting 10+ languages)
160+
- Improved app menu internationalization
161+
162+
⚡ Performance Improvements and UI Optimizations
163+
- Upgraded to Electron 38.7.0 for better performance
164+
- Enhanced system shutdown handling and automatic update checks
165+
- New MCP management interface
166+
167+
🐛 Important Bug Fixes
168+
- Many bug fixes and performance optimizations
162169
163170
<!--LANG:zh-CN-->
164-
v1.7.0-rc.3 更新内容
165-
166-
✨ 新功能:
167-
- 提供商:新增 Silicon 提供商对 Anthropic API 的兼容性支持
168-
- 提供商:AIHubMix 支持 nano banana
169-
170-
🐛 问题修复:
171-
- 国际化:清理翻译标签和未翻译字符串
172-
- 提供商:修复 Silicon 提供商代码列表
173-
- 提供商:修复 Poe API 对 GPT-5 和推理模型的推理参数
174-
- 提供商:修复 Anthropic API 端点重复 /v1 问题
175-
- 提供商:修复 Azure 提供商在 AI SDK 集成中的处理
176-
- 模型:Claude Opus 4.5 添加到 THINKING_TOKEN_MAP
177-
- 模型:改进 Gemini 推理和消息处理
178-
- 模型:修复 Gemini 模型自定义参数
179-
- 模型:修复 qwen-mt-flash text delta 支持
180-
- 模型:修复 Groq verbosity 设置
181-
- 界面:修复配额显示和配额提示
182-
- 界面:修复 Web 搜索按钮条件
183-
- 设置:修复 updateAssistantPreset reducer 正确更新 preset
184-
- 设置:尊重 enableMaxTokens 设置
185-
- SDK:修复 AI SDK 中 header 合并逻辑
186-
187-
⚡ 改进:
188-
- SDK:升级 @anthropic-ai/claude-agent-sdk 到 0.1.53
171+
v1.7.0 新特性
172+
173+
🎉 重大新功能
174+
- **AI Agent 智能体系统**:创建和管理专属 AI 智能体,支持实时工具审批
175+
- **智能会话管理**:独立 Agent 会话,支持自动重命名和权限控制
176+
177+
✨ AI 模型与提供商
178+
- **新增提供商**:Hugging Face、Mistral、Perplexity、SophNet、AI Gateway、Cerebras AI
179+
- **新增模型**:Gemini 3、Gemini 3 Pro(支持图像预览)、GPT-5.1、Claude Opus 4.5
180+
- **增强推理**:改进 Gemini 和其他模型的推理能力
181+
182+
📚 知识库增强
183+
- **OpenMinerU 文档预处理器**:更强大的文档处理能力
184+
- **全文搜索**:支持笔记全文搜索,快速找到所需内容
185+
- **智能工具选择**:增强的工具选择和配置功能
186+
- **创建知识库**:简化创建知识库的流程
187+
188+
🖼️ 图像与 OCR
189+
- **Intel OVMS 绘图**:新增绘图功能
190+
- **Intel OpenVINO OCR**:支持 NPU 硬件加速的文本识别
191+
192+
🌍 多语言支持
193+
- 新增德语支持(现已支持 10+ 种语言)
194+
- 完善的应用菜单国际化
195+
196+
⚡ 性能改进和界面优化
197+
- 升级到 Electron 38.7.0,性能更佳
198+
- 增强的系统关机处理和自动更新检查
199+
- 新的 MCP 管理界面
200+
201+
🐛 重要修复
202+
- 大量 BUG 修复和性能优化
189203
<!--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.7.0-rc.3",
3+
"version": "1.7.0",
44
"private": true,
55
"description": "A powerful AI assistant for producer.",
66
"main": "./out/main/index.js",

0 commit comments

Comments
 (0)