@tencent-ai/codebuddy-code 2.63.2 → 2.63.3
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 +8 -0
- package/dist/codebuddy-headless.js +177 -177
- package/dist/codebuddy.js +33 -33
- 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 +3 -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.63.
|
|
3
|
+
"version": "2.63.3",
|
|
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
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1227,6 +1227,7 @@
|
|
|
1227
1227
|
"CustomModelsJSON": true,
|
|
1228
1228
|
"ImageGen": false,
|
|
1229
1229
|
"FileDiffHistory": false,
|
|
1230
|
+
"Inspiration": false,
|
|
1230
1231
|
"BillingNotice": true,
|
|
1231
1232
|
"DeferToolLoading": true,
|
|
1232
1233
|
"ImageEdit": false,
|
|
@@ -1465,6 +1466,6 @@
|
|
|
1465
1466
|
"description": "tool-delegatetool-description"
|
|
1466
1467
|
}
|
|
1467
1468
|
],
|
|
1468
|
-
"commit": "
|
|
1469
|
-
"date": "2026-03-
|
|
1469
|
+
"commit": "07b602f71e2f83edbbbbf4ce4dc240f22285aaed",
|
|
1470
|
+
"date": "2026-03-18T07:48:18.970Z"
|
|
1470
1471
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -291,6 +291,6 @@
|
|
|
291
291
|
"DeferToolLoading": true,
|
|
292
292
|
"ScheduledTasks": true
|
|
293
293
|
},
|
|
294
|
-
"commit": "
|
|
295
|
-
"date": "2026-03-
|
|
294
|
+
"commit": "07b602f71e2f83edbbbbf4ce4dc240f22285aaed",
|
|
295
|
+
"date": "2026-03-18T07:48:18.887Z"
|
|
296
296
|
}
|