@tencent-ai/codebuddy-code 2.106.0 → 2.106.1-dev.4c12da5.202606131025
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 +309 -92
- package/dist/codebuddy.js +332 -115
- package/dist/web-ui/assets/index-1KNobXKH.js +859 -0
- package/dist/web-ui/index.html +1 -1
- package/dist/web-ui/sw.js +1 -1
- package/package.json +3 -2
- 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/genie-trash/darwin-arm64 +0 -0
- package/vendor/genie-trash/darwin-x64 +0 -0
- package/vendor/genie-trash/linux-arm64 +0 -0
- package/vendor/genie-trash/linux-x64 +0 -0
- package/vendor/genie-trash/win32-x64.exe +0 -0
- package/vendor/shim/genie-safe-delete.cjs +589 -0
- package/vendor/shim/safe-bin/rm +18 -0
- package/vendor/shim/safe-bin/rmdir +18 -0
- package/vendor/shim/safe-bin/safe-delete-bash-env.sh +8 -0
- package/vendor/shim/safe-bin/safe-delete-common.sh +433 -0
- package/vendor/shim/safe-bin/unlink +18 -0
- package/vendor/shim/sitecustomize.py +471 -0
- package/dist/web-ui/assets/index-_HamWecR.js +0 -860
- package/lib/node/index.js +0 -30
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,12 @@ CodeBuddy Code 的所有重要更新都会记录在这里。
|
|
|
7
7
|
|
|
8
8
|
## [未发布]
|
|
9
9
|
|
|
10
|
+
## [2.106.1] - 2026-06-12
|
|
11
|
+
|
|
12
|
+
### 🐛 修复
|
|
13
|
+
|
|
14
|
+
- **Delete 键失效**:修复 iTerm2 加载「Natural Text Editing」预设时,外接键盘上的 Forward Delete 键(⌦)按下后无任何反应的问题。该预设把物理 Delete 键映射为 `0x4`(Ctrl-D),原输入框对 Ctrl-D 无差别 return 导致按键被静默吞掉;现按 GNU readline `delete-char` 语义处理,输入非空且光标后还有字符时删除光标后字符,否则保持「双击 Ctrl-D 退出空输入」流程。
|
|
15
|
+
|
|
10
16
|
## [2.106.0] - 2026-06-12
|
|
11
17
|
|
|
12
18
|
### 🎉 新功能
|