@tencent-ai/codebuddy-code 2.15.1 → 2.17.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 +5 -5
- package/lib/node/index.js +1 -0
- package/package.json +3 -3
- package/product.cloudhosted.json +15 -5
- package/product.internal.json +15 -5
- package/product.ioa.json +27 -15
- package/product.json +34 -17
- 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.17.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",
|
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
"access": "public"
|
|
33
33
|
},
|
|
34
34
|
"scripts": {},
|
|
35
|
+
"devDependencies": {},
|
|
35
36
|
"optionalDependencies": {
|
|
36
37
|
"@lydell/node-pty": "1.1.0",
|
|
37
38
|
"@lydell/node-pty-darwin-arm64": "1.1.0",
|
|
@@ -39,6 +40,5 @@
|
|
|
39
40
|
"@lydell/node-pty-linux-x64": "1.1.0",
|
|
40
41
|
"@lydell/node-pty-win32-arm64": "1.1.0",
|
|
41
42
|
"@lydell/node-pty-win32-x64": "1.1.0"
|
|
42
|
-
}
|
|
43
|
-
"devDependencies": {}
|
|
43
|
+
}
|
|
44
44
|
}
|
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": "10016b3093b8993d7829a6d1925c70006af2f11d",
|
|
241
|
+
"date": "2025-12-10T16:15:39.731Z"
|
|
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": "10016b3093b8993d7829a6d1925c70006af2f11d",
|
|
243
|
+
"date": "2025-12-10T16:15:37.437Z"
|
|
234
244
|
}
|
package/product.ioa.json
CHANGED
|
@@ -99,6 +99,18 @@
|
|
|
99
99
|
"content-analyzer"
|
|
100
100
|
]
|
|
101
101
|
},
|
|
102
|
+
{
|
|
103
|
+
"name": "terminalTitleGenerator",
|
|
104
|
+
"instructions": "terminal-title-generator-instructions",
|
|
105
|
+
"description": "Generate terminal window titles from conversation topics.",
|
|
106
|
+
"models": [
|
|
107
|
+
"claude-haiku-4.5"
|
|
108
|
+
],
|
|
109
|
+
"tags": [
|
|
110
|
+
"cli",
|
|
111
|
+
"terminal-title-generator"
|
|
112
|
+
]
|
|
113
|
+
},
|
|
102
114
|
{
|
|
103
115
|
"name": "agentInstructions",
|
|
104
116
|
"instructions": "agent-instructions",
|
|
@@ -176,7 +188,7 @@
|
|
|
176
188
|
],
|
|
177
189
|
"models": [
|
|
178
190
|
{
|
|
179
|
-
"credits": "x0.
|
|
191
|
+
"credits": "x0.57 credits",
|
|
180
192
|
"id": "deepseek-v3.1",
|
|
181
193
|
"name": "DeepSeek-V3.1-Terminus",
|
|
182
194
|
"vendor": "f",
|
|
@@ -188,7 +200,7 @@
|
|
|
188
200
|
"maxAllowedSize": 56000
|
|
189
201
|
},
|
|
190
202
|
{
|
|
191
|
-
"credits": "x0.
|
|
203
|
+
"credits": "x0.57 credits",
|
|
192
204
|
"id": "glm-4.6",
|
|
193
205
|
"name": "GLM-4.6",
|
|
194
206
|
"vendor": "f",
|
|
@@ -215,7 +227,7 @@
|
|
|
215
227
|
"isDefault": true
|
|
216
228
|
},
|
|
217
229
|
{
|
|
218
|
-
"credits": "
|
|
230
|
+
"credits": "x3.33 credits",
|
|
219
231
|
"id": "claude-opus-4.5",
|
|
220
232
|
"name": "Claude-4.5-Opus",
|
|
221
233
|
"vendor": "e",
|
|
@@ -254,7 +266,7 @@
|
|
|
254
266
|
]
|
|
255
267
|
},
|
|
256
268
|
{
|
|
257
|
-
"credits": "x0.
|
|
269
|
+
"credits": "x0.95 credits",
|
|
258
270
|
"id": "gpt-5.1",
|
|
259
271
|
"name": "GPT-5.1",
|
|
260
272
|
"vendor": "e",
|
|
@@ -269,7 +281,7 @@
|
|
|
269
281
|
}
|
|
270
282
|
},
|
|
271
283
|
{
|
|
272
|
-
"credits": "x0.
|
|
284
|
+
"credits": "x0.95 credits",
|
|
273
285
|
"id": "gpt-5.1-codex",
|
|
274
286
|
"name": "GPT-5.1-codex",
|
|
275
287
|
"vendor": "e",
|
|
@@ -284,7 +296,7 @@
|
|
|
284
296
|
}
|
|
285
297
|
},
|
|
286
298
|
{
|
|
287
|
-
"credits": "x0.
|
|
299
|
+
"credits": "x0.19 credits",
|
|
288
300
|
"id": "gpt-5.1-codex-mini",
|
|
289
301
|
"name": "GPT-5.1-codex-mini",
|
|
290
302
|
"vendor": "e",
|
|
@@ -299,7 +311,7 @@
|
|
|
299
311
|
}
|
|
300
312
|
},
|
|
301
313
|
{
|
|
302
|
-
"credits": "x0.
|
|
314
|
+
"credits": "x0.95 credits",
|
|
303
315
|
"id": "gpt-5",
|
|
304
316
|
"name": "GPT-5",
|
|
305
317
|
"vendor": "e",
|
|
@@ -315,7 +327,7 @@
|
|
|
315
327
|
}
|
|
316
328
|
},
|
|
317
329
|
{
|
|
318
|
-
"credits": "x0.
|
|
330
|
+
"credits": "x0.95 credits",
|
|
319
331
|
"id": "gpt-5-codex",
|
|
320
332
|
"name": "GPT-5-codex",
|
|
321
333
|
"vendor": "e",
|
|
@@ -331,7 +343,7 @@
|
|
|
331
343
|
}
|
|
332
344
|
},
|
|
333
345
|
{
|
|
334
|
-
"credits": "x0.
|
|
346
|
+
"credits": "x0.19 credits",
|
|
335
347
|
"id": "gpt-5-mini",
|
|
336
348
|
"name": "GPT-5-mini",
|
|
337
349
|
"vendor": "e",
|
|
@@ -342,7 +354,7 @@
|
|
|
342
354
|
"maxAllowedSize": 80000
|
|
343
355
|
},
|
|
344
356
|
{
|
|
345
|
-
"credits": "x0.
|
|
357
|
+
"credits": "x0.04 credits",
|
|
346
358
|
"id": "gpt-5-nano",
|
|
347
359
|
"name": "GPT-5-nano",
|
|
348
360
|
"vendor": "e",
|
|
@@ -353,7 +365,7 @@
|
|
|
353
365
|
"maxAllowedSize": 80000
|
|
354
366
|
},
|
|
355
367
|
{
|
|
356
|
-
"credits": "x0.
|
|
368
|
+
"credits": "x0.92 credits",
|
|
357
369
|
"id": "o4-mini",
|
|
358
370
|
"name": "GPT-4o-mini",
|
|
359
371
|
"vendor": "e",
|
|
@@ -405,7 +417,7 @@
|
|
|
405
417
|
"maxAllowedSize": 400000
|
|
406
418
|
},
|
|
407
419
|
{
|
|
408
|
-
"credits": "x0.
|
|
420
|
+
"credits": "x0.31 credits",
|
|
409
421
|
"id": "gemini-2.5-flash",
|
|
410
422
|
"name": "Gemini-2.5-Flash",
|
|
411
423
|
"maxOutputTokens": 64000,
|
|
@@ -416,7 +428,7 @@
|
|
|
416
428
|
"maxAllowedSize": 400000
|
|
417
429
|
},
|
|
418
430
|
{
|
|
419
|
-
"credits": "
|
|
431
|
+
"credits": "x1.30 credits",
|
|
420
432
|
"id": "gemini-2.5-pro",
|
|
421
433
|
"name": "Gemini-2.5-Pro",
|
|
422
434
|
"maxOutputTokens": 64000,
|
|
@@ -445,6 +457,6 @@
|
|
|
445
457
|
"BillingNotice": false,
|
|
446
458
|
"CustomModelsJSON": true
|
|
447
459
|
},
|
|
448
|
-
"commit": "
|
|
449
|
-
"date": "2025-12-
|
|
460
|
+
"commit": "10016b3093b8993d7829a6d1925c70006af2f11d",
|
|
461
|
+
"date": "2025-12-10T16:15:38.582Z"
|
|
450
462
|
}
|
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,
|
|
@@ -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,7 +145,7 @@
|
|
|
145
145
|
}
|
|
146
146
|
},
|
|
147
147
|
{
|
|
148
|
-
"credits": "x0.
|
|
148
|
+
"credits": "x0.95 credits",
|
|
149
149
|
"id": "gpt-5.1-codex",
|
|
150
150
|
"name": "GPT-5.1-codex",
|
|
151
151
|
"vendor": "e",
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
162
|
{
|
|
163
|
-
"credits": "x0.
|
|
163
|
+
"credits": "x0.19 credits",
|
|
164
164
|
"id": "gpt-5.1-codex-mini",
|
|
165
165
|
"name": "GPT-5.1-codex-mini",
|
|
166
166
|
"vendor": "e",
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
}
|
|
176
176
|
},
|
|
177
177
|
{
|
|
178
|
-
"credits": "x0.
|
|
178
|
+
"credits": "x0.95 credits",
|
|
179
179
|
"id": "gpt-5",
|
|
180
180
|
"maxAllowedSize": 80000,
|
|
181
181
|
"maxOutputTokens": 72000,
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
}
|
|
192
192
|
},
|
|
193
193
|
{
|
|
194
|
-
"credits": "x0.
|
|
194
|
+
"credits": "x0.95 credits",
|
|
195
195
|
"id": "gpt-5-codex",
|
|
196
196
|
"name": "GPT-5-codex",
|
|
197
197
|
"vendor": "e",
|
|
@@ -207,7 +207,7 @@
|
|
|
207
207
|
}
|
|
208
208
|
},
|
|
209
209
|
{
|
|
210
|
-
"credits": "x0.
|
|
210
|
+
"credits": "x0.19 credits",
|
|
211
211
|
"id": "gpt-5-mini",
|
|
212
212
|
"maxAllowedSize": 80000,
|
|
213
213
|
"maxOutputTokens": 72000,
|
|
@@ -221,7 +221,7 @@
|
|
|
221
221
|
]
|
|
222
222
|
},
|
|
223
223
|
{
|
|
224
|
-
"credits": "x0.
|
|
224
|
+
"credits": "x0.04 credits",
|
|
225
225
|
"id": "gpt-5-nano",
|
|
226
226
|
"maxAllowedSize": 80000,
|
|
227
227
|
"maxOutputTokens": 72000,
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"vendor": "e"
|
|
233
233
|
},
|
|
234
234
|
{
|
|
235
|
-
"credits": "x0.
|
|
235
|
+
"credits": "x0.92 credits",
|
|
236
236
|
"id": "o4-mini",
|
|
237
237
|
"maxAllowedSize": 80000,
|
|
238
238
|
"maxOutputTokens": 24000,
|
|
@@ -262,7 +262,7 @@
|
|
|
262
262
|
"maxAllowedSize": 400000
|
|
263
263
|
},
|
|
264
264
|
{
|
|
265
|
-
"credits": "x0.
|
|
265
|
+
"credits": "x0.31 credits",
|
|
266
266
|
"id": "gemini-2.5-flash",
|
|
267
267
|
"name": "Gemini-2.5-Flash",
|
|
268
268
|
"maxOutputTokens": 64000,
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
"maxAllowedSize": 400000
|
|
274
274
|
},
|
|
275
275
|
{
|
|
276
|
-
"credits": "
|
|
276
|
+
"credits": "x1.30 credits",
|
|
277
277
|
"id": "gemini-2.5-pro",
|
|
278
278
|
"name": "Gemini-2.5-Pro",
|
|
279
279
|
"maxOutputTokens": 64000,
|
|
@@ -284,7 +284,7 @@
|
|
|
284
284
|
"maxAllowedSize": 400000
|
|
285
285
|
},
|
|
286
286
|
{
|
|
287
|
-
"credits": "x0.
|
|
287
|
+
"credits": "x0.57 credits",
|
|
288
288
|
"disabledMultimodal": true,
|
|
289
289
|
"id": "auto-chat",
|
|
290
290
|
"maxOutputTokens": 16000,
|
|
@@ -341,6 +341,10 @@
|
|
|
341
341
|
"name": "content-analyzer-prompt",
|
|
342
342
|
"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
343
|
},
|
|
344
|
+
{
|
|
345
|
+
"name": "terminal-title-generator-instructions",
|
|
346
|
+
"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"
|
|
347
|
+
},
|
|
344
348
|
{
|
|
345
349
|
"name": "agent-instructions",
|
|
346
350
|
"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"
|
|
@@ -607,6 +611,18 @@
|
|
|
607
611
|
"content-analyzer"
|
|
608
612
|
]
|
|
609
613
|
},
|
|
614
|
+
{
|
|
615
|
+
"name": "terminalTitleGenerator",
|
|
616
|
+
"instructions": "terminal-title-generator-instructions",
|
|
617
|
+
"description": "Generate terminal window titles from conversation topics.",
|
|
618
|
+
"models": [
|
|
619
|
+
"default-model-lite"
|
|
620
|
+
],
|
|
621
|
+
"tags": [
|
|
622
|
+
"cli",
|
|
623
|
+
"terminal-title-generator"
|
|
624
|
+
]
|
|
625
|
+
},
|
|
610
626
|
{
|
|
611
627
|
"name": "agentInstructions",
|
|
612
628
|
"instructions": "agent-instructions",
|
|
@@ -711,8 +727,8 @@
|
|
|
711
727
|
"GenerateCommitMessage": true,
|
|
712
728
|
"InlineCompletions": true,
|
|
713
729
|
"InlineChat": true,
|
|
714
|
-
"CursorPositonPrefetching":
|
|
715
|
-
"CompletionsPrefetching":
|
|
730
|
+
"CursorPositonPrefetching": true,
|
|
731
|
+
"CompletionsPrefetching": true,
|
|
716
732
|
"CompletionsResultFusion": true,
|
|
717
733
|
"MultiFileWithPromptParam": true,
|
|
718
734
|
"MultiFileWithSeparateParams": false,
|
|
@@ -748,7 +764,7 @@
|
|
|
748
764
|
"NesRangeFix": false,
|
|
749
765
|
"NesCompletionsJumpToHere": true,
|
|
750
766
|
"ImportMetadataForCompletions": true,
|
|
751
|
-
"CBChatUI":
|
|
767
|
+
"CBChatUI": true,
|
|
752
768
|
"CompletionItemsForCompletions": true,
|
|
753
769
|
"WebFetch": true,
|
|
754
770
|
"SummaryWebFetch": true,
|
|
@@ -757,6 +773,7 @@
|
|
|
757
773
|
"Task": true,
|
|
758
774
|
"EnhancedCompletionRequest": false,
|
|
759
775
|
"ReportAfterCancel": false,
|
|
776
|
+
"RequestBodyGzip": false,
|
|
760
777
|
"BillingNotice": true,
|
|
761
778
|
"CustomModelsJSON": true
|
|
762
779
|
},
|
|
@@ -881,6 +898,6 @@
|
|
|
881
898
|
"description": "tool-ask-user-question-description"
|
|
882
899
|
}
|
|
883
900
|
],
|
|
884
|
-
"commit": "
|
|
885
|
-
"date": "2025-12-
|
|
901
|
+
"commit": "10016b3093b8993d7829a6d1925c70006af2f11d",
|
|
902
|
+
"date": "2025-12-10T16:15:36.289Z"
|
|
886
903
|
}
|
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": "10016b3093b8993d7829a6d1925c70006af2f11d",
|
|
195
|
+
"date": "2025-12-10T16:15:40.877Z"
|
|
187
196
|
}
|