@tencent-ai/codebuddy-code 2.41.7 → 2.41.8
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 +20 -0
- package/dist/codebuddy.js +3 -3
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -3
- package/product.internal.json +2 -3
- package/product.ioa.json +2 -3
- package/product.json +2 -2
- package/product.selfhosted.json +2 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.41.
|
|
3
|
+
"version": "2.41.8",
|
|
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
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"deploymentType": "Cloud-Hosted",
|
|
3
2
|
"agents": [
|
|
4
3
|
{
|
|
5
4
|
"name": "cli",
|
|
@@ -333,6 +332,6 @@
|
|
|
333
332
|
"CustomModelsJSON": true,
|
|
334
333
|
"ImageGen": true
|
|
335
334
|
},
|
|
336
|
-
"commit": "
|
|
337
|
-
"date": "2026-01-
|
|
335
|
+
"commit": "0364ede020d7befd26fc68cddbcd395f01753ab8",
|
|
336
|
+
"date": "2026-01-30T04:20:51.188Z"
|
|
338
337
|
}
|
package/product.internal.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"deploymentType": "SaaS",
|
|
3
2
|
"endpoint": "https://copilot.tencent.com",
|
|
4
3
|
"stagingEndpoint": "https://staging-copilot.tencent.com",
|
|
5
4
|
"agents": [
|
|
@@ -354,6 +353,6 @@
|
|
|
354
353
|
"CustomModelsJSON": true,
|
|
355
354
|
"ImageGen": true
|
|
356
355
|
},
|
|
357
|
-
"commit": "
|
|
358
|
-
"date": "2026-01-
|
|
356
|
+
"commit": "0364ede020d7befd26fc68cddbcd395f01753ab8",
|
|
357
|
+
"date": "2026-01-30T04:20:48.584Z"
|
|
359
358
|
}
|
package/product.ioa.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"deploymentType": "SaaS",
|
|
3
2
|
"endpoint": "https://copilot.tencent.com",
|
|
4
3
|
"stagingEndpoint": "https://staging-copilot.tencent.com",
|
|
5
4
|
"defaultRelatedModels": {
|
|
@@ -519,6 +518,6 @@
|
|
|
519
518
|
"CustomModelsJSON": true,
|
|
520
519
|
"ImageGen": true
|
|
521
520
|
},
|
|
522
|
-
"commit": "
|
|
523
|
-
"date": "2026-01-
|
|
521
|
+
"commit": "0364ede020d7befd26fc68cddbcd395f01753ab8",
|
|
522
|
+
"date": "2026-01-30T04:20:49.882Z"
|
|
524
523
|
}
|
package/product.json
CHANGED
|
@@ -1006,6 +1006,6 @@
|
|
|
1006
1006
|
"description": "tool-imagegen-description"
|
|
1007
1007
|
}
|
|
1008
1008
|
],
|
|
1009
|
-
"commit": "
|
|
1010
|
-
"date": "2026-01-
|
|
1009
|
+
"commit": "0364ede020d7befd26fc68cddbcd395f01753ab8",
|
|
1010
|
+
"date": "2026-01-30T04:20:47.298Z"
|
|
1011
1011
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"deploymentType": "Self-Hosted",
|
|
3
2
|
"agents": [
|
|
4
3
|
{
|
|
5
4
|
"name": "cli",
|
|
@@ -206,6 +205,6 @@
|
|
|
206
205
|
"BillingNotice": false,
|
|
207
206
|
"CustomModelsJSON": true
|
|
208
207
|
},
|
|
209
|
-
"commit": "
|
|
210
|
-
"date": "2026-01-
|
|
208
|
+
"commit": "0364ede020d7befd26fc68cddbcd395f01753ab8",
|
|
209
|
+
"date": "2026-01-30T04:20:52.458Z"
|
|
211
210
|
}
|