@tencent-ai/codebuddy-code 2.50.5 → 2.50.6-next.0a7498b.20260219

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,22 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
5
5
  我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
6
6
 
7
7
 
8
+ ## [2.50.6] - 2026-02-19
9
+
10
+ ### 🔧 功能改进
11
+
12
+ - **高危命令识别规则优化**:大幅减少误杀率,细化 CRITICAL/HIGH/MEDIUM 三级风险判定规则,常见开发命令(如 `git restore --staged`、`rm temp.log`、`docker rm`、`kill -9`)不再被错误拦截
13
+ - **权限规则安全分层**:将 allow 规则按来源区分为可信(用户设置)和不可信(项目设置),防止恶意仓库通过 `.codebuddy/settings.json` 注入 allow 规则绕过安全检查
14
+ - **安全白名单扩展**:新增 50+ 常见开发工具命令到安全白名单,涵盖构建工具、测试框架、包管理器等
15
+ - **子代理模型配置优化**:为 MiniMax-M2.5 和 Kimi-K2.5 模型添加 relatedModels 配置,使子代理能正确使用对应的轻量级和推理模型
16
+
17
+ ### 🐛 问题修复
18
+
19
+ - **进程僵死修复**:修复关闭终端后进程不退出且 100% CPU 占用的问题
20
+ - **Shell 句柄泄漏修复**:修复多处 Shell 执行句柄未正确释放的问题,防止 PTY 文件描述符泄漏
21
+ - **node-pty fd 泄漏修复**:检测并在 dispose 时关闭 node-pty 内部泄漏的额外 ptmx 文件描述符
22
+ - **诊断增强**:在 /doctor 面板中添加 Active PTYs 计数,便于检测潜在的 PTY 泄漏
23
+
8
24
  ## [2.50.5] - 2026-02-14
9
25
 
10
26
  ### 🎉 新功能