@tencent-ai/codebuddy-code 0.0.1-beta.3 → 0.0.1-beta.31

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.
@@ -0,0 +1,305 @@
1
+ {
2
+ "agents": [
3
+ {
4
+ "name": "cli",
5
+ "instructions": "cli-agent-prompt",
6
+ "description": "cli agent",
7
+ "models": [
8
+ "claude-3.7",
9
+ "claude-4.0",
10
+ "gemini-2.5-flash",
11
+ "gemini-2.5-pro"
12
+ ],
13
+ "commands": [
14
+ "init",
15
+ "compact"
16
+ ],
17
+ "tools": [
18
+ "Read",
19
+ "LS",
20
+ "Write",
21
+ "Edit",
22
+ "MultiEdit",
23
+ "Bash",
24
+ "Glob",
25
+ "Grep",
26
+ "TodoWrite",
27
+ "SaveMemory",
28
+ "WebFetch",
29
+ "WebSearch",
30
+ "NotebookRead",
31
+ "NotebookEdit",
32
+ "NotebookWrite",
33
+ "Task"
34
+ ],
35
+ "tags": [
36
+ "cli",
37
+ "default"
38
+ ]
39
+ },
40
+ {
41
+ "name": "task",
42
+ "instructions": "cli-agent-prompt",
43
+ "description": "task agent",
44
+ "tools": [
45
+ "Read",
46
+ "LS",
47
+ "Write",
48
+ "Edit",
49
+ "MultiEdit",
50
+ "Bash",
51
+ "Glob",
52
+ "Grep",
53
+ "TodoWrite",
54
+ "SaveMemory",
55
+ "WebFetch",
56
+ "WebSearch",
57
+ "NotebookRead",
58
+ "NotebookEdit",
59
+ "NotebookWrite"
60
+ ],
61
+ "tags": [
62
+ "cli",
63
+ "task"
64
+ ]
65
+ },
66
+ {
67
+ "name": "compact",
68
+ "instructions": "compact-agent-prompt",
69
+ "description": "compact agent",
70
+ "tools": [
71
+ "Read",
72
+ "LS",
73
+ "Write",
74
+ "Edit",
75
+ "MultiEdit",
76
+ "Bash",
77
+ "Glob",
78
+ "Grep",
79
+ "TodoWrite",
80
+ "SaveMemory",
81
+ "WebFetch",
82
+ "WebSearch",
83
+ "NotebookRead",
84
+ "NotebookEdit",
85
+ "NotebookWrite",
86
+ "Task"
87
+ ],
88
+ "tags": [
89
+ "cli",
90
+ "compact"
91
+ ]
92
+ },
93
+ {
94
+ "name": "contentAnalyzer",
95
+ "instructions": "content-analyzer-agent-instructions",
96
+ "description": "content analyzer agent",
97
+ "tags": [
98
+ "cli",
99
+ "content-analyzer"
100
+ ]
101
+ }
102
+ ],
103
+ "models": [
104
+ {
105
+ "id": "deepseek-v3-1",
106
+ "name": "DeepSeek-V3.1",
107
+ "vendor": "f",
108
+ "maxOutputTokens": 8192,
109
+ "maxInputTokens": 64000,
110
+ "supportsToolCall": true,
111
+ "supportsImages": false,
112
+ "disabledMultimodal": true,
113
+ "maxAllowedSize": 56000
114
+ },
115
+ {
116
+ "id": "claude-3.7",
117
+ "name": "Claude-3.7-Sonnet",
118
+ "vendor": "e",
119
+ "maxOutputTokens": 8192,
120
+ "maxInputTokens": 200000,
121
+ "supportsToolCall": true,
122
+ "supportsImages": true,
123
+ "maxAllowedSize": 80000
124
+ },
125
+ {
126
+ "id": "claude-4.0",
127
+ "name": "Claude-4.0-Sonnet",
128
+ "vendor": "e",
129
+ "maxOutputTokens": 24000,
130
+ "maxInputTokens": 200000,
131
+ "supportsToolCall": true,
132
+ "supportsImages": true,
133
+ "maxAllowedSize": 80000,
134
+ "isDefault": true
135
+ },
136
+ {
137
+ "id": "gpt-5",
138
+ "name": "GPT-5",
139
+ "vendor": "e",
140
+ "maxOutputTokens": 128000,
141
+ "maxInputTokens": 272000,
142
+ "supportsToolCall": true,
143
+ "supportsImages": true,
144
+ "maxAllowedSize": 80000
145
+ },
146
+ {
147
+ "id": "gpt-5-mini",
148
+ "name": "GPT-5-mini",
149
+ "vendor": "e",
150
+ "maxOutputTokens": 128000,
151
+ "maxInputTokens": 272000,
152
+ "supportsToolCall": true,
153
+ "supportsImages": true,
154
+ "maxAllowedSize": 80000
155
+ },
156
+ {
157
+ "id": "gpt-5-nano",
158
+ "name": "GPT-5-nano",
159
+ "vendor": "e",
160
+ "maxOutputTokens": 128000,
161
+ "maxInputTokens": 272000,
162
+ "supportsToolCall": true,
163
+ "supportsImages": true,
164
+ "maxAllowedSize": 80000
165
+ },
166
+ {
167
+ "id": "o4-mini",
168
+ "name": "GPT-4o-mini",
169
+ "vendor": "e",
170
+ "maxOutputTokens": 32000,
171
+ "maxInputTokens": 200000,
172
+ "supportsToolCall": true,
173
+ "supportsImages": true,
174
+ "maxAllowedSize": 40000
175
+ },
176
+ {
177
+ "id": "deepseek-v3-0324-lkeap",
178
+ "name": "deepseek-v3-0324",
179
+ "vendor": "f",
180
+ "maxOutputTokens": 8192,
181
+ "maxInputTokens": 200000,
182
+ "supportsToolCall": true,
183
+ "supportsImages": false,
184
+ "disabledMultimodal": true
185
+ },
186
+ {
187
+ "id": "deepseek-v3-0324-gf",
188
+ "name": "DeepSeek-V3-0324",
189
+ "vendor": "f",
190
+ "maxOutputTokens": 8192,
191
+ "maxInputTokens": 200000,
192
+ "supportsToolCall": true,
193
+ "supportsImages": false,
194
+ "disabledMultimodal": true
195
+ },
196
+ {
197
+ "id": "deepseek-r1-0528-gf",
198
+ "name": "DeepSeek-R1-0528",
199
+ "vendor": "f",
200
+ "maxOutputTokens": 8192,
201
+ "maxInputTokens": 200000,
202
+ "supportsToolCall": true,
203
+ "supportsImages": false,
204
+ "disabledMultimodal": true
205
+ },
206
+ {
207
+ "id": "completion-gf",
208
+ "name": "completion-gf",
209
+ "vendor": "j",
210
+ "maxOutputTokens": 8192,
211
+ "maxInputTokens": 200000,
212
+ "supportsToolCall": true,
213
+ "supportsImages": false,
214
+ "disabledMultimodal": true,
215
+ "supportsExtra": true
216
+ },
217
+ {
218
+ "id": "hunyuan-chat",
219
+ "name": "Hunyuan-Turbos",
220
+ "vendor": "j",
221
+ "maxOutputTokens": 8192,
222
+ "maxInputTokens": 200000,
223
+ "supportsToolCall": true,
224
+ "supportsImages": false,
225
+ "disabledMultimodal": true
226
+ },
227
+ {
228
+ "id": "deepseek-r1-0528-lkeap",
229
+ "name": "deepseek-r1-0528",
230
+ "vendor": "f",
231
+ "maxOutputTokens": 8192,
232
+ "maxInputTokens": 200000,
233
+ "supportsToolCall": true,
234
+ "supportsImages": false,
235
+ "disabledMultimodal": true
236
+ },
237
+ {
238
+ "id": "hunyuan-3b",
239
+ "name": "hunyuan-3b",
240
+ "vendor": "tencent",
241
+ "maxOutputTokens": 256,
242
+ "supportsExtra": true
243
+ },
244
+ {
245
+ "id": "hunyuan-7b-dense",
246
+ "name": "hunyuan-7b",
247
+ "vendor": "tencent",
248
+ "maxOutputTokens": 256,
249
+ "supportsExtra": true
250
+ },
251
+ {
252
+ "id": "deepseek-r1-0528",
253
+ "name": "deepseek-r1",
254
+ "vendor": "tencent",
255
+ "maxOutputTokens": 256,
256
+ "supportsExtra": true
257
+ },
258
+ {
259
+ "id": "deepseek-v3-0324-taco-completion",
260
+ "name": "deepseek-v3-0324",
261
+ "vendor": "tencent",
262
+ "maxOutputTokens": 256
263
+ },
264
+ {
265
+ "id": "deepseek-v3-0324-taco",
266
+ "name": "deepseek-v3-taco",
267
+ "vendor": "tencent",
268
+ "maxOutputTokens": 8192
269
+ },
270
+ {
271
+ "id": "deepseek-v3-0324",
272
+ "name": "deepseek-v3",
273
+ "vendor": "tencent",
274
+ "maxOutputTokens": 8192
275
+ },
276
+ {
277
+ "id": "default-1.2",
278
+ "name": "Claude-4.0-Sonnet",
279
+ "vendor": "e",
280
+ "maxOutputTokens": 8192,
281
+ "supportsToolCall": true,
282
+ "supportsImages": true
283
+ },
284
+ {
285
+ "id": "gemini-2.5-flash",
286
+ "name": "Gemini-2.5-Flash",
287
+ "maxOutputTokens": 16384,
288
+ "maxInputTokens": 1000000,
289
+ "supportsToolCall": true,
290
+ "supportsImages": true,
291
+ "maxAllowedSize": 80000
292
+ },
293
+ {
294
+ "id": "gemini-2.5-pro",
295
+ "name": "Gemini-2.5-Pro",
296
+ "maxOutputTokens": 16384,
297
+ "maxInputTokens": 1000000,
298
+ "supportsToolCall": true,
299
+ "supportsImages": true,
300
+ "maxAllowedSize": 80000
301
+ }
302
+ ],
303
+ "commit": "e62fda2d7db7f8fd9423e462d954883cc611ac10",
304
+ "date": "2025-09-03T04:40:32.034Z"
305
+ }