@tencent-ai/codebuddy-code 2.41.6 → 2.41.7
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 +6 -6
- package/package.json +1 -1
- package/product.cloudhosted.json +3 -2
- package/product.internal.json +3 -2
- package/product.ioa.json +3 -2
- package/product.json +2 -2
- package/product.selfhosted.json +3 -2
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.7",
|
|
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,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"deploymentType": "Cloud-Hosted",
|
|
2
3
|
"agents": [
|
|
3
4
|
{
|
|
4
5
|
"name": "cli",
|
|
@@ -332,6 +333,6 @@
|
|
|
332
333
|
"CustomModelsJSON": true,
|
|
333
334
|
"ImageGen": true
|
|
334
335
|
},
|
|
335
|
-
"commit": "
|
|
336
|
-
"date": "2026-01-
|
|
336
|
+
"commit": "997676424b0e7751d3a53467e3a16e15c80405d1",
|
|
337
|
+
"date": "2026-01-29T11:36:34.756Z"
|
|
337
338
|
}
|
package/product.internal.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"deploymentType": "SaaS",
|
|
2
3
|
"endpoint": "https://copilot.tencent.com",
|
|
3
4
|
"stagingEndpoint": "https://staging-copilot.tencent.com",
|
|
4
5
|
"agents": [
|
|
@@ -353,6 +354,6 @@
|
|
|
353
354
|
"CustomModelsJSON": true,
|
|
354
355
|
"ImageGen": true
|
|
355
356
|
},
|
|
356
|
-
"commit": "
|
|
357
|
-
"date": "2026-01-
|
|
357
|
+
"commit": "997676424b0e7751d3a53467e3a16e15c80405d1",
|
|
358
|
+
"date": "2026-01-29T11:36:32.175Z"
|
|
358
359
|
}
|
package/product.ioa.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"deploymentType": "SaaS",
|
|
2
3
|
"endpoint": "https://copilot.tencent.com",
|
|
3
4
|
"stagingEndpoint": "https://staging-copilot.tencent.com",
|
|
4
5
|
"defaultRelatedModels": {
|
|
@@ -518,6 +519,6 @@
|
|
|
518
519
|
"CustomModelsJSON": true,
|
|
519
520
|
"ImageGen": true
|
|
520
521
|
},
|
|
521
|
-
"commit": "
|
|
522
|
-
"date": "2026-01-
|
|
522
|
+
"commit": "997676424b0e7751d3a53467e3a16e15c80405d1",
|
|
523
|
+
"date": "2026-01-29T11:36:33.459Z"
|
|
523
524
|
}
|
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": "997676424b0e7751d3a53467e3a16e15c80405d1",
|
|
1010
|
+
"date": "2026-01-29T11:36:30.870Z"
|
|
1011
1011
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"deploymentType": "Self-Hosted",
|
|
2
3
|
"agents": [
|
|
3
4
|
{
|
|
4
5
|
"name": "cli",
|
|
@@ -205,6 +206,6 @@
|
|
|
205
206
|
"BillingNotice": false,
|
|
206
207
|
"CustomModelsJSON": true
|
|
207
208
|
},
|
|
208
|
-
"commit": "
|
|
209
|
-
"date": "2026-01-
|
|
209
|
+
"commit": "997676424b0e7751d3a53467e3a16e15c80405d1",
|
|
210
|
+
"date": "2026-01-29T11:36:36.119Z"
|
|
210
211
|
}
|