@tencent-ai/codebuddy-code 1.7.0 → 1.9.1-next.640c9ad.20251010
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 +31 -0
- package/dist/codebuddy.js +1 -1
- package/lib/node/index.js +2 -0
- package/package.json +3 -2
- package/product.internal.json +8 -4
- package/product.ioa.json +21 -5
- package/product.json +36 -10
- package/dist/340.codebuddy.js +0 -1
- package/dist/422.codebuddy.js +0 -1
- package/dist/566.codebuddy.js +0 -1
- package/dist/597.codebuddy.js +0 -1
- package/dist/632.codebuddy.js +0 -1
- package/dist/952.codebuddy.js +0 -1
package/lib/node/index.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import './process';
|
|
2
|
+
export * from './embed-fs';
|
|
2
3
|
export * from './ui';
|
|
3
4
|
export * from './product';
|
|
4
5
|
export * from './runtime';
|
|
@@ -31,4 +32,5 @@ export * from './references';
|
|
|
31
32
|
export * from './permission';
|
|
32
33
|
export * from './doctor';
|
|
33
34
|
export * from './resume';
|
|
35
|
+
export * from './tips';
|
|
34
36
|
//# sourceMappingURL=index.js.map
|
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.640c9ad.20251010",
|
|
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
|
@@ -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",
|
|
@@ -212,6 +216,6 @@
|
|
|
212
216
|
"productFeatures": {
|
|
213
217
|
"BillingNotice": false
|
|
214
218
|
},
|
|
215
|
-
"commit": "
|
|
216
|
-
"date": "2025-10-
|
|
219
|
+
"commit": "640c9ad82ad926f6d1318e97a813d2a34aa96768",
|
|
220
|
+
"date": "2025-10-09T16:04:36.000Z"
|
|
217
221
|
}
|
package/product.ioa.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"description": "cli agent",
|
|
8
8
|
"models": [
|
|
9
9
|
"claude-4.0",
|
|
10
|
+
"claude-4.5",
|
|
10
11
|
"gemini-2.5-flash",
|
|
11
12
|
"gemini-2.5-pro",
|
|
12
13
|
"gpt-5",
|
|
@@ -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",
|
|
@@ -151,6 +156,17 @@
|
|
|
151
156
|
"supportsReasoning": true,
|
|
152
157
|
"isDefault": true
|
|
153
158
|
},
|
|
159
|
+
{
|
|
160
|
+
"id": "claude-4.5",
|
|
161
|
+
"name": "Claude-4.5-Sonnet",
|
|
162
|
+
"vendor": "e",
|
|
163
|
+
"maxOutputTokens": 24000,
|
|
164
|
+
"maxInputTokens": 200000,
|
|
165
|
+
"supportsToolCall": true,
|
|
166
|
+
"supportsImages": true,
|
|
167
|
+
"maxAllowedSize": 80000,
|
|
168
|
+
"supportsReasoning": true
|
|
169
|
+
},
|
|
154
170
|
{
|
|
155
171
|
"id": "gpt-5",
|
|
156
172
|
"name": "GPT-5",
|
|
@@ -299,7 +315,7 @@
|
|
|
299
315
|
"maxAllowedSize": 80000
|
|
300
316
|
},
|
|
301
317
|
{
|
|
302
|
-
"id": "kimi-k2-
|
|
318
|
+
"id": "kimi-k2-gf",
|
|
303
319
|
"name": "Kimi-K2",
|
|
304
320
|
"vendor": "f",
|
|
305
321
|
"maxOutputTokens": 8192,
|
|
@@ -316,6 +332,6 @@
|
|
|
316
332
|
"productFeatures": {
|
|
317
333
|
"BillingNotice": false
|
|
318
334
|
},
|
|
319
|
-
"commit": "
|
|
320
|
-
"date": "2025-10-
|
|
335
|
+
"commit": "640c9ad82ad926f6d1318e97a813d2a34aa96768",
|
|
336
|
+
"date": "2025-10-09T16:04:37.212Z"
|
|
321
337
|
}
|
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",
|
|
@@ -353,6 +361,7 @@
|
|
|
353
361
|
"gemini-2.5-flash",
|
|
354
362
|
"gemini-2.5-pro",
|
|
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": "640c9ad82ad926f6d1318e97a813d2a34aa96768",
|
|
637
|
+
"date": "2025-10-09T16:04:34.802Z"
|
|
612
638
|
}
|