@tencent-ai/codebuddy-code 2.128.0 → 2.128.1
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 +9 -0
- package/dist/codebuddy-headless.js +37 -37
- package/dist/codebuddy.js +37 -37
- 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 -4
- 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.128.
|
|
3
|
+
"version": "2.128.1",
|
|
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
|
@@ -832,6 +832,6 @@
|
|
|
832
832
|
"SelectImage": true,
|
|
833
833
|
"SkipToolCallSupportCheck": true
|
|
834
834
|
},
|
|
835
|
-
"commit": "
|
|
836
|
-
"date": "2026-07-
|
|
835
|
+
"commit": "8b146da01c4bec1d22073075536168d9cdf550fb",
|
|
836
|
+
"date": "2026-07-28T17:05:08.050Z"
|
|
837
837
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1059,7 +1059,6 @@
|
|
|
1059
1059
|
"LSP",
|
|
1060
1060
|
"ImageGen",
|
|
1061
1061
|
"ImageEdit",
|
|
1062
|
-
"ShareLink",
|
|
1063
1062
|
"VideoGen",
|
|
1064
1063
|
"EnterWorktree",
|
|
1065
1064
|
"LeaveWorktree",
|
|
@@ -1497,7 +1496,6 @@
|
|
|
1497
1496
|
"DeferToolLoading": true,
|
|
1498
1497
|
"ImageEdit": false,
|
|
1499
1498
|
"VideoGen": true,
|
|
1500
|
-
"ShareLink": true,
|
|
1501
1499
|
"ScheduledTasks": true,
|
|
1502
1500
|
"SkillManage": false,
|
|
1503
1501
|
"SkipToolCallSupportCheck": true,
|
|
@@ -1790,6 +1788,6 @@
|
|
|
1790
1788
|
"deferLoading": true
|
|
1791
1789
|
}
|
|
1792
1790
|
],
|
|
1793
|
-
"commit": "
|
|
1794
|
-
"date": "2026-07-
|
|
1791
|
+
"commit": "8b146da01c4bec1d22073075536168d9cdf550fb",
|
|
1792
|
+
"date": "2026-07-28T17:05:08.032Z"
|
|
1795
1793
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -346,6 +346,6 @@
|
|
|
346
346
|
"ScheduledTasks": true,
|
|
347
347
|
"SkipToolCallSupportCheck": true
|
|
348
348
|
},
|
|
349
|
-
"commit": "
|
|
350
|
-
"date": "2026-07-
|
|
349
|
+
"commit": "8b146da01c4bec1d22073075536168d9cdf550fb",
|
|
350
|
+
"date": "2026-07-28T17:05:07.981Z"
|
|
351
351
|
}
|