@tencent-ai/codebuddy-code 2.73.0 → 2.74.0-next.c3438a7.20260403

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,20 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.74.0] - 2026-04-03
11
+
12
+ ### ✨ 新功能
13
+
14
+ - **侧问题命令 /btw**:支持在 Agent 工作过程中快速提出侧问题,不中断主线程,答案基于已有上下文即时生成
15
+
16
+ ### 🔧 功能改进
17
+
18
+ - **渠道会话建议确认**:微信/企业微信渠道对话完成后,自动生成后续建议并等待用户确认后再执行
19
+
20
+ ### 🐛 问题修复
21
+
22
+ - **AskUserQuestion 防御性处理**:修复当模型返回的 options 字段缺失或非数组时,AskUserQuestion 面板渲染崩溃的问题
23
+
10
24
  ## [2.73.0] - 2026-04-03
11
25
 
12
26
  ### ✨ 新功能