@tencent-ai/codebuddy-code 2.70.1-next.b358364.20260401 → 2.71.0-next.db78c46.20260401
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 +10 -0
- package/dist/codebuddy-headless.js +9 -9
- package/dist/codebuddy.js +13 -13
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +9 -9
- package/product.json +9 -9
- package/product.selfhosted.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.71.0] - 2026-04-01
|
|
11
|
+
|
|
12
|
+
### ✨ 新功能
|
|
13
|
+
|
|
14
|
+
- **代码编辑器**:Web UI 新增文件浏览和代码编辑功能,支持目录树导航、多标签编辑、Monaco Editor 语法高亮、自动保存、文件拖拽移动和键盘快捷键
|
|
15
|
+
|
|
16
|
+
### 🔧 功能改进
|
|
17
|
+
|
|
18
|
+
- **流式超时时间优化**:将流式响应超时(`CODEBUDDY_STREAM_TIMEOUT_MS`)和首 token 超时(`CODEBUDDY_FIRST_TOKEN_TIMEOUT_MS`)默认值从 2 分钟提升至 10 分钟,减少复杂任务中因模型响应较慢导致的超时中断
|
|
19
|
+
|
|
10
20
|
## [2.70.1] - 2026-03-31
|
|
11
21
|
|
|
12
22
|
### 🔒 安全修复
|