@tencent-ai/codebuddy-code 2.78.0-next.6a0dfde.20260405 → 2.78.1

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,17 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.78.1] - 2026-04-05
11
+
12
+ ### 🐛 问题修复
13
+
14
+ - **Agent 解析**:统一使用 session 关联的 agent 替代默认 agent,修复队列排空和 agent 唤醒时使用错误 agent 的问题
15
+ - **模型字段**:修复 reasoning_item 和普通 item 的 model 字段取值,使用实际模型响应信息替代可能为空的 lastAgent.model
16
+
17
+ ### 🔧 功能改进
18
+
19
+ - **企业微信回复**:增强 chatId 解析能力,支持从 chatId 字符串提取路由信息;优化工具返回格式为结构化 JSON
20
+
10
21
  ## [2.78.0] - 2026-04-05
11
22
 
12
23
  ### 🎉 新功能