mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-19 06:30:10 +08:00
Add comprehensive release notes highlighting: - AI Agent system as the major new feature - New AI providers support (Hugging Face, Mistral, Perplexity, SophNet) - Knowledge base enhancements (OpenMinerU, full-text search) - Image & OCR improvements (Intel OVMS, OpenVINO NPU) - MCP management interface redesign with dual-column layout - German language support - Electron 38.7.0 upgrade and system improvements - Important bug fixes
192 lines
7.2 KiB
YAML
192 lines
7.2 KiB
YAML
appId: com.kangfenmao.CherryStudio
|
||
productName: Cherry Studio
|
||
electronLanguages:
|
||
- zh-CN
|
||
- zh-TW
|
||
- en-US
|
||
- ja # macOS/linux/win
|
||
- ru # macOS/linux/win
|
||
- zh_CN # for macOS
|
||
- zh_TW # for macOS
|
||
- en # for macOS
|
||
- de
|
||
directories:
|
||
buildResources: build
|
||
|
||
protocols:
|
||
- name: Cherry Studio
|
||
schemes:
|
||
- cherrystudio
|
||
files:
|
||
- "**/*"
|
||
- "!**/{.vscode,.yarn,.yarn-lock,.github,.cursorrules,.prettierrc}"
|
||
- "!electron.vite.config.{js,ts,mjs,cjs}}"
|
||
- "!.*"
|
||
- "!components.json"
|
||
- "!**/{.eslintignore,.eslintrc.js,.eslintrc.json,.eslintcache,root.eslint.config.js,eslint.config.js,.eslintrc.cjs,.prettierignore,.prettierrc.yaml,eslint.config.mjs,dev-app-update.yml,CHANGELOG.md,README.md,biome.jsonc}"
|
||
- "!**/{.env,.env.*,.npmrc,pnpm-lock.yaml}"
|
||
- "!**/{tsconfig.json,tsconfig.tsbuildinfo,tsconfig.node.json,tsconfig.web.json}"
|
||
- "!**/{.editorconfig,.jekyll-metadata}"
|
||
- "!src"
|
||
- "!scripts"
|
||
- "!local"
|
||
- "!docs"
|
||
- "!packages"
|
||
- "!.swc"
|
||
- "!.bin"
|
||
- "!._*"
|
||
- "!*.log"
|
||
- "!stats.html"
|
||
- "!*.md"
|
||
- "!**/*.{iml,o,hprof,orig,pyc,pyo,rbc,swp,csproj,sln,xproj}"
|
||
- "!**/*.{map,ts,tsx,jsx,less,scss,sass,css.d.ts,d.cts,d.mts,md,markdown,yaml,yml}"
|
||
- "!**/{test,tests,__tests__,powered-test,coverage}/**"
|
||
- "!**/{example,examples}/**"
|
||
- "!**/*.{spec,test}.{js,jsx,ts,tsx}"
|
||
- "!**/*.min.*.map"
|
||
- "!**/*.d.ts"
|
||
- "!**/dist/es6/**"
|
||
- "!**/dist/demo/**"
|
||
- "!**/amd/**"
|
||
- "!**/{.DS_Store,Thumbs.db,thumbs.db,__pycache__}"
|
||
- "!**/{LICENSE,license,LICENSE.*,*.LICENSE.txt,NOTICE.txt,README.md,readme.md,CHANGELOG.md}"
|
||
- "!node_modules/rollup-plugin-visualizer"
|
||
- "!node_modules/js-tiktoken"
|
||
- "!node_modules/@tavily/core/node_modules/js-tiktoken"
|
||
- "!node_modules/pdf-parse/lib/pdf.js/{v1.9.426,v1.10.88,v2.0.550}"
|
||
- "!node_modules/mammoth/{mammoth.browser.js,mammoth.browser.min.js}"
|
||
- "!node_modules/selection-hook/prebuilds/**/*" # we rebuild .node, don't use prebuilds
|
||
- "!node_modules/selection-hook/node_modules" # we don't need what in the node_modules dir
|
||
- "!node_modules/selection-hook/src" # we don't need source files
|
||
- "!node_modules/tesseract.js-core/{tesseract-core.js,tesseract-core.wasm,tesseract-core.wasm.js}" # we don't need source files
|
||
- "!node_modules/tesseract.js-core/{tesseract-core-lstm.js,tesseract-core-lstm.wasm,tesseract-core-lstm.wasm.js}" # we don't need source files
|
||
- "!node_modules/tesseract.js-core/{tesseract-core-simd-lstm.js,tesseract-core-simd-lstm.wasm,tesseract-core-simd-lstm.wasm.js}" # we don't need source files
|
||
- "!**/*.{h,iobj,ipdb,tlog,recipe,vcxproj,vcxproj.filters,Makefile,*.Makefile}" # filter .node build files
|
||
asarUnpack:
|
||
- resources/**
|
||
- "**/*.{metal,exp,lib}"
|
||
- "node_modules/@img/sharp-libvips-*/**"
|
||
|
||
# copy from node_modules/claude-code-plugins/plugins to resources/data/claude-code-pluginso
|
||
extraResources:
|
||
- from: "./node_modules/claude-code-plugins/plugins/"
|
||
to: "claude-code-plugins"
|
||
|
||
win:
|
||
executableName: Cherry Studio
|
||
artifactName: ${productName}-${version}-${arch}-setup.${ext}
|
||
target:
|
||
- target: nsis
|
||
- target: portable
|
||
signtoolOptions:
|
||
sign: scripts/win-sign.js
|
||
verifyUpdateCodeSignature: false
|
||
nsis:
|
||
artifactName: ${productName}-${version}-${arch}-setup.${ext}
|
||
shortcutName: ${productName}
|
||
uninstallDisplayName: ${productName}
|
||
createDesktopShortcut: always
|
||
allowToChangeInstallationDirectory: true
|
||
oneClick: false
|
||
include: build/nsis-installer.nsh
|
||
buildUniversalInstaller: false
|
||
portable:
|
||
artifactName: ${productName}-${version}-${arch}-portable.${ext}
|
||
buildUniversalInstaller: false
|
||
mac:
|
||
entitlementsInherit: build/entitlements.mac.plist
|
||
notarize: false
|
||
artifactName: ${productName}-${version}-${arch}.${ext}
|
||
extendInfo:
|
||
- NSCameraUsageDescription: Application requests access to the device's camera.
|
||
- NSMicrophoneUsageDescription: Application requests access to the device's microphone.
|
||
- NSDocumentsFolderUsageDescription: Application requests access to the user's Documents folder.
|
||
- NSDownloadsFolderUsageDescription: Application requests access to the user's Downloads folder.
|
||
target:
|
||
- target: dmg
|
||
- target: zip
|
||
linux:
|
||
artifactName: ${productName}-${version}-${arch}.${ext}
|
||
target:
|
||
- target: AppImage
|
||
- target: deb
|
||
- target: rpm
|
||
maintainer: electronjs.org
|
||
category: Utility
|
||
desktop:
|
||
entry:
|
||
StartupWMClass: CherryStudio
|
||
mimeTypes:
|
||
- x-scheme-handler/cherrystudio
|
||
rpm:
|
||
# Workaround for electron build issue on rpm package:
|
||
# https://github.com/electron/forge/issues/3594
|
||
fpm: ["--rpm-rpmbuild-define=_build_id_links none"]
|
||
publish:
|
||
provider: generic
|
||
url: https://releases.cherry-ai.com
|
||
electronDownload:
|
||
mirror: https://npmmirror.com/mirrors/electron/
|
||
beforePack: scripts/before-pack.js
|
||
afterPack: scripts/after-pack.js
|
||
afterSign: scripts/notarize.js
|
||
artifactBuildCompleted: scripts/artifact-build-completed.js
|
||
releaseInfo:
|
||
releaseNotes: |
|
||
<!--LANG:en-->
|
||
What's New in v1.7.0-rc.1
|
||
|
||
🎉 MAJOR NEW FEATURE: AI Agents
|
||
- Create and manage custom AI agents with specialized tools and permissions
|
||
- Dedicated agent sessions with persistent SQLite storage, separate from regular chats
|
||
- Real-time tool approval system - review and approve agent actions dynamically
|
||
- MCP (Model Context Protocol) integration for connecting external tools
|
||
- Slash commands support for quick agent interactions
|
||
- OpenAI-compatible REST API for agent access
|
||
|
||
✨ New Features:
|
||
- AI Providers: Added support for Hugging Face, Mistral, Perplexity, and SophNet
|
||
- Knowledge Base: OpenMinerU document preprocessor, full-text search in notes, enhanced tool selection
|
||
- Image & OCR: Intel OVMS painting provider and Intel OpenVINO (NPU) OCR support
|
||
- MCP Management: Redesigned interface with dual-column layout for easier management
|
||
- Languages: Added German language support
|
||
|
||
⚡ Improvements:
|
||
- Upgraded to Electron 38.7.0
|
||
- Enhanced system shutdown handling and automatic update checks
|
||
- Improved proxy bypass rules
|
||
|
||
🐛 Important Bug Fixes:
|
||
- Fixed streaming response issues across multiple AI providers
|
||
- Fixed session list scrolling problems
|
||
- Fixed knowledge base deletion errors
|
||
|
||
<!--LANG:zh-CN-->
|
||
v1.7.0-rc.1 新特性
|
||
|
||
🎉 重大更新:AI Agent 智能体系统
|
||
- 创建和管理专属 AI Agent,配置专用工具和权限
|
||
- 独立的 Agent 会话,使用 SQLite 持久化存储,与普通聊天分离
|
||
- 实时工具审批系统 - 动态审查和批准 Agent 操作
|
||
- MCP(模型上下文协议)集成,连接外部工具
|
||
- 支持斜杠命令快速交互
|
||
- 兼容 OpenAI 的 REST API 访问
|
||
|
||
✨ 新功能:
|
||
- AI 提供商:新增 Hugging Face、Mistral、Perplexity 和 SophNet 支持
|
||
- 知识库:OpenMinerU 文档预处理器、笔记全文搜索、增强的工具选择
|
||
- 图像与 OCR:Intel OVMS 绘图提供商和 Intel OpenVINO (NPU) OCR 支持
|
||
- MCP 管理:重构管理界面,采用双列布局,更加方便管理
|
||
- 语言:新增德语支持
|
||
|
||
⚡ 改进:
|
||
- 升级到 Electron 38.7.0
|
||
- 增强的系统关机处理和自动更新检查
|
||
- 改进的代理绕过规则
|
||
|
||
🐛 重要修复:
|
||
- 修复多个 AI 提供商的流式响应问题
|
||
- 修复会话列表滚动问题
|
||
- 修复知识库删除错误
|
||
<!--LANG:END-->
|