Skip to content

Commit 62ed1e2

Browse files
committed
chore: update release notes for v1.6.7
1 parent 3745593 commit 62ed1e2

File tree

3 files changed

+5
-68
lines changed

3 files changed

+5
-68
lines changed

electron-builder.yml

Lines changed: 2 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -126,70 +126,7 @@ artifactBuildCompleted: scripts/artifact-build-completed.js
126126
releaseInfo:
127127
releaseNotes: |
128128
<!--LANG:en-->
129-
What's New in v1.6.6
130-
131-
Features:
132-
- Add automatic update checks with interval support
133-
- Add confirmation modal for activating protocol-installed MCP servers
134-
- Add mobile app data restore functionality
135-
- Add doubao_after_251015 reasoning model support
136-
- Add cherryin provider type option
137-
- Add German language support
138-
- Enhance proxy bypass rules with comprehensive matching
139-
- Enhance model capabilities with endpoint type validation for Gemini provider
140-
141-
Bug Fixes:
142-
- Fix knowledge base AISDK error handling
143-
- Fix toolchoice support for knowledge features
144-
- Fix Claude 4.5 reasoning model getTopP logic
145-
- Fix up-down button visibility issues
146-
- Fix in-place editing save behavior
147-
- Fix system prompt variables in quick assistant
148-
- Fix URL context support for Gemini endpoint models
149-
- Fix Silicon reasoning model handling
150-
- Fix deep research model context and reasoning effort settings
151-
- Fix file content paste via right-click
152-
- Fix reranker API error response handling
153-
- Fix UI layout for backup managers and navbar
154-
- Fix aihubmix model routing rules
155-
156-
Improvements:
157-
- Update LICENSE file with full GNU AGPL-3.0 text
158-
- Improve GitHub workflows and CI/CD processes
159-
- Update dependencies including Playwright testing framework
160-
129+
Error Fixes and Stability Improvements
161130
<!--LANG:zh-CN-->
162-
v1.6.6 版本更新
163-
164-
新增功能:
165-
- 新增自动更新检查和间隔支持
166-
- 新增协议安装 MCP 服务器激活确认弹窗
167-
- 新增移动应用数据恢复功能
168-
- 新增 doubao_after_251015 推理模型支持
169-
- 新增 cherryin 提供商类型选项
170-
- 新增德语语言支持
171-
- 增强代理绕过规则的全面匹配
172-
- 增强 Gemini 提供商的端点类型验证和模型能力
173-
174-
问题修复:
175-
- 修复知识库 AISDK 错误处理
176-
- 修复知识功能的工具选择支持
177-
- 修复 Claude 4.5 推理模型的 getTopP 逻辑
178-
- 修复上下按钮可见性问题
179-
- 修复就地编辑保存行为
180-
- 修复快速助手中的系统提示变量
181-
- 修复 Gemini 端点模型的 URL 上下文支持
182-
- 修复 Silicon 推理模型处理
183-
- 修复深度研究模型的上下文和推理努力设置
184-
- 修复右键粘贴文件内容功能
185-
- 修复重排序器 API 错误响应处理
186-
- 修复备份管理器和导航栏的 UI 布局
187-
- 修复 aihubmix 模型路由规则
188-
189-
改进优化:
190-
- 更新 LICENSE 文件为完整 GNU AGPL-3.0 文本
191-
- 改进 GitHub 工作流和 CI/CD 流程
192-
- 更新依赖项包括 Playwright 测试框架
193-
131+
错误修复和稳定性改善
194132
<!--LANG:END-->
195-

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.6.6",
3+
"version": "1.6.7",
44
"private": true,
55
"description": "A powerful AI assistant for producer.",
66
"main": "./out/main/index.js",

src/renderer/src/config/providers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ export const SYSTEM_PROVIDERS_CONFIG: Record<SystemProviderId, SystemProvider> =
246246
name: 'SophNet',
247247
type: 'openai',
248248
apiKey: '',
249-
apiHost: 'https://www.sophnet.com/api/open-apis/v1',
249+
apiHost: 'https://www.sophnet.com/api/open-apis/v1/',
250250
models: [],
251251
isSystem: true,
252252
enabled: false
@@ -801,7 +801,7 @@ export const PROVIDER_URLS: Record<SystemProviderId, ProviderUrls> = {
801801
},
802802
sophnet: {
803803
api: {
804-
url: 'https://www.sophnet.com/api/open-apis/v1'
804+
url: 'https://www.sophnet.com/api/open-apis/v1/'
805805
},
806806
websites: {
807807
official: 'https://sophnet.com',

0 commit comments

Comments
 (0)