@tencent-ai/codebuddy-code 2.84.0-next.e4f59e9.20260412 → 2.85.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -7,6 +7,22 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.85.0] - 2026-04-12
11
+
12
+ ### 🚀 新功能
13
+
14
+ - **Daemon 防休眠**:daemon 模式运行时自动阻止系统 idle sleep(macOS caffeinate / Linux systemd-inhibit / Windows powercfg),可通过 `CODEBUDDY_DAEMON_ALLOW_SLEEP=1` 禁用
15
+ - **唤醒自动重连**:系统从休眠恢复后自动检测并重连所有微信/企微长连接
16
+ - **自动更新重启**:daemon 检测到新版本安装后,等待空闲自动重启(保持端口和 channel 连接不中断)
17
+ - **Channel 自动连接**:daemon 启动时自动连接所有已保存凭证的微信/企微实例,无需手动操作
18
+
19
+ ### 🔧 功能改进
20
+
21
+ - **Daemon 状态提示**:`daemon start` 和 `daemon restart` 输出增强功能状态摘要
22
+ - **TUI Markdown 渲染优化**:禁用删除线解析(避免 `~` 近似数被误解析)、链接升级为 OSC 8 终端超链接、引用块加竖线前缀、标题层级区分、escape token 处理、列表编号算法化(移除硬编码数组)
23
+ - **TUI 表格渲染重写**:移除 cli-table3 依赖,自研 Unicode Box Drawing 表格渲染,支持终端宽度自适应列宽分配、单元格自动换行、窄终端 key-value 竖排降级
24
+ - **TUI Header 布局优化**:窄终端(<60 列)StandardBox 移除 Logo 降低高度,自适应内容大小
25
+
10
26
  ## [2.84.0] - 2026-04-12
11
27
 
12
28
  ### 🎉 新功能