@tencent-ai/codebuddy-code 2.1.2 → 2.1.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 +33 -0
- package/dist/codebuddy.js +3 -3
- package/package.json +1 -1
- package/product.cloudhosted.json +4 -3
- package/product.internal.json +4 -3
- package/product.ioa.json +4 -3
- package/product.json +5 -4
- package/product.selfhosted.json +4 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.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
|
@@ -195,8 +195,9 @@
|
|
|
195
195
|
"upgradeUrl": ""
|
|
196
196
|
},
|
|
197
197
|
"productFeatures": {
|
|
198
|
-
"BillingNotice": false
|
|
198
|
+
"BillingNotice": false,
|
|
199
|
+
"CustomModelsJSON": true
|
|
199
200
|
},
|
|
200
|
-
"commit": "
|
|
201
|
-
"date": "2025-11-
|
|
201
|
+
"commit": "0fed8c794e68834dab4b8fc2f12429d0850f4ae9",
|
|
202
|
+
"date": "2025-11-11T08:28:44.161Z"
|
|
202
203
|
}
|
package/product.internal.json
CHANGED
|
@@ -197,8 +197,9 @@
|
|
|
197
197
|
"upgradeUrl": ""
|
|
198
198
|
},
|
|
199
199
|
"productFeatures": {
|
|
200
|
-
"BillingNotice": false
|
|
200
|
+
"BillingNotice": false,
|
|
201
|
+
"CustomModelsJSON": true
|
|
201
202
|
},
|
|
202
|
-
"commit": "
|
|
203
|
-
"date": "2025-11-
|
|
203
|
+
"commit": "0fed8c794e68834dab4b8fc2f12429d0850f4ae9",
|
|
204
|
+
"date": "2025-11-11T08:28:41.869Z"
|
|
204
205
|
}
|
package/product.ioa.json
CHANGED
|
@@ -340,8 +340,9 @@
|
|
|
340
340
|
"upgradeUrl": ""
|
|
341
341
|
},
|
|
342
342
|
"productFeatures": {
|
|
343
|
-
"BillingNotice": false
|
|
343
|
+
"BillingNotice": false,
|
|
344
|
+
"CustomModelsJSON": true
|
|
344
345
|
},
|
|
345
|
-
"commit": "
|
|
346
|
-
"date": "2025-11-
|
|
346
|
+
"commit": "0fed8c794e68834dab4b8fc2f12429d0850f4ae9",
|
|
347
|
+
"date": "2025-11-11T08:28:42.986Z"
|
|
347
348
|
}
|
package/product.json
CHANGED
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"emergency": 0.92
|
|
235
235
|
}
|
|
236
236
|
},
|
|
237
|
-
"requestMaxStepLimit":
|
|
237
|
+
"requestMaxStepLimit": 100,
|
|
238
238
|
"prompts": [
|
|
239
239
|
{
|
|
240
240
|
"name": "cli-agent-prompt",
|
|
@@ -615,7 +615,8 @@
|
|
|
615
615
|
"SwitchBySession": true,
|
|
616
616
|
"Billing": true,
|
|
617
617
|
"InternationalLogin": true,
|
|
618
|
-
"BillingNotice": true
|
|
618
|
+
"BillingNotice": true,
|
|
619
|
+
"CustomModelsJSON": true
|
|
619
620
|
},
|
|
620
621
|
"featureToggles": {
|
|
621
622
|
"SupportHttpsAgentProxy": true
|
|
@@ -708,6 +709,6 @@
|
|
|
708
709
|
"description": "tool-skill-description"
|
|
709
710
|
}
|
|
710
711
|
],
|
|
711
|
-
"commit": "
|
|
712
|
-
"date": "2025-11-
|
|
712
|
+
"commit": "0fed8c794e68834dab4b8fc2f12429d0850f4ae9",
|
|
713
|
+
"date": "2025-11-11T08:28:40.751Z"
|
|
713
714
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -150,8 +150,9 @@
|
|
|
150
150
|
"upgradeUrl": ""
|
|
151
151
|
},
|
|
152
152
|
"productFeatures": {
|
|
153
|
-
"BillingNotice": false
|
|
153
|
+
"BillingNotice": false,
|
|
154
|
+
"CustomModelsJSON": true
|
|
154
155
|
},
|
|
155
|
-
"commit": "
|
|
156
|
-
"date": "2025-11-
|
|
156
|
+
"commit": "0fed8c794e68834dab4b8fc2f12429d0850f4ae9",
|
|
157
|
+
"date": "2025-11-11T08:28:45.268Z"
|
|
157
158
|
}
|