@tencent-ai/codebuddy-code 2.44.0 → 2.44.1-next.21a87f3.20260203

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.44.0",
3
+ "version": "2.44.1-next.21a87f3.20260203",
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,7 +42,8 @@
42
42
  "AskUserQuestion",
43
43
  "LSP",
44
44
  "StructuredOutput",
45
- "ImageGen"
45
+ "ImageGen",
46
+ "ToolSearch"
46
47
  ],
47
48
  "tags": [
48
49
  "cli",
@@ -177,6 +178,9 @@
177
178
  "description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)",
178
179
  "tools": [
179
180
  "Read",
181
+ "Write",
182
+ "Edit",
183
+ "MultiEdit",
180
184
  "Bash",
181
185
  "Glob",
182
186
  "Grep",
@@ -314,7 +318,7 @@
314
318
  "name": "Kimi-K2-Thinking",
315
319
  "vendor": "f",
316
320
  "maxOutputTokens": 32000,
317
- "maxInputTokens": 205000,
321
+ "maxInputTokens": 164000,
318
322
  "supportsToolCall": true,
319
323
  "supportsImages": false,
320
324
  "supportsReasoning": true,
@@ -324,7 +328,7 @@
324
328
  "effort": "medium",
325
329
  "summary": "auto"
326
330
  },
327
- "maxAllowedSize": 205000
331
+ "maxAllowedSize": 164000
328
332
  },
329
333
  {
330
334
  "id": "hunyuan-image-v3.0",
@@ -347,8 +351,9 @@
347
351
  "productFeatures": {
348
352
  "BillingNotice": false,
349
353
  "CustomModelsJSON": true,
350
- "ImageGen": true
354
+ "ImageGen": true,
355
+ "DeferToolLoading": true
351
356
  },
352
- "commit": "10228f026d6ae28624f739de283a081024b8f76b",
353
- "date": "2026-02-02T07:44:22.255Z"
357
+ "commit": "21a87f3c45c233ea813e96798ee88b0daf18367c",
358
+ "date": "2026-02-03T10:09:20.206Z"
354
359
  }
@@ -45,7 +45,8 @@
45
45
  "AskUserQuestion",
46
46
  "LSP",
47
47
  "StructuredOutput",
48
- "ImageGen"
48
+ "ImageGen",
49
+ "ToolSearch"
49
50
  ],
50
51
  "tags": [
51
52
  "cli",
@@ -180,6 +181,9 @@
180
181
  "description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)",
181
182
  "tools": [
182
183
  "Read",
184
+ "Write",
185
+ "Edit",
186
+ "MultiEdit",
183
187
  "Bash",
184
188
  "Glob",
185
189
  "Grep",
@@ -317,7 +321,7 @@
317
321
  "name": "Kimi-K2-Thinking",
318
322
  "vendor": "f",
319
323
  "maxOutputTokens": 32000,
320
- "maxInputTokens": 205000,
324
+ "maxInputTokens": 164000,
321
325
  "supportsToolCall": true,
322
326
  "supportsImages": false,
323
327
  "supportsReasoning": true,
@@ -327,7 +331,7 @@
327
331
  "effort": "medium",
328
332
  "summary": "auto"
329
333
  },
330
- "maxAllowedSize": 205000
334
+ "maxAllowedSize": 164000
331
335
  },
332
336
  {
333
337
  "credits": "x0.42 credits",
@@ -335,7 +339,7 @@
335
339
  "name": "Kimi-K2.5",
336
340
  "vendor": "f",
337
341
  "maxOutputTokens": 32000,
338
- "maxInputTokens": 205000,
342
+ "maxInputTokens": 164000,
339
343
  "supportsToolCall": true,
340
344
  "supportsImages": true,
341
345
  "supportsReasoning": true,
@@ -345,7 +349,7 @@
345
349
  "effort": "medium",
346
350
  "summary": "auto"
347
351
  },
348
- "maxAllowedSize": 205000
352
+ "maxAllowedSize": 164000
349
353
  },
350
354
  {
351
355
  "id": "hunyuan-image-v3.0",
@@ -368,8 +372,9 @@
368
372
  "productFeatures": {
369
373
  "BillingNotice": false,
370
374
  "CustomModelsJSON": true,
371
- "ImageGen": true
375
+ "ImageGen": true,
376
+ "DeferToolLoading": true
372
377
  },
373
- "commit": "10228f026d6ae28624f739de283a081024b8f76b",
374
- "date": "2026-02-02T07:44:19.295Z"
378
+ "commit": "21a87f3c45c233ea813e96798ee88b0daf18367c",
379
+ "date": "2026-02-03T10:09:17.686Z"
375
380
  }
package/product.ioa.json CHANGED
@@ -59,7 +59,8 @@
59
59
  "AskUserQuestion",
60
60
  "LSP",
61
61
  "StructuredOutput",
62
- "ImageGen"
62
+ "ImageGen",
63
+ "ToolSearch"
63
64
  ],
64
65
  "tags": [
65
66
  "cli",
@@ -204,6 +205,9 @@
204
205
  "description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)",
205
206
  "tools": [
206
207
  "Read",
208
+ "Write",
209
+ "Edit",
210
+ "MultiEdit",
207
211
  "Bash",
208
212
  "Glob",
209
213
  "Grep",
@@ -255,7 +259,7 @@
255
259
  "name": "Kimi-K2-Thinking",
256
260
  "vendor": "f",
257
261
  "maxOutputTokens": 32000,
258
- "maxInputTokens": 205000,
262
+ "maxInputTokens": 164000,
259
263
  "supportsToolCall": true,
260
264
  "supportsImages": false,
261
265
  "supportsReasoning": true,
@@ -265,7 +269,7 @@
265
269
  "effort": "medium",
266
270
  "summary": "auto"
267
271
  },
268
- "maxAllowedSize": 205000
272
+ "maxAllowedSize": 164000
269
273
  },
270
274
  {
271
275
  "credits": "x0.00 credits",
@@ -273,7 +277,7 @@
273
277
  "name": "Kimi-K2.5",
274
278
  "vendor": "f",
275
279
  "maxOutputTokens": 32000,
276
- "maxInputTokens": 205000,
280
+ "maxInputTokens": 164000,
277
281
  "supportsToolCall": true,
278
282
  "supportsImages": true,
279
283
  "supportsReasoning": true,
@@ -283,7 +287,7 @@
283
287
  "effort": "medium",
284
288
  "summary": "auto"
285
289
  },
286
- "maxAllowedSize": 205000
290
+ "maxAllowedSize": 164000
287
291
  },
288
292
  {
289
293
  "credits": "x0.00 credits",
@@ -534,8 +538,9 @@
534
538
  "productFeatures": {
535
539
  "BillingNotice": false,
536
540
  "CustomModelsJSON": true,
537
- "ImageGen": true
541
+ "ImageGen": true,
542
+ "DeferToolLoading": true
538
543
  },
539
- "commit": "10228f026d6ae28624f739de283a081024b8f76b",
540
- "date": "2026-02-02T07:44:20.784Z"
544
+ "commit": "21a87f3c45c233ea813e96798ee88b0daf18367c",
545
+ "date": "2026-02-03T10:09:18.951Z"
541
546
  }
package/product.json CHANGED
@@ -529,6 +529,14 @@
529
529
  {
530
530
  "name": "cli-output-style-description",
531
531
  "template": "You are an interactive CLI tool that helps users according to your \"Output Style\" below, which describes how you should respond to user queries. Use the instructions below and the tools available to you to assist the user."
532
+ },
533
+ {
534
+ "name": "tool-toolsearch-description",
535
+ "template": "Search for available tools using natural language queries.\n\nUse this tool when you need to discover tools that can help with a specific task. Some tools are not loaded by default to save context space - use this to find and activate them.\n\nUsage:\n- Provide a natural language description of what you want to do\n- Returns a list of matching tools sorted by relevance\n- Found tools are automatically activated for use in subsequent messages\n\nExample queries:\n- \"send email notification\"\n- \"database operations\"\n- \"image processing\"\n\nAfter searching, matching tools become available and you can call them directly.\n{%- if toolSearchDeferredTools -%}\n\nAvailable deferred tools (use ToolSearch to discover more):\n{{toolSearchDeferredTools}}\n{%- endif -%}\n"
536
+ },
537
+ {
538
+ "name": "tool-describetool-description",
539
+ "template": "Get detailed information about a specific tool by name.\n\nUse this when you already know the tool name and need its full definition (description and input schema). This is more efficient than searching when the tool name is known.\n\nUsage:\n- Provide the exact tool name (case-sensitive)\n- Returns the tool's full description and parameter schema\n- The tool is automatically activated for use in subsequent messages\n\nIf the tool is not found, consider using ToolSearch to discover available tools by description.\n"
532
540
  }
533
541
  ],
534
542
  "variables": [
@@ -617,7 +625,8 @@
617
625
  "AskUserQuestion",
618
626
  "LSP",
619
627
  "StructuredOutput",
620
- "ImageGen"
628
+ "ImageGen",
629
+ "ToolSearch"
621
630
  ],
622
631
  "tags": [
623
632
  "cli",
@@ -761,6 +770,9 @@
761
770
  "description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)",
762
771
  "tools": [
763
772
  "Read",
773
+ "Write",
774
+ "Edit",
775
+ "MultiEdit",
764
776
  "Bash",
765
777
  "Glob",
766
778
  "Grep",
@@ -884,7 +896,8 @@
884
896
  "UIComponentLibrary": true,
885
897
  "CustomModelsJSON": true,
886
898
  "BillingNotice": true,
887
- "ImageGen": false
899
+ "ImageGen": false,
900
+ "DeferToolLoading": true
888
901
  },
889
902
  "featureToggles": {
890
903
  "SupportHttpsAgentProxy": true
@@ -1062,8 +1075,12 @@
1062
1075
  {
1063
1076
  "name": "ImageGen",
1064
1077
  "description": "tool-imagegen-description"
1078
+ },
1079
+ {
1080
+ "name": "ToolSearch",
1081
+ "description": "tool-toolsearch-description"
1065
1082
  }
1066
1083
  ],
1067
- "commit": "10228f026d6ae28624f739de283a081024b8f76b",
1068
- "date": "2026-02-02T07:44:17.792Z"
1084
+ "commit": "21a87f3c45c233ea813e96798ee88b0daf18367c",
1085
+ "date": "2026-02-03T10:09:16.435Z"
1069
1086
  }
@@ -35,7 +35,8 @@
35
35
  "Skill",
36
36
  "AskUserQuestion",
37
37
  "Lsp",
38
- "StructuredOutput"
38
+ "StructuredOutput",
39
+ "ToolSearch"
39
40
  ],
40
41
  "tags": [
41
42
  "cli",
@@ -171,6 +172,9 @@
171
172
  "description": "Fast agent specialized for exploring codebases. Use this when you need to quickly find files by patterns (eg. \"src/components/**/*.tsx\"), search code for keywords (eg. \"API endpoints\"), or answer questions about the codebase (eg. \"how do API endpoints work?\"). When calling this agent, specify the desired thoroughness level: \"quick\" for basic searches, \"medium\" for moderate exploration, or \"very thorough\" for comprehensive analysis across multiple locations and naming conventions. (Tools: All tools)",
172
173
  "tools": [
173
174
  "Read",
175
+ "Write",
176
+ "Edit",
177
+ "MultiEdit",
174
178
  "Bash",
175
179
  "Glob",
176
180
  "Grep",
@@ -218,8 +222,9 @@
218
222
  },
219
223
  "productFeatures": {
220
224
  "BillingNotice": false,
221
- "CustomModelsJSON": true
225
+ "CustomModelsJSON": true,
226
+ "DeferToolLoading": true
222
227
  },
223
- "commit": "10228f026d6ae28624f739de283a081024b8f76b",
224
- "date": "2026-02-02T07:44:23.697Z"
228
+ "commit": "21a87f3c45c233ea813e96798ee88b0daf18367c",
229
+ "date": "2026-02-03T10:09:21.467Z"
225
230
  }