@tencent-ai/codebuddy-code 2.63.1 → 2.63.2
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 +8 -0
- package/dist/codebuddy-headless.js +97 -97
- package/dist/codebuddy.js +7 -7
- package/package.json +1 -1
- 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/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,14 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.63.2] - 2026-03-17
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **超时重试增强**:首 token 超时允许最多 2 次重试并增加线性延迟(2s/4s),提高网络波动场景下的恢复成功率
|
|
15
|
+
- **消息队列处理**:修复超时错误处理后队列中累积的用户消息无法被处理的问题
|
|
16
|
+
- **状态一致性**:修复错误处理中 agentState 重置逻辑的竞态条件,确保重试和队列处理的正确性
|
|
17
|
+
|
|
10
18
|
## [2.63.1] - 2026-03-17
|
|
11
19
|
|
|
12
20
|
### 🐛 问题修复
|