From 2e173631a074af1e23be0de779359f88df7a99f4 Mon Sep 17 00:00:00 2001 From: kangfenmao Date: Wed, 15 Oct 2025 19:46:36 +0800 Subject: [PATCH] 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. --- electron-builder.yml | 116 ++++++++++++++++++++++++++++++++++++++----- package.json | 4 +- 2 files changed, 106 insertions(+), 14 deletions(-) diff --git a/electron-builder.yml b/electron-builder.yml index e1e29eb11..8577a307a 100644 --- a/electron-builder.yml +++ b/electron-builder.yml @@ -125,21 +125,113 @@ afterSign: scripts/notarize.js artifactBuildCompleted: scripts/artifact-build-completed.js releaseInfo: releaseNotes: | - What's New in v1.6.3 + + What's New in v1.7.0-beta.1 - Features: - - Notes: Add spell-check control, automatic table line wrapping, export functionality, and LLM-based renaming - - UI: Expand topic rename clickable area, add middle-click tab closing, remove redundant scrollbars, fix message menubar overflow - - Editor: Add read-only extension support, make TextFilePreview read-only but copyable - - Models: Update support for DeepSeek v3.2, Claude 4.5, GLM 4.6, Gemini regex, and vision models - - Code Tools: Add GitHub Copilot CLI integration + Major Features: + - 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 + - Agent Management: Create, configure, and manage agents with custom settings including model selection, tool permissions, accessible paths, and MCP server integrations + - Agent Sessions: Dedicated session management for agent interactions with persistent message history and context tracking + - Unified UI: Streamlined interface combining Assistants and Agents tabs with improved navigation and settings management + + Agent Features: + - Tool Support: Web search, file operations, bash commands, and custom MCP tools + - Advanced Configuration: Max turns, temperature, token limits + - Permission Control: Configurable tool approval modes (manual, automatic, none) + - Session Persistence: Automatic message saving with optimized streaming and database integration + - Model Selection: API-based model filtering with provider-specific support + + UI/UX Improvements: + - Unified assistant/agent tabs with smooth animations + - In-place session name editing + - Virtual list rendering for improved performance + - Session count indicators for active agents + - Enhanced settings popup with tabbed interface + - Webview keyboard shortcut interception for search functionality + + API & Infrastructure: + - RESTful API for agent and session management + - Drizzle ORM integration for agent database + - OAuth support for Claude Code authentication + - Express validator for request validation + - Comprehensive error handling with Zod schemas + + Model Updates: + - Gemini 2.5 Image Flash support + - Grok 4 Fast with reasoning capabilities + - Qwen3-omni and Qwen3-vl thinking models + - DeepSeek, Claude 4.5, GLM 4.6 support + - GitHub Copilot CLI integration with gpt-5-codex Bug Fixes: + - Fix Swagger UI accessibility issues + - Fix AI SDK error display with syntax highlighting + - Fix webview search shortcut handling + - Fix agent model visibility for CherryIn provider + - Fix session message ordering and persistence + - Fix anthropic model visibility in agent configuration + - Fix knowledge base deletion and web search RAG errors - Fix migration for missing providers - - Fix forked topic retaining old name after rename - - Restore first token latency reporting in metrics - - Fix UI scrollbar and overflow issues Technical Updates: - - Upgrade to Electron 37.6.0 - - Update dependencies across packages + - React 19.2.0 upgrade + - Enhanced Claude Code service with streaming support + - Improved message transformation and streaming lifecycle + - Database migration system with automatic schema sync + - Optimized bundle size and dependency management + + + v1.7.0-beta.1 新特性 + + 核心功能: + - Agent 系统:引入智能 Agent 能力,与助手(Assistant)并存。Agent 基于 Claude Code SDK 构建,具备工具调用、文件操作和多轮推理能力,可自主解决复杂问题 + - Agent 管理:创建、配置和管理 Agent,支持自定义模型选择、工具权限、可访问路径和 MCP 服务器集成 + - Agent 会话:专属会话管理系统,支持持久化消息历史和上下文追踪 + - 统一界面:精简的助手和 Agent 标签页界面,改进导航和设置管理体验 + + Agent 功能特性: + - 工具支持:网页搜索、文件操作、Bash 命令执行和自定义 MCP 工具 + - 高级配置:最大轮次、温度、Token 限制 + - 权限控制:可配置的工具批准模式(手动、自动、无需批准) + - 会话持久化:自动消息保存,优化的流式传输和数据库集成 + - 模型选择:基于 API 的模型过滤,支持特定提供商 + + 界面与交互优化: + - 统一的助手/Agent 标签页,带有流畅动画效果 + - 会话名称原地编辑功能 + - 虚拟列表渲染,提升性能表现 + - 活跃 Agent 的会话计数指示器 + - 增强的设置弹窗,采用标签页界面 + - Webview 键盘快捷键拦截,支持搜索功能 + + API 与基础设施: + - RESTful API 用于 Agent 和会话管理 + - 集成 Drizzle ORM 管理 Agent 数据库 + - Claude Code OAuth 认证支持 + - Express validator 请求验证 + - 基于 Zod 模式的完善错误处理 + + 模型更新: + - 支持 Gemini 2.5 Image Flash + - Grok 4 Fast 推理能力 + - Qwen3-omni 和 Qwen3-vl 思考模型 + - DeepSeek、Claude 4.5、GLM 4.6 支持 + - GitHub Copilot CLI 集成 gpt-5-codex + + 问题修复: + - 修复 Swagger UI 无法打开 + - 修复 AI SDK 错误显示,添加语法高亮 + - 修复 Webview 搜索快捷键处理 + - 修复 CherryIn 提供商的 Agent 模型可见性 + - 修复会话消息排序和持久化 + - 修复 Anthropic 模型在 Agent 配置中的可见性 + - 修复知识库删除和网页搜索 RAG 错误 + - 修复缺失提供商的迁移问题 + + 技术更新: + - 升级至 React 19.2.0 + - 增强 Claude Code 服务流式传输支持 + - 改进消息转换和流式生命周期 + - 数据库迁移系统,支持自动模式同步 + - 优化打包大小和依赖管理 + diff --git a/package.json b/package.json index 29cb40b0a..e82153922 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "CherryStudio", - "version": "1.7.0-alpha.5", + "version": "1.7.0-beta.1", "private": true, "description": "A powerful AI assistant for producer.", "main": "./out/main/index.js", @@ -83,6 +83,7 @@ "@libsql/win32-x64-msvc": "^0.4.7", "@napi-rs/system-ocr": "patch:@napi-rs/system-ocr@npm%3A1.0.2#~/.yarn/patches/@napi-rs-system-ocr-npm-1.0.2-59e7a78e8b.patch", "@strongtz/win32-arm64-msvc": "^0.4.7", + "express": "^5.1.0", "font-list": "^2.0.0", "graceful-fs": "^4.2.11", "jsdom": "26.1.0", @@ -263,7 +264,6 @@ "eslint-plugin-react-hooks": "^5.2.0", "eslint-plugin-simple-import-sort": "^12.1.1", "eslint-plugin-unused-imports": "^4.1.4", - "express": "^5.1.0", "express-validator": "^7.2.1", "fast-diff": "^1.3.0", "fast-xml-parser": "^5.2.0",