@tencent-ai/codebuddy-code 1.8.0 → 1.9.1-next.7f32c94.20251011
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 +45 -0
- package/dist/codebuddy.js +1 -1
- package/lib/node/index.js +2 -0
- package/package.json +3 -2
- package/product.internal.json +16 -64
- package/product.ioa.json +35 -59
- package/product.json +37 -11
package/lib/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.1-next.7f32c94.20251011",
|
|
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",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
|
-
"access": "public"
|
|
33
|
+
"access": "public",
|
|
34
|
+
"tag": "next"
|
|
34
35
|
},
|
|
35
36
|
"scripts": {},
|
|
36
37
|
"devDependencies": {}
|
package/product.internal.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"instructions": "cli-agent-prompt",
|
|
7
7
|
"description": "cli agent",
|
|
8
8
|
"models": [
|
|
9
|
-
"deepseek-v3
|
|
9
|
+
"deepseek-v3.1",
|
|
10
10
|
"deepseek-v3-0324"
|
|
11
11
|
],
|
|
12
12
|
"commands": [
|
|
@@ -30,7 +30,9 @@
|
|
|
30
30
|
"WebSearch",
|
|
31
31
|
"NotebookRead",
|
|
32
32
|
"NotebookEdit",
|
|
33
|
-
"NotebookWrite"
|
|
33
|
+
"NotebookWrite",
|
|
34
|
+
"BashOutput",
|
|
35
|
+
"KillShell"
|
|
34
36
|
],
|
|
35
37
|
"tags": [
|
|
36
38
|
"cli",
|
|
@@ -56,7 +58,9 @@
|
|
|
56
58
|
"WebSearch",
|
|
57
59
|
"NotebookRead",
|
|
58
60
|
"NotebookEdit",
|
|
59
|
-
"NotebookWrite"
|
|
61
|
+
"NotebookWrite",
|
|
62
|
+
"BashOutput",
|
|
63
|
+
"KillShell"
|
|
60
64
|
],
|
|
61
65
|
"tags": [
|
|
62
66
|
"cli",
|
|
@@ -121,19 +125,8 @@
|
|
|
121
125
|
"maxAllowedSize": 56000
|
|
122
126
|
},
|
|
123
127
|
{
|
|
124
|
-
"id": "deepseek-v3
|
|
125
|
-
"name": "DeepSeek-V3.1",
|
|
126
|
-
"vendor": "f",
|
|
127
|
-
"maxOutputTokens": 8192,
|
|
128
|
-
"maxInputTokens": 128000,
|
|
129
|
-
"supportsToolCall": true,
|
|
130
|
-
"supportsImages": false,
|
|
131
|
-
"disabledMultimodal": true,
|
|
132
|
-
"maxAllowedSize": 56000
|
|
133
|
-
},
|
|
134
|
-
{
|
|
135
|
-
"id": "deepseek-v3-1-lkeap",
|
|
136
|
-
"name": "DeepSeek-V3.1",
|
|
128
|
+
"id": "deepseek-v3.1",
|
|
129
|
+
"name": "DeepSeek-V3.1-Terminus",
|
|
137
130
|
"vendor": "f",
|
|
138
131
|
"maxOutputTokens": 8192,
|
|
139
132
|
"maxInputTokens": 128000,
|
|
@@ -142,26 +135,6 @@
|
|
|
142
135
|
"disabledMultimodal": true,
|
|
143
136
|
"maxAllowedSize": 56000
|
|
144
137
|
},
|
|
145
|
-
{
|
|
146
|
-
"id": "deepseek-v3-0324-lkeap",
|
|
147
|
-
"name": "DeepSeek-V3-0324",
|
|
148
|
-
"vendor": "f",
|
|
149
|
-
"maxOutputTokens": 8192,
|
|
150
|
-
"maxInputTokens": 200000,
|
|
151
|
-
"supportsToolCall": true,
|
|
152
|
-
"supportsImages": false,
|
|
153
|
-
"disabledMultimodal": true
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
"id": "deepseek-r1-0528-lkeap",
|
|
157
|
-
"name": "DeepSeek-R1-0528",
|
|
158
|
-
"vendor": "f",
|
|
159
|
-
"maxOutputTokens": 8192,
|
|
160
|
-
"maxInputTokens": 200000,
|
|
161
|
-
"supportsToolCall": true,
|
|
162
|
-
"supportsImages": false,
|
|
163
|
-
"disabledMultimodal": true
|
|
164
|
-
},
|
|
165
138
|
{
|
|
166
139
|
"id": "hunyuan-chat",
|
|
167
140
|
"name": "Hunyuan-Turbos",
|
|
@@ -172,37 +145,16 @@
|
|
|
172
145
|
"supportsImages": false,
|
|
173
146
|
"disabledMultimodal": true
|
|
174
147
|
},
|
|
175
|
-
{
|
|
176
|
-
"id": "default-1.1",
|
|
177
|
-
"name": "Default",
|
|
178
|
-
"vendor": "e",
|
|
179
|
-
"maxOutputTokens": 24000,
|
|
180
|
-
"maxInputTokens": 200000,
|
|
181
|
-
"supportsToolCall": true,
|
|
182
|
-
"supportsImages": true
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"id": "default-1.2",
|
|
186
|
-
"name": "Default",
|
|
187
|
-
"vendor": "e",
|
|
188
|
-
"maxOutputTokens": 24000,
|
|
189
|
-
"maxInputTokens": 200000,
|
|
190
|
-
"supportsToolCall": true,
|
|
191
|
-
"supportsImages": true
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
"id": "deepseek-r1-0528",
|
|
195
|
-
"name": "deepseek-r1",
|
|
196
|
-
"vendor": "tencent",
|
|
197
|
-
"maxOutputTokens": 256,
|
|
198
|
-
"supportsExtra": true
|
|
199
|
-
},
|
|
200
148
|
{
|
|
201
149
|
"id": "deepseek-v3-0324",
|
|
202
150
|
"name": "DeepSeek-V3",
|
|
203
151
|
"vendor": "tencent",
|
|
204
152
|
"maxOutputTokens": 8192,
|
|
205
|
-
"maxInputTokens":
|
|
153
|
+
"maxInputTokens": 128000,
|
|
154
|
+
"supportsToolCall": true,
|
|
155
|
+
"supportsImages": false,
|
|
156
|
+
"disabledMultimodal": true,
|
|
157
|
+
"maxAllowedSize": 56000
|
|
206
158
|
}
|
|
207
159
|
],
|
|
208
160
|
"links": {
|
|
@@ -212,6 +164,6 @@
|
|
|
212
164
|
"productFeatures": {
|
|
213
165
|
"BillingNotice": false
|
|
214
166
|
},
|
|
215
|
-
"commit": "
|
|
216
|
-
"date": "2025-10-
|
|
167
|
+
"commit": "7f32c9498e4e3e617fe3639d67c1831ce3eec5c8",
|
|
168
|
+
"date": "2025-10-10T16:05:11.005Z"
|
|
217
169
|
}
|
package/product.ioa.json
CHANGED
|
@@ -7,14 +7,15 @@
|
|
|
7
7
|
"description": "cli agent",
|
|
8
8
|
"models": [
|
|
9
9
|
"claude-4.0",
|
|
10
|
-
"
|
|
10
|
+
"claude-4.5",
|
|
11
11
|
"gemini-2.5-pro",
|
|
12
|
+
"gemini-2.5-flash",
|
|
12
13
|
"gpt-5",
|
|
13
14
|
"gpt-5-codex",
|
|
14
15
|
"gpt-5-mini",
|
|
15
16
|
"gpt-5-nano",
|
|
16
17
|
"o4-mini",
|
|
17
|
-
"deepseek-v3
|
|
18
|
+
"deepseek-v3.1"
|
|
18
19
|
],
|
|
19
20
|
"commands": [
|
|
20
21
|
"init",
|
|
@@ -37,7 +38,9 @@
|
|
|
37
38
|
"WebSearch",
|
|
38
39
|
"NotebookRead",
|
|
39
40
|
"NotebookEdit",
|
|
40
|
-
"NotebookWrite"
|
|
41
|
+
"NotebookWrite",
|
|
42
|
+
"BashOutput",
|
|
43
|
+
"KillShell"
|
|
41
44
|
],
|
|
42
45
|
"tags": [
|
|
43
46
|
"cli",
|
|
@@ -63,7 +66,9 @@
|
|
|
63
66
|
"WebSearch",
|
|
64
67
|
"NotebookRead",
|
|
65
68
|
"NotebookEdit",
|
|
66
|
-
"NotebookWrite"
|
|
69
|
+
"NotebookWrite",
|
|
70
|
+
"BashOutput",
|
|
71
|
+
"KillShell"
|
|
67
72
|
],
|
|
68
73
|
"tags": [
|
|
69
74
|
"cli",
|
|
@@ -118,19 +123,9 @@
|
|
|
118
123
|
],
|
|
119
124
|
"models": [
|
|
120
125
|
{
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"maxOutputTokens": 8192,
|
|
125
|
-
"maxInputTokens": 64000,
|
|
126
|
-
"supportsToolCall": true,
|
|
127
|
-
"supportsImages": false,
|
|
128
|
-
"disabledMultimodal": true,
|
|
129
|
-
"maxAllowedSize": 56000
|
|
130
|
-
},
|
|
131
|
-
{
|
|
132
|
-
"id": "deepseek-v3-1-lkeap",
|
|
133
|
-
"name": "DeepSeek-V3.1",
|
|
126
|
+
"credits": "x0.01 credits",
|
|
127
|
+
"id": "deepseek-v3.1",
|
|
128
|
+
"name": "DeepSeek-V3.1-Terminus",
|
|
134
129
|
"vendor": "f",
|
|
135
130
|
"maxOutputTokens": 8192,
|
|
136
131
|
"maxInputTokens": 128000,
|
|
@@ -140,6 +135,7 @@
|
|
|
140
135
|
"maxAllowedSize": 56000
|
|
141
136
|
},
|
|
142
137
|
{
|
|
138
|
+
"credits": "x2.00 credits",
|
|
143
139
|
"id": "claude-4.0",
|
|
144
140
|
"name": "Claude-4.0-Sonnet",
|
|
145
141
|
"vendor": "e",
|
|
@@ -152,6 +148,19 @@
|
|
|
152
148
|
"isDefault": true
|
|
153
149
|
},
|
|
154
150
|
{
|
|
151
|
+
"credits": "x2.00 credits",
|
|
152
|
+
"id": "claude-4.5",
|
|
153
|
+
"name": "Claude-4.5-Sonnet",
|
|
154
|
+
"vendor": "e",
|
|
155
|
+
"maxOutputTokens": 24000,
|
|
156
|
+
"maxInputTokens": 200000,
|
|
157
|
+
"supportsToolCall": true,
|
|
158
|
+
"supportsImages": true,
|
|
159
|
+
"maxAllowedSize": 80000,
|
|
160
|
+
"supportsReasoning": true
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
"credits": "x0.87 credits",
|
|
155
164
|
"id": "gpt-5",
|
|
156
165
|
"name": "GPT-5",
|
|
157
166
|
"vendor": "e",
|
|
@@ -167,6 +176,7 @@
|
|
|
167
176
|
}
|
|
168
177
|
},
|
|
169
178
|
{
|
|
179
|
+
"credits": "x0.87 credits",
|
|
170
180
|
"id": "gpt-5-codex",
|
|
171
181
|
"name": "GPT-5-codex",
|
|
172
182
|
"vendor": "e",
|
|
@@ -182,6 +192,7 @@
|
|
|
182
192
|
}
|
|
183
193
|
},
|
|
184
194
|
{
|
|
195
|
+
"credits": "x0.17 credits",
|
|
185
196
|
"id": "gpt-5-mini",
|
|
186
197
|
"name": "GPT-5-mini",
|
|
187
198
|
"vendor": "e",
|
|
@@ -192,6 +203,7 @@
|
|
|
192
203
|
"maxAllowedSize": 80000
|
|
193
204
|
},
|
|
194
205
|
{
|
|
206
|
+
"credits": "x0.03 credits",
|
|
195
207
|
"id": "gpt-5-nano",
|
|
196
208
|
"name": "GPT-5-nano",
|
|
197
209
|
"vendor": "e",
|
|
@@ -202,6 +214,7 @@
|
|
|
202
214
|
"maxAllowedSize": 80000
|
|
203
215
|
},
|
|
204
216
|
{
|
|
217
|
+
"credits": "x0.52 credits",
|
|
205
218
|
"id": "o4-mini",
|
|
206
219
|
"name": "GPT-4o-mini",
|
|
207
220
|
"vendor": "e",
|
|
@@ -211,16 +224,6 @@
|
|
|
211
224
|
"supportsImages": true,
|
|
212
225
|
"maxAllowedSize": 40000
|
|
213
226
|
},
|
|
214
|
-
{
|
|
215
|
-
"id": "deepseek-v3-0324-lkeap",
|
|
216
|
-
"name": "deepseek-v3-0324",
|
|
217
|
-
"vendor": "f",
|
|
218
|
-
"maxOutputTokens": 8192,
|
|
219
|
-
"maxInputTokens": 200000,
|
|
220
|
-
"supportsToolCall": true,
|
|
221
|
-
"supportsImages": false,
|
|
222
|
-
"disabledMultimodal": true
|
|
223
|
-
},
|
|
224
227
|
{
|
|
225
228
|
"id": "deepseek-v3-0324-gf",
|
|
226
229
|
"name": "DeepSeek-V3-0324",
|
|
@@ -252,35 +255,7 @@
|
|
|
252
255
|
"disabledMultimodal": true
|
|
253
256
|
},
|
|
254
257
|
{
|
|
255
|
-
"
|
|
256
|
-
"name": "deepseek-r1-0528",
|
|
257
|
-
"vendor": "f",
|
|
258
|
-
"maxOutputTokens": 8192,
|
|
259
|
-
"maxInputTokens": 200000,
|
|
260
|
-
"supportsToolCall": true,
|
|
261
|
-
"supportsImages": false,
|
|
262
|
-
"disabledMultimodal": true
|
|
263
|
-
},
|
|
264
|
-
{
|
|
265
|
-
"id": "deepseek-r1-0528",
|
|
266
|
-
"name": "deepseek-r1",
|
|
267
|
-
"vendor": "tencent",
|
|
268
|
-
"maxOutputTokens": 256,
|
|
269
|
-
"supportsExtra": true
|
|
270
|
-
},
|
|
271
|
-
{
|
|
272
|
-
"id": "deepseek-v3-0324-taco",
|
|
273
|
-
"name": "deepseek-v3-taco",
|
|
274
|
-
"vendor": "tencent",
|
|
275
|
-
"maxOutputTokens": 8192
|
|
276
|
-
},
|
|
277
|
-
{
|
|
278
|
-
"id": "deepseek-v3-0324",
|
|
279
|
-
"name": "deepseek-v3",
|
|
280
|
-
"vendor": "tencent",
|
|
281
|
-
"maxOutputTokens": 8192
|
|
282
|
-
},
|
|
283
|
-
{
|
|
258
|
+
"credits": "x0.25 credits",
|
|
284
259
|
"id": "gemini-2.5-flash",
|
|
285
260
|
"name": "Gemini-2.5-Flash",
|
|
286
261
|
"maxOutputTokens": 16384,
|
|
@@ -290,6 +265,7 @@
|
|
|
290
265
|
"maxAllowedSize": 80000
|
|
291
266
|
},
|
|
292
267
|
{
|
|
268
|
+
"credits": "x1.05 credits",
|
|
293
269
|
"id": "gemini-2.5-pro",
|
|
294
270
|
"name": "Gemini-2.5-Pro",
|
|
295
271
|
"maxOutputTokens": 16384,
|
|
@@ -299,7 +275,7 @@
|
|
|
299
275
|
"maxAllowedSize": 80000
|
|
300
276
|
},
|
|
301
277
|
{
|
|
302
|
-
"id": "kimi-k2-
|
|
278
|
+
"id": "kimi-k2-gf",
|
|
303
279
|
"name": "Kimi-K2",
|
|
304
280
|
"vendor": "f",
|
|
305
281
|
"maxOutputTokens": 8192,
|
|
@@ -316,6 +292,6 @@
|
|
|
316
292
|
"productFeatures": {
|
|
317
293
|
"BillingNotice": false
|
|
318
294
|
},
|
|
319
|
-
"commit": "
|
|
320
|
-
"date": "2025-10-
|
|
295
|
+
"commit": "7f32c9498e4e3e617fe3639d67c1831ce3eec5c8",
|
|
296
|
+
"date": "2025-10-10T16:05:12.228Z"
|
|
321
297
|
}
|
package/product.json
CHANGED
|
@@ -303,6 +303,14 @@
|
|
|
303
303
|
{
|
|
304
304
|
"name": "tool-exit-planmode-rejected",
|
|
305
305
|
"template": "The user doesn't want to proceed with this tool use. The tool use was rejected (eg. if it was a file edit, the new_string was NOT written to the file). STOP what you are doing and wait for the user to tell you how to proceed.\n"
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
"name": "tool-bashoutput-description",
|
|
309
|
+
"template": "\n- Retrieves output from a running or completed background bash shell\n- Takes a shell_id parameter identifying the shell\n- Always returns only new output since the last check\n- Returns stdout and stderr output along with shell status\n- Supports optional regex filtering to show only lines matching a pattern\n- Use this tool when you need to monitor or check the output of a long-running shell\n- Shell IDs can be found using the /bashes command\n\n"
|
|
310
|
+
},
|
|
311
|
+
{
|
|
312
|
+
"name": "tool-killshell-description",
|
|
313
|
+
"template": "\n- Kills a running background bash shell by its ID\n- Takes a shell_id parameter identifying the shell to kill\n- Returns a success or failure status \n- Use this tool when you need to terminate a long-running shell\n- Shell IDs can be found using the /bashes command\n\n"
|
|
306
314
|
}
|
|
307
315
|
],
|
|
308
316
|
"variables": [
|
|
@@ -313,10 +321,10 @@
|
|
|
313
321
|
"type": "file"
|
|
314
322
|
},
|
|
315
323
|
{
|
|
316
|
-
"id": "
|
|
317
|
-
"name": "
|
|
318
|
-
"description": "
|
|
319
|
-
"type": "
|
|
324
|
+
"id": "git",
|
|
325
|
+
"name": "Git",
|
|
326
|
+
"description": "Git Commits",
|
|
327
|
+
"type": "git"
|
|
320
328
|
},
|
|
321
329
|
{
|
|
322
330
|
"id": "knowledge",
|
|
@@ -350,9 +358,10 @@
|
|
|
350
358
|
"description": "cli agent",
|
|
351
359
|
"models": [
|
|
352
360
|
"default-model",
|
|
353
|
-
"gemini-2.5-flash",
|
|
354
361
|
"gemini-2.5-pro",
|
|
362
|
+
"gemini-2.5-flash",
|
|
355
363
|
"gpt-5",
|
|
364
|
+
"gpt-5-codex",
|
|
356
365
|
"gpt-5-mini",
|
|
357
366
|
"gpt-5-nano",
|
|
358
367
|
"o4-mini",
|
|
@@ -379,7 +388,9 @@
|
|
|
379
388
|
"WebSearch",
|
|
380
389
|
"NotebookRead",
|
|
381
390
|
"NotebookEdit",
|
|
382
|
-
"NotebookWrite"
|
|
391
|
+
"NotebookWrite",
|
|
392
|
+
"BashOutput",
|
|
393
|
+
"KillShell"
|
|
383
394
|
],
|
|
384
395
|
"tags": [
|
|
385
396
|
"cli",
|
|
@@ -405,7 +416,9 @@
|
|
|
405
416
|
"WebSearch",
|
|
406
417
|
"NotebookRead",
|
|
407
418
|
"NotebookEdit",
|
|
408
|
-
"NotebookWrite"
|
|
419
|
+
"NotebookWrite",
|
|
420
|
+
"BashOutput",
|
|
421
|
+
"KillShell"
|
|
409
422
|
],
|
|
410
423
|
"tags": [
|
|
411
424
|
"cli",
|
|
@@ -481,6 +494,8 @@
|
|
|
481
494
|
}
|
|
482
495
|
],
|
|
483
496
|
"productFeatures": {
|
|
497
|
+
"CustomModel": true,
|
|
498
|
+
"GenerateCommitMessage": true,
|
|
484
499
|
"InlineCompletions": true,
|
|
485
500
|
"InlineChat": true,
|
|
486
501
|
"NesCompletions": false,
|
|
@@ -502,15 +517,18 @@
|
|
|
502
517
|
"RemoveBelowExist": true,
|
|
503
518
|
"CompletionsRelatedSnippets": true,
|
|
504
519
|
"StatusBar": true,
|
|
505
|
-
"UseDefaultModelIfCurrentNotInList": false,
|
|
506
520
|
"CodeAction": true,
|
|
521
|
+
"FloatShortcut": true,
|
|
522
|
+
"CodeLens": true,
|
|
523
|
+
"UseDefaultModelIfCurrentNotInList": false,
|
|
507
524
|
"Mcp": true,
|
|
508
525
|
"McpMarket": true,
|
|
509
526
|
"MemoryManagement": true,
|
|
510
527
|
"McpInstallationGuide": true,
|
|
511
|
-
"SelectImage":
|
|
528
|
+
"SelectImage": true,
|
|
512
529
|
"Aegis": true,
|
|
513
530
|
"NesCompletionsJumpToHere": false,
|
|
531
|
+
"PdcFlow": true,
|
|
514
532
|
"BillingNotice": true
|
|
515
533
|
},
|
|
516
534
|
"featureToggles": {
|
|
@@ -605,8 +623,16 @@
|
|
|
605
623
|
{
|
|
606
624
|
"name": "ExitPlanMode",
|
|
607
625
|
"description": "tool-exit-planmode-description"
|
|
626
|
+
},
|
|
627
|
+
{
|
|
628
|
+
"name": "BashOutput",
|
|
629
|
+
"description": "tool-bashoutput-description"
|
|
630
|
+
},
|
|
631
|
+
{
|
|
632
|
+
"name": "KillShell",
|
|
633
|
+
"description": "tool-killshell-description"
|
|
608
634
|
}
|
|
609
635
|
],
|
|
610
|
-
"commit": "
|
|
611
|
-
"date": "2025-10-
|
|
636
|
+
"commit": "7f32c9498e4e3e617fe3639d67c1831ce3eec5c8",
|
|
637
|
+
"date": "2025-10-10T16:05:09.789Z"
|
|
612
638
|
}
|