@tencent-ai/agent-sdk 0.3.64 → 0.3.65
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 +11 -0
- package/cli/dist/codebuddy-headless.js +15 -15
- 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
|
@@ -5,6 +5,17 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
5
5
|
我们遵循 [语义化版本](https://semver.org/spec/v2.0.0.html) 规范。
|
|
6
6
|
|
|
7
7
|
|
|
8
|
+
## [2.52.2] - 2026-02-28
|
|
9
|
+
|
|
10
|
+
### 🔧 功能改进
|
|
11
|
+
|
|
12
|
+
- **自定义令牌认证**:支持从 ACC_PRODUCT_CONFIG 环境变量中识别 custom-token 认证配置,修复配置已加载但同步未完成时的认证回退问题
|
|
13
|
+
- **/doctor 命令**:修复 session 为空时可能导致属性访问错误的问题
|
|
14
|
+
- **修复 SDK Python 构建脚本**:更新 goreleaser 输出目录路径以匹配 headless 构建产物命名,移除未使用的导入
|
|
15
|
+
- **会话加载性能优化**:`/resume` 命令加载历史会话时使用并行读取,减少等待时间
|
|
16
|
+
- **插件加载提速**:并行化插件加载流程,多插件场景下启动速度提升数倍
|
|
17
|
+
|
|
18
|
+
|
|
8
19
|
## [2.52.1] - 2026-02-28
|
|
9
20
|
|
|
10
21
|
### 🔧 功能改进
|