@tencent-ai/agent-sdk 0.3.65 → 0.3.67
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/cli/CHANGELOG.md +54 -0
- package/cli/dist/codebuddy-headless.js +210 -171
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +13 -11
- package/cli/product.internal.json +37 -12
- package/cli/product.ioa.json +77 -18
- package/cli/product.json +61 -25
- package/cli/product.selfhosted.json +12 -10
- package/package.json +1 -1
package/cli/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.52.
|
|
3
|
+
"version": "2.52.4",
|
|
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",
|
|
@@ -34,18 +34,18 @@
|
|
|
34
34
|
"TaskList",
|
|
35
35
|
"WebFetch",
|
|
36
36
|
"WebSearch",
|
|
37
|
-
"NotebookEdit",
|
|
38
37
|
"TaskStop",
|
|
39
38
|
"TaskOutput",
|
|
40
39
|
"Skill",
|
|
41
40
|
"AskUserQuestion",
|
|
42
|
-
"LSP",
|
|
43
41
|
"StructuredOutput",
|
|
44
42
|
"ToolSearch",
|
|
45
|
-
"
|
|
43
|
+
"SendMessage",
|
|
46
44
|
"TeamCreate",
|
|
47
45
|
"TeamDelete",
|
|
48
|
-
"
|
|
46
|
+
"NotebookEdit",
|
|
47
|
+
"LSP",
|
|
48
|
+
"ImageGen"
|
|
49
49
|
],
|
|
50
50
|
"tags": [
|
|
51
51
|
"cli",
|
|
@@ -70,14 +70,14 @@
|
|
|
70
70
|
"TaskList",
|
|
71
71
|
"WebFetch",
|
|
72
72
|
"WebSearch",
|
|
73
|
-
"NotebookEdit",
|
|
74
73
|
"TaskStop",
|
|
75
74
|
"TaskOutput",
|
|
76
75
|
"Skill",
|
|
77
76
|
"AskUserQuestion",
|
|
78
|
-
"
|
|
77
|
+
"ToolSearch",
|
|
79
78
|
"SendMessage",
|
|
80
|
-
"
|
|
79
|
+
"NotebookEdit",
|
|
80
|
+
"LSP"
|
|
81
81
|
],
|
|
82
82
|
"tags": [
|
|
83
83
|
"cli",
|
|
@@ -166,7 +166,8 @@
|
|
|
166
166
|
"tools": [
|
|
167
167
|
"Read",
|
|
168
168
|
"Write",
|
|
169
|
-
"Edit"
|
|
169
|
+
"Edit",
|
|
170
|
+
"ToolSearch"
|
|
170
171
|
],
|
|
171
172
|
"asTool": true,
|
|
172
173
|
"tags": [
|
|
@@ -193,7 +194,8 @@
|
|
|
193
194
|
"WebFetch",
|
|
194
195
|
"WebSearch",
|
|
195
196
|
"Skill",
|
|
196
|
-
"SendMessage"
|
|
197
|
+
"SendMessage",
|
|
198
|
+
"ToolSearch"
|
|
197
199
|
],
|
|
198
200
|
"asTool": true,
|
|
199
201
|
"tags": [
|
|
@@ -384,6 +386,6 @@
|
|
|
384
386
|
"DeferToolLoading": true,
|
|
385
387
|
"ImageGen": true
|
|
386
388
|
},
|
|
387
|
-
"commit": "
|
|
388
|
-
"date": "2026-
|
|
389
|
+
"commit": "a97915b0380608786f4c4c7d43b60bae307d20b3",
|
|
390
|
+
"date": "2026-03-02T16:01:38.339Z"
|
|
389
391
|
}
|
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
"glm-4.7",
|
|
12
12
|
"glm-4.6",
|
|
13
13
|
"glm-4.6v",
|
|
14
|
+
"hunyuan-2.0-thinking",
|
|
14
15
|
"deepseek-v3-2-volc",
|
|
15
16
|
"minimax-m2.5",
|
|
16
17
|
"kimi-k2.5",
|
|
@@ -39,18 +40,18 @@
|
|
|
39
40
|
"TaskList",
|
|
40
41
|
"WebFetch",
|
|
41
42
|
"WebSearch",
|
|
42
|
-
"NotebookEdit",
|
|
43
43
|
"TaskStop",
|
|
44
44
|
"TaskOutput",
|
|
45
45
|
"Skill",
|
|
46
46
|
"AskUserQuestion",
|
|
47
|
-
"LSP",
|
|
48
47
|
"StructuredOutput",
|
|
49
48
|
"ToolSearch",
|
|
50
|
-
"
|
|
49
|
+
"SendMessage",
|
|
51
50
|
"TeamCreate",
|
|
52
51
|
"TeamDelete",
|
|
53
|
-
"
|
|
52
|
+
"NotebookEdit",
|
|
53
|
+
"LSP",
|
|
54
|
+
"ImageGen"
|
|
54
55
|
],
|
|
55
56
|
"tags": [
|
|
56
57
|
"cli",
|
|
@@ -75,14 +76,14 @@
|
|
|
75
76
|
"TaskList",
|
|
76
77
|
"WebFetch",
|
|
77
78
|
"WebSearch",
|
|
78
|
-
"NotebookEdit",
|
|
79
79
|
"TaskStop",
|
|
80
80
|
"TaskOutput",
|
|
81
81
|
"Skill",
|
|
82
82
|
"AskUserQuestion",
|
|
83
|
-
"
|
|
83
|
+
"ToolSearch",
|
|
84
84
|
"SendMessage",
|
|
85
|
-
"
|
|
85
|
+
"NotebookEdit",
|
|
86
|
+
"LSP"
|
|
86
87
|
],
|
|
87
88
|
"tags": [
|
|
88
89
|
"cli",
|
|
@@ -171,7 +172,8 @@
|
|
|
171
172
|
"tools": [
|
|
172
173
|
"Read",
|
|
173
174
|
"Write",
|
|
174
|
-
"Edit"
|
|
175
|
+
"Edit",
|
|
176
|
+
"ToolSearch"
|
|
175
177
|
],
|
|
176
178
|
"asTool": true,
|
|
177
179
|
"tags": [
|
|
@@ -198,7 +200,8 @@
|
|
|
198
200
|
"WebFetch",
|
|
199
201
|
"WebSearch",
|
|
200
202
|
"Skill",
|
|
201
|
-
"SendMessage"
|
|
203
|
+
"SendMessage",
|
|
204
|
+
"ToolSearch"
|
|
202
205
|
],
|
|
203
206
|
"asTool": true,
|
|
204
207
|
"tags": [
|
|
@@ -362,6 +365,27 @@
|
|
|
362
365
|
"supportsReasoning": true,
|
|
363
366
|
"temperature": 1
|
|
364
367
|
},
|
|
368
|
+
{
|
|
369
|
+
"id": "hunyuan-2.0-thinking",
|
|
370
|
+
"name": "Hunyuan-2.0-Thinking",
|
|
371
|
+
"vendor": "e",
|
|
372
|
+
"maxOutputTokens": 24000,
|
|
373
|
+
"maxInputTokens": 128000,
|
|
374
|
+
"maxAllowedSize": 128000,
|
|
375
|
+
"supportsToolCall": true,
|
|
376
|
+
"supportsImages": false,
|
|
377
|
+
"disabledMultimodal": true,
|
|
378
|
+
"supportsReasoning": true,
|
|
379
|
+
"temperature": 0.7,
|
|
380
|
+
"onlyReasoning": true,
|
|
381
|
+
"top_p": 0.8,
|
|
382
|
+
"top_k": 20,
|
|
383
|
+
"repetition_penalty": 1.05,
|
|
384
|
+
"reasoning": {
|
|
385
|
+
"effort": "medium",
|
|
386
|
+
"summary": "auto"
|
|
387
|
+
}
|
|
388
|
+
},
|
|
365
389
|
{
|
|
366
390
|
"id": "hunyuan-chat",
|
|
367
391
|
"name": "Hunyuan-Turbos",
|
|
@@ -430,8 +454,9 @@
|
|
|
430
454
|
"BillingNotice": false,
|
|
431
455
|
"CustomModelsJSON": true,
|
|
432
456
|
"DeferToolLoading": true,
|
|
433
|
-
"ImageGen": true
|
|
457
|
+
"ImageGen": true,
|
|
458
|
+
"RequestBodyGzip": true
|
|
434
459
|
},
|
|
435
|
-
"commit": "
|
|
436
|
-
"date": "2026-
|
|
460
|
+
"commit": "a97915b0380608786f4c4c7d43b60bae307d20b3",
|
|
461
|
+
"date": "2026-03-02T16:01:38.336Z"
|
|
437
462
|
}
|
package/cli/product.ioa.json
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"claude-opus-4.6",
|
|
17
17
|
"claude-opus-4.5",
|
|
18
18
|
"claude-haiku-4.5",
|
|
19
|
-
"gemini-3.
|
|
19
|
+
"gemini-3.1-pro",
|
|
20
20
|
"gemini-3.0-flash",
|
|
21
21
|
"gemini-2.5-pro",
|
|
22
22
|
"gpt-5.2",
|
|
@@ -33,6 +33,7 @@
|
|
|
33
33
|
"glm-4.7-ioa",
|
|
34
34
|
"glm-4.6-ioa",
|
|
35
35
|
"glm-4.6v-ioa",
|
|
36
|
+
"hunyuan-2.0-thinking-ioa",
|
|
36
37
|
"deepseek-v3-2-volc-ioa"
|
|
37
38
|
],
|
|
38
39
|
"commands": [
|
|
@@ -58,19 +59,19 @@
|
|
|
58
59
|
"TaskList",
|
|
59
60
|
"WebFetch",
|
|
60
61
|
"WebSearch",
|
|
61
|
-
"NotebookEdit",
|
|
62
62
|
"TaskStop",
|
|
63
63
|
"TaskOutput",
|
|
64
64
|
"Skill",
|
|
65
65
|
"AskUserQuestion",
|
|
66
|
-
"LSP",
|
|
67
66
|
"StructuredOutput",
|
|
68
67
|
"ToolSearch",
|
|
69
|
-
"
|
|
70
|
-
"ImageEdit",
|
|
68
|
+
"SendMessage",
|
|
71
69
|
"TeamCreate",
|
|
72
70
|
"TeamDelete",
|
|
73
|
-
"
|
|
71
|
+
"NotebookEdit",
|
|
72
|
+
"LSP",
|
|
73
|
+
"ImageGen",
|
|
74
|
+
"ImageEdit"
|
|
74
75
|
],
|
|
75
76
|
"tags": [
|
|
76
77
|
"cli",
|
|
@@ -95,14 +96,14 @@
|
|
|
95
96
|
"TaskList",
|
|
96
97
|
"WebFetch",
|
|
97
98
|
"WebSearch",
|
|
98
|
-
"NotebookEdit",
|
|
99
99
|
"TaskStop",
|
|
100
100
|
"TaskOutput",
|
|
101
101
|
"Skill",
|
|
102
102
|
"AskUserQuestion",
|
|
103
|
-
"LSP",
|
|
104
103
|
"ToolSearch",
|
|
105
|
-
"SendMessage"
|
|
104
|
+
"SendMessage",
|
|
105
|
+
"NotebookEdit",
|
|
106
|
+
"LSP"
|
|
106
107
|
],
|
|
107
108
|
"tags": [
|
|
108
109
|
"cli",
|
|
@@ -200,7 +201,8 @@
|
|
|
200
201
|
"tools": [
|
|
201
202
|
"Read",
|
|
202
203
|
"Write",
|
|
203
|
-
"Edit"
|
|
204
|
+
"Edit",
|
|
205
|
+
"ToolSearch"
|
|
204
206
|
],
|
|
205
207
|
"asTool": true,
|
|
206
208
|
"tags": [
|
|
@@ -227,7 +229,8 @@
|
|
|
227
229
|
"WebFetch",
|
|
228
230
|
"WebSearch",
|
|
229
231
|
"Skill",
|
|
230
|
-
"SendMessage"
|
|
232
|
+
"SendMessage",
|
|
233
|
+
"ToolSearch"
|
|
231
234
|
],
|
|
232
235
|
"asTool": true,
|
|
233
236
|
"tags": [
|
|
@@ -444,6 +447,32 @@
|
|
|
444
447
|
"reasoning": "glm-4.6-ioa"
|
|
445
448
|
}
|
|
446
449
|
},
|
|
450
|
+
{
|
|
451
|
+
"credits": "x0.00 credits",
|
|
452
|
+
"id": "hunyuan-2.0-thinking-ioa",
|
|
453
|
+
"name": "Hunyuan-2.0-Thinking",
|
|
454
|
+
"vendor": "e",
|
|
455
|
+
"maxOutputTokens": 24000,
|
|
456
|
+
"maxInputTokens": 128000,
|
|
457
|
+
"maxAllowedSize": 128000,
|
|
458
|
+
"supportsToolCall": true,
|
|
459
|
+
"supportsImages": false,
|
|
460
|
+
"disabledMultimodal": true,
|
|
461
|
+
"supportsReasoning": true,
|
|
462
|
+
"temperature": 0.7,
|
|
463
|
+
"onlyReasoning": true,
|
|
464
|
+
"top_p": 0.8,
|
|
465
|
+
"top_k": 20,
|
|
466
|
+
"repetition_penalty": 1.05,
|
|
467
|
+
"reasoning": {
|
|
468
|
+
"effort": "medium",
|
|
469
|
+
"summary": "auto"
|
|
470
|
+
},
|
|
471
|
+
"relatedModels": {
|
|
472
|
+
"lite": "hunyuan-2.0-thinking-ioa",
|
|
473
|
+
"reasoning": "hunyuan-2.0-thinking-ioa"
|
|
474
|
+
}
|
|
475
|
+
},
|
|
447
476
|
{
|
|
448
477
|
"credits": "x2.04 credits",
|
|
449
478
|
"id": "claude-sonnet-4.6",
|
|
@@ -619,8 +648,8 @@
|
|
|
619
648
|
},
|
|
620
649
|
{
|
|
621
650
|
"credits": "x1.36 credits",
|
|
622
|
-
"id": "gemini-3.
|
|
623
|
-
"name": "Gemini-3.
|
|
651
|
+
"id": "gemini-3.1-pro",
|
|
652
|
+
"name": "Gemini-3.1-Pro",
|
|
624
653
|
"maxOutputTokens": 64000,
|
|
625
654
|
"maxInputTokens": 400000,
|
|
626
655
|
"supportsToolCall": true,
|
|
@@ -655,15 +684,44 @@
|
|
|
655
684
|
"maxAllowedSize": 400000
|
|
656
685
|
},
|
|
657
686
|
{
|
|
687
|
+
"credits": "x30.33 credits",
|
|
688
|
+
"id": "gemini-3.0-pro-image",
|
|
689
|
+
"name": "Gemini-3.0-Pro-Image",
|
|
690
|
+
"tags": [
|
|
691
|
+
"text-to-image",
|
|
692
|
+
"image-to-image"
|
|
693
|
+
]
|
|
694
|
+
},
|
|
695
|
+
{
|
|
696
|
+
"credits": "x13.12 credits",
|
|
697
|
+
"id": "gemini-3.1-flash-image",
|
|
698
|
+
"name": "Gemini-3.1-Flash-Image",
|
|
699
|
+
"tags": [
|
|
700
|
+
"text-to-image",
|
|
701
|
+
"image-to-image"
|
|
702
|
+
]
|
|
703
|
+
},
|
|
704
|
+
{
|
|
705
|
+
"credits": "x7.50 credits",
|
|
706
|
+
"id": "gemini-2.5-flash-image",
|
|
707
|
+
"name": "Gemini-2.5-Flash-Image",
|
|
708
|
+
"tags": [
|
|
709
|
+
"text-to-image",
|
|
710
|
+
"image-to-image"
|
|
711
|
+
]
|
|
712
|
+
},
|
|
713
|
+
{
|
|
714
|
+
"credits": "x0.00 credits",
|
|
658
715
|
"id": "hunyuan-image-v3.0-ioa",
|
|
659
|
-
"name": "Hunyuan
|
|
716
|
+
"name": "Hunyuan-Image-V3",
|
|
660
717
|
"tags": [
|
|
661
718
|
"text-to-image"
|
|
662
719
|
]
|
|
663
720
|
},
|
|
664
721
|
{
|
|
722
|
+
"credits": "x0.00 credits",
|
|
665
723
|
"id": "hunyuan-image-v2.0-general-edit-ioa",
|
|
666
|
-
"name": "Hunyuan
|
|
724
|
+
"name": "Hunyuan-Image-Edit",
|
|
667
725
|
"tags": [
|
|
668
726
|
"image-to-image"
|
|
669
727
|
]
|
|
@@ -684,8 +742,9 @@
|
|
|
684
742
|
"CustomModelsJSON": true,
|
|
685
743
|
"DeferToolLoading": true,
|
|
686
744
|
"ImageGen": true,
|
|
687
|
-
"ImageEdit": true
|
|
745
|
+
"ImageEdit": true,
|
|
746
|
+
"RequestBodyGzip": true
|
|
688
747
|
},
|
|
689
|
-
"commit": "
|
|
690
|
-
"date": "2026-
|
|
748
|
+
"commit": "a97915b0380608786f4c4c7d43b60bae307d20b3",
|
|
749
|
+
"date": "2026-03-02T16:01:38.349Z"
|
|
691
750
|
}
|
package/cli/product.json
CHANGED
|
@@ -249,8 +249,8 @@
|
|
|
249
249
|
},
|
|
250
250
|
{
|
|
251
251
|
"credits": "x1.36 credits",
|
|
252
|
-
"id": "gemini-3.
|
|
253
|
-
"name": "Gemini-3.
|
|
252
|
+
"id": "gemini-3.1-pro",
|
|
253
|
+
"name": "Gemini-3.1-Pro",
|
|
254
254
|
"maxOutputTokens": 64000,
|
|
255
255
|
"maxInputTokens": 400000,
|
|
256
256
|
"supportsToolCall": true,
|
|
@@ -347,15 +347,43 @@
|
|
|
347
347
|
"maxAllowedSize": 164000
|
|
348
348
|
},
|
|
349
349
|
{
|
|
350
|
+
"credits": "x30.33 credits",
|
|
351
|
+
"id": "gemini-3.0-pro-image",
|
|
352
|
+
"name": "Gemini-3.0-Pro-Image",
|
|
353
|
+
"tags": [
|
|
354
|
+
"text-to-image",
|
|
355
|
+
"image-to-image"
|
|
356
|
+
]
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"credits": "x13.12 credits",
|
|
360
|
+
"id": "gemini-3.1-flash-image",
|
|
361
|
+
"name": "Gemini-3.1-Flash-Image",
|
|
362
|
+
"tags": [
|
|
363
|
+
"text-to-image",
|
|
364
|
+
"image-to-image"
|
|
365
|
+
]
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"credits": "x7.50 credits",
|
|
369
|
+
"id": "gemini-2.5-flash-image",
|
|
370
|
+
"name": "Gemini-2.5-Flash-Image",
|
|
371
|
+
"tags": [
|
|
372
|
+
"text-to-image",
|
|
373
|
+
"image-to-image"
|
|
374
|
+
]
|
|
375
|
+
},
|
|
376
|
+
{
|
|
377
|
+
"credits": "x5.00 credits",
|
|
350
378
|
"id": "hunyuan-image-v3.0",
|
|
351
|
-
"name": "Hunyuan
|
|
379
|
+
"name": "Hunyuan-Image-V3",
|
|
352
380
|
"tags": [
|
|
353
381
|
"text-to-image"
|
|
354
382
|
]
|
|
355
383
|
},
|
|
356
384
|
{
|
|
357
385
|
"id": "hunyuan-image-v2.0-general-edit",
|
|
358
|
-
"name": "Hunyuan
|
|
386
|
+
"name": "Hunyuan-Image-Edit",
|
|
359
387
|
"tags": [
|
|
360
388
|
"image-to-image"
|
|
361
389
|
]
|
|
@@ -372,7 +400,7 @@
|
|
|
372
400
|
"emergency": 0.15
|
|
373
401
|
},
|
|
374
402
|
"request": {
|
|
375
|
-
"emergency": 0.
|
|
403
|
+
"emergency": 0.9
|
|
376
404
|
},
|
|
377
405
|
"inputTokens": {
|
|
378
406
|
"warning": 0.7,
|
|
@@ -676,7 +704,7 @@
|
|
|
676
704
|
},
|
|
677
705
|
{
|
|
678
706
|
"name": "tool-toolsearch-description",
|
|
679
|
-
"template": "Search for available tools using natural language queries.\n\nUse this tool when you need to discover tools that can help with a specific task. Some tools are not loaded by default to save context space - use this to find and activate them.\n\nUsage:\n- Provide a natural language description of what you want to do\n- Returns a list of matching tools sorted by relevance\n- Found tools are automatically activated for use in subsequent messages\n\nIMPORTANT: Tools listed below as \"Available deferred tools\" are NOT callable until you activate them using this tool. You MUST call ToolSearch first to activate a deferred tool before attempting to use it. Calling a deferred tool without activation will result in a \"Tool not found\" error.\n\nExample queries:\n- \"send email notification\"\n- \"database operations\"\n- \"image processing\"\n\nAfter searching, matching tools become available and you can call them directly.\n{% if toolSearchDeferredTools %}\n\nAvailable deferred tools (use ToolSearch to discover more):\n{{toolSearchDeferredTools}}\n{% endif %}\n{%- if toolSearchMcpServers %}\n\nAvailable MCP servers (use ToolSearch to discover their tools):\n{{toolSearchMcpServers}}\n{%- endif %}\n"
|
|
707
|
+
"template": "Search for available tools using natural language queries.\n\nUse this tool when you need to discover tools that can help with a specific task. Some tools are not loaded by default to save context space - use this to find and activate them.\n\nUsage:\n- Provide a natural language description of what you want to do\n- Returns a list of matching tools sorted by relevance\n- Found tools are automatically activated for use in subsequent messages\n\nIMPORTANT: Tools listed below as \"Available deferred tools\" are NOT callable until you activate them using this tool. You MUST call ToolSearch first to activate a deferred tool before attempting to use it. Calling a deferred tool without activation will result in a \"Tool not found\" error.\n\nNote: Some listed tools may not appear in search results if they are unavailable due to environment restrictions, disabled features, or model limitations.\n\nExample queries:\n- \"send email notification\"\n- \"database operations\"\n- \"image processing\"\n\nAfter searching, matching tools become available and you can call them directly.\n{% if toolSearchDeferredTools %}\n\nAvailable deferred tools (use ToolSearch to discover more):\n{{toolSearchDeferredTools}}\n{% endif %}\n{%- if toolSearchMcpServers %}\n\nAvailable MCP servers (use ToolSearch to discover their tools):\n{{toolSearchMcpServers}}\n{%- endif %}\n"
|
|
680
708
|
},
|
|
681
709
|
{
|
|
682
710
|
"name": "tool-describetool-description",
|
|
@@ -728,7 +756,7 @@
|
|
|
728
756
|
"description": "cli agent",
|
|
729
757
|
"models": [
|
|
730
758
|
"default-model",
|
|
731
|
-
"gemini-3.
|
|
759
|
+
"gemini-3.1-pro",
|
|
732
760
|
"gemini-3.0-flash",
|
|
733
761
|
"gemini-2.5-pro",
|
|
734
762
|
"gemini-2.5-flash",
|
|
@@ -766,19 +794,19 @@
|
|
|
766
794
|
"TaskList",
|
|
767
795
|
"WebFetch",
|
|
768
796
|
"WebSearch",
|
|
769
|
-
"NotebookEdit",
|
|
770
797
|
"TaskStop",
|
|
771
798
|
"TaskOutput",
|
|
772
799
|
"Skill",
|
|
773
800
|
"AskUserQuestion",
|
|
774
|
-
"LSP",
|
|
775
801
|
"StructuredOutput",
|
|
776
|
-
"ImageGen",
|
|
777
802
|
"ToolSearch",
|
|
778
|
-
"
|
|
803
|
+
"SendMessage",
|
|
779
804
|
"TeamCreate",
|
|
780
805
|
"TeamDelete",
|
|
781
|
-
"
|
|
806
|
+
"NotebookEdit",
|
|
807
|
+
"LSP",
|
|
808
|
+
"ImageGen",
|
|
809
|
+
"ImageEdit"
|
|
782
810
|
],
|
|
783
811
|
"tags": [
|
|
784
812
|
"cli",
|
|
@@ -803,14 +831,14 @@
|
|
|
803
831
|
"TaskList",
|
|
804
832
|
"WebFetch",
|
|
805
833
|
"WebSearch",
|
|
806
|
-
"NotebookEdit",
|
|
807
834
|
"TaskStop",
|
|
808
835
|
"TaskOutput",
|
|
809
836
|
"Skill",
|
|
810
837
|
"AskUserQuestion",
|
|
811
|
-
"
|
|
838
|
+
"ToolSearch",
|
|
812
839
|
"SendMessage",
|
|
813
|
-
"
|
|
840
|
+
"NotebookEdit",
|
|
841
|
+
"LSP"
|
|
814
842
|
],
|
|
815
843
|
"tags": [
|
|
816
844
|
"cli",
|
|
@@ -908,7 +936,8 @@
|
|
|
908
936
|
"tools": [
|
|
909
937
|
"Read",
|
|
910
938
|
"Write",
|
|
911
|
-
"Edit"
|
|
939
|
+
"Edit",
|
|
940
|
+
"ToolSearch"
|
|
912
941
|
],
|
|
913
942
|
"asTool": true,
|
|
914
943
|
"tags": [
|
|
@@ -935,7 +964,8 @@
|
|
|
935
964
|
"WebFetch",
|
|
936
965
|
"WebSearch",
|
|
937
966
|
"Skill",
|
|
938
|
-
"SendMessage"
|
|
967
|
+
"SendMessage",
|
|
968
|
+
"ToolSearch"
|
|
939
969
|
],
|
|
940
970
|
"asTool": true,
|
|
941
971
|
"tags": [
|
|
@@ -1200,7 +1230,8 @@
|
|
|
1200
1230
|
},
|
|
1201
1231
|
{
|
|
1202
1232
|
"name": "NotebookEdit",
|
|
1203
|
-
"description": "tool-notebookedit-description"
|
|
1233
|
+
"description": "tool-notebookedit-description",
|
|
1234
|
+
"deferLoading": true
|
|
1204
1235
|
},
|
|
1205
1236
|
{
|
|
1206
1237
|
"name": "WebFetch",
|
|
@@ -1264,7 +1295,8 @@
|
|
|
1264
1295
|
},
|
|
1265
1296
|
{
|
|
1266
1297
|
"name": "LSP",
|
|
1267
|
-
"description": "tool-lsp-description"
|
|
1298
|
+
"description": "tool-lsp-description",
|
|
1299
|
+
"deferLoading": true
|
|
1268
1300
|
},
|
|
1269
1301
|
{
|
|
1270
1302
|
"name": "StructuredOutput",
|
|
@@ -1276,25 +1308,29 @@
|
|
|
1276
1308
|
},
|
|
1277
1309
|
{
|
|
1278
1310
|
"name": "ImageGen",
|
|
1279
|
-
"description": "tool-imagegen-description"
|
|
1311
|
+
"description": "tool-imagegen-description",
|
|
1312
|
+
"deferLoading": true
|
|
1280
1313
|
},
|
|
1281
1314
|
{
|
|
1282
1315
|
"name": "ImageEdit",
|
|
1283
|
-
"description": "tool-imageedit-description"
|
|
1316
|
+
"description": "tool-imageedit-description",
|
|
1317
|
+
"deferLoading": true
|
|
1284
1318
|
},
|
|
1285
1319
|
{
|
|
1286
1320
|
"name": "TeamCreate",
|
|
1287
|
-
"description": "tool-teamcreate-description"
|
|
1321
|
+
"description": "tool-teamcreate-description",
|
|
1322
|
+
"deferLoading": true
|
|
1288
1323
|
},
|
|
1289
1324
|
{
|
|
1290
1325
|
"name": "TeamDelete",
|
|
1291
|
-
"description": "tool-teamdelete-description"
|
|
1326
|
+
"description": "tool-teamdelete-description",
|
|
1327
|
+
"deferLoading": true
|
|
1292
1328
|
},
|
|
1293
1329
|
{
|
|
1294
1330
|
"name": "SendMessage",
|
|
1295
1331
|
"description": "tool-sendmessage-description"
|
|
1296
1332
|
}
|
|
1297
1333
|
],
|
|
1298
|
-
"commit": "
|
|
1299
|
-
"date": "2026-
|
|
1334
|
+
"commit": "a97915b0380608786f4c4c7d43b60bae307d20b3",
|
|
1335
|
+
"date": "2026-03-02T16:01:38.353Z"
|
|
1300
1336
|
}
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
"TaskList",
|
|
31
31
|
"WebFetch",
|
|
32
32
|
"WebSearch",
|
|
33
|
-
"NotebookEdit",
|
|
34
33
|
"TaskStop",
|
|
35
34
|
"TaskOutput",
|
|
36
35
|
"Skill",
|
|
37
36
|
"AskUserQuestion",
|
|
38
|
-
"Lsp",
|
|
39
37
|
"StructuredOutput",
|
|
40
38
|
"ToolSearch",
|
|
39
|
+
"SendMessage",
|
|
41
40
|
"TeamCreate",
|
|
42
41
|
"TeamDelete",
|
|
43
|
-
"
|
|
42
|
+
"NotebookEdit",
|
|
43
|
+
"LSP"
|
|
44
44
|
],
|
|
45
45
|
"tags": [
|
|
46
46
|
"cli",
|
|
@@ -65,14 +65,14 @@
|
|
|
65
65
|
"TaskList",
|
|
66
66
|
"WebFetch",
|
|
67
67
|
"WebSearch",
|
|
68
|
-
"NotebookEdit",
|
|
69
68
|
"TaskStop",
|
|
70
69
|
"TaskOutput",
|
|
71
70
|
"Skill",
|
|
72
71
|
"AskUserQuestion",
|
|
73
|
-
"
|
|
72
|
+
"ToolSearch",
|
|
74
73
|
"SendMessage",
|
|
75
|
-
"
|
|
74
|
+
"NotebookEdit",
|
|
75
|
+
"LSP"
|
|
76
76
|
],
|
|
77
77
|
"tags": [
|
|
78
78
|
"cli",
|
|
@@ -161,7 +161,8 @@
|
|
|
161
161
|
"tools": [
|
|
162
162
|
"Read",
|
|
163
163
|
"Write",
|
|
164
|
-
"Edit"
|
|
164
|
+
"Edit",
|
|
165
|
+
"ToolSearch"
|
|
165
166
|
],
|
|
166
167
|
"asTool": true,
|
|
167
168
|
"tags": [
|
|
@@ -188,7 +189,8 @@
|
|
|
188
189
|
"WebFetch",
|
|
189
190
|
"WebSearch",
|
|
190
191
|
"Skill",
|
|
191
|
-
"SendMessage"
|
|
192
|
+
"SendMessage",
|
|
193
|
+
"ToolSearch"
|
|
192
194
|
],
|
|
193
195
|
"asTool": true,
|
|
194
196
|
"tags": [
|
|
@@ -273,6 +275,6 @@
|
|
|
273
275
|
"CustomModelsJSON": true,
|
|
274
276
|
"DeferToolLoading": true
|
|
275
277
|
},
|
|
276
|
-
"commit": "
|
|
277
|
-
"date": "2026-
|
|
278
|
+
"commit": "a97915b0380608786f4c4c7d43b60bae307d20b3",
|
|
279
|
+
"date": "2026-03-02T16:01:38.329Z"
|
|
278
280
|
}
|