chore: update release notes for v1.7.0-rc.3

- Updated version to 1.7.0-rc.3 in package.json
- Added new features including support for Silicon provider and AIHubMix
- Consolidated bug fixes related to providers, models, UI, and settings
- Improved SDK integration with upgraded dependencies
This commit is contained in:
fullex 2025-11-26 21:09:27 +08:00
parent 97519d96d7
commit c0beab0f8a
2 changed files with 41 additions and 51 deletions

View File

@ -134,66 +134,56 @@ artifactBuildCompleted: scripts/artifact-build-completed.js
releaseInfo: releaseInfo:
releaseNotes: | releaseNotes: |
<!--LANG:en--> <!--LANG:en-->
What's New in v1.7.0-rc.2 What's New in v1.7.0-rc.3
✨ New Features: ✨ New Features:
- AI Models: Added support for Gemini 3, Gemini 3 Pro with image preview, and GPT-5.1 - Provider: Added Silicon provider support for Anthropic API compatibility
- Import: ChatGPT conversation import feature - Provider: AIHubMix support for nano banana
- Agent: Git Bash detection and requirement check for Windows agents
- Search: Native language emoji search with CLDR data format
- Provider: Endpoint type support for cherryin provider
- Debug: Local crash mini dump file for better diagnostics
🐛 Important Bug Fixes: 🐛 Bug Fixes:
- Error Handling: Improved error display in AiSdkToChunkAdapter - i18n: Clean up translation tags and untranslated strings
- Database: Optimized DatabaseManager and fixed libsql crash issues - Provider: Fixed Silicon provider code list
- Memory: Fixed EventEmitter memory leak in useApiServer hook - Provider: Fixed Poe API reasoning parameters for GPT-5 and reasoning models
- Messages: Fixed adjacent user messages appearing when assistant message contains error only - Provider: Fixed duplicate /v1 in Anthropic API endpoints
- Tools: Fixed missing execution state for approved tool permissions - Provider: Fixed Azure provider handling in AI SDK integration
- File Processing: Fixed "no such file" error for non-English filenames in open-mineru - Models: Added Claude Opus 4.5 pattern to THINKING_TOKEN_MAP
- PDF: Fixed mineru PDF validation and 403 errors - Models: Improved Gemini reasoning and message handling
- Images: Fixed base64 image save issues - Models: Fixed custom parameters for Gemini models
- Search: Fixed URL context and web search capability - Models: Fixed qwen-mt-flash text delta support
- Models: Added verbosity parameter support for GPT-5 models - Models: Fixed Groq verbosity setting
- UI: Improved todo tool status icon visibility and colors - UI: Fixed quota display and quota tips
- Providers: Fixed api-host for vercel ai-gateway and gitcode update config - UI: Fixed web search button condition
- Settings: Fixed updateAssistantPreset reducer to properly update preset
- Settings: Respect enableMaxTokens setting when maxTokens is not configured
- SDK: Fixed header merging logic in AI SDK
⚡ Improvements: ⚡ Improvements:
- SDK: Updated Google and OpenAI SDKs with new features - SDK: Upgraded @anthropic-ai/claude-agent-sdk to 0.1.53
- UI: Simplified knowledge base creation modal and agent creation form
- Tools: Replaced renderToolContent function with ToolContent component
- Architecture: Namespace tool call IDs with session ID to prevent conflicts
- Config: AI SDK configuration refactoring
<!--LANG:zh-CN--> <!--LANG:zh-CN-->
v1.7.0-rc.2 新特性 v1.7.0-rc.3 更新内容
✨ 新功能: ✨ 新功能:
- AI 模型:新增 Gemini 3、Gemini 3 Pro 图像预览支持,以及 GPT-5.1 - 提供商:新增 Silicon 提供商对 Anthropic API 的兼容性支持
- 导入ChatGPT 对话导入功能 - 提供商AIHubMix 支持 nano banana
- AgentWindows Agent 的 Git Bash 检测和要求检查
- 搜索:支持本地语言 emoji 搜索CLDR 数据格式)
- 提供商cherryin provider 的端点类型支持
- 调试:启用本地崩溃 mini dump 文件,方便诊断
🐛 重要修复: 🐛 问题修复:
- 错误处理:改进 AiSdkToChunkAdapter 的错误显示 - 国际化:清理翻译标签和未翻译字符串
- 数据库:优化 DatabaseManager 并修复 libsql 崩溃问题 - 提供商:修复 Silicon 提供商代码列表
- 内存:修复 useApiServer hook 中的 EventEmitter 内存泄漏 - 提供商:修复 Poe API 对 GPT-5 和推理模型的推理参数
- 消息:修复当助手消息仅包含错误时相邻用户消息出现的问题 - 提供商:修复 Anthropic API 端点重复 /v1 问题
- 工具:修复批准工具权限缺少执行状态的问题 - 提供商:修复 Azure 提供商在 AI SDK 集成中的处理
- 文件处理:修复 open-mineru 处理非英文文件名时的"无此文件"错误 - 模型Claude Opus 4.5 添加到 THINKING_TOKEN_MAP
- PDF修复 mineru PDF 验证和 403 错误 - 模型:改进 Gemini 推理和消息处理
- 图片:修复 base64 图片保存问题 - 模型:修复 Gemini 模型自定义参数
- 搜索:修复 URL 上下文和网络搜索功能 - 模型:修复 qwen-mt-flash text delta 支持
- 模型:为 GPT-5 模型添加 verbosity 参数支持 - 模型:修复 Groq verbosity 设置
- UI改进 todo 工具状态图标可见性和颜色 - 界面:修复配额显示和配额提示
- 提供商:修复 vercel ai-gateway 和 gitcode 更新配置的 api-host - 界面:修复 Web 搜索按钮条件
- 设置:修复 updateAssistantPreset reducer 正确更新 preset
- 设置:尊重 enableMaxTokens 设置
- SDK修复 AI SDK 中 header 合并逻辑
⚡ 改进: ⚡ 改进:
- SDK更新 Google 和 OpenAI SDK新增功能和修复 - SDK升级 @anthropic-ai/claude-agent-sdk 到 0.1.53
- UI简化知识库创建模态框和 agent 创建表单
- 工具:用 ToolContent 组件替换 renderToolContent 函数,提升可读性
- 架构:用会话 ID 命名工具调用 ID 以防止冲突
- 配置AI SDK 配置重构
<!--LANG:END--> <!--LANG:END-->

View File

@ -1,6 +1,6 @@
{ {
"name": "CherryStudio", "name": "CherryStudio",
"version": "1.7.0-rc.2", "version": "1.7.0-rc.3",
"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",