@tencent-ai/codebuddy-code 2.10.1-next.e522f3a.20251202 → 2.11.0
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 +34 -1
- package/dist/codebuddy.js +6 -6
- package/package.json +11 -4
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +6 -4
- package/product.json +25 -4
- 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.11.0",
|
|
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,9 +29,16 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
33
|
-
"tag": "next"
|
|
32
|
+
"access": "public"
|
|
34
33
|
},
|
|
35
34
|
"scripts": {},
|
|
36
|
-
"devDependencies": {}
|
|
35
|
+
"devDependencies": {},
|
|
36
|
+
"optionalDependencies": {
|
|
37
|
+
"@lydell/node-pty": "1.1.0",
|
|
38
|
+
"@lydell/node-pty-darwin-arm64": "1.1.0",
|
|
39
|
+
"@lydell/node-pty-darwin-x64": "1.1.0",
|
|
40
|
+
"@lydell/node-pty-linux-x64": "1.1.0",
|
|
41
|
+
"@lydell/node-pty-win32-arm64": "1.1.0",
|
|
42
|
+
"@lydell/node-pty-win32-x64": "1.1.0"
|
|
43
|
+
}
|
|
37
44
|
}
|
package/product.cloudhosted.json
CHANGED
|
@@ -227,6 +227,6 @@
|
|
|
227
227
|
"BillingNotice": false,
|
|
228
228
|
"CustomModelsJSON": true
|
|
229
229
|
},
|
|
230
|
-
"commit": "
|
|
231
|
-
"date": "2025-12-
|
|
230
|
+
"commit": "80f95a2884afa143c24096d4763037c01a0a654b",
|
|
231
|
+
"date": "2025-12-02T15:49:51.084Z"
|
|
232
232
|
}
|
package/product.internal.json
CHANGED
|
@@ -229,6 +229,6 @@
|
|
|
229
229
|
"BillingNotice": false,
|
|
230
230
|
"CustomModelsJSON": true
|
|
231
231
|
},
|
|
232
|
-
"commit": "
|
|
233
|
-
"date": "2025-12-
|
|
232
|
+
"commit": "80f95a2884afa143c24096d4763037c01a0a654b",
|
|
233
|
+
"date": "2025-12-02T15:49:48.806Z"
|
|
234
234
|
}
|
package/product.ioa.json
CHANGED
|
@@ -12,7 +12,6 @@
|
|
|
12
12
|
"claude-haiku-4.5",
|
|
13
13
|
"gemini-3.0-pro",
|
|
14
14
|
"gemini-2.5-pro",
|
|
15
|
-
"gemini-2.5-flash",
|
|
16
15
|
"gpt-5.1",
|
|
17
16
|
"gpt-5.1-codex",
|
|
18
17
|
"gpt-5.1-codex-mini",
|
|
@@ -249,7 +248,10 @@
|
|
|
249
248
|
"supportsToolCall": true,
|
|
250
249
|
"supportsImages": true,
|
|
251
250
|
"maxAllowedSize": 80000,
|
|
252
|
-
"supportsReasoning": true
|
|
251
|
+
"supportsReasoning": true,
|
|
252
|
+
"tags": [
|
|
253
|
+
"lite"
|
|
254
|
+
]
|
|
253
255
|
},
|
|
254
256
|
{
|
|
255
257
|
"credits": "x0.83 credits",
|
|
@@ -443,6 +445,6 @@
|
|
|
443
445
|
"BillingNotice": false,
|
|
444
446
|
"CustomModelsJSON": true
|
|
445
447
|
},
|
|
446
|
-
"commit": "
|
|
447
|
-
"date": "2025-12-
|
|
448
|
+
"commit": "80f95a2884afa143c24096d4763037c01a0a654b",
|
|
449
|
+
"date": "2025-12-02T15:49:49.929Z"
|
|
448
450
|
}
|
package/product.json
CHANGED
|
@@ -114,6 +114,21 @@
|
|
|
114
114
|
"vendor": "e",
|
|
115
115
|
"supportsReasoning": true
|
|
116
116
|
},
|
|
117
|
+
{
|
|
118
|
+
"credits": "x0.67 credits",
|
|
119
|
+
"id": "default-model-lite",
|
|
120
|
+
"name": "Default-lite",
|
|
121
|
+
"vendor": "e",
|
|
122
|
+
"maxOutputTokens": 24000,
|
|
123
|
+
"maxInputTokens": 176000,
|
|
124
|
+
"supportsToolCall": true,
|
|
125
|
+
"supportsImages": true,
|
|
126
|
+
"maxAllowedSize": 80000,
|
|
127
|
+
"supportsReasoning": true,
|
|
128
|
+
"tags": [
|
|
129
|
+
"lite"
|
|
130
|
+
]
|
|
131
|
+
},
|
|
117
132
|
{
|
|
118
133
|
"credits": "x0.83 credits",
|
|
119
134
|
"id": "gpt-5.1",
|
|
@@ -200,7 +215,10 @@
|
|
|
200
215
|
"name": "GPT-5-mini",
|
|
201
216
|
"supportsImages": true,
|
|
202
217
|
"supportsToolCall": true,
|
|
203
|
-
"vendor": "e"
|
|
218
|
+
"vendor": "e",
|
|
219
|
+
"tags": [
|
|
220
|
+
"lite"
|
|
221
|
+
]
|
|
204
222
|
},
|
|
205
223
|
{
|
|
206
224
|
"credits": "x0.03 credits",
|
|
@@ -491,7 +509,6 @@
|
|
|
491
509
|
"default-model",
|
|
492
510
|
"gemini-3.0-pro",
|
|
493
511
|
"gemini-2.5-pro",
|
|
494
|
-
"gemini-2.5-flash",
|
|
495
512
|
"gpt-5.1",
|
|
496
513
|
"gpt-5.1-codex",
|
|
497
514
|
"gpt-5.1-codex-mini",
|
|
@@ -620,6 +637,9 @@
|
|
|
620
637
|
"AskUserQuestion"
|
|
621
638
|
],
|
|
622
639
|
"asTool": true,
|
|
640
|
+
"models": [
|
|
641
|
+
"default-model-lite"
|
|
642
|
+
],
|
|
623
643
|
"tags": [
|
|
624
644
|
"cli",
|
|
625
645
|
"sub-agent"
|
|
@@ -722,6 +742,7 @@
|
|
|
722
742
|
"SummaryWebFetch": true,
|
|
723
743
|
"WebSearch": true,
|
|
724
744
|
"DynamicAddWebSearch": true,
|
|
745
|
+
"Task": true,
|
|
725
746
|
"BillingNotice": true,
|
|
726
747
|
"CustomModelsJSON": true
|
|
727
748
|
},
|
|
@@ -820,6 +841,6 @@
|
|
|
820
841
|
"description": "tool-ask-user-question-description"
|
|
821
842
|
}
|
|
822
843
|
],
|
|
823
|
-
"commit": "
|
|
824
|
-
"date": "2025-12-
|
|
844
|
+
"commit": "80f95a2884afa143c24096d4763037c01a0a654b",
|
|
845
|
+
"date": "2025-12-02T15:49:47.687Z"
|
|
825
846
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -182,6 +182,6 @@
|
|
|
182
182
|
"BillingNotice": false,
|
|
183
183
|
"CustomModelsJSON": true
|
|
184
184
|
},
|
|
185
|
-
"commit": "
|
|
186
|
-
"date": "2025-12-
|
|
185
|
+
"commit": "80f95a2884afa143c24096d4763037c01a0a654b",
|
|
186
|
+
"date": "2025-12-02T15:49:52.208Z"
|
|
187
187
|
}
|