@tencent-ai/codebuddy-code 2.18.0 → 2.19.0-next.cd85e63.20251213
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 +3 -3
- package/lib/node/index.js +1 -0
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +8 -2
- package/product.selfhosted.json +2 -2
package/lib/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.19.0-next.cd85e63.20251213",
|
|
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",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
32
|
+
"access": "public",
|
|
33
|
+
"tag": "next"
|
|
33
34
|
},
|
|
34
35
|
"scripts": {},
|
|
35
36
|
"devDependencies": {},
|
package/product.cloudhosted.json
CHANGED
|
@@ -237,6 +237,6 @@
|
|
|
237
237
|
"BillingNotice": false,
|
|
238
238
|
"CustomModelsJSON": true
|
|
239
239
|
},
|
|
240
|
-
"commit": "
|
|
241
|
-
"date": "2025-12-
|
|
240
|
+
"commit": "cd85e636c4f66a78f898b947ff97644130a2bb49",
|
|
241
|
+
"date": "2025-12-13T04:07:46.950Z"
|
|
242
242
|
}
|
package/product.internal.json
CHANGED
|
@@ -239,6 +239,6 @@
|
|
|
239
239
|
"BillingNotice": false,
|
|
240
240
|
"CustomModelsJSON": true
|
|
241
241
|
},
|
|
242
|
-
"commit": "
|
|
243
|
-
"date": "2025-12-
|
|
242
|
+
"commit": "cd85e636c4f66a78f898b947ff97644130a2bb49",
|
|
243
|
+
"date": "2025-12-13T04:07:44.682Z"
|
|
244
244
|
}
|
package/product.ioa.json
CHANGED
|
@@ -434,6 +434,6 @@
|
|
|
434
434
|
"BillingNotice": false,
|
|
435
435
|
"CustomModelsJSON": true
|
|
436
436
|
},
|
|
437
|
-
"commit": "
|
|
438
|
-
"date": "2025-12-
|
|
437
|
+
"commit": "cd85e636c4f66a78f898b947ff97644130a2bb49",
|
|
438
|
+
"date": "2025-12-13T04:07:45.822Z"
|
|
439
439
|
}
|
package/product.json
CHANGED
|
@@ -811,6 +811,12 @@
|
|
|
811
811
|
"toolPrompt": ""
|
|
812
812
|
}
|
|
813
813
|
],
|
|
814
|
+
"builtInAgentsName": [
|
|
815
|
+
"craft",
|
|
816
|
+
"ask",
|
|
817
|
+
"plan",
|
|
818
|
+
"code-explorer"
|
|
819
|
+
],
|
|
814
820
|
"deploymentType": "SaaS",
|
|
815
821
|
"outputStyles": [
|
|
816
822
|
{
|
|
@@ -909,6 +915,6 @@
|
|
|
909
915
|
"description": "tool-ask-user-question-description"
|
|
910
916
|
}
|
|
911
917
|
],
|
|
912
|
-
"commit": "
|
|
913
|
-
"date": "2025-12-
|
|
918
|
+
"commit": "cd85e636c4f66a78f898b947ff97644130a2bb49",
|
|
919
|
+
"date": "2025-12-13T04:07:43.540Z"
|
|
914
920
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -191,6 +191,6 @@
|
|
|
191
191
|
"BillingNotice": false,
|
|
192
192
|
"CustomModelsJSON": true
|
|
193
193
|
},
|
|
194
|
-
"commit": "
|
|
195
|
-
"date": "2025-12-
|
|
194
|
+
"commit": "cd85e636c4f66a78f898b947ff97644130a2bb49",
|
|
195
|
+
"date": "2025-12-13T04:07:48.088Z"
|
|
196
196
|
}
|