@tencent-ai/codebuddy-code 2.50.1 → 2.50.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 +18 -0
- package/dist/codebuddy.js +1315 -22
- 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.50.
|
|
3
|
+
"version": "2.50.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
|
@@ -365,6 +365,6 @@
|
|
|
365
365
|
"DeferToolLoading": true,
|
|
366
366
|
"ImageGen": true
|
|
367
367
|
},
|
|
368
|
-
"commit": "
|
|
369
|
-
"date": "2026-02-
|
|
368
|
+
"commit": "d9942f6ec5032ddf63704af659636540b9080b97",
|
|
369
|
+
"date": "2026-02-13T15:33:02.455Z"
|
|
370
370
|
}
|
package/product.internal.json
CHANGED
|
@@ -413,6 +413,6 @@
|
|
|
413
413
|
"DeferToolLoading": true,
|
|
414
414
|
"ImageGen": true
|
|
415
415
|
},
|
|
416
|
-
"commit": "
|
|
417
|
-
"date": "2026-02-
|
|
416
|
+
"commit": "d9942f6ec5032ddf63704af659636540b9080b97",
|
|
417
|
+
"date": "2026-02-13T15:33:02.491Z"
|
|
418
418
|
}
|
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1223,6 +1223,6 @@
|
|
|
1223
1223
|
"description": "tool-sendmessage-description"
|
|
1224
1224
|
}
|
|
1225
1225
|
],
|
|
1226
|
-
"commit": "
|
|
1227
|
-
"date": "2026-02-
|
|
1226
|
+
"commit": "d9942f6ec5032ddf63704af659636540b9080b97",
|
|
1227
|
+
"date": "2026-02-13T15:33:02.458Z"
|
|
1228
1228
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -255,6 +255,6 @@
|
|
|
255
255
|
"CustomModelsJSON": true,
|
|
256
256
|
"DeferToolLoading": true
|
|
257
257
|
},
|
|
258
|
-
"commit": "
|
|
259
|
-
"date": "2026-02-
|
|
258
|
+
"commit": "d9942f6ec5032ddf63704af659636540b9080b97",
|
|
259
|
+
"date": "2026-02-13T15:33:02.478Z"
|
|
260
260
|
}
|