@tencent-ai/codebuddy-code 2.119.3-dev.952bc7d.202607122019 → 2.119.4-dev.6942a64.202607131646
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 +13 -13
- package/dist/codebuddy.js +27 -27
- package/dist/web-ui/assets/{index-GcU4pZms.js → index-BfmXmm8w.js} +274 -274
- package/dist/web-ui/index.html +1 -1
- package/dist/web-ui/sw.js +1 -1
- package/package.json +4 -4
- 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.119.4] - 2026-07-12
|
|
11
|
+
|
|
12
|
+
### 🔧 功能改进
|
|
13
|
+
|
|
14
|
+
- **Prewarm socket 目录支持 env 自定义**:新增 env `CODEBUDDY_CODE_PREWARM_SOCKET_PATH` 控制预热进程 unix socket 的落盘目录(默认 `/tmp`)。设置后 socket 改落 `<dir>/codebuddy-prewarm-<id>.sock`,进程侧创建与 `cbc-prewarm` 客户端连接读取同一 env 保持同构;仅影响 unix socket,Windows named pipe 不受影响。
|
|
15
|
+
|
|
10
16
|
## [2.119.3] - 2026-07-12
|
|
11
17
|
|
|
12
18
|
### 🐛 Bug 修复
|