@tencent-ai/codebuddy-code 2.50.6 → 2.50.7-next.f07ff7e.20260220

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
@@ -5,6 +5,19 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
5
5
  我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
6
6
 
7
7
 
8
+ ## [2.50.7] - 2026-02-19
9
+
10
+ ### 🔧 功能改进
11
+
12
+ - **Team 成员焦点导航**:支持通过 Shift+↑/↓ 在 Team 成员之间切换视图,查看成员的对话历史、实时进度和 Token 消耗,Ctrl+O 快速返回主视图
13
+ - **成员消息直达**:聚焦成员后,输入框自动切换为向该成员发送消息模式,使用 @main 可将消息路由回主代理
14
+ - **成员会话恢复优化**:修复子代理 respawn 时 resultSubject 订阅丢失导致 0 token 的问题,修复 agent_end 事件竞态条件
15
+ - **消息路由增强**:SendMessage 工具支持 "main" 别名解析为 "team-lead",用户消息在注入成员会话时不再添加 XML 包装
16
+
17
+ ### 🐛 问题修复
18
+
19
+ - **子代理 AbortSignal 监听器泄漏修复**:修复 AgentTask 中 abort 事件监听器注册在旧的 AbortSignal 上、cleanup 时却从新的 AbortSignal 上移除的问题,消除级联 abort 时的 `Cannot read properties of undefined` 异常
20
+
8
21
  ## [2.50.6] - 2026-02-19
9
22
 
10
23
  ### 🔧 功能改进