@tencent-ai/codebuddy-code 2.8.4-next.1258a1d.20251126 → 2.8.5-next.321f926.20251126
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 +10 -0
- package/dist/codebuddy.js +3 -3
- package/package.json +1 -1
- 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
|
@@ -4,6 +4,16 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
4
4
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
|
+
## [2.8.5] - 2025-11-26
|
|
8
|
+
|
|
9
|
+
### 🐛 Bug修复
|
|
10
|
+
|
|
11
|
+
- **命令执行**:修复 git 命令卡主问题
|
|
12
|
+
|
|
13
|
+
### 📝 文档更新
|
|
14
|
+
|
|
15
|
+
- **GitLab CI/CD 集成指南**:新增 GitLab CI/CD 集成完整文档,包含配置示例、使用场景和故障排除指南
|
|
16
|
+
|
|
7
17
|
## [2.8.4] - 2025-11-25
|
|
8
18
|
|
|
9
19
|
### 🔧 功能改进
|