@tencent-ai/codebuddy-code 2.16.0 → 2.18.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 +60 -0
- package/dist/codebuddy.js +4 -4
- package/lib/node/index.js +1 -0
- package/package.json +1 -1
- package/product.cloudhosted.json +15 -5
- package/product.internal.json +15 -5
- package/product.ioa.json +51 -62
- package/product.json +60 -32
- package/product.selfhosted.json +11 -2
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": "2.
|
|
3
|
+
"version": "2.18.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",
|
package/product.cloudhosted.json
CHANGED
|
@@ -87,6 +87,15 @@
|
|
|
87
87
|
"content-analyzer"
|
|
88
88
|
]
|
|
89
89
|
},
|
|
90
|
+
{
|
|
91
|
+
"name": "terminalTitleGenerator",
|
|
92
|
+
"instructions": "terminal-title-generator-instructions",
|
|
93
|
+
"description": "Generate terminal window titles from conversation topics.",
|
|
94
|
+
"tags": [
|
|
95
|
+
"cli",
|
|
96
|
+
"terminal-title-generator"
|
|
97
|
+
]
|
|
98
|
+
},
|
|
90
99
|
{
|
|
91
100
|
"name": "agentInstructions",
|
|
92
101
|
"instructions": "agent-instructions",
|
|
@@ -162,6 +171,7 @@
|
|
|
162
171
|
"models": [
|
|
163
172
|
{
|
|
164
173
|
"id": "default",
|
|
174
|
+
"credits": "x2.20 credits",
|
|
165
175
|
"name": "Default",
|
|
166
176
|
"vendor": "v",
|
|
167
177
|
"maxOutputTokens": 24000,
|
|
@@ -171,7 +181,7 @@
|
|
|
171
181
|
"maxAllowedSize": 56000
|
|
172
182
|
},
|
|
173
183
|
{
|
|
174
|
-
"credits": "x0.
|
|
184
|
+
"credits": "x0.57 credits",
|
|
175
185
|
"id": "glm-4.6",
|
|
176
186
|
"name": "GLM-4.6",
|
|
177
187
|
"vendor": "f",
|
|
@@ -185,7 +195,7 @@
|
|
|
185
195
|
"temperature": 1
|
|
186
196
|
},
|
|
187
197
|
{
|
|
188
|
-
"credits": "x0.
|
|
198
|
+
"credits": "x0.57 credits",
|
|
189
199
|
"id": "deepseek-v3.1",
|
|
190
200
|
"name": "DeepSeek-V3.1-Terminus",
|
|
191
201
|
"vendor": "f",
|
|
@@ -207,7 +217,7 @@
|
|
|
207
217
|
"disabledMultimodal": true
|
|
208
218
|
},
|
|
209
219
|
{
|
|
210
|
-
"credits": "x0.
|
|
220
|
+
"credits": "x0.57 credits",
|
|
211
221
|
"id": "deepseek-v3-0324",
|
|
212
222
|
"name": "DeepSeek-V3",
|
|
213
223
|
"vendor": "tencent",
|
|
@@ -227,6 +237,6 @@
|
|
|
227
237
|
"BillingNotice": false,
|
|
228
238
|
"CustomModelsJSON": true
|
|
229
239
|
},
|
|
230
|
-
"commit": "
|
|
231
|
-
"date": "2025-12-
|
|
240
|
+
"commit": "963ec40ff6d9c83f1ff655e93301ec371dd94178",
|
|
241
|
+
"date": "2025-12-11T15:58:10.458Z"
|
|
232
242
|
}
|
package/product.internal.json
CHANGED
|
@@ -89,6 +89,15 @@
|
|
|
89
89
|
"content-analyzer"
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
|
+
{
|
|
93
|
+
"name": "terminalTitleGenerator",
|
|
94
|
+
"instructions": "terminal-title-generator-instructions",
|
|
95
|
+
"description": "Generate terminal window titles from conversation topics.",
|
|
96
|
+
"tags": [
|
|
97
|
+
"cli",
|
|
98
|
+
"terminal-title-generator"
|
|
99
|
+
]
|
|
100
|
+
},
|
|
92
101
|
{
|
|
93
102
|
"name": "agentInstructions",
|
|
94
103
|
"instructions": "agent-instructions",
|
|
@@ -164,6 +173,7 @@
|
|
|
164
173
|
"models": [
|
|
165
174
|
{
|
|
166
175
|
"id": "default",
|
|
176
|
+
"credits": "x2.20 credits",
|
|
167
177
|
"name": "Default",
|
|
168
178
|
"vendor": "v",
|
|
169
179
|
"maxOutputTokens": 24000,
|
|
@@ -173,7 +183,7 @@
|
|
|
173
183
|
"maxAllowedSize": 56000
|
|
174
184
|
},
|
|
175
185
|
{
|
|
176
|
-
"credits": "x0.
|
|
186
|
+
"credits": "x0.57 credits",
|
|
177
187
|
"id": "deepseek-v3.1",
|
|
178
188
|
"name": "DeepSeek-V3.1-Terminus",
|
|
179
189
|
"vendor": "f",
|
|
@@ -185,7 +195,7 @@
|
|
|
185
195
|
"maxAllowedSize": 56000
|
|
186
196
|
},
|
|
187
197
|
{
|
|
188
|
-
"credits": "x0.
|
|
198
|
+
"credits": "x0.57 credits",
|
|
189
199
|
"id": "glm-4.6",
|
|
190
200
|
"name": "GLM-4.6",
|
|
191
201
|
"vendor": "f",
|
|
@@ -209,7 +219,7 @@
|
|
|
209
219
|
"disabledMultimodal": true
|
|
210
220
|
},
|
|
211
221
|
{
|
|
212
|
-
"credits": "x0.
|
|
222
|
+
"credits": "x0.57 credits",
|
|
213
223
|
"id": "deepseek-v3-0324",
|
|
214
224
|
"name": "DeepSeek-V3",
|
|
215
225
|
"vendor": "tencent",
|
|
@@ -229,6 +239,6 @@
|
|
|
229
239
|
"BillingNotice": false,
|
|
230
240
|
"CustomModelsJSON": true
|
|
231
241
|
},
|
|
232
|
-
"commit": "
|
|
233
|
-
"date": "2025-12-
|
|
242
|
+
"commit": "963ec40ff6d9c83f1ff655e93301ec371dd94178",
|
|
243
|
+
"date": "2025-12-11T15:58:08.163Z"
|
|
234
244
|
}
|
package/product.ioa.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"gemini-2.5-pro",
|
|
15
15
|
"gpt-5.1",
|
|
16
16
|
"gpt-5.1-codex",
|
|
17
|
+
"gpt-5.1-codex-max",
|
|
17
18
|
"gpt-5.1-codex-mini",
|
|
18
19
|
"glm-4.6",
|
|
19
20
|
"deepseek-v3.1"
|
|
@@ -99,6 +100,18 @@
|
|
|
99
100
|
"content-analyzer"
|
|
100
101
|
]
|
|
101
102
|
},
|
|
103
|
+
{
|
|
104
|
+
"name": "terminalTitleGenerator",
|
|
105
|
+
"instructions": "terminal-title-generator-instructions",
|
|
106
|
+
"description": "Generate terminal window titles from conversation topics.",
|
|
107
|
+
"models": [
|
|
108
|
+
"claude-haiku-4.5"
|
|
109
|
+
],
|
|
110
|
+
"tags": [
|
|
111
|
+
"cli",
|
|
112
|
+
"terminal-title-generator"
|
|
113
|
+
]
|
|
114
|
+
},
|
|
102
115
|
{
|
|
103
116
|
"name": "agentInstructions",
|
|
104
117
|
"instructions": "agent-instructions",
|
|
@@ -176,7 +189,7 @@
|
|
|
176
189
|
],
|
|
177
190
|
"models": [
|
|
178
191
|
{
|
|
179
|
-
"credits": "x0.
|
|
192
|
+
"credits": "x0.57 credits",
|
|
180
193
|
"id": "deepseek-v3.1",
|
|
181
194
|
"name": "DeepSeek-V3.1-Terminus",
|
|
182
195
|
"vendor": "f",
|
|
@@ -188,7 +201,7 @@
|
|
|
188
201
|
"maxAllowedSize": 56000
|
|
189
202
|
},
|
|
190
203
|
{
|
|
191
|
-
"credits": "x0.
|
|
204
|
+
"credits": "x0.57 credits",
|
|
192
205
|
"id": "glm-4.6",
|
|
193
206
|
"name": "GLM-4.6",
|
|
194
207
|
"vendor": "f",
|
|
@@ -215,7 +228,7 @@
|
|
|
215
228
|
"isDefault": true
|
|
216
229
|
},
|
|
217
230
|
{
|
|
218
|
-
"credits": "
|
|
231
|
+
"credits": "x3.33 credits",
|
|
219
232
|
"id": "claude-opus-4.5",
|
|
220
233
|
"name": "Claude-4.5-Opus",
|
|
221
234
|
"vendor": "e",
|
|
@@ -254,7 +267,7 @@
|
|
|
254
267
|
]
|
|
255
268
|
},
|
|
256
269
|
{
|
|
257
|
-
"credits": "x0.
|
|
270
|
+
"credits": "x0.95 credits",
|
|
258
271
|
"id": "gpt-5.1",
|
|
259
272
|
"name": "GPT-5.1",
|
|
260
273
|
"vendor": "e",
|
|
@@ -269,9 +282,9 @@
|
|
|
269
282
|
}
|
|
270
283
|
},
|
|
271
284
|
{
|
|
272
|
-
"credits": "x0.
|
|
285
|
+
"credits": "x0.95 credits",
|
|
273
286
|
"id": "gpt-5.1-codex",
|
|
274
|
-
"name": "GPT-5.1-
|
|
287
|
+
"name": "GPT-5.1-Codex",
|
|
275
288
|
"vendor": "e",
|
|
276
289
|
"maxInputTokens": 272000,
|
|
277
290
|
"maxOutputTokens": 128000,
|
|
@@ -284,9 +297,25 @@
|
|
|
284
297
|
}
|
|
285
298
|
},
|
|
286
299
|
{
|
|
287
|
-
"credits": "x0.
|
|
300
|
+
"credits": "x0.95 credits",
|
|
301
|
+
"id": "gpt-5.1-codex-max",
|
|
302
|
+
"maxAllowedSize": 272000,
|
|
303
|
+
"maxInputTokens": 272000,
|
|
304
|
+
"maxOutputTokens": 128000,
|
|
305
|
+
"name": "GPT-5.1-Codex-Max",
|
|
306
|
+
"reasoning": {
|
|
307
|
+
"effort": "medium",
|
|
308
|
+
"summary": "auto"
|
|
309
|
+
},
|
|
310
|
+
"supportsImages": true,
|
|
311
|
+
"supportsReasoning": true,
|
|
312
|
+
"supportsToolCall": true,
|
|
313
|
+
"vendor": "e"
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
"credits": "x0.19 credits",
|
|
288
317
|
"id": "gpt-5.1-codex-mini",
|
|
289
|
-
"name": "GPT-5.1-
|
|
318
|
+
"name": "GPT-5.1-Codex-Mini",
|
|
290
319
|
"vendor": "e",
|
|
291
320
|
"maxInputTokens": 272000,
|
|
292
321
|
"maxOutputTokens": 128000,
|
|
@@ -299,7 +328,7 @@
|
|
|
299
328
|
}
|
|
300
329
|
},
|
|
301
330
|
{
|
|
302
|
-
"credits": "x0.
|
|
331
|
+
"credits": "x0.95 credits",
|
|
303
332
|
"id": "gpt-5",
|
|
304
333
|
"name": "GPT-5",
|
|
305
334
|
"vendor": "e",
|
|
@@ -315,9 +344,9 @@
|
|
|
315
344
|
}
|
|
316
345
|
},
|
|
317
346
|
{
|
|
318
|
-
"credits": "x0.
|
|
319
|
-
"id": "gpt-5-
|
|
320
|
-
"name": "GPT-5-
|
|
347
|
+
"credits": "x0.95 credits",
|
|
348
|
+
"id": "gpt-5-Codex",
|
|
349
|
+
"name": "GPT-5-Codex",
|
|
321
350
|
"vendor": "e",
|
|
322
351
|
"maxOutputTokens": 72000,
|
|
323
352
|
"maxInputTokens": 200000,
|
|
@@ -331,9 +360,9 @@
|
|
|
331
360
|
}
|
|
332
361
|
},
|
|
333
362
|
{
|
|
334
|
-
"credits": "x0.
|
|
363
|
+
"credits": "x0.19 credits",
|
|
335
364
|
"id": "gpt-5-mini",
|
|
336
|
-
"name": "GPT-5-
|
|
365
|
+
"name": "GPT-5-Mini",
|
|
337
366
|
"vendor": "e",
|
|
338
367
|
"maxOutputTokens": 72000,
|
|
339
368
|
"maxInputTokens": 200000,
|
|
@@ -342,9 +371,9 @@
|
|
|
342
371
|
"maxAllowedSize": 80000
|
|
343
372
|
},
|
|
344
373
|
{
|
|
345
|
-
"credits": "x0.
|
|
374
|
+
"credits": "x0.04 credits",
|
|
346
375
|
"id": "gpt-5-nano",
|
|
347
|
-
"name": "GPT-5-
|
|
376
|
+
"name": "GPT-5-Nano",
|
|
348
377
|
"vendor": "e",
|
|
349
378
|
"maxOutputTokens": 72000,
|
|
350
379
|
"maxInputTokens": 200000,
|
|
@@ -353,9 +382,9 @@
|
|
|
353
382
|
"maxAllowedSize": 80000
|
|
354
383
|
},
|
|
355
384
|
{
|
|
356
|
-
"credits": "x0.
|
|
385
|
+
"credits": "x0.92 credits",
|
|
357
386
|
"id": "o4-mini",
|
|
358
|
-
"name": "GPT-4o-
|
|
387
|
+
"name": "GPT-4o-Mini",
|
|
359
388
|
"vendor": "e",
|
|
360
389
|
"maxOutputTokens": 24000,
|
|
361
390
|
"maxInputTokens": 104000,
|
|
@@ -363,36 +392,6 @@
|
|
|
363
392
|
"supportsImages": true,
|
|
364
393
|
"maxAllowedSize": 40000
|
|
365
394
|
},
|
|
366
|
-
{
|
|
367
|
-
"id": "deepseek-v3-0324-gf",
|
|
368
|
-
"name": "DeepSeek-V3-0324",
|
|
369
|
-
"vendor": "f",
|
|
370
|
-
"maxOutputTokens": 8192,
|
|
371
|
-
"maxInputTokens": 200000,
|
|
372
|
-
"supportsToolCall": true,
|
|
373
|
-
"supportsImages": false,
|
|
374
|
-
"disabledMultimodal": true
|
|
375
|
-
},
|
|
376
|
-
{
|
|
377
|
-
"id": "deepseek-r1-0528-gf",
|
|
378
|
-
"name": "DeepSeek-R1-0528",
|
|
379
|
-
"vendor": "f",
|
|
380
|
-
"maxOutputTokens": 8192,
|
|
381
|
-
"maxInputTokens": 200000,
|
|
382
|
-
"supportsToolCall": true,
|
|
383
|
-
"supportsImages": false,
|
|
384
|
-
"disabledMultimodal": true
|
|
385
|
-
},
|
|
386
|
-
{
|
|
387
|
-
"id": "hunyuan-chat",
|
|
388
|
-
"name": "Hunyuan-Turbos",
|
|
389
|
-
"vendor": "j",
|
|
390
|
-
"maxOutputTokens": 8192,
|
|
391
|
-
"maxInputTokens": 200000,
|
|
392
|
-
"supportsToolCall": true,
|
|
393
|
-
"supportsImages": false,
|
|
394
|
-
"disabledMultimodal": true
|
|
395
|
-
},
|
|
396
395
|
{
|
|
397
396
|
"credits": "x1.33 credits",
|
|
398
397
|
"id": "gemini-3.0-pro",
|
|
@@ -405,7 +404,7 @@
|
|
|
405
404
|
"maxAllowedSize": 400000
|
|
406
405
|
},
|
|
407
406
|
{
|
|
408
|
-
"credits": "x0.
|
|
407
|
+
"credits": "x0.31 credits",
|
|
409
408
|
"id": "gemini-2.5-flash",
|
|
410
409
|
"name": "Gemini-2.5-Flash",
|
|
411
410
|
"maxOutputTokens": 64000,
|
|
@@ -416,7 +415,7 @@
|
|
|
416
415
|
"maxAllowedSize": 400000
|
|
417
416
|
},
|
|
418
417
|
{
|
|
419
|
-
"credits": "
|
|
418
|
+
"credits": "x1.30 credits",
|
|
420
419
|
"id": "gemini-2.5-pro",
|
|
421
420
|
"name": "Gemini-2.5-Pro",
|
|
422
421
|
"maxOutputTokens": 64000,
|
|
@@ -425,16 +424,6 @@
|
|
|
425
424
|
"supportsImages": true,
|
|
426
425
|
"supportsReasoning": true,
|
|
427
426
|
"maxAllowedSize": 400000
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"id": "kimi-k2-gf",
|
|
431
|
-
"name": "Kimi-K2",
|
|
432
|
-
"vendor": "f",
|
|
433
|
-
"maxOutputTokens": 8192,
|
|
434
|
-
"maxInputTokens": 31000,
|
|
435
|
-
"supportsToolCall": true,
|
|
436
|
-
"supportsImages": false,
|
|
437
|
-
"disabledMultimodal": true
|
|
438
427
|
}
|
|
439
428
|
],
|
|
440
429
|
"links": {
|
|
@@ -445,6 +434,6 @@
|
|
|
445
434
|
"BillingNotice": false,
|
|
446
435
|
"CustomModelsJSON": true
|
|
447
436
|
},
|
|
448
|
-
"commit": "
|
|
449
|
-
"date": "2025-12-
|
|
437
|
+
"commit": "963ec40ff6d9c83f1ff655e93301ec371dd94178",
|
|
438
|
+
"date": "2025-12-11T15:58:09.308Z"
|
|
450
439
|
}
|
package/product.json
CHANGED
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
},
|
|
104
104
|
"models": [
|
|
105
105
|
{
|
|
106
|
-
"credits": "x2.
|
|
106
|
+
"credits": "x2.20 credits",
|
|
107
107
|
"id": "default-model",
|
|
108
108
|
"maxAllowedSize": 80000,
|
|
109
109
|
"maxOutputTokens": 24000,
|
|
@@ -117,7 +117,7 @@
|
|
|
117
117
|
{
|
|
118
118
|
"credits": "x0.67 credits",
|
|
119
119
|
"id": "default-model-lite",
|
|
120
|
-
"name": "Default-
|
|
120
|
+
"name": "Default-Lite",
|
|
121
121
|
"vendor": "e",
|
|
122
122
|
"maxOutputTokens": 24000,
|
|
123
123
|
"maxInputTokens": 176000,
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
]
|
|
131
131
|
},
|
|
132
132
|
{
|
|
133
|
-
"credits": "x0.
|
|
133
|
+
"credits": "x0.95 credits",
|
|
134
134
|
"id": "gpt-5.1",
|
|
135
135
|
"name": "GPT-5.1",
|
|
136
136
|
"vendor": "e",
|
|
@@ -145,9 +145,9 @@
|
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
|
-
"credits": "x0.
|
|
148
|
+
"credits": "x0.95 credits",
|
|
149
149
|
"id": "gpt-5.1-codex",
|
|
150
|
-
"name": "GPT-5.1-
|
|
150
|
+
"name": "GPT-5.1-Codex",
|
|
151
151
|
"vendor": "e",
|
|
152
152
|
"maxInputTokens": 272000,
|
|
153
153
|
"maxOutputTokens": 128000,
|
|
@@ -160,9 +160,25 @@
|
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
|
-
"credits": "x0.
|
|
163
|
+
"credits": "x0.95 credits",
|
|
164
|
+
"id": "gpt-5.1-codex-max",
|
|
165
|
+
"maxAllowedSize": 200000,
|
|
166
|
+
"maxInputTokens": 200000,
|
|
167
|
+
"maxOutputTokens": 72000,
|
|
168
|
+
"name": "GPT-5.1-Codex-Max",
|
|
169
|
+
"reasoning": {
|
|
170
|
+
"effort": "medium",
|
|
171
|
+
"summary": "auto"
|
|
172
|
+
},
|
|
173
|
+
"supportsImages": true,
|
|
174
|
+
"supportsReasoning": true,
|
|
175
|
+
"supportsToolCall": true,
|
|
176
|
+
"vendor": "e"
|
|
177
|
+
},
|
|
178
|
+
{
|
|
179
|
+
"credits": "x0.19 credits",
|
|
164
180
|
"id": "gpt-5.1-codex-mini",
|
|
165
|
-
"name": "GPT-5.1-
|
|
181
|
+
"name": "GPT-5.1-Codex-Mini",
|
|
166
182
|
"vendor": "e",
|
|
167
183
|
"maxInputTokens": 272000,
|
|
168
184
|
"maxOutputTokens": 128000,
|
|
@@ -175,7 +191,7 @@
|
|
|
175
191
|
}
|
|
176
192
|
},
|
|
177
193
|
{
|
|
178
|
-
"credits": "x0.
|
|
194
|
+
"credits": "x0.95 credits",
|
|
179
195
|
"id": "gpt-5",
|
|
180
196
|
"maxAllowedSize": 80000,
|
|
181
197
|
"maxOutputTokens": 72000,
|
|
@@ -191,9 +207,9 @@
|
|
|
191
207
|
}
|
|
192
208
|
},
|
|
193
209
|
{
|
|
194
|
-
"credits": "x0.
|
|
210
|
+
"credits": "x0.95 credits",
|
|
195
211
|
"id": "gpt-5-codex",
|
|
196
|
-
"name": "GPT-5-
|
|
212
|
+
"name": "GPT-5-Codex",
|
|
197
213
|
"vendor": "e",
|
|
198
214
|
"maxOutputTokens": 72000,
|
|
199
215
|
"maxInputTokens": 200000,
|
|
@@ -207,12 +223,12 @@
|
|
|
207
223
|
}
|
|
208
224
|
},
|
|
209
225
|
{
|
|
210
|
-
"credits": "x0.
|
|
226
|
+
"credits": "x0.19 credits",
|
|
211
227
|
"id": "gpt-5-mini",
|
|
212
228
|
"maxAllowedSize": 80000,
|
|
213
229
|
"maxOutputTokens": 72000,
|
|
214
230
|
"maxInputTokens": 200000,
|
|
215
|
-
"name": "GPT-5-
|
|
231
|
+
"name": "GPT-5-Mini",
|
|
216
232
|
"supportsImages": true,
|
|
217
233
|
"supportsToolCall": true,
|
|
218
234
|
"vendor": "e",
|
|
@@ -221,35 +237,27 @@
|
|
|
221
237
|
]
|
|
222
238
|
},
|
|
223
239
|
{
|
|
224
|
-
"credits": "x0.
|
|
240
|
+
"credits": "x0.04 credits",
|
|
225
241
|
"id": "gpt-5-nano",
|
|
226
242
|
"maxAllowedSize": 80000,
|
|
227
243
|
"maxOutputTokens": 72000,
|
|
228
244
|
"maxInputTokens": 200000,
|
|
229
|
-
"name": "GPT-5-
|
|
245
|
+
"name": "GPT-5-Nano",
|
|
230
246
|
"supportsImages": true,
|
|
231
247
|
"supportsToolCall": true,
|
|
232
248
|
"vendor": "e"
|
|
233
249
|
},
|
|
234
250
|
{
|
|
235
|
-
"credits": "x0.
|
|
251
|
+
"credits": "x0.92 credits",
|
|
236
252
|
"id": "o4-mini",
|
|
237
253
|
"maxAllowedSize": 80000,
|
|
238
254
|
"maxOutputTokens": 24000,
|
|
239
255
|
"maxInputTokens": 104000,
|
|
240
|
-
"name": "GPT-4o-
|
|
256
|
+
"name": "GPT-4o-Mini",
|
|
241
257
|
"supportsImages": true,
|
|
242
258
|
"supportsToolCall": true,
|
|
243
259
|
"vendor": "e"
|
|
244
260
|
},
|
|
245
|
-
{
|
|
246
|
-
"id": "chat-1.0",
|
|
247
|
-
"maxOutputTokens": 32000,
|
|
248
|
-
"name": "chat-1.0",
|
|
249
|
-
"supportsImages": false,
|
|
250
|
-
"supportsToolCall": true,
|
|
251
|
-
"vendor": "f"
|
|
252
|
-
},
|
|
253
261
|
{
|
|
254
262
|
"credits": "x1.33 credits",
|
|
255
263
|
"id": "gemini-3.0-pro",
|
|
@@ -262,7 +270,7 @@
|
|
|
262
270
|
"maxAllowedSize": 400000
|
|
263
271
|
},
|
|
264
272
|
{
|
|
265
|
-
"credits": "x0.
|
|
273
|
+
"credits": "x0.31 credits",
|
|
266
274
|
"id": "gemini-2.5-flash",
|
|
267
275
|
"name": "Gemini-2.5-Flash",
|
|
268
276
|
"maxOutputTokens": 64000,
|
|
@@ -273,7 +281,7 @@
|
|
|
273
281
|
"maxAllowedSize": 400000
|
|
274
282
|
},
|
|
275
283
|
{
|
|
276
|
-
"credits": "
|
|
284
|
+
"credits": "x1.30 credits",
|
|
277
285
|
"id": "gemini-2.5-pro",
|
|
278
286
|
"name": "Gemini-2.5-Pro",
|
|
279
287
|
"maxOutputTokens": 64000,
|
|
@@ -284,7 +292,7 @@
|
|
|
284
292
|
"maxAllowedSize": 400000
|
|
285
293
|
},
|
|
286
294
|
{
|
|
287
|
-
"credits": "x0.
|
|
295
|
+
"credits": "x0.57 credits",
|
|
288
296
|
"disabledMultimodal": true,
|
|
289
297
|
"id": "auto-chat",
|
|
290
298
|
"maxOutputTokens": 16000,
|
|
@@ -341,6 +349,10 @@
|
|
|
341
349
|
"name": "content-analyzer-prompt",
|
|
342
350
|
"template": "## Web Content to Analyze\n```\n{{ webContent }}\n```\n\n## User Request\n{{ userPrompt }}\n\n## Instructions\nPlease analyze the web content above and provide a response that directly addresses the user's request. Focus on extracting relevant information and presenting it in a well-structured, helpful format.\n\n"
|
|
343
351
|
},
|
|
352
|
+
{
|
|
353
|
+
"name": "terminal-title-generator-instructions",
|
|
354
|
+
"template": "Analyze if this message indicates a new conversation topic. If it does, extract a 2-3 word title that captures the new topic.\n\nFormat your response as a JSON object with two fields:\n- 'isNewTopic' (boolean)\n- 'title' (string, or null if isNewTopic is false)\n\nONLY generate the JSON object, no other text (eg. no markdown).\n"
|
|
355
|
+
},
|
|
344
356
|
{
|
|
345
357
|
"name": "agent-instructions",
|
|
346
358
|
"template": "You are CodeBuddy Code.\n\nYou are an elite AI agent architect specializing in crafting high-performance agent configurations. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.\n\n**Important Context**: You may have access to project-specific instructions from CODEBUDDY.md files and other context that may include coding standards, project structure, and custom requirements. Consider this context when creating agents to ensure they align with the project's established patterns and practices.\n\nWhen a user describes what they want an agent to do, you will:\n\n1. **Extract Core Intent**: Identify the fundamental purpose, key responsibilities, and success criteria for the agent. Look for both explicit requirements and implicit needs. Consider any project-specific context from CODEBUDDY.md files. For agents that are meant to review code, you should assume that the user is asking to review recently written code and not the whole codebase, unless the user has explicitly instructed you otherwise.\n\n2. **Design Expert Persona**: Create a compelling expert identity that embodies deep domain knowledge relevant to the task. The persona should inspire confidence and guide the agent's decision-making approach.\n\n3. **Architect Comprehensive Instructions**: Develop a system prompt that:\n - Establishes clear behavioral boundaries and operational parameters\n - Provides specific methodologies and best practices for task execution\n - Anticipates edge cases and provides guidance for handling them\n - Incorporates any specific requirements or preferences mentioned by the user\n - Defines output format expectations when relevant\n - Aligns with project-specific coding standards and patterns from CODEBUDDY.md\n\n4. **Optimize for Performance**: Include:\n - Decision-making frameworks appropriate to the domain\n - Quality control mechanisms and self-verification steps\n - Efficient workflow patterns\n - Clear escalation or fallback strategies\n\n5. **Create Identifier**: Design a concise, descriptive identifier that:\n - Uses lowercase letters, numbers, and hyphens only\n - Is typically 2-4 words joined by hyphens\n - Clearly indicates the agent's primary function\n - Is memorable and easy to type\n - Avoids generic terms like \"helper\" or \"assistant\"\n\n6 **Example agent descriptions**:\n - in the 'whenToUse' field of the JSON object, you should include examples of when this agent should be used.\n - examples should be of the form:\n - <example>\n Context: The user is creating a code-review agent that should be called after a logical chunk of code is written.\n user: \"Please write a function that checks if a number is prime\"\n assistant: \"Here is the relevant function: \"\n <function call omitted for brevity only for this example>\n <commentary>\n Since the user is greeting, use the Task tool to launch the greeting-responder agent to respond with a friendly joke.\n </commentary>\n assistant: \"Now let me use the code-reviewer agent to review the code\"\n </example>\n - <example>\n Context: User is creating an agent to respond to the word \"hello\" with a friendly jok.\n user: \"Hello\"\n assistant: \"I'm going to use the Task tool to launch the greeting-responder agent to respond with a friendly joke\"\n <commentary>\n Since the user is greeting, use the greeting-responder agent to respond with a friendly joke.\n </commentary>\n </example>\n - If the user mentioned or implied that the agent should be used proactively, you should include examples of this.\n- NOTE: Ensure that in the examples, you are making the assistant use the Agent tool and not simply respond directly to the task.\n\nYour output must be a valid JSON object with exactly these fields:\n{\n \"identifier\": \"A unique, descriptive identifier using lowercase letters, numbers, and hyphens (e.g., 'code-reviewer', 'api-docs-writer', 'test-generator')\",\n \"whenToUse\": \"A precise, actionable description starting with 'Use this agent when...' that clearly defines the triggering conditions and use cases. Ensure you include examples as described above.\",\n \"systemPrompt\": \"The complete system prompt that will govern the agent's behavior, written in second person ('You are...', 'You will...') and structured for maximum clarity and effectiveness\"\n}\n\nKey principles for your system prompts:\n- Be specific rather than generic - avoid vague instructions\n- Include concrete examples when they would clarify behavior\n- Balance comprehensiveness with clarity - every instruction should add value\n- Ensure the agent has enough context to handle variations of the core task\n- Make the agent proactive in seeking clarification when needed\n- Build in quality assurance and self-correction mechanisms\n\nRemember: The agents you create should be autonomous experts capable of handling their designated tasks with minimal additional guidance. Your system prompts are their complete operational manual.\n\n"
|
|
@@ -435,7 +447,7 @@
|
|
|
435
447
|
},
|
|
436
448
|
{
|
|
437
449
|
"name": "tool-slashcommand-description",
|
|
438
|
-
"template": "Execute a slash command within the main conversation\n\n**IMPORTANT - Intent Matching:**\nBefore starting any task, CHECK if the user's request matches one of the slash commands listed below. This tool exists to route user intentions to specialized workflows.\n\nHow slash commands work:\nWhen you use this tool or when a user types a slash command, you will see <command-message>{name} is running…</command-message> followed by the expanded prompt. For example, if .codebuddy/commands/foo.md contains \"Print today's date\", then /foo expands to that prompt in the next message.\n\nUsage:\n- `command` (required): The slash command to execute, including any arguments\n- Example: `command: \"/review-pr 123\"`\n\nIMPORTANT: Only use this tool for custom slash commands that appear in the Available Commands list below. Do NOT use for:\n- Built-in CLI commands (like /help, /clear, etc.)\n- Commands not shown in the list\n- Commands you think might exist but aren't listed\n
|
|
450
|
+
"template": "Execute a slash command within the main conversation\n\n**IMPORTANT - Intent Matching:**\nBefore starting any task, CHECK if the user's request matches one of the slash commands listed below. This tool exists to route user intentions to specialized workflows.\n\nHow slash commands work:\nWhen you use this tool or when a user types a slash command, you will see <command-message>{name} is running…</command-message> followed by the expanded prompt. For example, if .codebuddy/commands/foo.md contains \"Print today's date\", then /foo expands to that prompt in the next message.\n\nUsage:\n- `command` (required): The slash command to execute, including any arguments\n- Example: `command: \"/review-pr 123\"`\n\nIMPORTANT: Only use this tool for custom slash commands that appear in the Available Commands list below. Do NOT use for:\n- Built-in CLI commands (like /help, /clear, etc.)\n- Commands not shown in the list\n- Commands you think might exist but aren't listed\n{%- if truncatedCustomCommands.length > 0 %}\n\nAvailable Commands:\n{%- for command in truncatedCustomCommands %}\n- {{command.name}} {{command.argumentHint}}: {{command.description}}\n{%- endfor %}\n{%- if truncatedCustomCommands.length < customCommands.length %}\n\n(Showing {{truncatedCustomCommands.length}} of {{customCommands.length}} commands due to token limits)\n{%- endif %}\n{%- endif %}\n\nNotes:\n- When a user requests multiple slash commands, execute each one sequentially and check for <command-message>{name} is running…</command-message> to verify each has been processed\n- Do not invoke a command that is already running. For example, if you see <command-message>foo is running…</command-message>, do NOT use this tool with \"/foo\" - process the expanded prompt in the following message\n- Only custom slash commands with descriptions are listed in Available Commands. If a user's command is not listed, ask them to check the slash command file and consult the docs.\n"
|
|
439
451
|
},
|
|
440
452
|
{
|
|
441
453
|
"name": "tool-skill-description",
|
|
@@ -521,8 +533,10 @@
|
|
|
521
533
|
"default-model",
|
|
522
534
|
"gemini-3.0-pro",
|
|
523
535
|
"gemini-2.5-pro",
|
|
536
|
+
"gemini-2.5-flash",
|
|
524
537
|
"gpt-5.1",
|
|
525
538
|
"gpt-5.1-codex",
|
|
539
|
+
"gpt-5.1-codex-max",
|
|
526
540
|
"gpt-5.1-codex-mini",
|
|
527
541
|
"auto-chat"
|
|
528
542
|
],
|
|
@@ -607,6 +621,18 @@
|
|
|
607
621
|
"content-analyzer"
|
|
608
622
|
]
|
|
609
623
|
},
|
|
624
|
+
{
|
|
625
|
+
"name": "terminalTitleGenerator",
|
|
626
|
+
"instructions": "terminal-title-generator-instructions",
|
|
627
|
+
"description": "Generate terminal window titles from conversation topics.",
|
|
628
|
+
"models": [
|
|
629
|
+
"default-model-lite"
|
|
630
|
+
],
|
|
631
|
+
"tags": [
|
|
632
|
+
"cli",
|
|
633
|
+
"terminal-title-generator"
|
|
634
|
+
]
|
|
635
|
+
},
|
|
610
636
|
{
|
|
611
637
|
"name": "agentInstructions",
|
|
612
638
|
"instructions": "agent-instructions",
|
|
@@ -711,8 +737,8 @@
|
|
|
711
737
|
"GenerateCommitMessage": true,
|
|
712
738
|
"InlineCompletions": true,
|
|
713
739
|
"InlineChat": true,
|
|
714
|
-
"CursorPositonPrefetching":
|
|
715
|
-
"CompletionsPrefetching":
|
|
740
|
+
"CursorPositonPrefetching": true,
|
|
741
|
+
"CompletionsPrefetching": true,
|
|
716
742
|
"CompletionsResultFusion": true,
|
|
717
743
|
"MultiFileWithPromptParam": true,
|
|
718
744
|
"MultiFileWithSeparateParams": false,
|
|
@@ -757,6 +783,8 @@
|
|
|
757
783
|
"Task": true,
|
|
758
784
|
"EnhancedCompletionRequest": false,
|
|
759
785
|
"ReportAfterCancel": false,
|
|
786
|
+
"RequestBodyGzip": false,
|
|
787
|
+
"StandaloneTerminal": true,
|
|
760
788
|
"BillingNotice": true,
|
|
761
789
|
"CustomModelsJSON": true
|
|
762
790
|
},
|
|
@@ -881,6 +909,6 @@
|
|
|
881
909
|
"description": "tool-ask-user-question-description"
|
|
882
910
|
}
|
|
883
911
|
],
|
|
884
|
-
"commit": "
|
|
885
|
-
"date": "2025-12-
|
|
912
|
+
"commit": "963ec40ff6d9c83f1ff655e93301ec371dd94178",
|
|
913
|
+
"date": "2025-12-11T15:58:06.962Z"
|
|
886
914
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -88,6 +88,15 @@
|
|
|
88
88
|
"content-analyzer"
|
|
89
89
|
]
|
|
90
90
|
},
|
|
91
|
+
{
|
|
92
|
+
"name": "terminalTitleGenerator",
|
|
93
|
+
"instructions": "terminal-title-generator-instructions",
|
|
94
|
+
"description": "Generate terminal window titles from conversation topics.",
|
|
95
|
+
"tags": [
|
|
96
|
+
"cli",
|
|
97
|
+
"terminal-title-generator"
|
|
98
|
+
]
|
|
99
|
+
},
|
|
91
100
|
{
|
|
92
101
|
"name": "agentInstructions",
|
|
93
102
|
"instructions": "agent-instructions",
|
|
@@ -182,6 +191,6 @@
|
|
|
182
191
|
"BillingNotice": false,
|
|
183
192
|
"CustomModelsJSON": true
|
|
184
193
|
},
|
|
185
|
-
"commit": "
|
|
186
|
-
"date": "2025-12-
|
|
194
|
+
"commit": "963ec40ff6d9c83f1ff655e93301ec371dd94178",
|
|
195
|
+
"date": "2025-12-11T15:58:11.623Z"
|
|
187
196
|
}
|