@tencent-ai/codebuddy-code 2.14.1-next.51a3bca.20251208 → 2.15.0
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 +26 -0
- package/dist/codebuddy.js +3 -3
- package/lib/node/index.js +1 -0
- package/package.json +2 -3
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +5 -3
- 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.15.0",
|
|
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,8 +29,7 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
33
|
-
"tag": "next"
|
|
32
|
+
"access": "public"
|
|
34
33
|
},
|
|
35
34
|
"scripts": {},
|
|
36
35
|
"optionalDependencies": {
|
package/product.cloudhosted.json
CHANGED
|
@@ -227,6 +227,6 @@
|
|
|
227
227
|
"BillingNotice": false,
|
|
228
228
|
"CustomModelsJSON": true
|
|
229
229
|
},
|
|
230
|
-
"commit": "
|
|
231
|
-
"date": "2025-12-
|
|
230
|
+
"commit": "b6418ea86d81f3a9c1b11991c553839de5f745cd",
|
|
231
|
+
"date": "2025-12-08T09:26:16.488Z"
|
|
232
232
|
}
|
package/product.internal.json
CHANGED
|
@@ -229,6 +229,6 @@
|
|
|
229
229
|
"BillingNotice": false,
|
|
230
230
|
"CustomModelsJSON": true
|
|
231
231
|
},
|
|
232
|
-
"commit": "
|
|
233
|
-
"date": "2025-12-
|
|
232
|
+
"commit": "b6418ea86d81f3a9c1b11991c553839de5f745cd",
|
|
233
|
+
"date": "2025-12-08T09:26:14.125Z"
|
|
234
234
|
}
|
package/product.ioa.json
CHANGED
|
@@ -445,6 +445,6 @@
|
|
|
445
445
|
"BillingNotice": false,
|
|
446
446
|
"CustomModelsJSON": true
|
|
447
447
|
},
|
|
448
|
-
"commit": "
|
|
449
|
-
"date": "2025-12-
|
|
448
|
+
"commit": "b6418ea86d81f3a9c1b11991c553839de5f745cd",
|
|
449
|
+
"date": "2025-12-08T09:26:15.277Z"
|
|
450
450
|
}
|
package/product.json
CHANGED
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
"MultiFileWithSeparateParams": false,
|
|
719
719
|
"CRLFCompatible": true,
|
|
720
720
|
"TrimByIndentation": true,
|
|
721
|
-
"MultiStepCompletions":
|
|
721
|
+
"MultiStepCompletions": false,
|
|
722
722
|
"RemoveBelowExist": true,
|
|
723
723
|
"CompletionsRelatedSnippets": true,
|
|
724
724
|
"StatusBar": true,
|
|
@@ -755,6 +755,8 @@
|
|
|
755
755
|
"WebSearch": true,
|
|
756
756
|
"DynamicAddWebSearch": true,
|
|
757
757
|
"Task": true,
|
|
758
|
+
"EnhancedCompletionRequest": false,
|
|
759
|
+
"ReportAfterCancel": false,
|
|
758
760
|
"BillingNotice": true,
|
|
759
761
|
"CustomModelsJSON": true
|
|
760
762
|
},
|
|
@@ -879,6 +881,6 @@
|
|
|
879
881
|
"description": "tool-ask-user-question-description"
|
|
880
882
|
}
|
|
881
883
|
],
|
|
882
|
-
"commit": "
|
|
883
|
-
"date": "2025-12-
|
|
884
|
+
"commit": "b6418ea86d81f3a9c1b11991c553839de5f745cd",
|
|
885
|
+
"date": "2025-12-08T09:26:13.000Z"
|
|
884
886
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -182,6 +182,6 @@
|
|
|
182
182
|
"BillingNotice": false,
|
|
183
183
|
"CustomModelsJSON": true
|
|
184
184
|
},
|
|
185
|
-
"commit": "
|
|
186
|
-
"date": "2025-12-
|
|
185
|
+
"commit": "b6418ea86d81f3a9c1b11991c553839de5f745cd",
|
|
186
|
+
"date": "2025-12-08T09:26:17.660Z"
|
|
187
187
|
}
|