@tencent-ai/codebuddy-code 2.50.0 → 2.50.1
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 +3 -3
- package/package.json +1 -1
- package/product.cloudhosted.json +3 -22
- package/product.internal.json +21 -28
- package/product.ioa.json +21 -2
- package/product.json +2 -2
- 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.50.
|
|
3
|
+
"version": "2.50.1",
|
|
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
|
@@ -7,11 +7,9 @@
|
|
|
7
7
|
"models": [
|
|
8
8
|
"glm-4.7",
|
|
9
9
|
"glm-4.6",
|
|
10
|
-
"glm-4.6v",
|
|
11
10
|
"deepseek-v3-2-volc",
|
|
12
11
|
"deepseek-v3.1",
|
|
13
|
-
"deepseek-v3-0324"
|
|
14
|
-
"kimi-k2-thinking"
|
|
12
|
+
"deepseek-v3-0324"
|
|
15
13
|
],
|
|
16
14
|
"commands": [
|
|
17
15
|
"init",
|
|
@@ -277,23 +275,6 @@
|
|
|
277
275
|
"supportsReasoning": true,
|
|
278
276
|
"temperature": 1
|
|
279
277
|
},
|
|
280
|
-
{
|
|
281
|
-
"credits": "x0.10 credits",
|
|
282
|
-
"id": "glm-4.6v",
|
|
283
|
-
"name": "GLM-4.6V",
|
|
284
|
-
"vendor": "e",
|
|
285
|
-
"maxOutputTokens": 32000,
|
|
286
|
-
"maxInputTokens": 128000,
|
|
287
|
-
"supportsToolCall": true,
|
|
288
|
-
"supportsImages": true,
|
|
289
|
-
"supportsReasoning": true,
|
|
290
|
-
"temperature": 1,
|
|
291
|
-
"reasoning": {
|
|
292
|
-
"effort": "medium",
|
|
293
|
-
"summary": "auto"
|
|
294
|
-
},
|
|
295
|
-
"maxAllowedSize": 128000
|
|
296
|
-
},
|
|
297
278
|
{
|
|
298
279
|
"credits": "x0.20 credits",
|
|
299
280
|
"id": "glm-4.6",
|
|
@@ -384,6 +365,6 @@
|
|
|
384
365
|
"DeferToolLoading": true,
|
|
385
366
|
"ImageGen": true
|
|
386
367
|
},
|
|
387
|
-
"commit": "
|
|
388
|
-
"date": "2026-02-
|
|
368
|
+
"commit": "7518b519b407a458012850b036fd10c92b802f57",
|
|
369
|
+
"date": "2026-02-12T15:38:36.639Z"
|
|
389
370
|
}
|
package/product.internal.json
CHANGED
|
@@ -7,13 +7,12 @@
|
|
|
7
7
|
"instructions": "cli-agent-prompt",
|
|
8
8
|
"description": "cli agent",
|
|
9
9
|
"models": [
|
|
10
|
+
"minimax-m2.5",
|
|
10
11
|
"glm-5.0",
|
|
11
12
|
"glm-4.7",
|
|
12
13
|
"glm-4.6",
|
|
13
14
|
"glm-4.6v",
|
|
14
15
|
"deepseek-v3-2-volc",
|
|
15
|
-
"deepseek-v3.1",
|
|
16
|
-
"deepseek-v3-0324",
|
|
17
16
|
"kimi-k2.5",
|
|
18
17
|
"kimi-k2-thinking"
|
|
19
18
|
],
|
|
@@ -248,18 +247,6 @@
|
|
|
248
247
|
"supportsImages": false,
|
|
249
248
|
"maxAllowedSize": 56000
|
|
250
249
|
},
|
|
251
|
-
{
|
|
252
|
-
"credits": "x0.43 credits",
|
|
253
|
-
"id": "deepseek-v3.1",
|
|
254
|
-
"name": "DeepSeek-V3.1-Terminus",
|
|
255
|
-
"vendor": "f",
|
|
256
|
-
"maxOutputTokens": 16000,
|
|
257
|
-
"maxInputTokens": 104000,
|
|
258
|
-
"supportsToolCall": true,
|
|
259
|
-
"supportsImages": false,
|
|
260
|
-
"disabledMultimodal": true,
|
|
261
|
-
"maxAllowedSize": 56000
|
|
262
|
-
},
|
|
263
250
|
{
|
|
264
251
|
"credits": "x0.26 credits",
|
|
265
252
|
"id": "deepseek-v3-2-volc",
|
|
@@ -279,6 +266,24 @@
|
|
|
279
266
|
"summary": "auto"
|
|
280
267
|
}
|
|
281
268
|
},
|
|
269
|
+
{
|
|
270
|
+
"credits": "x0.17 credits",
|
|
271
|
+
"id": "minimax-m2.5",
|
|
272
|
+
"name": "MiniMax-M2.5",
|
|
273
|
+
"vendor": "e",
|
|
274
|
+
"maxOutputTokens": 48000,
|
|
275
|
+
"maxInputTokens": 200000,
|
|
276
|
+
"supportsToolCall": true,
|
|
277
|
+
"supportsImages": false,
|
|
278
|
+
"maxAllowedSize": 200000,
|
|
279
|
+
"supportsReasoning": true,
|
|
280
|
+
"onlyReasoning": true,
|
|
281
|
+
"temperature": 1,
|
|
282
|
+
"reasoning": {
|
|
283
|
+
"effort": "medium",
|
|
284
|
+
"summary": "auto"
|
|
285
|
+
}
|
|
286
|
+
},
|
|
282
287
|
{
|
|
283
288
|
"credits": "x0.34 credits",
|
|
284
289
|
"id": "glm-5.0",
|
|
@@ -348,18 +353,6 @@
|
|
|
348
353
|
"supportsImages": false,
|
|
349
354
|
"disabledMultimodal": true
|
|
350
355
|
},
|
|
351
|
-
{
|
|
352
|
-
"credits": "x0.57 credits",
|
|
353
|
-
"id": "deepseek-v3-0324",
|
|
354
|
-
"name": "DeepSeek-V3",
|
|
355
|
-
"vendor": "tencent",
|
|
356
|
-
"maxOutputTokens": 8192,
|
|
357
|
-
"maxInputTokens": 128000,
|
|
358
|
-
"supportsToolCall": true,
|
|
359
|
-
"supportsImages": false,
|
|
360
|
-
"disabledMultimodal": true,
|
|
361
|
-
"maxAllowedSize": 56000
|
|
362
|
-
},
|
|
363
356
|
{
|
|
364
357
|
"credits": "x0.46 credits",
|
|
365
358
|
"id": "kimi-k2-thinking",
|
|
@@ -420,6 +413,6 @@
|
|
|
420
413
|
"DeferToolLoading": true,
|
|
421
414
|
"ImageGen": true
|
|
422
415
|
},
|
|
423
|
-
"commit": "
|
|
424
|
-
"date": "2026-02-
|
|
416
|
+
"commit": "7518b519b407a458012850b036fd10c92b802f57",
|
|
417
|
+
"date": "2026-02-12T15:38:34.008Z"
|
|
425
418
|
}
|
package/product.ioa.json
CHANGED
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"gpt-5.1-codex",
|
|
25
25
|
"gpt-5.1-codex-max",
|
|
26
26
|
"gpt-5.1-codex-mini",
|
|
27
|
+
"minimax-m2.5-ioa",
|
|
27
28
|
"kimi-k2.5-ioa",
|
|
28
29
|
"kimi-k2-thinking",
|
|
29
30
|
"glm-5.0-ioa",
|
|
@@ -286,6 +287,24 @@
|
|
|
286
287
|
"reasoning": "deepseek-v3-2-volc-ioa"
|
|
287
288
|
}
|
|
288
289
|
},
|
|
290
|
+
{
|
|
291
|
+
"credits": "x0.00 credits",
|
|
292
|
+
"id": "minimax-m2.5-ioa",
|
|
293
|
+
"name": "MiniMax-M2.5",
|
|
294
|
+
"vendor": "e",
|
|
295
|
+
"maxOutputTokens": 48000,
|
|
296
|
+
"maxInputTokens": 200000,
|
|
297
|
+
"supportsToolCall": true,
|
|
298
|
+
"supportsImages": false,
|
|
299
|
+
"maxAllowedSize": 200000,
|
|
300
|
+
"supportsReasoning": true,
|
|
301
|
+
"onlyReasoning": true,
|
|
302
|
+
"temperature": 1,
|
|
303
|
+
"reasoning": {
|
|
304
|
+
"effort": "medium",
|
|
305
|
+
"summary": "auto"
|
|
306
|
+
}
|
|
307
|
+
},
|
|
289
308
|
{
|
|
290
309
|
"credits": "x0.46 credits",
|
|
291
310
|
"id": "kimi-k2-thinking",
|
|
@@ -612,6 +631,6 @@
|
|
|
612
631
|
"ImageGen": true,
|
|
613
632
|
"ImageEdit": true
|
|
614
633
|
},
|
|
615
|
-
"commit": "
|
|
616
|
-
"date": "2026-02-
|
|
634
|
+
"commit": "7518b519b407a458012850b036fd10c92b802f57",
|
|
635
|
+
"date": "2026-02-12T15:38:35.305Z"
|
|
617
636
|
}
|
package/product.json
CHANGED
|
@@ -1223,6 +1223,6 @@
|
|
|
1223
1223
|
"description": "tool-sendmessage-description"
|
|
1224
1224
|
}
|
|
1225
1225
|
],
|
|
1226
|
-
"commit": "
|
|
1227
|
-
"date": "2026-02-
|
|
1226
|
+
"commit": "7518b519b407a458012850b036fd10c92b802f57",
|
|
1227
|
+
"date": "2026-02-12T15:38:32.699Z"
|
|
1228
1228
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -255,6 +255,6 @@
|
|
|
255
255
|
"CustomModelsJSON": true,
|
|
256
256
|
"DeferToolLoading": true
|
|
257
257
|
},
|
|
258
|
-
"commit": "
|
|
259
|
-
"date": "2026-02-
|
|
258
|
+
"commit": "7518b519b407a458012850b036fd10c92b802f57",
|
|
259
|
+
"date": "2026-02-12T15:38:37.931Z"
|
|
260
260
|
}
|