@tencent-ai/codebuddy-code 2.93.0 → 2.93.1-next.e99b1de.20260421
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 +6 -0
- package/dist/codebuddy-headless.js +34 -34
- package/dist/codebuddy.js +48 -48
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +21 -2
- package/product.ioa.json +25 -2
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
- package/vendor/sandbox/sandbox-cli +0 -0
- package/vendor/sandbox/sandbox-cli.exe +0 -0
- package/vendor/sandbox/sandbox_ffi.dll +0 -0
- package/vendor/sandbox/tsbx.dll +0 -0
- package/vendor/sandbox/tsbx_sdk.dll +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.93.
|
|
3
|
+
"version": "2.93.1-next.e99b1de.20260421",
|
|
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
package/product.internal.json
CHANGED
|
@@ -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": "
|
|
592
|
-
"date": "2026-04-
|
|
610
|
+
"commit": "e99b1de6dccf44f90096bf7722e09ceaf101df32",
|
|
611
|
+
"date": "2026-04-21T10:18:41.401Z"
|
|
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": "
|
|
986
|
-
"date": "2026-04-
|
|
1008
|
+
"commit": "e99b1de6dccf44f90096bf7722e09ceaf101df32",
|
|
1009
|
+
"date": "2026-04-21T10:18:41.385Z"
|
|
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": "
|
|
1524
|
-
"date": "2026-04-
|
|
1523
|
+
"commit": "e99b1de6dccf44f90096bf7722e09ceaf101df32",
|
|
1524
|
+
"date": "2026-04-21T10:18:41.366Z"
|
|
1525
1525
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -310,6 +310,6 @@
|
|
|
310
310
|
"DeferToolLoading": true,
|
|
311
311
|
"ScheduledTasks": true
|
|
312
312
|
},
|
|
313
|
-
"commit": "
|
|
314
|
-
"date": "2026-04-
|
|
313
|
+
"commit": "e99b1de6dccf44f90096bf7722e09ceaf101df32",
|
|
314
|
+
"date": "2026-04-21T10:18:41.393Z"
|
|
315
315
|
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/vendor/sandbox/tsbx.dll
CHANGED
|
Binary file
|
|
Binary file
|