@tencent-ai/codebuddy-code 2.106.3-next.1d43b9c.202606151241 → 2.106.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/CHANGELOG.md +15 -0
- package/dist/codebuddy-headless.js +35 -18
- package/dist/codebuddy.js +35 -18
- package/lib/node/index.js +30 -0
- package/package.json +2 -3
- 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/vendor/shim/safe-bin/safe-delete-common.sh +18 -1
- package/vendor/shim/sitecustomize.py +5 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,21 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.106.4] - 2026-06-15
|
|
11
|
+
|
|
12
|
+
### 🎉 新功能
|
|
13
|
+
|
|
14
|
+
- **微信支付授权卡片**:新增 host-mediated 微信支付拦截和 ACP elicitation 支付卡片,支持在需要支付确认时通过客户端卡片完成授权或取消流程,并向 SDK 透传用户响应。
|
|
15
|
+
|
|
16
|
+
### 🔧 改进
|
|
17
|
+
|
|
18
|
+
- **沙箱平台包**:升级内置沙箱平台包版本,完善发布打包阶段的平台产物归集,提升沙箱运行时分发一致性。
|
|
19
|
+
- **微信支付卡片体验**:优化支付卡片终态回传和内置插件联动细节,支付成功、未完成或超时结束时展示更准确。
|
|
20
|
+
|
|
21
|
+
### 🐛 修复
|
|
22
|
+
|
|
23
|
+
- **MCP 动态 scope 保留**:修复 MCP validate middleware 匹配范围过宽导致 DYNAMIC scope 被误清理的问题,避免部分 MCP 配置或授权状态异常。
|
|
24
|
+
|
|
10
25
|
## [2.106.3] - 2026-06-13
|
|
11
26
|
|
|
12
27
|
### 🐛 修复
|