@tencent-ai/agent-sdk 0.3.103 → 0.3.105
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 +18 -0
- package/cli/dist/codebuddy-headless.js +12 -12
- package/cli/dist/web-ui/assets/devopicons-JYBX4xNv.woff2 +0 -0
- package/cli/dist/web-ui/assets/file-icons-Byv9wKV-.woff2 +0 -0
- package/cli/dist/web-ui/assets/fontawesome-B-jkhYfk.woff2 +0 -0
- package/cli/dist/web-ui/assets/index-B_bIdgkW.css +32 -0
- package/cli/dist/web-ui/assets/index-Dhp52UPr.js +480 -0
- package/cli/dist/web-ui/assets/{markdown-Ce2Umeb2.js → markdown-BCtMzQ91.js} +1 -1
- package/cli/dist/web-ui/assets/mfixx-DfQCz-aF.woff2 +0 -0
- package/cli/dist/web-ui/assets/octicons-CS-gsnb3.woff2 +0 -0
- package/cli/dist/web-ui/assets/{vendor-DpYitQz5.js → vendor-C4-dOWG8.js} +1 -1
- package/cli/dist/web-ui/index.html +4 -4
- 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 +9 -9
- package/cli/product.json +9 -9
- package/cli/product.selfhosted.json +2 -2
- package/package.json +1 -1
- package/cli/dist/web-ui/assets/index-CIqmZV3y.js +0 -440
- package/cli/dist/web-ui/assets/index-Dt1puyHn.css +0 -32
package/cli/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,24 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.71.1] - 2026-04-01
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **SDK MCP 超时机制**:将固定超时替换为 AbortSignal 取消机制,支持长时间运行的 MCP 工具调用
|
|
15
|
+
- **推理模型配置**:启用 thinking 模式时自动默认 effort 为 high,确保模型实际产出推理输出
|
|
16
|
+
- **产品配置修复**:修正模型配置中 reasoning 字段的拼写错误
|
|
17
|
+
|
|
18
|
+
## [2.71.0] - 2026-04-01
|
|
19
|
+
|
|
20
|
+
### ✨ 新功能
|
|
21
|
+
|
|
22
|
+
- **代码编辑器**:Web UI 新增文件浏览和代码编辑功能,支持目录树导航、多标签编辑、Monaco Editor 语法高亮、自动保存、文件拖拽移动和键盘快捷键
|
|
23
|
+
|
|
24
|
+
### 🔧 功能改进
|
|
25
|
+
|
|
26
|
+
- **流式超时时间优化**:将流式响应超时(`CODEBUDDY_STREAM_TIMEOUT_MS`)和首 token 超时(`CODEBUDDY_FIRST_TOKEN_TIMEOUT_MS`)默认值从 2 分钟提升至 10 分钟,减少复杂任务中因模型响应较慢导致的超时中断
|
|
27
|
+
|
|
10
28
|
## [2.70.1] - 2026-03-31
|
|
11
29
|
|
|
12
30
|
### 🔒 安全修复
|