@tencent-ai/codebuddy-code 2.108.1 → 2.108.2
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 +8 -8
- package/dist/codebuddy.js +8 -8
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +22 -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.108.
|
|
3
|
+
"version": "2.108.2",
|
|
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
|
@@ -814,6 +814,6 @@
|
|
|
814
814
|
"SelectImage": true,
|
|
815
815
|
"SkipToolCallSupportCheck": true
|
|
816
816
|
},
|
|
817
|
-
"commit": "
|
|
818
|
-
"date": "2026-06-
|
|
817
|
+
"commit": "1b9a96467e753b957cb7c502722152efda5bb82a",
|
|
818
|
+
"date": "2026-06-18T15:43:04.867Z"
|
|
819
819
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"minimax-m2.5-ioa",
|
|
34
34
|
"kimi-k2.6-ioa",
|
|
35
35
|
"hy3-preview-agent-ioa",
|
|
36
|
+
"echo",
|
|
36
37
|
"deepseek-v4-pro-ioa",
|
|
37
38
|
"deepseek-v4-flash-ioa",
|
|
38
39
|
"deepseek-v3-2-volc-ioa"
|
|
@@ -670,6 +671,25 @@
|
|
|
670
671
|
"reasoning": "hy3-preview-agent-ioa"
|
|
671
672
|
}
|
|
672
673
|
},
|
|
674
|
+
{
|
|
675
|
+
"credits": "x0.00 credits",
|
|
676
|
+
"id": "echo",
|
|
677
|
+
"name": "Echo",
|
|
678
|
+
"vendor": "f",
|
|
679
|
+
"maxOutputTokens": 24000,
|
|
680
|
+
"maxInputTokens": 238000,
|
|
681
|
+
"supportsToolCall": true,
|
|
682
|
+
"supportsImages": false,
|
|
683
|
+
"disabledMultimodal": false,
|
|
684
|
+
"maxAllowedSize": 238000,
|
|
685
|
+
"temperature": 0.7,
|
|
686
|
+
"descriptionEn": "Echo",
|
|
687
|
+
"descriptionZh": "面向CodeBuddy Agent场景进行了深度优化",
|
|
688
|
+
"relatedModels": {
|
|
689
|
+
"lite": "echo",
|
|
690
|
+
"reasoning": "echo"
|
|
691
|
+
}
|
|
692
|
+
},
|
|
673
693
|
{
|
|
674
694
|
"credits": "x2.00 credits",
|
|
675
695
|
"id": "claude-sonnet-4.6",
|
|
@@ -1075,6 +1095,6 @@
|
|
|
1075
1095
|
}
|
|
1076
1096
|
}
|
|
1077
1097
|
},
|
|
1078
|
-
"commit": "
|
|
1079
|
-
"date": "2026-06-
|
|
1098
|
+
"commit": "1b9a96467e753b957cb7c502722152efda5bb82a",
|
|
1099
|
+
"date": "2026-06-18T15:43:04.965Z"
|
|
1080
1100
|
}
|
package/product.json
CHANGED
package/product.selfhosted.json
CHANGED
|
@@ -329,6 +329,6 @@
|
|
|
329
329
|
"ScheduledTasks": true,
|
|
330
330
|
"SkipToolCallSupportCheck": true
|
|
331
331
|
},
|
|
332
|
-
"commit": "
|
|
333
|
-
"date": "2026-06-
|
|
332
|
+
"commit": "1b9a96467e753b957cb7c502722152efda5bb82a",
|
|
333
|
+
"date": "2026-06-18T15:43:04.919Z"
|
|
334
334
|
}
|