@tencent-ai/codebuddy-code 2.93.0 → 2.93.1-next.1e84d83.20260422

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.93.0",
3
+ "version": "2.93.1-next.1e84d83.20260422",
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": {},
@@ -421,6 +421,6 @@
421
421
  "ImageGen": true,
422
422
  "ScheduledTasks": true
423
423
  },
424
- "commit": "fab7b9801fbfca0dfbe85c39a237dc073148cc98",
425
- "date": "2026-04-20T16:59:27.521Z"
424
+ "commit": "1e84d83709c0599300deb08f6efd66a86d18b1c8",
425
+ "date": "2026-04-21T16:16:40.768Z"
426
426
  }
@@ -14,6 +14,7 @@
14
14
  "glm-4.7",
15
15
  "minimax-m2.7",
16
16
  "minimax-m2.5",
17
+ "kimi-k2.6",
17
18
  "kimi-k2.5",
18
19
  "deepseek-v3-2-volc",
19
20
  "hunyuan-2.0-thinking"
@@ -471,6 +472,24 @@
471
472
  },
472
473
  "maxAllowedSize": 128000
473
474
  },
475
+ {
476
+ "credits": "x0.59 credits",
477
+ "id": "kimi-k2.6",
478
+ "name": "Kimi-K2.6",
479
+ "vendor": "f",
480
+ "maxOutputTokens": 32000,
481
+ "maxInputTokens": 256000,
482
+ "supportsToolCall": true,
483
+ "supportsImages": true,
484
+ "supportsReasoning": true,
485
+ "temperature": 1,
486
+ "onlyReasoning": true,
487
+ "reasoning": {
488
+ "effort": "medium",
489
+ "summary": "auto"
490
+ },
491
+ "maxAllowedSize": 256000
492
+ },
474
493
  {
475
494
  "credits": "x0.45 credits",
476
495
  "id": "kimi-k2.5",
@@ -588,6 +607,6 @@
588
607
  }
589
608
  }
590
609
  },
591
- "commit": "fab7b9801fbfca0dfbe85c39a237dc073148cc98",
592
- "date": "2026-04-20T16:59:27.557Z"
610
+ "commit": "1e84d83709c0599300deb08f6efd66a86d18b1c8",
611
+ "date": "2026-04-21T16:16:40.793Z"
593
612
  }
package/product.ioa.json CHANGED
@@ -39,6 +39,7 @@
39
39
  "glm-4.7-ioa",
40
40
  "minimax-m2.7-ioa",
41
41
  "minimax-m2.5-ioa",
42
+ "kimi-k2.6-ioa",
42
43
  "kimi-k2.5-ioa",
43
44
  "deepseek-v3-2-volc-ioa",
44
45
  "hunyuan-2.0-thinking-ioa"
@@ -413,6 +414,28 @@
413
414
  },
414
415
  "maxAllowedSize": 164000
415
416
  },
417
+ {
418
+ "credits": "x0.00 credits",
419
+ "id": "kimi-k2.6-ioa",
420
+ "name": "Kimi-K2.6",
421
+ "vendor": "f",
422
+ "maxOutputTokens": 32000,
423
+ "maxInputTokens": 256000,
424
+ "supportsToolCall": true,
425
+ "supportsImages": true,
426
+ "supportsReasoning": true,
427
+ "temperature": 1,
428
+ "onlyReasoning": true,
429
+ "reasoning": {
430
+ "effort": "medium",
431
+ "summary": "auto"
432
+ },
433
+ "maxAllowedSize": 256000,
434
+ "relatedModels": {
435
+ "lite": "kimi-k2.6-ioa",
436
+ "reasoning": "kimi-k2.6-ioa"
437
+ }
438
+ },
416
439
  {
417
440
  "credits": "x0.00 credits",
418
441
  "id": "kimi-k2.5-ioa",
@@ -982,6 +1005,6 @@
982
1005
  }
983
1006
  }
984
1007
  },
985
- "commit": "fab7b9801fbfca0dfbe85c39a237dc073148cc98",
986
- "date": "2026-04-20T16:59:27.530Z"
1008
+ "commit": "1e84d83709c0599300deb08f6efd66a86d18b1c8",
1009
+ "date": "2026-04-21T16:16:40.639Z"
987
1010
  }
package/product.json CHANGED
@@ -1520,6 +1520,6 @@
1520
1520
  "description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
1521
1521
  }
1522
1522
  ],
1523
- "commit": "fab7b9801fbfca0dfbe85c39a237dc073148cc98",
1524
- "date": "2026-04-20T16:59:27.470Z"
1523
+ "commit": "1e84d83709c0599300deb08f6efd66a86d18b1c8",
1524
+ "date": "2026-04-21T16:16:40.879Z"
1525
1525
  }
@@ -310,6 +310,6 @@
310
310
  "DeferToolLoading": true,
311
311
  "ScheduledTasks": true
312
312
  },
313
- "commit": "fab7b9801fbfca0dfbe85c39a237dc073148cc98",
314
- "date": "2026-04-20T16:59:27.524Z"
313
+ "commit": "1e84d83709c0599300deb08f6efd66a86d18b1c8",
314
+ "date": "2026-04-21T16:16:40.883Z"
315
315
  }
Binary file
Binary file
Binary file
Binary file
Binary file