@tencent-ai/agent-sdk 0.3.23 → 0.3.26
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/cli/CHANGELOG.md +22 -0
- package/cli/dist/codebuddy.js +5 -5
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +2 -2
- package/cli/product.internal.json +21 -2
- package/cli/product.ioa.json +21 -2
- package/cli/product.json +2 -2
- package/cli/product.selfhosted.json +2 -2
- package/lib/acp/agent.d.ts.map +1 -1
- package/lib/acp/agent.js +14 -9
- package/lib/acp/agent.js.map +1 -1
- package/lib/acp/converter.d.ts.map +1 -1
- package/lib/acp/converter.js +4 -1
- package/lib/acp/converter.js.map +1 -1
- package/lib/session.d.ts.map +1 -1
- package/lib/session.js +2 -0
- package/lib/session.js.map +1 -1
- package/lib/types.d.ts +6 -0
- package/lib/types.d.ts.map +1 -1
- package/lib/types.js.map +1 -1
- package/package.json +1 -1
package/cli/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,28 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
## [2.41.4] - 2026-01-28
|
|
9
|
+
|
|
10
|
+
### 🔧 功能改进
|
|
11
|
+
|
|
12
|
+
- **SDK 版本更新**:同步更新 SDK-JS 至 0.3.26,SDK-Python 至 0.3.24
|
|
13
|
+
|
|
14
|
+
## [2.41.3] - 2026-01-27
|
|
15
|
+
|
|
16
|
+
### 🔧 功能改进
|
|
17
|
+
|
|
18
|
+
- **新增模型**:支持 Kimi-K2.5 模型,具备工具调用、图像理解和推理能力
|
|
19
|
+
- **参数校验优化**:改进工具参数校验错误提示,提供更清晰的错误信息
|
|
20
|
+
- **类型自动转换**:支持字符串形式的数字参数自动转换,提升兼容性
|
|
21
|
+
- **热更新通知优化**:用户级 settings.json 热更新时不再显示通知,减少不必要的干扰
|
|
22
|
+
- **SDK 版本更新**:同步更新 SDK-JS 至 0.3.25,SDK-Python 至 0.3.23
|
|
23
|
+
|
|
24
|
+
## [2.41.2] - 2026-01-27
|
|
25
|
+
|
|
26
|
+
### 🔧 功能改进
|
|
27
|
+
|
|
28
|
+
- **SDK 版本更新**:同步更新 SDK-JS 至 0.3.24,SDK-Python 至 0.3.22
|
|
29
|
+
|
|
8
30
|
## [2.41.1] - 2026-01-27
|
|
9
31
|
|
|
10
32
|
### 🔧 功能改进
|