@tencent-ai/codebuddy-code 2.63.4 → 2.63.5-next.9944595.20260320

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.63.4",
3
+ "version": "2.63.5-next.9944595.20260320",
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": {},
@@ -402,6 +402,6 @@
402
402
  "ImageGen": true,
403
403
  "ScheduledTasks": true
404
404
  },
405
- "commit": "f6a0a90fed17ffd6b84541619675960fd47b0451",
406
- "date": "2026-03-18T15:57:37.130Z"
405
+ "commit": "99445957b4babb79bda7ec54a2577f17018224f1",
406
+ "date": "2026-03-20T04:12:37.139Z"
407
407
  }
@@ -7,8 +7,10 @@
7
7
  "instructions": "cli-agent-prompt",
8
8
  "description": "cli agent",
9
9
  "models": [
10
+ "glm-5.0-turbo",
10
11
  "glm-5.0",
11
12
  "glm-4.7",
13
+ "minimax-m2.7",
12
14
  "minimax-m2.5",
13
15
  "kimi-k2.5",
14
16
  "deepseek-v3-2-volc",
@@ -272,7 +274,7 @@
272
274
  "models": [
273
275
  {
274
276
  "id": "default",
275
- "credits": "x2.20 credits",
277
+ "credits": "x2.00 credits",
276
278
  "name": "Default",
277
279
  "vendor": "v",
278
280
  "maxOutputTokens": 24000,
@@ -282,7 +284,7 @@
282
284
  "maxAllowedSize": 56000
283
285
  },
284
286
  {
285
- "credits": "x0.26 credits",
287
+ "credits": "x0.29 credits",
286
288
  "id": "deepseek-v3-2-volc",
287
289
  "name": "DeepSeek-V3.2",
288
290
  "vendor": "e",
@@ -301,7 +303,7 @@
301
303
  }
302
304
  },
303
305
  {
304
- "credits": "x0.17 credits",
306
+ "credits": "x0.18 credits",
305
307
  "id": "minimax-m2.5",
306
308
  "name": "MiniMax-M2.5",
307
309
  "vendor": "e",
@@ -319,7 +321,25 @@
319
321
  }
320
322
  },
321
323
  {
322
- "credits": "x0.34 credits",
324
+ "credits": "x0.26 credits",
325
+ "id": "minimax-m2.7",
326
+ "name": "MiniMax-M2.7",
327
+ "vendor": "f",
328
+ "maxOutputTokens": 48000,
329
+ "maxInputTokens": 200000,
330
+ "supportsToolCall": true,
331
+ "supportsImages": true,
332
+ "maxAllowedSize": 200000,
333
+ "supportsReasoning": true,
334
+ "onlyReasoning": true,
335
+ "temperature": 1,
336
+ "reasoning": {
337
+ "effort": "medium",
338
+ "summary": "auto"
339
+ }
340
+ },
341
+ {
342
+ "credits": "x0.80 credits",
323
343
  "id": "glm-5.0",
324
344
  "name": "GLM-5.0",
325
345
  "vendor": "e",
@@ -333,7 +353,25 @@
333
353
  "temperature": 1
334
354
  },
335
355
  {
336
- "credits": "x0.21 credits",
356
+ "credits": "x0.95 credits",
357
+ "id": "glm-5.0-turbo",
358
+ "name": "GLM-5.0-Turbo",
359
+ "vendor": "e",
360
+ "maxOutputTokens": 48000,
361
+ "maxInputTokens": 200000,
362
+ "supportsToolCall": true,
363
+ "supportsImages": false,
364
+ "maxAllowedSize": 200000,
365
+ "supportsReasoning": true,
366
+ "onlyReasoning": true,
367
+ "temperature": 1,
368
+ "reasoning": {
369
+ "effort": "medium",
370
+ "summary": "auto"
371
+ }
372
+ },
373
+ {
374
+ "credits": "x0.23 credits",
337
375
  "id": "glm-4.7",
338
376
  "name": "GLM-4.7",
339
377
  "vendor": "f",
@@ -347,7 +385,7 @@
347
385
  "temperature": 1
348
386
  },
349
387
  {
350
- "credits": "x0.21 credits",
388
+ "credits": "x0.23 credits",
351
389
  "id": "glm-4.6",
352
390
  "name": "GLM-4.6",
353
391
  "vendor": "f",
@@ -361,7 +399,7 @@
361
399
  "temperature": 1
362
400
  },
363
401
  {
364
- "credits": "x0.10 credits",
402
+ "credits": "x0.11 credits",
365
403
  "id": "glm-4.6v",
366
404
  "name": "GLM-4.6V",
367
405
  "vendor": "e",
@@ -378,7 +416,7 @@
378
416
  "maxAllowedSize": 128000
379
417
  },
380
418
  {
381
- "credits": "x0.43 credits",
419
+ "credits": "x0.45 credits",
382
420
  "id": "kimi-k2.5",
383
421
  "name": "Kimi-K2.5",
384
422
  "vendor": "f",
@@ -396,7 +434,7 @@
396
434
  "maxAllowedSize": 164000
397
435
  },
398
436
  {
399
- "credits": "x0.46 credits",
437
+ "credits": "x0.54 credits",
400
438
  "id": "kimi-k2-thinking",
401
439
  "name": "Kimi-K2-Thinking",
402
440
  "vendor": "f",
@@ -414,6 +452,7 @@
414
452
  "maxAllowedSize": 164000
415
453
  },
416
454
  {
455
+ "credits": "x0.04 credits",
417
456
  "id": "hunyuan-2.0-thinking",
418
457
  "name": "Hunyuan-2.0-Thinking",
419
458
  "vendor": "e",
@@ -435,6 +474,7 @@
435
474
  }
436
475
  },
437
476
  {
477
+ "credits": "x0.10 credits",
438
478
  "id": "hunyuan-chat",
439
479
  "name": "Hunyuan-Turbos",
440
480
  "vendor": "j",
@@ -492,6 +532,6 @@
492
532
  }
493
533
  }
494
534
  },
495
- "commit": "f6a0a90fed17ffd6b84541619675960fd47b0451",
496
- "date": "2026-03-18T15:57:37.059Z"
535
+ "commit": "99445957b4babb79bda7ec54a2577f17018224f1",
536
+ "date": "2026-03-20T04:12:37.198Z"
497
537
  }
package/product.ioa.json CHANGED
@@ -28,8 +28,10 @@
28
28
  "gpt-5.1-codex",
29
29
  "gpt-5.1-codex-max",
30
30
  "gpt-5.1-codex-mini",
31
+ "glm-5.0-turbo-ioa",
31
32
  "glm-5.0-ioa",
32
33
  "glm-4.7-ioa",
34
+ "minimax-m2.7-ioa",
33
35
  "minimax-m2.5-ioa",
34
36
  "kimi-k2.5-ioa",
35
37
  "deepseek-v3-2-volc-ioa",
@@ -347,7 +349,29 @@
347
349
  }
348
350
  },
349
351
  {
350
- "credits": "x0.46 credits",
352
+ "credits": "x0.00 credits",
353
+ "id": "minimax-m2.7-ioa",
354
+ "name": "MiniMax-M2.7",
355
+ "vendor": "f",
356
+ "maxOutputTokens": 48000,
357
+ "maxInputTokens": 200000,
358
+ "supportsToolCall": true,
359
+ "supportsImages": true,
360
+ "maxAllowedSize": 200000,
361
+ "supportsReasoning": true,
362
+ "onlyReasoning": true,
363
+ "temperature": 1,
364
+ "reasoning": {
365
+ "effort": "medium",
366
+ "summary": "auto"
367
+ },
368
+ "relatedModels": {
369
+ "lite": "minimax-m2.7-ioa",
370
+ "reasoning": "minimax-m2.7-ioa"
371
+ }
372
+ },
373
+ {
374
+ "credits": "x0.54 credits",
351
375
  "id": "kimi-k2-thinking",
352
376
  "name": "Kimi-K2-Thinking",
353
377
  "vendor": "f",
@@ -404,6 +428,28 @@
404
428
  "reasoning": "glm-5.0-ioa"
405
429
  }
406
430
  },
431
+ {
432
+ "credits": "x0.00 credits",
433
+ "id": "glm-5.0-turbo-ioa",
434
+ "name": "GLM-5.0-Turbo",
435
+ "vendor": "e",
436
+ "maxOutputTokens": 48000,
437
+ "maxInputTokens": 200000,
438
+ "supportsToolCall": true,
439
+ "supportsImages": false,
440
+ "maxAllowedSize": 200000,
441
+ "supportsReasoning": true,
442
+ "onlyReasoning": true,
443
+ "temperature": 1,
444
+ "reasoning": {
445
+ "effort": "medium",
446
+ "summary": "auto"
447
+ },
448
+ "relatedModels": {
449
+ "lite": "glm-5.0-turbo-ioa",
450
+ "reasoning": "glm-5.0-turbo-ioa"
451
+ }
452
+ },
407
453
  {
408
454
  "credits": "x0.00 credits",
409
455
  "id": "glm-4.7-ioa",
@@ -488,7 +534,7 @@
488
534
  }
489
535
  },
490
536
  {
491
- "credits": "x2.04 credits",
537
+ "credits": "x2.00 credits",
492
538
  "id": "claude-sonnet-4.6",
493
539
  "name": "Claude-Sonnet-4.6",
494
540
  "vendor": "e",
@@ -500,7 +546,7 @@
500
546
  "supportsReasoning": true
501
547
  },
502
548
  {
503
- "credits": "x3.40 credits",
549
+ "credits": "x3.33 credits",
504
550
  "id": "claude-opus-4.6",
505
551
  "name": "Claude-Opus-4.6",
506
552
  "vendor": "e",
@@ -512,7 +558,7 @@
512
558
  "supportsReasoning": true
513
559
  },
514
560
  {
515
- "credits": "x3.40 credits",
561
+ "credits": "x3.33 credits",
516
562
  "id": "claude-opus-4.5",
517
563
  "name": "Claude-Opus-4.5",
518
564
  "vendor": "e",
@@ -524,7 +570,7 @@
524
570
  "supportsReasoning": true
525
571
  },
526
572
  {
527
- "credits": "x2.04 credits",
573
+ "credits": "x2.00 credits",
528
574
  "id": "claude-4.5",
529
575
  "name": "Claude-Sonnet-4.5",
530
576
  "vendor": "e",
@@ -536,7 +582,7 @@
536
582
  "supportsReasoning": true
537
583
  },
538
584
  {
539
- "credits": "x0.68 credits",
585
+ "credits": "x0.67 credits",
540
586
  "id": "claude-haiku-4.5",
541
587
  "name": "Claude-Haiku-4.5",
542
588
  "vendor": "e",
@@ -551,7 +597,7 @@
551
597
  ]
552
598
  },
553
599
  {
554
- "credits": "x1.70 credits",
600
+ "credits": "x1.65 credits",
555
601
  "id": "gpt-5.4",
556
602
  "name": "GPT-5.4",
557
603
  "vendor": "e",
@@ -566,7 +612,7 @@
566
612
  }
567
613
  },
568
614
  {
569
- "credits": "x1.35 credits",
615
+ "credits": "x1.25 credits",
570
616
  "id": "gpt-5.3-codex",
571
617
  "name": "GPT-5.3-Codex",
572
618
  "vendor": "e",
@@ -581,7 +627,7 @@
581
627
  }
582
628
  },
583
629
  {
584
- "credits": "x1.35 credits",
630
+ "credits": "x1.25 credits",
585
631
  "id": "gpt-5.2",
586
632
  "name": "GPT-5.2",
587
633
  "vendor": "e",
@@ -596,7 +642,7 @@
596
642
  }
597
643
  },
598
644
  {
599
- "credits": "x1.35 credits",
645
+ "credits": "x1.25 credits",
600
646
  "id": "gpt-5.2-codex",
601
647
  "name": "GPT-5.2-Codex",
602
648
  "vendor": "e",
@@ -611,7 +657,7 @@
611
657
  }
612
658
  },
613
659
  {
614
- "credits": "x0.97 credits",
660
+ "credits": "x0.90 credits",
615
661
  "id": "gpt-5.1",
616
662
  "name": "GPT-5.1",
617
663
  "vendor": "e",
@@ -626,7 +672,7 @@
626
672
  }
627
673
  },
628
674
  {
629
- "credits": "x0.97 credits",
675
+ "credits": "x0.90 credits",
630
676
  "id": "gpt-5.1-codex",
631
677
  "name": "GPT-5.1-Codex",
632
678
  "vendor": "e",
@@ -641,7 +687,7 @@
641
687
  }
642
688
  },
643
689
  {
644
- "credits": "x0.97 credits",
690
+ "credits": "x0.90 credits",
645
691
  "id": "gpt-5.1-codex-max",
646
692
  "maxAllowedSize": 272000,
647
693
  "maxInputTokens": 272000,
@@ -657,7 +703,7 @@
657
703
  "vendor": "e"
658
704
  },
659
705
  {
660
- "credits": "x0.19 credits",
706
+ "credits": "x0.18 credits",
661
707
  "id": "gpt-5.1-codex-mini",
662
708
  "name": "GPT-5.1-Codex-Mini",
663
709
  "vendor": "e",
@@ -676,7 +722,7 @@
676
722
  }
677
723
  },
678
724
  {
679
- "credits": "x1.36 credits",
725
+ "credits": "x1.32 credits",
680
726
  "id": "gemini-3.1-pro",
681
727
  "name": "Gemini-3.1-Pro",
682
728
  "maxOutputTokens": 64000,
@@ -687,7 +733,7 @@
687
733
  "maxAllowedSize": 400000
688
734
  },
689
735
  {
690
- "credits": "x0.34 credits",
736
+ "credits": "x0.33 credits",
691
737
  "id": "gemini-3.0-flash",
692
738
  "name": "Gemini-3.0-Flash",
693
739
  "maxOutputTokens": 64000,
@@ -702,7 +748,7 @@
702
748
  }
703
749
  },
704
750
  {
705
- "credits": "x0.97 credits",
751
+ "credits": "x0.90 credits",
706
752
  "id": "gemini-2.5-pro",
707
753
  "name": "Gemini-2.5-Pro",
708
754
  "maxOutputTokens": 64000,
@@ -731,7 +777,7 @@
731
777
  }
732
778
  },
733
779
  {
734
- "credits": "x30.33 credits",
780
+ "credits": "x4.96 credits",
735
781
  "id": "gemini-3.0-pro-image",
736
782
  "name": "Gemini-3.0-Pro-Image",
737
783
  "tags": [
@@ -740,7 +786,7 @@
740
786
  ]
741
787
  },
742
788
  {
743
- "credits": "x13.12 credits",
789
+ "credits": "x1.78 credits",
744
790
  "id": "gemini-3.1-flash-image",
745
791
  "name": "Gemini-3.1-Flash-Image",
746
792
  "tags": [
@@ -749,7 +795,7 @@
749
795
  ]
750
796
  },
751
797
  {
752
- "credits": "x7.50 credits",
798
+ "credits": "x1.14 credits",
753
799
  "id": "gemini-2.5-flash-image",
754
800
  "name": "Gemini-2.5-Flash-Image",
755
801
  "tags": [
@@ -816,6 +862,6 @@
816
862
  }
817
863
  }
818
864
  },
819
- "commit": "f6a0a90fed17ffd6b84541619675960fd47b0451",
820
- "date": "2026-03-18T15:57:37.206Z"
865
+ "commit": "99445957b4babb79bda7ec54a2577f17018224f1",
866
+ "date": "2026-03-20T04:12:37.079Z"
821
867
  }
package/product.json CHANGED
@@ -132,7 +132,7 @@
132
132
  },
133
133
  "models": [
134
134
  {
135
- "credits": "x2.04 credits",
135
+ "credits": "x2.00 credits",
136
136
  "id": "default-model",
137
137
  "maxAllowedSize": 80000,
138
138
  "maxOutputTokens": 24000,
@@ -144,7 +144,7 @@
144
144
  "supportsReasoning": true
145
145
  },
146
146
  {
147
- "credits": "x0.68 credits",
147
+ "credits": "x0.67 credits",
148
148
  "id": "default-model-lite",
149
149
  "name": "Default-Lite",
150
150
  "vendor": "e",
@@ -159,7 +159,7 @@
159
159
  ]
160
160
  },
161
161
  {
162
- "credits": "x1.70 credits",
162
+ "credits": "x1.65 credits",
163
163
  "id": "gpt-5.4",
164
164
  "name": "GPT-5.4",
165
165
  "vendor": "e",
@@ -174,7 +174,7 @@
174
174
  }
175
175
  },
176
176
  {
177
- "credits": "x1.35 credits",
177
+ "credits": "x1.25 credits",
178
178
  "id": "gpt-5.3-codex",
179
179
  "name": "GPT-5.3-Codex",
180
180
  "vendor": "e",
@@ -189,7 +189,7 @@
189
189
  }
190
190
  },
191
191
  {
192
- "credits": "x1.35 credits",
192
+ "credits": "x1.25 credits",
193
193
  "id": "gpt-5.2",
194
194
  "name": "GPT-5.2",
195
195
  "vendor": "e",
@@ -204,7 +204,7 @@
204
204
  }
205
205
  },
206
206
  {
207
- "credits": "x1.35 credits",
207
+ "credits": "x1.25 credits",
208
208
  "id": "gpt-5.2-codex",
209
209
  "name": "GPT-5.2-Codex",
210
210
  "vendor": "e",
@@ -219,7 +219,7 @@
219
219
  }
220
220
  },
221
221
  {
222
- "credits": "x0.97 credits",
222
+ "credits": "x0.90 credits",
223
223
  "id": "gpt-5.1",
224
224
  "name": "GPT-5.1",
225
225
  "vendor": "e",
@@ -234,7 +234,7 @@
234
234
  }
235
235
  },
236
236
  {
237
- "credits": "x0.97 credits",
237
+ "credits": "x0.90 credits",
238
238
  "id": "gpt-5.1-codex",
239
239
  "name": "GPT-5.1-Codex",
240
240
  "vendor": "e",
@@ -249,7 +249,7 @@
249
249
  }
250
250
  },
251
251
  {
252
- "credits": "x0.97 credits",
252
+ "credits": "x0.90 credits",
253
253
  "id": "gpt-5.1-codex-max",
254
254
  "maxAllowedSize": 200000,
255
255
  "maxInputTokens": 200000,
@@ -265,7 +265,7 @@
265
265
  "vendor": "e"
266
266
  },
267
267
  {
268
- "credits": "x0.19 credits",
268
+ "credits": "x0.18 credits",
269
269
  "id": "gpt-5.1-codex-mini",
270
270
  "name": "GPT-5.1-Codex-Mini",
271
271
  "vendor": "e",
@@ -284,7 +284,7 @@
284
284
  }
285
285
  },
286
286
  {
287
- "credits": "x1.36 credits",
287
+ "credits": "x1.32 credits",
288
288
  "id": "gemini-3.1-pro",
289
289
  "name": "Gemini-3.1-Pro",
290
290
  "maxOutputTokens": 64000,
@@ -295,7 +295,7 @@
295
295
  "maxAllowedSize": 400000
296
296
  },
297
297
  {
298
- "credits": "x0.34 credits",
298
+ "credits": "x0.33 credits",
299
299
  "id": "gemini-3.0-flash",
300
300
  "name": "Gemini-3.0-Flash",
301
301
  "maxOutputTokens": 64000,
@@ -306,7 +306,7 @@
306
306
  "maxAllowedSize": 400000
307
307
  },
308
308
  {
309
- "credits": "x0.24 credits",
309
+ "credits": "x0.22 credits",
310
310
  "id": "gemini-2.5-flash",
311
311
  "name": "Gemini-2.5-Flash",
312
312
  "maxOutputTokens": 64000,
@@ -339,7 +339,7 @@
339
339
  }
340
340
  },
341
341
  {
342
- "credits": "x0.97 credits",
342
+ "credits": "x0.90 credits",
343
343
  "id": "gemini-2.5-pro",
344
344
  "name": "Gemini-2.5-Pro",
345
345
  "maxOutputTokens": 64000,
@@ -350,7 +350,7 @@
350
350
  "maxAllowedSize": 400000
351
351
  },
352
352
  {
353
- "credits": "x0.26 credits",
353
+ "credits": "x0.29 credits",
354
354
  "id": "deepseek-v3-2-volc",
355
355
  "name": "DeepSeek-V3.2",
356
356
  "vendor": "e",
@@ -369,7 +369,7 @@
369
369
  }
370
370
  },
371
371
  {
372
- "credits": "x0.34 credits",
372
+ "credits": "x0.80 credits",
373
373
  "id": "glm-5.0",
374
374
  "name": "GLM-5.0",
375
375
  "vendor": "e",
@@ -383,7 +383,7 @@
383
383
  "temperature": 1
384
384
  },
385
385
  {
386
- "credits": "x0.43 credits",
386
+ "credits": "x0.45 credits",
387
387
  "id": "kimi-k2.5",
388
388
  "name": "Kimi-K2.5",
389
389
  "vendor": "f",
@@ -401,7 +401,7 @@
401
401
  "maxAllowedSize": 164000
402
402
  },
403
403
  {
404
- "credits": "x30.33 credits",
404
+ "credits": "x4.96 credits",
405
405
  "id": "gemini-3.0-pro-image",
406
406
  "name": "Gemini-3.0-Pro-Image",
407
407
  "tags": [
@@ -410,7 +410,7 @@
410
410
  ]
411
411
  },
412
412
  {
413
- "credits": "x13.12 credits",
413
+ "credits": "x1.78 credits",
414
414
  "id": "gemini-3.1-flash-image",
415
415
  "name": "Gemini-3.1-Flash-Image",
416
416
  "tags": [
@@ -419,7 +419,7 @@
419
419
  ]
420
420
  },
421
421
  {
422
- "credits": "x7.50 credits",
422
+ "credits": "x1.14 credits",
423
423
  "id": "gemini-2.5-flash-image",
424
424
  "name": "Gemini-2.5-Flash-Image",
425
425
  "tags": [
@@ -1466,6 +1466,6 @@
1466
1466
  "description": "tool-delegatetool-description"
1467
1467
  }
1468
1468
  ],
1469
- "commit": "f6a0a90fed17ffd6b84541619675960fd47b0451",
1470
- "date": "2026-03-18T15:57:37.306Z"
1469
+ "commit": "99445957b4babb79bda7ec54a2577f17018224f1",
1470
+ "date": "2026-03-20T04:12:37.197Z"
1471
1471
  }
@@ -291,6 +291,6 @@
291
291
  "DeferToolLoading": true,
292
292
  "ScheduledTasks": true
293
293
  },
294
- "commit": "f6a0a90fed17ffd6b84541619675960fd47b0451",
295
- "date": "2026-03-18T15:57:37.221Z"
294
+ "commit": "99445957b4babb79bda7ec54a2577f17018224f1",
295
+ "date": "2026-03-20T04:12:37.215Z"
296
296
  }