@tencent-ai/codebuddy-code 2.30.1 → 2.31.0
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 +20 -0
- package/dist/codebuddy.js +3 -3
- package/lib/node/index.js +1 -0
- package/package.json +1 -1
- package/product.cloudhosted.json +22 -3
- package/product.internal.json +22 -3
- package/product.ioa.json +21 -2
- package/product.json +7 -5
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,26 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
## [2.31.0] - 2026-01-08
|
|
9
|
+
|
|
10
|
+
### 🎉 新功能
|
|
11
|
+
|
|
12
|
+
- **ACP HTTP 传输协议支持**:新增 Streamable HTTP 传输模式,支持通过 HTTP 端点使用 ACP 协议,可通过 `--acp-transport streamable-http` 参数启用
|
|
13
|
+
- **客户端 SDK**:提供配套的客户端 SDK,方便集成 ACP HTTP 传输功能
|
|
14
|
+
|
|
15
|
+
### 🔧 功能改进
|
|
16
|
+
|
|
17
|
+
- **新增模型支持**:支持 Kimi-K2-Thinking 推理模型,用户可在模型列表中选择使用
|
|
18
|
+
- **UI 渲染性能**:优化终端界面渲染性能,提升消息显示流畅度
|
|
19
|
+
|
|
20
|
+
### 🐛 问题修复
|
|
21
|
+
|
|
22
|
+
- **规则导入**:修复被导入的规则在 `alwaysApply: false` 时被错误跳过的问题
|
|
23
|
+
|
|
24
|
+
### 📝 文档更新
|
|
25
|
+
|
|
26
|
+
- **ACP 文档增强**:补充传输协议选择说明和 HTTP 传输使用方式
|
|
27
|
+
|
|
8
28
|
## [2.30.1] - 2026-01-08
|
|
9
29
|
|
|
10
30
|
### 🔧 功能改进
|