@tencent-ai/codebuddy-code 2.50.1 → 2.50.3

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,24 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
5
5
  我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
6
6
 
7
7
 
8
+ ## [2.50.3] - 2026-02-13
9
+
10
+ ### 🐛 问题修复
11
+
12
+ - **模块加载兼容性修复**:修复 `createRequire` 使用 `import.meta.url` 在某些打包环境下不可用的问题,改用 `__filename` 确保兼容性
13
+
14
+ ## [2.50.2] - 2026-02-13
15
+
16
+ ### 🔧 功能改进
17
+
18
+ - **MCP Remote 传输类型**:新增 `remote` 传输类型支持,允许通过远程 HTTP 连接 MCP 服务器
19
+ - **构建优化**:切换到 Rspack 拷贝插件并将 patch 脚本并行化,提升构建速度
20
+ - **任务进度显示优化**:已完成的子任务在全部执行完毕后自动清除,避免大量已完成条目累积占据屏幕空间
21
+
22
+ ### 🐛 问题修复
23
+
24
+ - **粘贴 URL 误判修复**:修复粘贴以 `http://` 或 `https://` 开头的 URL 时被错误识别为文件路径的问题
25
+
8
26
  ## [2.50.1] - 2026-02-12
9
27
 
10
28
  ### 🔧 功能改进