@tencent-ai/codebuddy-code 2.75.0 → 2.76.0-next.949c0a4.20260403
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-headless.js +10 -10
- package/dist/codebuddy.js +9 -9
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.76.0-next.949c0a4.20260403",
|
|
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
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
"models": [
|
|
10
10
|
"glm-5.0",
|
|
11
11
|
"glm-5.0-turbo",
|
|
12
|
+
"glm-5v-turbo",
|
|
12
13
|
"glm-4.7",
|
|
13
14
|
"minimax-m2.7",
|
|
14
15
|
"minimax-m2.5",
|
|
@@ -372,6 +373,24 @@
|
|
|
372
373
|
"summary": "auto"
|
|
373
374
|
}
|
|
374
375
|
},
|
|
376
|
+
{
|
|
377
|
+
"credits": "x0.95 credits",
|
|
378
|
+
"id": "glm-5v-turbo",
|
|
379
|
+
"name": "GLM-5v-Turbo",
|
|
380
|
+
"vendor": "e",
|
|
381
|
+
"maxOutputTokens": 38000,
|
|
382
|
+
"maxInputTokens": 200000,
|
|
383
|
+
"supportsToolCall": true,
|
|
384
|
+
"supportsImages": true,
|
|
385
|
+
"maxAllowedSize": 200000,
|
|
386
|
+
"supportsReasoning": true,
|
|
387
|
+
"onlyReasoning": true,
|
|
388
|
+
"temperature": 1,
|
|
389
|
+
"reasoning": {
|
|
390
|
+
"effort": "medium",
|
|
391
|
+
"summary": "auto"
|
|
392
|
+
}
|
|
393
|
+
},
|
|
375
394
|
{
|
|
376
395
|
"credits": "x0.23 credits",
|
|
377
396
|
"id": "glm-4.7",
|
|
@@ -534,6 +553,6 @@
|
|
|
534
553
|
}
|
|
535
554
|
}
|
|
536
555
|
},
|
|
537
|
-
"commit": "
|
|
538
|
-
"date": "2026-04-
|
|
556
|
+
"commit": "949c0a4b73ee8eb5d9eef7329ad3f6f907d3388d",
|
|
557
|
+
"date": "2026-04-03T10:13:13.949Z"
|
|
539
558
|
}
|
package/product.ioa.json
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
"gpt-5.1-codex-max",
|
|
32
32
|
"gpt-5.1-codex-mini",
|
|
33
33
|
"glm-5.0-turbo-ioa",
|
|
34
|
+
"glm-5v-turbo-ioa",
|
|
34
35
|
"glm-5.0-ioa",
|
|
35
36
|
"glm-4.7-ioa",
|
|
36
37
|
"minimax-m2.7-ioa",
|
|
@@ -454,6 +455,28 @@
|
|
|
454
455
|
"reasoning": "glm-5.0-turbo-ioa"
|
|
455
456
|
}
|
|
456
457
|
},
|
|
458
|
+
{
|
|
459
|
+
"credits": "x0.00 credits",
|
|
460
|
+
"id": "glm-5v-turbo-ioa",
|
|
461
|
+
"name": "GLM-5v-Turbo",
|
|
462
|
+
"vendor": "e",
|
|
463
|
+
"maxOutputTokens": 38000,
|
|
464
|
+
"maxInputTokens": 200000,
|
|
465
|
+
"supportsToolCall": true,
|
|
466
|
+
"supportsImages": true,
|
|
467
|
+
"maxAllowedSize": 200000,
|
|
468
|
+
"supportsReasoning": true,
|
|
469
|
+
"onlyReasoning": true,
|
|
470
|
+
"temperature": 1,
|
|
471
|
+
"reasoning": {
|
|
472
|
+
"effort": "medium",
|
|
473
|
+
"summary": "auto"
|
|
474
|
+
},
|
|
475
|
+
"relatedModels": {
|
|
476
|
+
"lite": "glm-5v-turbo-ioa",
|
|
477
|
+
"reasoning": "glm-5v-turbo-ioa"
|
|
478
|
+
}
|
|
479
|
+
},
|
|
457
480
|
{
|
|
458
481
|
"credits": "x0.00 credits",
|
|
459
482
|
"id": "glm-4.7-ioa",
|
|
@@ -892,6 +915,6 @@
|
|
|
892
915
|
}
|
|
893
916
|
}
|
|
894
917
|
},
|
|
895
|
-
"commit": "
|
|
896
|
-
"date": "2026-04-
|
|
918
|
+
"commit": "949c0a4b73ee8eb5d9eef7329ad3f6f907d3388d",
|
|
919
|
+
"date": "2026-04-03T10:13:13.944Z"
|
|
897
920
|
}
|
package/product.json
CHANGED
|
@@ -1480,6 +1480,6 @@
|
|
|
1480
1480
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1481
1481
|
}
|
|
1482
1482
|
],
|
|
1483
|
-
"commit": "
|
|
1484
|
-
"date": "2026-04-
|
|
1483
|
+
"commit": "949c0a4b73ee8eb5d9eef7329ad3f6f907d3388d",
|
|
1484
|
+
"date": "2026-04-03T10:13:13.904Z"
|
|
1485
1485
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -293,6 +293,6 @@
|
|
|
293
293
|
"DeferToolLoading": true,
|
|
294
294
|
"ScheduledTasks": true
|
|
295
295
|
},
|
|
296
|
-
"commit": "
|
|
297
|
-
"date": "2026-04-
|
|
296
|
+
"commit": "949c0a4b73ee8eb5d9eef7329ad3f6f907d3388d",
|
|
297
|
+
"date": "2026-04-03T10:13:13.923Z"
|
|
298
298
|
}
|