@tencent-ai/agent-sdk 0.3.135 → 0.3.136
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 +8 -0
- package/cli/dist/codebuddy-headless.js +55 -55
- 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/package.json +1 -1
package/cli/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.93.3] - 2026-04-22
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **权限系统**:已信任目录的项目级 allow 规则提升到可覆盖高危命令拦截,未信任目录行为不变
|
|
15
|
+
- **CORS 通配符**:CORS 白名单支持子域通配(`https://*.example.com`)和全部允许(`*`)两种新模式
|
|
16
|
+
- **局域网访问**:`--host 0.0.0.0` 绑定时自动将本机局域网 IP 加入 CORS 和 Host 白名单,无需额外配置即可通过局域网 IP 访问 Web UI
|
|
17
|
+
|
|
10
18
|
## [2.93.2] - 2026-04-22
|
|
11
19
|
|
|
12
20
|
### 🐛 问题修复
|