@tencent-ai/codebuddy-code 2.52.6 → 2.53.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/lib/node/index.js CHANGED
@@ -29,6 +29,7 @@ export * from './notification';
29
29
  export * from './permission';
30
30
  export * from './product';
31
31
  export * from './references';
32
+ export * from './remote-control';
32
33
  export * from './resume';
33
34
  export * from './runtime';
34
35
  export * from './sandbox';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.52.6",
3
+ "version": "2.53.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",
@@ -278,7 +278,7 @@
278
278
  "onlyReasoning": true,
279
279
  "temperature": 1,
280
280
  "reasoning": {
281
- "effort": "medium",
281
+ "effort": "high",
282
282
  "summary": "auto"
283
283
  }
284
284
  },
@@ -357,7 +357,7 @@
357
357
  "onlyReasoning": true,
358
358
  "temperature": 1,
359
359
  "reasoning": {
360
- "effort": "medium",
360
+ "effort": "high",
361
361
  "summary": "auto"
362
362
  },
363
363
  "maxAllowedSize": 164000
@@ -386,6 +386,6 @@
386
386
  "DeferToolLoading": true,
387
387
  "ImageGen": true
388
388
  },
389
- "commit": "2736da1909703dd33b9834235d5151cc1c31b5a1",
390
- "date": "2026-03-03T14:15:11.720Z"
389
+ "commit": "f168f436f42a1d6795ef9ca21d30bb3e12096c14",
390
+ "date": "2026-03-04T17:30:29.893Z"
391
391
  }
@@ -11,11 +11,11 @@
11
11
  "glm-4.7",
12
12
  "glm-4.6",
13
13
  "glm-4.6v",
14
- "hunyuan-2.0-thinking",
15
- "deepseek-v3-2-volc",
16
14
  "minimax-m2.5",
17
15
  "kimi-k2.5",
18
- "kimi-k2-thinking"
16
+ "kimi-k2-thinking",
17
+ "deepseek-v3-2-volc",
18
+ "hunyuan-2.0-thinking"
19
19
  ],
20
20
  "commands": [
21
21
  "init",
@@ -284,7 +284,7 @@
284
284
  "onlyReasoning": true,
285
285
  "temperature": 1,
286
286
  "reasoning": {
287
- "effort": "medium",
287
+ "effort": "high",
288
288
  "summary": "auto"
289
289
  }
290
290
  },
@@ -302,7 +302,7 @@
302
302
  "onlyReasoning": true,
303
303
  "temperature": 1,
304
304
  "reasoning": {
305
- "effort": "medium",
305
+ "effort": "high",
306
306
  "summary": "auto"
307
307
  }
308
308
  },
@@ -334,6 +334,20 @@
334
334
  "supportsReasoning": true,
335
335
  "temperature": 1
336
336
  },
337
+ {
338
+ "credits": "x0.21 credits",
339
+ "id": "glm-4.6",
340
+ "name": "GLM-4.6",
341
+ "vendor": "f",
342
+ "maxOutputTokens": 32000,
343
+ "maxInputTokens": 168000,
344
+ "supportsToolCall": true,
345
+ "supportsImages": false,
346
+ "disabledMultimodal": true,
347
+ "maxAllowedSize": 168000,
348
+ "supportsReasoning": true,
349
+ "temperature": 1
350
+ },
337
351
  {
338
352
  "credits": "x0.10 credits",
339
353
  "id": "glm-4.6v",
@@ -346,24 +360,46 @@
346
360
  "supportsReasoning": true,
347
361
  "temperature": 1,
348
362
  "reasoning": {
349
- "effort": "medium",
363
+ "effort": "high",
350
364
  "summary": "auto"
351
365
  },
352
366
  "maxAllowedSize": 128000
353
367
  },
354
368
  {
355
- "credits": "x0.21 credits",
356
- "id": "glm-4.6",
357
- "name": "GLM-4.6",
369
+ "credits": "x0.43 credits",
370
+ "id": "kimi-k2.5",
371
+ "name": "Kimi-K2.5",
358
372
  "vendor": "f",
359
373
  "maxOutputTokens": 32000,
360
- "maxInputTokens": 168000,
374
+ "maxInputTokens": 164000,
375
+ "supportsToolCall": true,
376
+ "supportsImages": true,
377
+ "supportsReasoning": true,
378
+ "temperature": 1,
379
+ "onlyReasoning": true,
380
+ "reasoning": {
381
+ "effort": "high",
382
+ "summary": "auto"
383
+ },
384
+ "maxAllowedSize": 164000
385
+ },
386
+ {
387
+ "credits": "x0.46 credits",
388
+ "id": "kimi-k2-thinking",
389
+ "name": "Kimi-K2-Thinking",
390
+ "vendor": "f",
391
+ "maxOutputTokens": 32000,
392
+ "maxInputTokens": 164000,
361
393
  "supportsToolCall": true,
362
394
  "supportsImages": false,
363
- "disabledMultimodal": true,
364
- "maxAllowedSize": 168000,
365
395
  "supportsReasoning": true,
366
- "temperature": 1
396
+ "onlyReasoning": true,
397
+ "temperature": 1,
398
+ "reasoning": {
399
+ "effort": "high",
400
+ "summary": "auto"
401
+ },
402
+ "maxAllowedSize": 164000
367
403
  },
368
404
  {
369
405
  "id": "hunyuan-2.0-thinking",
@@ -382,7 +418,7 @@
382
418
  "top_k": 20,
383
419
  "repetition_penalty": 1.05,
384
420
  "reasoning": {
385
- "effort": "medium",
421
+ "effort": "high",
386
422
  "summary": "auto"
387
423
  }
388
424
  },
@@ -396,42 +432,6 @@
396
432
  "supportsImages": false,
397
433
  "disabledMultimodal": true
398
434
  },
399
- {
400
- "credits": "x0.46 credits",
401
- "id": "kimi-k2-thinking",
402
- "name": "Kimi-K2-Thinking",
403
- "vendor": "f",
404
- "maxOutputTokens": 32000,
405
- "maxInputTokens": 164000,
406
- "supportsToolCall": true,
407
- "supportsImages": false,
408
- "supportsReasoning": true,
409
- "onlyReasoning": true,
410
- "temperature": 1,
411
- "reasoning": {
412
- "effort": "medium",
413
- "summary": "auto"
414
- },
415
- "maxAllowedSize": 164000
416
- },
417
- {
418
- "credits": "x0.43 credits",
419
- "id": "kimi-k2.5",
420
- "name": "Kimi-K2.5",
421
- "vendor": "f",
422
- "maxOutputTokens": 32000,
423
- "maxInputTokens": 164000,
424
- "supportsToolCall": true,
425
- "supportsImages": true,
426
- "supportsReasoning": true,
427
- "temperature": 1,
428
- "onlyReasoning": true,
429
- "reasoning": {
430
- "effort": "medium",
431
- "summary": "auto"
432
- },
433
- "maxAllowedSize": 164000
434
- },
435
435
  {
436
436
  "id": "hunyuan-image-v3.0",
437
437
  "name": "Hunyuan Image V3",
@@ -457,6 +457,6 @@
457
457
  "ImageGen": true,
458
458
  "RequestBodyGzip": true
459
459
  },
460
- "commit": "2736da1909703dd33b9834235d5151cc1c31b5a1",
461
- "date": "2026-03-03T14:15:11.760Z"
460
+ "commit": "f168f436f42a1d6795ef9ca21d30bb3e12096c14",
461
+ "date": "2026-03-04T17:30:29.968Z"
462
462
  }
package/product.ioa.json CHANGED
@@ -26,15 +26,15 @@
26
26
  "gpt-5.1-codex",
27
27
  "gpt-5.1-codex-max",
28
28
  "gpt-5.1-codex-mini",
29
- "minimax-m2.5-ioa",
30
- "kimi-k2.5-ioa",
31
- "kimi-k2-thinking",
32
29
  "glm-5.0-ioa",
33
30
  "glm-4.7-ioa",
34
31
  "glm-4.6-ioa",
35
32
  "glm-4.6v-ioa",
36
- "hunyuan-2.0-thinking-ioa",
37
- "deepseek-v3-2-volc-ioa"
33
+ "minimax-m2.5-ioa",
34
+ "kimi-k2.5-ioa",
35
+ "kimi-k2-thinking",
36
+ "deepseek-v3-2-volc-ioa",
37
+ "hunyuan-2.0-thinking-ioa"
38
38
  ],
39
39
  "commands": [
40
40
  "init",
@@ -302,7 +302,7 @@
302
302
  "onlyReasoning": true,
303
303
  "temperature": 1,
304
304
  "reasoning": {
305
- "effort": "medium",
305
+ "effort": "high",
306
306
  "summary": "auto"
307
307
  },
308
308
  "relatedModels": {
@@ -324,7 +324,7 @@
324
324
  "onlyReasoning": true,
325
325
  "temperature": 1,
326
326
  "reasoning": {
327
- "effort": "medium",
327
+ "effort": "high",
328
328
  "summary": "auto"
329
329
  },
330
330
  "relatedModels": {
@@ -345,7 +345,7 @@
345
345
  "onlyReasoning": true,
346
346
  "temperature": 1,
347
347
  "reasoning": {
348
- "effort": "medium",
348
+ "effort": "high",
349
349
  "summary": "auto"
350
350
  },
351
351
  "maxAllowedSize": 164000
@@ -363,7 +363,7 @@
363
363
  "temperature": 1,
364
364
  "onlyReasoning": true,
365
365
  "reasoning": {
366
- "effort": "medium",
366
+ "effort": "high",
367
367
  "summary": "auto"
368
368
  },
369
369
  "maxAllowedSize": 164000,
@@ -420,7 +420,7 @@
420
420
  "supportsReasoning": true,
421
421
  "temperature": 1,
422
422
  "reasoning": {
423
- "effort": "medium",
423
+ "effort": "high",
424
424
  "summary": "auto"
425
425
  },
426
426
  "maxAllowedSize": 128000,
@@ -465,7 +465,7 @@
465
465
  "top_k": 20,
466
466
  "repetition_penalty": 1.05,
467
467
  "reasoning": {
468
- "effort": "medium",
468
+ "effort": "high",
469
469
  "summary": "auto"
470
470
  },
471
471
  "relatedModels": {
@@ -547,7 +547,7 @@
547
547
  "supportsImages": true,
548
548
  "supportsReasoning": true,
549
549
  "reseaning": {
550
- "effort": "medium",
550
+ "effort": "high",
551
551
  "summary": "auto"
552
552
  }
553
553
  },
@@ -562,7 +562,7 @@
562
562
  "supportsImages": true,
563
563
  "supportsReasoning": true,
564
564
  "reseaning": {
565
- "effort": "medium",
565
+ "effort": "high",
566
566
  "summary": "auto"
567
567
  }
568
568
  },
@@ -577,7 +577,7 @@
577
577
  "supportsImages": true,
578
578
  "supportsReasoning": true,
579
579
  "reseaning": {
580
- "effort": "medium",
580
+ "effort": "high",
581
581
  "summary": "auto"
582
582
  }
583
583
  },
@@ -592,7 +592,7 @@
592
592
  "supportsImages": true,
593
593
  "supportsReasoning": true,
594
594
  "reseaning": {
595
- "effort": "medium",
595
+ "effort": "high",
596
596
  "summary": "auto"
597
597
  }
598
598
  },
@@ -607,7 +607,7 @@
607
607
  "supportsImages": true,
608
608
  "supportsReasoning": true,
609
609
  "reseaning": {
610
- "effort": "medium",
610
+ "effort": "high",
611
611
  "summary": "auto"
612
612
  }
613
613
  },
@@ -619,7 +619,7 @@
619
619
  "maxOutputTokens": 128000,
620
620
  "name": "GPT-5.1-Codex-Max",
621
621
  "reasoning": {
622
- "effort": "medium",
622
+ "effort": "high",
623
623
  "summary": "auto"
624
624
  },
625
625
  "supportsImages": true,
@@ -638,7 +638,7 @@
638
638
  "supportsImages": true,
639
639
  "supportsReasoning": true,
640
640
  "reseaning": {
641
- "effort": "medium",
641
+ "effort": "high",
642
642
  "summary": "auto"
643
643
  },
644
644
  "relatedModels": {
@@ -745,6 +745,6 @@
745
745
  "ImageEdit": true,
746
746
  "RequestBodyGzip": true
747
747
  },
748
- "commit": "2736da1909703dd33b9834235d5151cc1c31b5a1",
749
- "date": "2026-03-03T14:15:11.787Z"
748
+ "commit": "f168f436f42a1d6795ef9ca21d30bb3e12096c14",
749
+ "date": "2026-03-04T17:30:29.999Z"
750
750
  }
package/product.json CHANGED
@@ -148,7 +148,7 @@
148
148
  "supportsImages": true,
149
149
  "supportsReasoning": true,
150
150
  "reseaning": {
151
- "effort": "medium",
151
+ "effort": "high",
152
152
  "summary": "auto"
153
153
  }
154
154
  },
@@ -163,7 +163,7 @@
163
163
  "supportsImages": true,
164
164
  "supportsReasoning": true,
165
165
  "reseaning": {
166
- "effort": "medium",
166
+ "effort": "high",
167
167
  "summary": "auto"
168
168
  }
169
169
  },
@@ -178,7 +178,7 @@
178
178
  "supportsImages": true,
179
179
  "supportsReasoning": true,
180
180
  "reseaning": {
181
- "effort": "medium",
181
+ "effort": "high",
182
182
  "summary": "auto"
183
183
  }
184
184
  },
@@ -193,7 +193,7 @@
193
193
  "supportsImages": true,
194
194
  "supportsReasoning": true,
195
195
  "reseaning": {
196
- "effort": "medium",
196
+ "effort": "high",
197
197
  "summary": "auto"
198
198
  }
199
199
  },
@@ -208,7 +208,7 @@
208
208
  "supportsImages": true,
209
209
  "supportsReasoning": true,
210
210
  "reseaning": {
211
- "effort": "medium",
211
+ "effort": "high",
212
212
  "summary": "auto"
213
213
  }
214
214
  },
@@ -220,7 +220,7 @@
220
220
  "maxOutputTokens": 72000,
221
221
  "name": "GPT-5.1-Codex-Max",
222
222
  "reasoning": {
223
- "effort": "medium",
223
+ "effort": "high",
224
224
  "summary": "auto"
225
225
  },
226
226
  "supportsImages": true,
@@ -239,7 +239,7 @@
239
239
  "supportsImages": true,
240
240
  "supportsReasoning": true,
241
241
  "reseaning": {
242
- "effort": "medium",
242
+ "effort": "high",
243
243
  "summary": "auto"
244
244
  },
245
245
  "relatedModels": {
@@ -310,7 +310,7 @@
310
310
  "onlyReasoning": true,
311
311
  "temperature": 1,
312
312
  "reasoning": {
313
- "effort": "medium",
313
+ "effort": "high",
314
314
  "summary": "auto"
315
315
  }
316
316
  },
@@ -341,7 +341,7 @@
341
341
  "temperature": 1,
342
342
  "onlyReasoning": true,
343
343
  "reasoning": {
344
- "effort": "medium",
344
+ "effort": "high",
345
345
  "summary": "auto"
346
346
  },
347
347
  "maxAllowedSize": 164000
@@ -632,7 +632,7 @@
632
632
  },
633
633
  {
634
634
  "name": "tool-skill-description",
635
- "template": "Execute a skill within the main conversation\n\n<skills_instructions>\nWhen users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively. Skills provide specialized capabilities and domain knowledge.\n\nWhen users ask you to run a \"slash command\" or reference \"/<something>\" (e.g., \"/commit\", \"/review-pr\"), they are referring to a skill. Use this tool to invoke the corresponding skill.\n\n<example>\nUser: \"run /commit\"\nAssistant: [Calls Skill tool with skill: \"commit\"]\n</example>\n\nHow to invoke:\n- Use this tool with the skill name and optional arguments\n- Examples:\n - `skill: \"pdf\"` - invoke the pdf skill\n - `skill: \"commit\", args: \"-m 'Fix bug'\"` - invoke with arguments\n - `skill: \"review-pr\", args: \"123\"` - invoke with arguments\n - `skill: \"ms-office-suite:pdf\"` - invoke using fully qualified name\n\nImportant:\n- When a skill is relevant, you must invoke this tool IMMEDIATELY as your first action\n- NEVER just announce or mention a skill in your text response without actually calling this tool\n- This is a BLOCKING REQUIREMENT: invoke the relevant Skill tool BEFORE generating any other response about the task\n- Only use skills listed in <available_skills> below\n- Do not invoke a skill that is already running\n- Do not use this tool for built-in CLI commands (like /help, /clear, etc.)\n</skills_instructions>\n\n<available_skills>\n{%- if skills and skills.length > 0 -%}\n{%- for skill in skills %}\n<skill>\n<name>\n{{skill.name}}\n</name>\n<description>\n{{skill.description}}\n</description>\n<location>\n{{skill.source}}\n</location>\n{%- if skill.allowedTools %}\n<allowed-tools>\n{{skill.allowedTools.join(', ')}}\n</allowed-tools>\n{%- endif %}\n</skill>\n{%- endfor -%}\n{%- endif %}\n</available_skills>\n"
635
+ "template": "Execute a skill within the main conversation\n\n<skills_instructions>\nWhen users ask you to perform tasks, check if any of the available skills below can help complete the task more effectively. Skills provide specialized capabilities and domain knowledge.\n\nWhen users ask you to run a \"slash command\" or reference \"/<something>\" (e.g., \"/commit\", \"/review-pr\"), they are referring to a skill. Use this tool to invoke the corresponding skill.\n\n<example>\nUser: \"run /commit\"\nAssistant: [Calls Skill tool with skill: \"commit\"]\n</example>\n\nHow to invoke:\n- Use this tool with the skill name and optional arguments\n- Examples:\n - `skill: \"pdf\"` - invoke the pdf skill\n - `skill: \"commit\", args: \"-m 'Fix bug'\"` - invoke with arguments\n - `skill: \"review-pr\", args: \"123\"` - invoke with arguments\n - `skill: \"ms-office-suite:pdf\"` - invoke using fully qualified name\n\nImportant:\n- When a skill is relevant, you must invoke this tool IMMEDIATELY as your first action\n- NEVER just announce or mention a skill in your text response without actually calling this tool\n- This is a BLOCKING REQUIREMENT: invoke the relevant Skill tool BEFORE generating any other response about the task\n- Only use skills listed in <available_skills> below\n- Do not invoke a skill that is already running\n- Do not use this tool for built-in CLI commands (like /help, /clear, etc.)\n- If you see a <command-name> tag in the current conversation turn, the skill has ALREADY been loaded - follow the instructions directly instead of calling this tool again\n</skills_instructions>\n\n<available_skills>\n{%- if skills and skills.length > 0 -%}\n{%- for skill in skills %}\n<skill>\n<name>\n{{skill.name}}\n</name>\n<description>\n{{skill.description}}\n</description>\n<location>\n{{skill.source}}\n</location>\n{%- if skill.allowedTools %}\n<allowed-tools>\n{{skill.allowedTools.join(', ')}}\n</allowed-tools>\n{%- endif %}\n</skill>\n{%- endfor -%}\n{%- endif %}\n</available_skills>\n"
636
636
  },
637
637
  {
638
638
  "name": "agent-statusline-instructions",
@@ -1331,6 +1331,6 @@
1331
1331
  "description": "tool-sendmessage-description"
1332
1332
  }
1333
1333
  ],
1334
- "commit": "2736da1909703dd33b9834235d5151cc1c31b5a1",
1335
- "date": "2026-03-03T14:15:11.717Z"
1334
+ "commit": "f168f436f42a1d6795ef9ca21d30bb3e12096c14",
1335
+ "date": "2026-03-04T17:30:29.872Z"
1336
1336
  }
@@ -275,6 +275,6 @@
275
275
  "CustomModelsJSON": true,
276
276
  "DeferToolLoading": true
277
277
  },
278
- "commit": "2736da1909703dd33b9834235d5151cc1c31b5a1",
279
- "date": "2026-03-03T14:15:11.814Z"
278
+ "commit": "f168f436f42a1d6795ef9ca21d30bb3e12096c14",
279
+ "date": "2026-03-04T17:30:29.843Z"
280
280
  }