@tencent-ai/codebuddy-code 2.125.4-next.41bad82.202607231203 → 2.125.5
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 +6 -0
- package/dist/codebuddy-headless.js +2 -2
- package/dist/codebuddy.js +2 -2
- package/package.json +2 -3
- 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,12 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.125.5] - 2026-07-23
|
|
11
|
+
|
|
12
|
+
### 🐛 问题修复
|
|
13
|
+
|
|
14
|
+
- **上下文压缩**:修复 token 超限的紧急压缩(MaxToken)在 summary 失败(含 summary 请求自身超限)后不裁剪、原样保留超长上下文的问题。此前主动 auto-compact 触发的这类失败不经过 PTL 恢复路径,导致本轮对话卡死或下一轮直接超限。现在 summary 两次失败后会自动降级为无模型的工程压缩裁剪(保留最近若干轮 + 结构化压缩)并写回,继续对话。
|
|
15
|
+
|
|
10
16
|
## [2.125.4] - 2026-07-23
|
|
11
17
|
|
|
12
18
|
### 🐛 问题修复
|