@tencent-ai/codebuddy-code 2.63.2 → 2.63.3-next.1fa632e.20260318

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 CHANGED
@@ -7,6 +7,14 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
7
7
 
8
8
  ## [未发布]
9
9
 
10
+ ## [2.63.3] - 2026-03-18
11
+
12
+ ### 🔧 功能改进
13
+
14
+ - **Subagent 上下文压缩**:修复 Subagent 压缩后恢复运行失败的问题,正确处理压缩中断的静默标记、用户意图保留、历史中 compact 消息的非连续查找,并在压缩期间显示进度提示
15
+ - **拦截器模块化重构**:将单一大文件拆分为独立模块,提升代码可维护性
16
+ - **压缩标签处理优化**:修复上下文压缩时 user_query 标签可能泄漏到摘要的问题
17
+
10
18
  ## [2.63.2] - 2026-03-17
11
19
 
12
20
  ### 🔧 功能改进