@tencent-ai/codebuddy-code 2.50.2 → 2.50.3-next.d9942f6.20260214
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 +6 -0
- package/dist/codebuddy.js +3 -3
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,12 @@ 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
|
+
|
|
8
14
|
## [2.50.2] - 2026-02-13
|
|
9
15
|
|
|
10
16
|
### 🔧 功能改进
|