@tencent-ai/codebuddy-code 2.129.0 → 2.130.0
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 +17 -0
- package/dist/codebuddy-headless.js +134 -134
- package/dist/codebuddy.js +31 -31
- package/package.json +1 -1
- 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.
|
|
3
|
+
"version": "2.130.0",
|
|
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",
|
package/product.cloudhosted.json
CHANGED
|
@@ -835,6 +835,6 @@
|
|
|
835
835
|
"SelectImage": true,
|
|
836
836
|
"SkipToolCallSupportCheck": true
|
|
837
837
|
},
|
|
838
|
-
"commit": "
|
|
839
|
-
"date": "2026-07-
|
|
838
|
+
"commit": "954cd996dd504d3a8ce7557505aacda29a5edc1c",
|
|
839
|
+
"date": "2026-07-30T05:26:36.881Z"
|
|
840
840
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
package/product.selfhosted.json
CHANGED
|
@@ -348,6 +348,6 @@
|
|
|
348
348
|
"ScheduledTasks": true,
|
|
349
349
|
"SkipToolCallSupportCheck": true
|
|
350
350
|
},
|
|
351
|
-
"commit": "
|
|
352
|
-
"date": "2026-07-
|
|
351
|
+
"commit": "954cd996dd504d3a8ce7557505aacda29a5edc1c",
|
|
352
|
+
"date": "2026-07-30T05:26:36.881Z"
|
|
353
353
|
}
|