@tencent-ai/codebuddy-code 2.97.3-next.f14a061.20260520 → 2.97.4
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 +46 -51
- package/dist/codebuddy.js +53 -58
- 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/vendor/sandbox/sandbox-cli.exe +0 -0
- package/vendor/sandbox/sandbox_ffi.dll +0 -0
- package/vendor/sandbox/tsbx.dll +0 -0
- package/vendor/sandbox/tsbx_sdk.dll +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,16 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.97.4] - 2026-05-21
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **模型兼容性**:模型请求的兼容性处理改为目录驱动,新增模型时只需更新模型目录,无需改代码即可完成上游字段差异适配,对自定义模型也会按目录自动补齐 `maxInputTokens`、`maxOutputTokens`、`supportsReasoning`、`thinkingLevelMap` 等能力字段
|
|
15
|
+
|
|
16
|
+
### 🐛 修复
|
|
17
|
+
|
|
18
|
+
- **--debug hooks 输出**:修复 `--debug` 参数未输出 hooks 执行详情的问题,在 HookExecutor 和 HookManager 中接入 DebugService,支持通过 `--debug hooks` 查看 hooks 的完整执行流程
|
|
19
|
+
|
|
10
20
|
## [2.97.3] - 2026-05-19
|
|
11
21
|
|
|
12
22
|
### 🔧 功能改进
|