@tencent-ai/codebuddy-code 2.50.0 → 2.50.1
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 +3 -22
- package/product.internal.json +21 -28
- package/product.ioa.json +21 -2
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
## [2.50.1] - 2026-02-12
|
|
9
|
+
|
|
10
|
+
### 🔧 功能改进
|
|
11
|
+
|
|
12
|
+
- **文档导航优化**:将 Agent Teams 文档移至 Sub-Agents 之后,使导航结构更符合功能关联性
|
|
13
|
+
|
|
14
|
+
### 🐛 问题修复
|
|
15
|
+
|
|
16
|
+
- **配置文件注释保留**:修复保存 MCP 配置时 mcpServers 字段下的 JSONC 注释丢失的问题
|
|
17
|
+
|
|
8
18
|
## [2.50.0] - 2026-02-12
|
|
9
19
|
|
|
10
20
|
### 🎉 新功能
|