Skip to content

Commit f10d661

Browse files
committed
chore: update release notes for v1.7.0-beta.1
- Major features introduced: Agent System, Agent Management, and Unified UI. - Added detailed agent features and UI/UX improvements. - Included bug fixes and technical updates, such as React upgrade and enhanced Claude Code service. - Updated version in package.json to 1.7.0-beta.1.
1 parent c457d4a commit f10d661

File tree

2 files changed

+105
-13
lines changed

2 files changed

+105
-13
lines changed

electron-builder.yml

Lines changed: 104 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -125,21 +125,113 @@ afterSign: scripts/notarize.js
125125
artifactBuildCompleted: scripts/artifact-build-completed.js
126126
releaseInfo:
127127
releaseNotes: |
128-
What's New in v1.6.3
128+
<!--LANG:en-->
129+
What's New in v1.7.0-beta.1
129130
130-
Features:
131-
- Notes: Add spell-check control, automatic table line wrapping, export functionality, and LLM-based renaming
132-
- UI: Expand topic rename clickable area, add middle-click tab closing, remove redundant scrollbars, fix message menubar overflow
133-
- Editor: Add read-only extension support, make TextFilePreview read-only but copyable
134-
- Models: Update support for DeepSeek v3.2, Claude 4.5, GLM 4.6, Gemini regex, and vision models
135-
- Code Tools: Add GitHub Copilot CLI integration
131+
Major Features:
132+
- Agent System: Introducing intelligent Agent capabilities alongside Assistants. Agents can autonomously solve complex problems using Claude Code SDK with tool calling, file operations, and multi-turn reasoning
133+
- Agent Management: Create, configure, and manage agents with custom settings including model selection, tool permissions, accessible paths, and MCP server integrations
134+
- Agent Sessions: Dedicated session management for agent interactions with persistent message history and context tracking
135+
- Unified UI: Streamlined interface combining Assistants and Agents tabs with improved navigation and settings management
136+
137+
Agent Features:
138+
- Tool Support: Web search, file operations, bash commands, and custom MCP tools
139+
- Advanced Configuration: Max turns, temperature, token limits
140+
- Permission Control: Configurable tool approval modes (manual, automatic, none)
141+
- Session Persistence: Automatic message saving with optimized streaming and database integration
142+
- Model Selection: API-based model filtering with provider-specific support
143+
144+
UI/UX Improvements:
145+
- Unified assistant/agent tabs with smooth animations
146+
- In-place session name editing
147+
- Virtual list rendering for improved performance
148+
- Session count indicators for active agents
149+
- Enhanced settings popup with tabbed interface
150+
- Webview keyboard shortcut interception for search functionality
151+
152+
API & Infrastructure:
153+
- RESTful API for agent and session management
154+
- Drizzle ORM integration for agent database
155+
- OAuth support for Claude Code authentication
156+
- Express validator for request validation
157+
- Comprehensive error handling with Zod schemas
158+
159+
Model Updates:
160+
- Gemini 2.5 Image Flash support
161+
- Grok 4 Fast with reasoning capabilities
162+
- Qwen3-omni and Qwen3-vl thinking models
163+
- DeepSeek, Claude 4.5, GLM 4.6 support
164+
- GitHub Copilot CLI integration with gpt-5-codex
136165
137166
Bug Fixes:
167+
- Fix Swagger UI accessibility issues
168+
- Fix AI SDK error display with syntax highlighting
169+
- Fix webview search shortcut handling
170+
- Fix agent model visibility for CherryIn provider
171+
- Fix session message ordering and persistence
172+
- Fix anthropic model visibility in agent configuration
173+
- Fix knowledge base deletion and web search RAG errors
138174
- Fix migration for missing providers
139-
- Fix forked topic retaining old name after rename
140-
- Restore first token latency reporting in metrics
141-
- Fix UI scrollbar and overflow issues
142175
143176
Technical Updates:
144-
- Upgrade to Electron 37.6.0
145-
- Update dependencies across packages
177+
- React 19.2.0 upgrade
178+
- Enhanced Claude Code service with streaming support
179+
- Improved message transformation and streaming lifecycle
180+
- Database migration system with automatic schema sync
181+
- Optimized bundle size and dependency management
182+
183+
<!--LANG:zh-CN-->
184+
v1.7.0-beta.1 新特性
185+
186+
核心功能:
187+
- Agent 系统:引入智能 Agent 能力,与助手(Assistant)并存。Agent 基于 Claude Code SDK 构建,具备工具调用、文件操作和多轮推理能力,可自主解决复杂问题
188+
- Agent 管理:创建、配置和管理 Agent,支持自定义模型选择、工具权限、可访问路径和 MCP 服务器集成
189+
- Agent 会话:专属会话管理系统,支持持久化消息历史和上下文追踪
190+
- 统一界面:精简的助手和 Agent 标签页界面,改进导航和设置管理体验
191+
192+
Agent 功能特性:
193+
- 工具支持:网页搜索、文件操作、Bash 命令执行和自定义 MCP 工具
194+
- 高级配置:最大轮次、温度、Token 限制
195+
- 权限控制:可配置的工具批准模式(手动、自动、无需批准)
196+
- 会话持久化:自动消息保存,优化的流式传输和数据库集成
197+
- 模型选择:基于 API 的模型过滤,支持特定提供商
198+
199+
界面与交互优化:
200+
- 统一的助手/Agent 标签页,带有流畅动画效果
201+
- 会话名称原地编辑功能
202+
- 虚拟列表渲染,提升性能表现
203+
- 活跃 Agent 的会话计数指示器
204+
- 增强的设置弹窗,采用标签页界面
205+
- Webview 键盘快捷键拦截,支持搜索功能
206+
207+
API 与基础设施:
208+
- RESTful API 用于 Agent 和会话管理
209+
- 集成 Drizzle ORM 管理 Agent 数据库
210+
- Claude Code OAuth 认证支持
211+
- Express validator 请求验证
212+
- 基于 Zod 模式的完善错误处理
213+
214+
模型更新:
215+
- 支持 Gemini 2.5 Image Flash
216+
- Grok 4 Fast 推理能力
217+
- Qwen3-omni 和 Qwen3-vl 思考模型
218+
- DeepSeek、Claude 4.5、GLM 4.6 支持
219+
- GitHub Copilot CLI 集成 gpt-5-codex
220+
221+
问题修复:
222+
- 修复 Swagger UI 无法打开
223+
- 修复 AI SDK 错误显示,添加语法高亮
224+
- 修复 Webview 搜索快捷键处理
225+
- 修复 CherryIn 提供商的 Agent 模型可见性
226+
- 修复会话消息排序和持久化
227+
- 修复 Anthropic 模型在 Agent 配置中的可见性
228+
- 修复知识库删除和网页搜索 RAG 错误
229+
- 修复缺失提供商的迁移问题
230+
231+
技术更新:
232+
- 升级至 React 19.2.0
233+
- 增强 Claude Code 服务流式传输支持
234+
- 改进消息转换和流式生命周期
235+
- 数据库迁移系统,支持自动模式同步
236+
- 优化打包大小和依赖管理
237+
<!--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-alpha.5",
3+
"version": "1.7.0-beta.1",
44
"private": true,
55
"description": "A powerful AI assistant for producer.",
66
"main": "./out/main/index.js",

0 commit comments

Comments
 (0)