Skip to content

Commit d0838ab

Browse files
committed
chore(release): prepare v1.0.3
1 parent 064f09e commit d0838ab

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## v1.0.3 (2026-04-24)
4+
- Added DeepSeek V4 series model support and refreshed provider model data for more complete default model availability
5+
- Migrated model requests to the AI SDK runtime for more consistent provider behavior, streaming, prompt cache, and tool calling
6+
- Expanded remote control into a unified multi-channel setup with Discord, QQ Bot, and WeChat iLink support
7+
- Added project workspace directories, privacy mode, inline chat session renaming, long user message collapse, and improved new chat entry behavior
8+
- Added NewAPI and Astraflow (ModelVerse) provider support, richer model capability controls, request timeout settings, and more reliable model list management
9+
- Improved desktop security, startup responsiveness, embedded browser resizing, image paste submission, Gemini compatibility, and SQLite upgrade recovery
10+
- 新增 DeepSeek V4 系列模型支持,并刷新 Provider 模型数据,提升默认模型可用性覆盖
11+
- 将模型请求迁移到 AI SDK 运行时,提升 Provider 行为、流式输出、Prompt Cache 与工具调用一致性
12+
- 远程控制升级为统一多渠道配置,新增 Discord、QQ Bot 与微信 iLink 支持
13+
- 新增项目工作区目录、隐私模式、会话内联重命名、长用户消息折叠,并优化新建会话入口体验
14+
- 新增 NewAPI 与 Astraflow(ModelVerse)Provider,补充模型能力控制、请求超时配置与更稳定的模型列表管理
15+
- 提升桌面端安全性、启动响应、内嵌浏览器尺寸调整、图片粘贴提交、Gemini 兼容性与 SQLite 升级恢复稳定性
16+
317
## v1.0.3-beta.6 (2026-04-22)
418
- Added model initialization in settings so ModelSelect respects the current chat mode and restores default model controls more reliably
519
- Added ACP registry icon request handling in the floating widget to improve agent icon rendering and related session visuals

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "DeepChat",
3-
"version": "1.0.3-beta.6",
3+
"version": "1.0.3",
44
"description": "DeepChat,一个简单易用的 Agent 客户端",
55
"main": "./out/main/index.js",
66
"author": "ThinkInAIXYZ",

0 commit comments

Comments
 (0)