@tencent-ai/codebuddy-code 2.114.2-dev.c456e51.202607021658 → 2.114.3-dev.67cb2ee.202607021750
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 +22 -0
- package/dist/codebuddy-headless.js +48 -44
- package/dist/codebuddy.js +51 -47
- package/dist/web-ui/docs/cn/cli/release-notes/v2.114.3.md +14 -1
- package/dist/web-ui/docs/en/cli/release-notes/v2.114.3.md +15 -2
- package/dist/web-ui/docs/search-index-en.json +1 -1
- package/dist/web-ui/docs/search-index-zh.json +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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.114.
|
|
3
|
+
"version": "2.114.3-dev.67cb2ee.202607021750",
|
|
4
4
|
"description": "Use CodeBuddy, Tencent's AI assistant, right from your terminal. CodeBuddy can understand your codebase, edit files, run terminal commands, and handle entire workflows for you.",
|
|
5
5
|
"main": "lib/node/index.js",
|
|
6
6
|
"typings": "lib/node/index.d.ts",
|
|
@@ -18,9 +18,9 @@
|
|
|
18
18
|
"@lydell/node-pty-linux-x64": "1.2.0-beta.12",
|
|
19
19
|
"@lydell/node-pty-win32-arm64": "1.2.0-beta.12",
|
|
20
20
|
"@lydell/node-pty-win32-x64": "1.2.0-beta.12",
|
|
21
|
-
"@tencent-ai/sandbox-cli-darwin-arm64": "5.3.0-beta.
|
|
22
|
-
"@tencent-ai/sandbox-cli-darwin-x64": "5.3.0-beta.
|
|
23
|
-
"@tencent-ai/sandbox-cli-win32-x64": "5.3.0-beta.
|
|
21
|
+
"@tencent-ai/sandbox-cli-darwin-arm64": "5.3.0-beta.2",
|
|
22
|
+
"@tencent-ai/sandbox-cli-darwin-x64": "5.3.0-beta.2",
|
|
23
|
+
"@tencent-ai/sandbox-cli-win32-x64": "5.3.0-beta.2"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"codebuddy",
|
package/product.cloudhosted.json
CHANGED
|
@@ -824,6 +824,6 @@
|
|
|
824
824
|
"SelectImage": true,
|
|
825
825
|
"SkipToolCallSupportCheck": true
|
|
826
826
|
},
|
|
827
|
-
"commit": "
|
|
828
|
-
"date": "2026-07-
|
|
827
|
+
"commit": "67cb2ee7119d704cd92a1627f41f77a0adf10f1b",
|
|
828
|
+
"date": "2026-07-02T09:49:34.189Z"
|
|
829
829
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
package/product.selfhosted.json
CHANGED
|
@@ -339,6 +339,6 @@
|
|
|
339
339
|
"ScheduledTasks": true,
|
|
340
340
|
"SkipToolCallSupportCheck": true
|
|
341
341
|
},
|
|
342
|
-
"commit": "
|
|
343
|
-
"date": "2026-07-
|
|
342
|
+
"commit": "67cb2ee7119d704cd92a1627f41f77a0adf10f1b",
|
|
343
|
+
"date": "2026-07-02T09:49:34.196Z"
|
|
344
344
|
}
|