@tencent-ai/codebuddy-code 2.117.1-dev.ab1e674.202607071428 → 2.117.1-dev.b0e0644.202607071851
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/dist/codebuddy-headless.js +175 -175
- package/dist/codebuddy.js +27 -27
- 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.117.1-dev.
|
|
3
|
+
"version": "2.117.1-dev.b0e0644.202607071851",
|
|
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.3",
|
|
22
|
+
"@tencent-ai/sandbox-cli-darwin-x64": "5.3.0-beta.3",
|
|
23
|
+
"@tencent-ai/sandbox-cli-win32-x64": "5.3.0-beta.3"
|
|
24
24
|
},
|
|
25
25
|
"keywords": [
|
|
26
26
|
"codebuddy",
|
package/product.cloudhosted.json
CHANGED
|
@@ -827,6 +827,6 @@
|
|
|
827
827
|
"SelectImage": true,
|
|
828
828
|
"SkipToolCallSupportCheck": true
|
|
829
829
|
},
|
|
830
|
-
"commit": "
|
|
831
|
-
"date": "2026-07-
|
|
830
|
+
"commit": "b0e0644872e7952ee75e4ba3b1014a4d47733a5c",
|
|
831
|
+
"date": "2026-07-07T10:51:02.573Z"
|
|
832
832
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
package/product.selfhosted.json
CHANGED
|
@@ -342,6 +342,6 @@
|
|
|
342
342
|
"ScheduledTasks": true,
|
|
343
343
|
"SkipToolCallSupportCheck": true
|
|
344
344
|
},
|
|
345
|
-
"commit": "
|
|
346
|
-
"date": "2026-07-
|
|
345
|
+
"commit": "b0e0644872e7952ee75e4ba3b1014a4d47733a5c",
|
|
346
|
+
"date": "2026-07-07T10:51:02.573Z"
|
|
347
347
|
}
|