@tencent-ai/codebuddy-code 2.50.4 → 2.50.5
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 +13 -0
- package/dist/codebuddy.js +7 -7
- package/package.json +1 -1
- package/product.cloudhosted.json +23 -9
- package/product.internal.json +24 -8
- package/product.ioa.json +23 -9
- package/product.json +24 -8
- package/product.selfhosted.json +23 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.50.
|
|
3
|
+
"version": "2.50.5",
|
|
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
|
@@ -192,8 +192,6 @@
|
|
|
192
192
|
"TaskList",
|
|
193
193
|
"WebFetch",
|
|
194
194
|
"WebSearch",
|
|
195
|
-
"TaskStop",
|
|
196
|
-
"TaskOutput",
|
|
197
195
|
"Skill",
|
|
198
196
|
"SendMessage"
|
|
199
197
|
],
|
|
@@ -203,6 +201,23 @@
|
|
|
203
201
|
"sub-agent"
|
|
204
202
|
]
|
|
205
203
|
},
|
|
204
|
+
{
|
|
205
|
+
"name": "Bash",
|
|
206
|
+
"instructions": "agent-bash-instructions",
|
|
207
|
+
"description": "Command execution specialist for running bash commands. Use this for git operations, running build tools, executing tests, installing dependencies, and other terminal tasks.",
|
|
208
|
+
"color": "#5b9bd5",
|
|
209
|
+
"models": [
|
|
210
|
+
"lite"
|
|
211
|
+
],
|
|
212
|
+
"tools": [
|
|
213
|
+
"Bash"
|
|
214
|
+
],
|
|
215
|
+
"asTool": true,
|
|
216
|
+
"tags": [
|
|
217
|
+
"cli",
|
|
218
|
+
"sub-agent"
|
|
219
|
+
]
|
|
220
|
+
},
|
|
206
221
|
{
|
|
207
222
|
"name": "Plan",
|
|
208
223
|
"instructions": "agent-plan-instructions",
|
|
@@ -215,18 +230,17 @@
|
|
|
215
230
|
"Bash",
|
|
216
231
|
"Glob",
|
|
217
232
|
"Grep",
|
|
218
|
-
"EnterPlanMode",
|
|
219
|
-
"ExitPlanMode",
|
|
220
233
|
"TaskCreate",
|
|
221
234
|
"TaskGet",
|
|
222
235
|
"TaskUpdate",
|
|
223
236
|
"TaskList",
|
|
224
237
|
"WebFetch",
|
|
225
238
|
"WebSearch",
|
|
226
|
-
"TaskStop",
|
|
227
|
-
"TaskOutput",
|
|
228
239
|
"Skill",
|
|
229
|
-
"
|
|
240
|
+
"ToolSearch",
|
|
241
|
+
"TeamCreate",
|
|
242
|
+
"TeamDelete",
|
|
243
|
+
"SendMessage"
|
|
230
244
|
],
|
|
231
245
|
"asTool": true,
|
|
232
246
|
"tags": [
|
|
@@ -370,6 +384,6 @@
|
|
|
370
384
|
"DeferToolLoading": true,
|
|
371
385
|
"ImageGen": true
|
|
372
386
|
},
|
|
373
|
-
"commit": "
|
|
374
|
-
"date": "2026-02-
|
|
387
|
+
"commit": "9fe43db2bb6d365844755e53043394a15830296a",
|
|
388
|
+
"date": "2026-02-14T09:39:03.973Z"
|
|
375
389
|
}
|
package/product.internal.json
CHANGED
|
@@ -198,8 +198,24 @@
|
|
|
198
198
|
"WebFetch",
|
|
199
199
|
"WebSearch",
|
|
200
200
|
"Skill",
|
|
201
|
-
"SendMessage"
|
|
202
|
-
|
|
201
|
+
"SendMessage"
|
|
202
|
+
],
|
|
203
|
+
"asTool": true,
|
|
204
|
+
"tags": [
|
|
205
|
+
"cli",
|
|
206
|
+
"sub-agent"
|
|
207
|
+
]
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"name": "Bash",
|
|
211
|
+
"instructions": "agent-bash-instructions",
|
|
212
|
+
"description": "Command execution specialist for running bash commands. Use this for git operations, running build tools, executing tests, installing dependencies, and other terminal tasks.",
|
|
213
|
+
"color": "#5b9bd5",
|
|
214
|
+
"models": [
|
|
215
|
+
"lite"
|
|
216
|
+
],
|
|
217
|
+
"tools": [
|
|
218
|
+
"Bash"
|
|
203
219
|
],
|
|
204
220
|
"asTool": true,
|
|
205
221
|
"tags": [
|
|
@@ -219,8 +235,6 @@
|
|
|
219
235
|
"Bash",
|
|
220
236
|
"Glob",
|
|
221
237
|
"Grep",
|
|
222
|
-
"EnterPlanMode",
|
|
223
|
-
"ExitPlanMode",
|
|
224
238
|
"TaskCreate",
|
|
225
239
|
"TaskGet",
|
|
226
240
|
"TaskUpdate",
|
|
@@ -228,8 +242,10 @@
|
|
|
228
242
|
"WebFetch",
|
|
229
243
|
"WebSearch",
|
|
230
244
|
"Skill",
|
|
231
|
-
"
|
|
232
|
-
"
|
|
245
|
+
"ToolSearch",
|
|
246
|
+
"TeamCreate",
|
|
247
|
+
"TeamDelete",
|
|
248
|
+
"SendMessage"
|
|
233
249
|
],
|
|
234
250
|
"asTool": true,
|
|
235
251
|
"tags": [
|
|
@@ -416,6 +432,6 @@
|
|
|
416
432
|
"DeferToolLoading": true,
|
|
417
433
|
"ImageGen": true
|
|
418
434
|
},
|
|
419
|
-
"commit": "
|
|
420
|
-
"date": "2026-02-
|
|
435
|
+
"commit": "9fe43db2bb6d365844755e53043394a15830296a",
|
|
436
|
+
"date": "2026-02-14T09:39:04.016Z"
|
|
421
437
|
}
|
package/product.ioa.json
CHANGED
|
@@ -225,8 +225,6 @@
|
|
|
225
225
|
"TaskList",
|
|
226
226
|
"WebFetch",
|
|
227
227
|
"WebSearch",
|
|
228
|
-
"TaskStop",
|
|
229
|
-
"TaskOutput",
|
|
230
228
|
"Skill",
|
|
231
229
|
"SendMessage"
|
|
232
230
|
],
|
|
@@ -236,6 +234,23 @@
|
|
|
236
234
|
"sub-agent"
|
|
237
235
|
]
|
|
238
236
|
},
|
|
237
|
+
{
|
|
238
|
+
"name": "Bash",
|
|
239
|
+
"instructions": "agent-bash-instructions",
|
|
240
|
+
"description": "Command execution specialist for running bash commands. Use this for git operations, running build tools, executing tests, installing dependencies, and other terminal tasks.",
|
|
241
|
+
"color": "#5b9bd5",
|
|
242
|
+
"models": [
|
|
243
|
+
"lite"
|
|
244
|
+
],
|
|
245
|
+
"tools": [
|
|
246
|
+
"Bash"
|
|
247
|
+
],
|
|
248
|
+
"asTool": true,
|
|
249
|
+
"tags": [
|
|
250
|
+
"cli",
|
|
251
|
+
"sub-agent"
|
|
252
|
+
]
|
|
253
|
+
},
|
|
239
254
|
{
|
|
240
255
|
"name": "Plan",
|
|
241
256
|
"instructions": "agent-plan-instructions",
|
|
@@ -248,18 +263,17 @@
|
|
|
248
263
|
"Bash",
|
|
249
264
|
"Glob",
|
|
250
265
|
"Grep",
|
|
251
|
-
"EnterPlanMode",
|
|
252
|
-
"ExitPlanMode",
|
|
253
266
|
"TaskCreate",
|
|
254
267
|
"TaskGet",
|
|
255
268
|
"TaskUpdate",
|
|
256
269
|
"TaskList",
|
|
257
270
|
"WebFetch",
|
|
258
271
|
"WebSearch",
|
|
259
|
-
"TaskStop",
|
|
260
|
-
"TaskOutput",
|
|
261
272
|
"Skill",
|
|
262
|
-
"
|
|
273
|
+
"ToolSearch",
|
|
274
|
+
"TeamCreate",
|
|
275
|
+
"TeamDelete",
|
|
276
|
+
"SendMessage"
|
|
263
277
|
],
|
|
264
278
|
"asTool": true,
|
|
265
279
|
"tags": [
|
|
@@ -636,6 +650,6 @@
|
|
|
636
650
|
"ImageGen": true,
|
|
637
651
|
"ImageEdit": true
|
|
638
652
|
},
|
|
639
|
-
"commit": "
|
|
640
|
-
"date": "2026-02-
|
|
653
|
+
"commit": "9fe43db2bb6d365844755e53043394a15830296a",
|
|
654
|
+
"date": "2026-02-14T09:39:04.036Z"
|
|
641
655
|
}
|
package/product.json
CHANGED
|
@@ -878,8 +878,24 @@
|
|
|
878
878
|
"WebFetch",
|
|
879
879
|
"WebSearch",
|
|
880
880
|
"Skill",
|
|
881
|
-
"SendMessage"
|
|
882
|
-
|
|
881
|
+
"SendMessage"
|
|
882
|
+
],
|
|
883
|
+
"asTool": true,
|
|
884
|
+
"tags": [
|
|
885
|
+
"cli",
|
|
886
|
+
"sub-agent"
|
|
887
|
+
]
|
|
888
|
+
},
|
|
889
|
+
{
|
|
890
|
+
"name": "Bash",
|
|
891
|
+
"instructions": "agent-bash-instructions",
|
|
892
|
+
"description": "Command execution specialist for running bash commands. Use this for git operations, running build tools, executing tests, installing dependencies, and other terminal tasks.",
|
|
893
|
+
"color": "#5b9bd5",
|
|
894
|
+
"models": [
|
|
895
|
+
"lite"
|
|
896
|
+
],
|
|
897
|
+
"tools": [
|
|
898
|
+
"Bash"
|
|
883
899
|
],
|
|
884
900
|
"asTool": true,
|
|
885
901
|
"tags": [
|
|
@@ -899,8 +915,6 @@
|
|
|
899
915
|
"Bash",
|
|
900
916
|
"Glob",
|
|
901
917
|
"Grep",
|
|
902
|
-
"EnterPlanMode",
|
|
903
|
-
"ExitPlanMode",
|
|
904
918
|
"TaskCreate",
|
|
905
919
|
"TaskGet",
|
|
906
920
|
"TaskUpdate",
|
|
@@ -908,8 +922,10 @@
|
|
|
908
922
|
"WebFetch",
|
|
909
923
|
"WebSearch",
|
|
910
924
|
"Skill",
|
|
911
|
-
"
|
|
912
|
-
"
|
|
925
|
+
"ToolSearch",
|
|
926
|
+
"TeamCreate",
|
|
927
|
+
"TeamDelete",
|
|
928
|
+
"SendMessage"
|
|
913
929
|
],
|
|
914
930
|
"asTool": true,
|
|
915
931
|
"tags": [
|
|
@@ -1222,6 +1238,6 @@
|
|
|
1222
1238
|
"description": "tool-sendmessage-description"
|
|
1223
1239
|
}
|
|
1224
1240
|
],
|
|
1225
|
-
"commit": "
|
|
1226
|
-
"date": "2026-02-
|
|
1241
|
+
"commit": "9fe43db2bb6d365844755e53043394a15830296a",
|
|
1242
|
+
"date": "2026-02-14T09:39:03.948Z"
|
|
1227
1243
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -188,8 +188,6 @@
|
|
|
188
188
|
"TaskList",
|
|
189
189
|
"WebFetch",
|
|
190
190
|
"WebSearch",
|
|
191
|
-
"TaskStop",
|
|
192
|
-
"TaskOutput",
|
|
193
191
|
"Skill",
|
|
194
192
|
"SendMessage"
|
|
195
193
|
],
|
|
@@ -199,6 +197,23 @@
|
|
|
199
197
|
"sub-agent"
|
|
200
198
|
]
|
|
201
199
|
},
|
|
200
|
+
{
|
|
201
|
+
"name": "Bash",
|
|
202
|
+
"instructions": "agent-bash-instructions",
|
|
203
|
+
"description": "Command execution specialist for running bash commands. Use this for git operations, running build tools, executing tests, installing dependencies, and other terminal tasks.",
|
|
204
|
+
"color": "#5b9bd5",
|
|
205
|
+
"models": [
|
|
206
|
+
"lite"
|
|
207
|
+
],
|
|
208
|
+
"tools": [
|
|
209
|
+
"Bash"
|
|
210
|
+
],
|
|
211
|
+
"asTool": true,
|
|
212
|
+
"tags": [
|
|
213
|
+
"cli",
|
|
214
|
+
"sub-agent"
|
|
215
|
+
]
|
|
216
|
+
},
|
|
202
217
|
{
|
|
203
218
|
"name": "Plan",
|
|
204
219
|
"instructions": "agent-plan-instructions",
|
|
@@ -211,18 +226,17 @@
|
|
|
211
226
|
"Bash",
|
|
212
227
|
"Glob",
|
|
213
228
|
"Grep",
|
|
214
|
-
"EnterPlanMode",
|
|
215
|
-
"ExitPlanMode",
|
|
216
229
|
"TaskCreate",
|
|
217
230
|
"TaskGet",
|
|
218
231
|
"TaskUpdate",
|
|
219
232
|
"TaskList",
|
|
220
233
|
"WebFetch",
|
|
221
234
|
"WebSearch",
|
|
222
|
-
"TaskStop",
|
|
223
|
-
"TaskOutput",
|
|
224
235
|
"Skill",
|
|
225
|
-
"
|
|
236
|
+
"ToolSearch",
|
|
237
|
+
"TeamCreate",
|
|
238
|
+
"TeamDelete",
|
|
239
|
+
"SendMessage"
|
|
226
240
|
],
|
|
227
241
|
"asTool": true,
|
|
228
242
|
"tags": [
|
|
@@ -260,6 +274,6 @@
|
|
|
260
274
|
"CustomModelsJSON": true,
|
|
261
275
|
"DeferToolLoading": true
|
|
262
276
|
},
|
|
263
|
-
"commit": "
|
|
264
|
-
"date": "2026-02-
|
|
277
|
+
"commit": "9fe43db2bb6d365844755e53043394a15830296a",
|
|
278
|
+
"date": "2026-02-14T09:39:04.017Z"
|
|
265
279
|
}
|