@tencent-ai/codebuddy-code 2.52.4 → 2.52.5
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 +21 -0
- package/dist/codebuddy-headless.js +120 -120
- package/dist/codebuddy.js +83 -83
- 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.52.
|
|
3
|
+
"version": "2.52.5",
|
|
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
|
@@ -386,6 +386,6 @@
|
|
|
386
386
|
"DeferToolLoading": true,
|
|
387
387
|
"ImageGen": true
|
|
388
388
|
},
|
|
389
|
-
"commit": "
|
|
390
|
-
"date": "2026-03-
|
|
389
|
+
"commit": "444b737609b4fd5a1fda2a1b944bf41b5e013b02",
|
|
390
|
+
"date": "2026-03-03T08:03:22.083Z"
|
|
391
391
|
}
|
package/product.internal.json
CHANGED
|
@@ -457,6 +457,6 @@
|
|
|
457
457
|
"ImageGen": true,
|
|
458
458
|
"RequestBodyGzip": true
|
|
459
459
|
},
|
|
460
|
-
"commit": "
|
|
461
|
-
"date": "2026-03-
|
|
460
|
+
"commit": "444b737609b4fd5a1fda2a1b944bf41b5e013b02",
|
|
461
|
+
"date": "2026-03-03T08:03:22.118Z"
|
|
462
462
|
}
|
package/product.ioa.json
CHANGED
|
@@ -745,6 +745,6 @@
|
|
|
745
745
|
"ImageEdit": true,
|
|
746
746
|
"RequestBodyGzip": true
|
|
747
747
|
},
|
|
748
|
-
"commit": "
|
|
749
|
-
"date": "2026-03-
|
|
748
|
+
"commit": "444b737609b4fd5a1fda2a1b944bf41b5e013b02",
|
|
749
|
+
"date": "2026-03-03T08:03:22.157Z"
|
|
750
750
|
}
|
package/product.json
CHANGED
|
@@ -1331,6 +1331,6 @@
|
|
|
1331
1331
|
"description": "tool-sendmessage-description"
|
|
1332
1332
|
}
|
|
1333
1333
|
],
|
|
1334
|
-
"commit": "
|
|
1335
|
-
"date": "2026-03-
|
|
1334
|
+
"commit": "444b737609b4fd5a1fda2a1b944bf41b5e013b02",
|
|
1335
|
+
"date": "2026-03-03T08:03:22.159Z"
|
|
1336
1336
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -275,6 +275,6 @@
|
|
|
275
275
|
"CustomModelsJSON": true,
|
|
276
276
|
"DeferToolLoading": true
|
|
277
277
|
},
|
|
278
|
-
"commit": "
|
|
279
|
-
"date": "2026-03-
|
|
278
|
+
"commit": "444b737609b4fd5a1fda2a1b944bf41b5e013b02",
|
|
279
|
+
"date": "2026-03-03T08:03:22.201Z"
|
|
280
280
|
}
|