@tencent-ai/codebuddy-code 2.46.0 → 2.47.0-next.03b39b8.20260205

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.46.0",
3
+ "version": "2.47.0-next.03b39b8.20260205",
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",
@@ -29,7 +29,8 @@
29
29
  "url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
30
30
  },
31
31
  "publishConfig": {
32
- "access": "public"
32
+ "access": "public",
33
+ "tag": "next"
33
34
  },
34
35
  "scripts": {},
35
36
  "devDependencies": {},
@@ -42,8 +42,8 @@
42
42
  "AskUserQuestion",
43
43
  "LSP",
44
44
  "StructuredOutput",
45
- "ImageGen",
46
- "ToolSearch"
45
+ "ToolSearch",
46
+ "ImageGen"
47
47
  ],
48
48
  "tags": [
49
49
  "cli",
@@ -185,13 +185,13 @@
185
185
  "Glob",
186
186
  "Grep",
187
187
  "EnterPlanMode",
188
+ "ExitPlanMode",
188
189
  "TaskCreate",
189
190
  "TaskGet",
190
191
  "TaskUpdate",
191
192
  "TaskList",
192
193
  "WebFetch",
193
194
  "WebSearch",
194
- "TaskStop",
195
195
  "Skill",
196
196
  "AskUserQuestion"
197
197
  ],
@@ -351,9 +351,9 @@
351
351
  "productFeatures": {
352
352
  "BillingNotice": false,
353
353
  "CustomModelsJSON": true,
354
- "ImageGen": true,
355
- "DeferToolLoading": true
354
+ "DeferToolLoading": true,
355
+ "ImageGen": true
356
356
  },
357
- "commit": "babdc6abc96a00a65c28b8a3302be3a39224fe62",
358
- "date": "2026-02-04T04:27:57.666Z"
357
+ "commit": "03b39b872c5f728480f7e2eab32adba43d401076",
358
+ "date": "2026-02-05T04:08:51.759Z"
359
359
  }
@@ -45,8 +45,8 @@
45
45
  "AskUserQuestion",
46
46
  "LSP",
47
47
  "StructuredOutput",
48
- "ImageGen",
49
- "ToolSearch"
48
+ "ToolSearch",
49
+ "ImageGen"
50
50
  ],
51
51
  "tags": [
52
52
  "cli",
@@ -188,13 +188,13 @@
188
188
  "Glob",
189
189
  "Grep",
190
190
  "EnterPlanMode",
191
+ "ExitPlanMode",
191
192
  "TaskCreate",
192
193
  "TaskGet",
193
194
  "TaskUpdate",
194
195
  "TaskList",
195
196
  "WebFetch",
196
197
  "WebSearch",
197
- "TaskStop",
198
198
  "Skill",
199
199
  "AskUserQuestion"
200
200
  ],
@@ -372,9 +372,9 @@
372
372
  "productFeatures": {
373
373
  "BillingNotice": false,
374
374
  "CustomModelsJSON": true,
375
- "ImageGen": true,
376
- "DeferToolLoading": true
375
+ "DeferToolLoading": true,
376
+ "ImageGen": true
377
377
  },
378
- "commit": "babdc6abc96a00a65c28b8a3302be3a39224fe62",
379
- "date": "2026-02-04T04:27:54.999Z"
378
+ "commit": "03b39b872c5f728480f7e2eab32adba43d401076",
379
+ "date": "2026-02-05T04:08:49.168Z"
380
380
  }
package/product.ioa.json CHANGED
@@ -59,8 +59,9 @@
59
59
  "AskUserQuestion",
60
60
  "LSP",
61
61
  "StructuredOutput",
62
+ "ToolSearch",
62
63
  "ImageGen",
63
- "ToolSearch"
64
+ "ImageEdit"
64
65
  ],
65
66
  "tags": [
66
67
  "cli",
@@ -212,13 +213,13 @@
212
213
  "Glob",
213
214
  "Grep",
214
215
  "EnterPlanMode",
216
+ "ExitPlanMode",
215
217
  "TaskCreate",
216
218
  "TaskGet",
217
219
  "TaskUpdate",
218
220
  "TaskList",
219
221
  "WebFetch",
220
222
  "WebSearch",
221
- "TaskStop",
222
223
  "Skill",
223
224
  "AskUserQuestion"
224
225
  ],
@@ -518,11 +519,18 @@
518
519
  "maxAllowedSize": 400000
519
520
  },
520
521
  {
521
- "id": "hunyuan-image-v3.0",
522
+ "id": "hunyuan-image-v3.0-ioa",
522
523
  "name": "Hunyuan Image V3",
523
524
  "tags": [
524
525
  "text-to-image"
525
526
  ]
527
+ },
528
+ {
529
+ "id": "hunyuan-image-v2.0-general-edit-ioa",
530
+ "name": "Hunyuan Image Edit",
531
+ "tags": [
532
+ "image-to-image"
533
+ ]
526
534
  }
527
535
  ],
528
536
  "links": {
@@ -538,9 +546,10 @@
538
546
  "productFeatures": {
539
547
  "BillingNotice": false,
540
548
  "CustomModelsJSON": true,
549
+ "DeferToolLoading": true,
541
550
  "ImageGen": true,
542
- "DeferToolLoading": true
551
+ "ImageEdit": true
543
552
  },
544
- "commit": "babdc6abc96a00a65c28b8a3302be3a39224fe62",
545
- "date": "2026-02-04T04:27:56.324Z"
553
+ "commit": "03b39b872c5f728480f7e2eab32adba43d401076",
554
+ "date": "2026-02-05T04:08:50.464Z"
546
555
  }
package/product.json CHANGED
@@ -295,6 +295,20 @@
295
295
  "lite": "auto-chat",
296
296
  "reasoning": "auto-chat"
297
297
  }
298
+ },
299
+ {
300
+ "id": "hunyuan-image-v3.0",
301
+ "name": "Hunyuan Image V3",
302
+ "tags": [
303
+ "text-to-image"
304
+ ]
305
+ },
306
+ {
307
+ "id": "hunyuan-image-v2.0-general-edit",
308
+ "name": "Hunyuan Image Edit",
309
+ "tags": [
310
+ "image-to-image"
311
+ ]
298
312
  }
299
313
  ],
300
314
  "tokenUsageThresholds": {
@@ -522,6 +536,10 @@
522
536
  "name": "tool-imagegen-description",
523
537
  "template": "Generate images from text descriptions using AI models.\n"
524
538
  },
539
+ {
540
+ "name": "tool-imageedit-description",
541
+ "template": "Edit or modify an existing image using AI models. Use this tool when you have an image and want to transform it based on text instructions (e.g., style transfer, add elements, modify colors, etc.).\n"
542
+ },
525
543
  {
526
544
  "name": "output-style-explanatory",
527
545
  "template": "# Output Style: Explanatory\nIn addition to software engineering tasks, you should provide educational insights about codebase along the way. You should be clear and educational, providing helpful explanations while remaining focused on the task. Balance educational content with task completion. When providing insights, you may exceed typical length constraints, but remain focused and relevant.\n\n# Explanatory Style Active\n\n## Insights\nIn order to encourage learning, before and after writing code, always provide brief educational explanations about implementation choices using (with backticks):\n\"`★ Insight ─────────────────────────────────────` [2-3 key educational points] `─────────────────────────────────────────────────`\"\n\nThese insights should be included in the conversation, not in codebase. You should generally focus on interesting insights that are specific to codebase or code you just wrote, rather than general programming concepts."
@@ -630,7 +648,8 @@
630
648
  "LSP",
631
649
  "StructuredOutput",
632
650
  "ImageGen",
633
- "ToolSearch"
651
+ "ToolSearch",
652
+ "ImageEdit"
634
653
  ],
635
654
  "tags": [
636
655
  "cli",
@@ -781,13 +800,13 @@
781
800
  "Glob",
782
801
  "Grep",
783
802
  "EnterPlanMode",
803
+ "ExitPlanMode",
784
804
  "TaskCreate",
785
805
  "TaskGet",
786
806
  "TaskUpdate",
787
807
  "TaskList",
788
808
  "WebFetch",
789
809
  "WebSearch",
790
- "TaskStop",
791
810
  "Skill",
792
811
  "AskUserQuestion"
793
812
  ],
@@ -901,7 +920,8 @@
901
920
  "CustomModelsJSON": true,
902
921
  "ImageGen": false,
903
922
  "BillingNotice": true,
904
- "DeferToolLoading": true
923
+ "DeferToolLoading": true,
924
+ "ImageEdit": false
905
925
  },
906
926
  "featureToggles": {
907
927
  "SupportHttpsAgentProxy": true
@@ -1076,15 +1096,19 @@
1076
1096
  "name": "StructuredOutput",
1077
1097
  "description": "tool-structuredoutput-description"
1078
1098
  },
1099
+ {
1100
+ "name": "ToolSearch",
1101
+ "description": "tool-toolsearch-description"
1102
+ },
1079
1103
  {
1080
1104
  "name": "ImageGen",
1081
1105
  "description": "tool-imagegen-description"
1082
1106
  },
1083
1107
  {
1084
- "name": "ToolSearch",
1085
- "description": "tool-toolsearch-description"
1108
+ "name": "ImageEdit",
1109
+ "description": "tool-imageedit-description"
1086
1110
  }
1087
1111
  ],
1088
- "commit": "babdc6abc96a00a65c28b8a3302be3a39224fe62",
1089
- "date": "2026-02-04T04:27:53.688Z"
1112
+ "commit": "03b39b872c5f728480f7e2eab32adba43d401076",
1113
+ "date": "2026-02-05T04:08:47.870Z"
1090
1114
  }
@@ -179,13 +179,13 @@
179
179
  "Glob",
180
180
  "Grep",
181
181
  "EnterPlanMode",
182
+ "ExitPlanMode",
182
183
  "TaskCreate",
183
184
  "TaskGet",
184
185
  "TaskUpdate",
185
186
  "TaskList",
186
187
  "WebFetch",
187
188
  "WebSearch",
188
- "TaskStop",
189
189
  "Skill",
190
190
  "AskUserQuestion"
191
191
  ],
@@ -225,6 +225,6 @@
225
225
  "CustomModelsJSON": true,
226
226
  "DeferToolLoading": true
227
227
  },
228
- "commit": "babdc6abc96a00a65c28b8a3302be3a39224fe62",
229
- "date": "2026-02-04T04:27:58.993Z"
228
+ "commit": "03b39b872c5f728480f7e2eab32adba43d401076",
229
+ "date": "2026-02-05T04:08:53.060Z"
230
230
  }