Skip to content

Commit 86ef4d3

Browse files
committed
chore(release): prepare v1.0.3-beta.2
1 parent 37c3971 commit 86ef4d3

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## v1.0.3-beta.2 (2026-04-15)
4+
- Expanded remote control into a unified multi-channel setup with Discord, QQ Bot, and WeChat iLink support
5+
- Added default collapsing for long user messages so dense chats stay readable while attachments remain fully visible
6+
- Polished the new conversation entry flow with a persistent collapsed-sidebar `+` action and a shorter default input box
7+
- Improved streaming responsiveness by reducing renderer reflow and translate popup overhead during live updates
8+
- Fixed ACP terminal permission approval bridging so streamed permission requests stay intact during execution
9+
- 远程控制升级为统一多渠道配置流程,新增 Discord、QQ Bot 与微信 iLink 支持
10+
- 为超长用户消息加入默认折叠,保留附件完整展示,提升长会话可读性
11+
- 打磨新建会话入口体验,在折叠侧栏下保留常驻 `+` 按钮,并缩短默认输入框高度
12+
- 降低流式更新期间的渲染回流与翻译弹窗开销,提升消息流动顺滑度
13+
- 修复 ACP 终端权限审批桥接流程,保证执行期间的流式权限请求信息完整传递
14+
315
## v1.0.3-beta.1 (2026-04-11)
416
- Migrated model requests to the AI SDK runtime, improving prompt cache behavior, provider consistency, and streaming stability
517
- Added NewAPI provider support and refined compatible endpoint configuration

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.1",
3+
"version": "1.0.3-beta.2",
44
"description": "DeepChat,一个简单易用的 Agent 客户端",
55
"main": "./out/main/index.js",
66
"author": "ThinkInAIXYZ",

0 commit comments

Comments
 (0)