@tencent-ai/agent-sdk 0.3.3 → 0.3.4
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 +6 -0
- package/cli/dist/codebuddy.js +1 -1
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +2 -2
- package/cli/product.internal.json +2 -2
- package/cli/product.ioa.json +2 -2
- package/cli/product.json +2 -2
- package/cli/product.selfhosted.json +2 -2
- package/lib/acp/tool-converter.d.ts +14 -4
- package/lib/acp/tool-converter.d.ts.map +1 -1
- package/lib/acp/tool-converter.js +213 -92
- package/lib/acp/tool-converter.js.map +1 -1
- package/lib/session.d.ts.map +1 -1
- package/lib/session.js +9 -7
- package/lib/session.js.map +1 -1
- package/lib/types.d.ts +6 -1
- 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,12 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
## [2.37.8] - 2026-01-21
|
|
9
|
+
|
|
10
|
+
### 🔧 功能改进
|
|
11
|
+
|
|
12
|
+
- **Session lastMessageId 处理**:优化会话状态管理,确保 lastMessageId 在异步压缩时正确更新,简化父消息 ID 的关联逻辑
|
|
13
|
+
|
|
8
14
|
## [2.37.7] - 2026-01-21
|
|
9
15
|
|
|
10
16
|
### 🎉 新增功能
|