@tencent-ai/codebuddy-code 2.37.19 → 2.37.20-next.7db2379.20260125
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 +10 -0
- package/dist/codebuddy.js +5 -5
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +38 -83
- package/product.json +22 -74
- package/product.selfhosted.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.37.
|
|
3
|
+
"version": "2.37.20-next.7db2379.20260125",
|
|
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
|
@@ -323,6 +323,6 @@
|
|
|
323
323
|
"BillingNotice": false,
|
|
324
324
|
"CustomModelsJSON": true
|
|
325
325
|
},
|
|
326
|
-
"commit": "
|
|
327
|
-
"date": "2026-01-
|
|
326
|
+
"commit": "7db2379e236ce144efcdd28a8cd062b5a38a8efd",
|
|
327
|
+
"date": "2026-01-24T16:08:27.845Z"
|
|
328
328
|
}
|
package/product.internal.json
CHANGED
|
@@ -325,6 +325,6 @@
|
|
|
325
325
|
"BillingNotice": false,
|
|
326
326
|
"CustomModelsJSON": true
|
|
327
327
|
},
|
|
328
|
-
"commit": "
|
|
329
|
-
"date": "2026-01-
|
|
328
|
+
"commit": "7db2379e236ce144efcdd28a8cd062b5a38a8efd",
|
|
329
|
+
"date": "2026-01-24T16:08:25.318Z"
|
|
330
330
|
}
|
package/product.ioa.json
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"endpoint": "https://copilot.tencent.com",
|
|
3
3
|
"stagingEndpoint": "https://staging-copilot.tencent.com",
|
|
4
|
+
"defaultRelatedModels": {
|
|
5
|
+
"lite": "claude-haiku-4.5",
|
|
6
|
+
"reasoning": "claude-opus-4.5"
|
|
7
|
+
},
|
|
4
8
|
"agents": [
|
|
5
9
|
{
|
|
6
10
|
"name": "cli",
|
|
@@ -106,6 +110,9 @@
|
|
|
106
110
|
"name": "contentAnalyzer",
|
|
107
111
|
"instructions": "content-analyzer-agent-instructions",
|
|
108
112
|
"description": "content analyzer agent",
|
|
113
|
+
"models": [
|
|
114
|
+
"lite"
|
|
115
|
+
],
|
|
109
116
|
"tags": [
|
|
110
117
|
"cli",
|
|
111
118
|
"content-analyzer"
|
|
@@ -117,7 +124,7 @@
|
|
|
117
124
|
"instructions": "terminal-title-generator-instructions",
|
|
118
125
|
"description": "Generate terminal window titles from conversation topics.",
|
|
119
126
|
"models": [
|
|
120
|
-
"
|
|
127
|
+
"lite"
|
|
121
128
|
],
|
|
122
129
|
"tags": [
|
|
123
130
|
"cli",
|
|
@@ -216,6 +223,10 @@
|
|
|
216
223
|
"reasoning": {
|
|
217
224
|
"effort": "medium",
|
|
218
225
|
"summary": "auto"
|
|
226
|
+
},
|
|
227
|
+
"relatedModels": {
|
|
228
|
+
"lite": "deepseek-v3-2-volc-ioa",
|
|
229
|
+
"reasoning": "deepseek-v3-2-volc-ioa"
|
|
219
230
|
}
|
|
220
231
|
},
|
|
221
232
|
{
|
|
@@ -248,7 +259,11 @@
|
|
|
248
259
|
"disabledMultimodal": true,
|
|
249
260
|
"maxAllowedSize": 200000,
|
|
250
261
|
"supportsReasoning": true,
|
|
251
|
-
"temperature": 1
|
|
262
|
+
"temperature": 1,
|
|
263
|
+
"relatedModels": {
|
|
264
|
+
"lite": "glm-4.7-ioa",
|
|
265
|
+
"reasoning": "glm-4.7-ioa"
|
|
266
|
+
}
|
|
252
267
|
},
|
|
253
268
|
{
|
|
254
269
|
"credits": "x0.00 credits",
|
|
@@ -265,7 +280,11 @@
|
|
|
265
280
|
"effort": "medium",
|
|
266
281
|
"summary": "auto"
|
|
267
282
|
},
|
|
268
|
-
"maxAllowedSize": 128000
|
|
283
|
+
"maxAllowedSize": 128000,
|
|
284
|
+
"relatedModels": {
|
|
285
|
+
"lite": "glm-4.6v-ioa",
|
|
286
|
+
"reasoning": "glm-4.6v-ioa"
|
|
287
|
+
}
|
|
269
288
|
},
|
|
270
289
|
{
|
|
271
290
|
"credits": "x0.00 credits",
|
|
@@ -279,7 +298,11 @@
|
|
|
279
298
|
"disabledMultimodal": true,
|
|
280
299
|
"maxAllowedSize": 168000,
|
|
281
300
|
"supportsReasoning": true,
|
|
282
|
-
"temperature": 1
|
|
301
|
+
"temperature": 1,
|
|
302
|
+
"relatedModels": {
|
|
303
|
+
"lite": "glm-4.6-ioa",
|
|
304
|
+
"reasoning": "glm-4.6-ioa"
|
|
305
|
+
}
|
|
283
306
|
},
|
|
284
307
|
{
|
|
285
308
|
"credits": "x3.33 credits",
|
|
@@ -409,73 +432,12 @@
|
|
|
409
432
|
"reseaning": {
|
|
410
433
|
"effort": "medium",
|
|
411
434
|
"summary": "auto"
|
|
435
|
+
},
|
|
436
|
+
"relatedModels": {
|
|
437
|
+
"lite": "gpt-5.1-codex-mini",
|
|
438
|
+
"reasoning": "claude-opus-4.5"
|
|
412
439
|
}
|
|
413
440
|
},
|
|
414
|
-
{
|
|
415
|
-
"credits": "x0.95 credits",
|
|
416
|
-
"id": "gpt-5",
|
|
417
|
-
"name": "GPT-5",
|
|
418
|
-
"vendor": "e",
|
|
419
|
-
"maxOutputTokens": 72000,
|
|
420
|
-
"maxInputTokens": 200000,
|
|
421
|
-
"supportsToolCall": true,
|
|
422
|
-
"supportsImages": true,
|
|
423
|
-
"maxAllowedSize": 80000,
|
|
424
|
-
"supportsReasoning": true,
|
|
425
|
-
"reseaning": {
|
|
426
|
-
"effort": "medium",
|
|
427
|
-
"summary": "auto"
|
|
428
|
-
}
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"credits": "x0.95 credits",
|
|
432
|
-
"id": "gpt-5-Codex",
|
|
433
|
-
"name": "GPT-5-Codex",
|
|
434
|
-
"vendor": "e",
|
|
435
|
-
"maxOutputTokens": 72000,
|
|
436
|
-
"maxInputTokens": 200000,
|
|
437
|
-
"supportsToolCall": true,
|
|
438
|
-
"supportsImages": true,
|
|
439
|
-
"maxAllowedSize": 80000,
|
|
440
|
-
"supportsReasoning": true,
|
|
441
|
-
"reseaning": {
|
|
442
|
-
"effort": "medium",
|
|
443
|
-
"summary": "auto"
|
|
444
|
-
}
|
|
445
|
-
},
|
|
446
|
-
{
|
|
447
|
-
"credits": "x0.19 credits",
|
|
448
|
-
"id": "gpt-5-mini",
|
|
449
|
-
"name": "GPT-5-Mini",
|
|
450
|
-
"vendor": "e",
|
|
451
|
-
"maxOutputTokens": 72000,
|
|
452
|
-
"maxInputTokens": 200000,
|
|
453
|
-
"supportsToolCall": true,
|
|
454
|
-
"supportsImages": true,
|
|
455
|
-
"maxAllowedSize": 80000
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"credits": "x0.04 credits",
|
|
459
|
-
"id": "gpt-5-nano",
|
|
460
|
-
"name": "GPT-5-Nano",
|
|
461
|
-
"vendor": "e",
|
|
462
|
-
"maxOutputTokens": 72000,
|
|
463
|
-
"maxInputTokens": 200000,
|
|
464
|
-
"supportsToolCall": true,
|
|
465
|
-
"supportsImages": true,
|
|
466
|
-
"maxAllowedSize": 80000
|
|
467
|
-
},
|
|
468
|
-
{
|
|
469
|
-
"credits": "x0.92 credits",
|
|
470
|
-
"id": "o4-mini",
|
|
471
|
-
"name": "GPT-4o-Mini",
|
|
472
|
-
"vendor": "e",
|
|
473
|
-
"maxOutputTokens": 24000,
|
|
474
|
-
"maxInputTokens": 104000,
|
|
475
|
-
"supportsToolCall": true,
|
|
476
|
-
"supportsImages": true,
|
|
477
|
-
"maxAllowedSize": 40000
|
|
478
|
-
},
|
|
479
441
|
{
|
|
480
442
|
"credits": "x1.33 credits",
|
|
481
443
|
"id": "gemini-3.0-pro",
|
|
@@ -496,18 +458,11 @@
|
|
|
496
458
|
"supportsToolCall": true,
|
|
497
459
|
"supportsImages": true,
|
|
498
460
|
"supportsReasoning": true,
|
|
499
|
-
"maxAllowedSize": 400000
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
"name": "Gemini-2.5-Flash",
|
|
505
|
-
"maxOutputTokens": 64000,
|
|
506
|
-
"maxInputTokens": 400000,
|
|
507
|
-
"supportsToolCall": true,
|
|
508
|
-
"supportsImages": true,
|
|
509
|
-
"supportsReasoning": true,
|
|
510
|
-
"maxAllowedSize": 400000
|
|
461
|
+
"maxAllowedSize": 400000,
|
|
462
|
+
"relatedModels": {
|
|
463
|
+
"lite": "gemini-3.0-flash",
|
|
464
|
+
"reasoning": "claude-opus-4.5"
|
|
465
|
+
}
|
|
511
466
|
},
|
|
512
467
|
{
|
|
513
468
|
"credits": "x0.95 credits",
|
|
@@ -535,6 +490,6 @@
|
|
|
535
490
|
"BillingNotice": false,
|
|
536
491
|
"CustomModelsJSON": true
|
|
537
492
|
},
|
|
538
|
-
"commit": "
|
|
539
|
-
"date": "2026-01-
|
|
493
|
+
"commit": "7db2379e236ce144efcdd28a8cd062b5a38a8efd",
|
|
494
|
+
"date": "2026-01-24T16:08:26.573Z"
|
|
540
495
|
}
|
package/product.json
CHANGED
|
@@ -220,76 +220,12 @@
|
|
|
220
220
|
"reseaning": {
|
|
221
221
|
"effort": "medium",
|
|
222
222
|
"summary": "auto"
|
|
223
|
+
},
|
|
224
|
+
"relatedModels": {
|
|
225
|
+
"lite": "gpt-5.1-codex-mini",
|
|
226
|
+
"reasoning": "default-model"
|
|
223
227
|
}
|
|
224
228
|
},
|
|
225
|
-
{
|
|
226
|
-
"credits": "x0.95 credits",
|
|
227
|
-
"id": "gpt-5",
|
|
228
|
-
"maxAllowedSize": 80000,
|
|
229
|
-
"maxOutputTokens": 72000,
|
|
230
|
-
"maxInputTokens": 200000,
|
|
231
|
-
"name": "GPT-5",
|
|
232
|
-
"supportsImages": true,
|
|
233
|
-
"supportsToolCall": true,
|
|
234
|
-
"vendor": "e",
|
|
235
|
-
"supportsReasoning": true,
|
|
236
|
-
"reseaning": {
|
|
237
|
-
"effort": "medium",
|
|
238
|
-
"summary": "auto"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
{
|
|
242
|
-
"credits": "x0.95 credits",
|
|
243
|
-
"id": "gpt-5-codex",
|
|
244
|
-
"name": "GPT-5-Codex",
|
|
245
|
-
"vendor": "e",
|
|
246
|
-
"maxOutputTokens": 72000,
|
|
247
|
-
"maxInputTokens": 200000,
|
|
248
|
-
"supportsToolCall": true,
|
|
249
|
-
"supportsImages": true,
|
|
250
|
-
"maxAllowedSize": 80000,
|
|
251
|
-
"supportsReasoning": true,
|
|
252
|
-
"reseaning": {
|
|
253
|
-
"effort": "medium",
|
|
254
|
-
"summary": "auto"
|
|
255
|
-
}
|
|
256
|
-
},
|
|
257
|
-
{
|
|
258
|
-
"credits": "x0.19 credits",
|
|
259
|
-
"id": "gpt-5-mini",
|
|
260
|
-
"maxAllowedSize": 80000,
|
|
261
|
-
"maxOutputTokens": 72000,
|
|
262
|
-
"maxInputTokens": 200000,
|
|
263
|
-
"name": "GPT-5-Mini",
|
|
264
|
-
"supportsImages": true,
|
|
265
|
-
"supportsToolCall": true,
|
|
266
|
-
"vendor": "e",
|
|
267
|
-
"tags": [
|
|
268
|
-
"lite"
|
|
269
|
-
]
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"credits": "x0.04 credits",
|
|
273
|
-
"id": "gpt-5-nano",
|
|
274
|
-
"maxAllowedSize": 80000,
|
|
275
|
-
"maxOutputTokens": 72000,
|
|
276
|
-
"maxInputTokens": 200000,
|
|
277
|
-
"name": "GPT-5-Nano",
|
|
278
|
-
"supportsImages": true,
|
|
279
|
-
"supportsToolCall": true,
|
|
280
|
-
"vendor": "e"
|
|
281
|
-
},
|
|
282
|
-
{
|
|
283
|
-
"credits": "x0.92 credits",
|
|
284
|
-
"id": "o4-mini",
|
|
285
|
-
"maxAllowedSize": 80000,
|
|
286
|
-
"maxOutputTokens": 24000,
|
|
287
|
-
"maxInputTokens": 104000,
|
|
288
|
-
"name": "GPT-4o-Mini",
|
|
289
|
-
"supportsImages": true,
|
|
290
|
-
"supportsToolCall": true,
|
|
291
|
-
"vendor": "e"
|
|
292
|
-
},
|
|
293
229
|
{
|
|
294
230
|
"credits": "x1.33 credits",
|
|
295
231
|
"id": "gemini-3.0-pro",
|
|
@@ -321,7 +257,11 @@
|
|
|
321
257
|
"supportsToolCall": true,
|
|
322
258
|
"supportsImages": true,
|
|
323
259
|
"supportsReasoning": true,
|
|
324
|
-
"maxAllowedSize": 400000
|
|
260
|
+
"maxAllowedSize": 400000,
|
|
261
|
+
"relatedModels": {
|
|
262
|
+
"lite": "gemini-2.5-flash",
|
|
263
|
+
"reasoning": "default-model"
|
|
264
|
+
}
|
|
325
265
|
},
|
|
326
266
|
{
|
|
327
267
|
"credits": "x0.95 credits",
|
|
@@ -344,7 +284,11 @@
|
|
|
344
284
|
"supportsImages": false,
|
|
345
285
|
"supportsToolCall": true,
|
|
346
286
|
"supportsReasoning": true,
|
|
347
|
-
"vendor": "f"
|
|
287
|
+
"vendor": "f",
|
|
288
|
+
"relatedModels": {
|
|
289
|
+
"lite": "auto-chat",
|
|
290
|
+
"reasoning": "auto-chat"
|
|
291
|
+
}
|
|
348
292
|
}
|
|
349
293
|
],
|
|
350
294
|
"tokenUsageThresholds": {
|
|
@@ -697,7 +641,7 @@
|
|
|
697
641
|
"instructions": "content-analyzer-agent-instructions",
|
|
698
642
|
"description": "content analyzer agent",
|
|
699
643
|
"models": [
|
|
700
|
-
"
|
|
644
|
+
"lite"
|
|
701
645
|
],
|
|
702
646
|
"tags": [
|
|
703
647
|
"cli",
|
|
@@ -710,7 +654,7 @@
|
|
|
710
654
|
"instructions": "terminal-title-generator-instructions",
|
|
711
655
|
"description": "Generate terminal window titles from conversation topics.",
|
|
712
656
|
"models": [
|
|
713
|
-
"
|
|
657
|
+
"lite"
|
|
714
658
|
],
|
|
715
659
|
"tags": [
|
|
716
660
|
"cli",
|
|
@@ -931,6 +875,10 @@
|
|
|
931
875
|
}
|
|
932
876
|
},
|
|
933
877
|
"deploymentType": "SaaS",
|
|
878
|
+
"defaultRelatedModels": {
|
|
879
|
+
"lite": "default-model-lite",
|
|
880
|
+
"reasoning": "default-model"
|
|
881
|
+
},
|
|
934
882
|
"outputStyles": [
|
|
935
883
|
{
|
|
936
884
|
"name": "Default",
|
|
@@ -1044,6 +992,6 @@
|
|
|
1044
992
|
"description": "tool-structuredoutput-description"
|
|
1045
993
|
}
|
|
1046
994
|
],
|
|
1047
|
-
"commit": "
|
|
1048
|
-
"date": "2026-01-
|
|
995
|
+
"commit": "7db2379e236ce144efcdd28a8cd062b5a38a8efd",
|
|
996
|
+
"date": "2026-01-24T16:08:24.060Z"
|
|
1049
997
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -205,6 +205,6 @@
|
|
|
205
205
|
"BillingNotice": false,
|
|
206
206
|
"CustomModelsJSON": true
|
|
207
207
|
},
|
|
208
|
-
"commit": "
|
|
209
|
-
"date": "2026-01-
|
|
208
|
+
"commit": "7db2379e236ce144efcdd28a8cd062b5a38a8efd",
|
|
209
|
+
"date": "2026-01-24T16:08:29.108Z"
|
|
210
210
|
}
|