@tencent-ai/codebuddy-code 2.52.6 → 2.53.0-next.0e6cbbc.20260305

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-next.0e6cbbc.20260305",
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": {},
@@ -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": "0e6cbbcb80e06767b3f8656bcfae3e91cab54c25",
390
+ "date": "2026-03-05T10:11:11.270Z"
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,28 @@
457
457
  "ImageGen": true,
458
458
  "RequestBodyGzip": true
459
459
  },
460
- "commit": "2736da1909703dd33b9834235d5151cc1c31b5a1",
461
- "date": "2026-03-03T14:15:11.760Z"
460
+ "config": {
461
+ "creditPurchaseActions": {
462
+ "6004": {
463
+ "labelZh": "升级专业版",
464
+ "labelEn": "Upgrade to Pro",
465
+ "url": "https://www.codebuddy.cn/profile/plan",
466
+ "showButton": true
467
+ },
468
+ "6005": {
469
+ "labelZh": "升级专业版",
470
+ "labelEn": "Upgrade to Pro",
471
+ "url": "https://www.codebuddy.cn/profile/plan",
472
+ "showButton": true
473
+ },
474
+ "14018": {
475
+ "labelZh": "获取 Credits",
476
+ "labelEn": "Get credits",
477
+ "url": "https://www.codebuddy.cn/profile/plan",
478
+ "showButton": true
479
+ }
480
+ }
481
+ },
482
+ "commit": "0e6cbbcb80e06767b3f8656bcfae3e91cab54c25",
483
+ "date": "2026-03-05T10:11:10.996Z"
462
484
  }
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": {
@@ -743,8 +743,31 @@
743
743
  "DeferToolLoading": true,
744
744
  "ImageGen": true,
745
745
  "ImageEdit": true,
746
- "RequestBodyGzip": true
746
+ "RequestBodyGzip": true,
747
+ "RemoteControl": true
748
+ },
749
+ "config": {
750
+ "creditPurchaseActions": {
751
+ "6004": {
752
+ "labelZh": "升级专业版",
753
+ "labelEn": "Upgrade to Pro",
754
+ "url": "https://www.codebuddy.cn/profile/plan",
755
+ "showButton": true
756
+ },
757
+ "6005": {
758
+ "labelZh": "升级专业版",
759
+ "labelEn": "Upgrade to Pro",
760
+ "url": "https://www.codebuddy.cn/profile/plan",
761
+ "showButton": true
762
+ },
763
+ "14018": {
764
+ "labelZh": "获取 Credits",
765
+ "labelEn": "Get credits",
766
+ "url": "https://www.codebuddy.cn/profile/plan",
767
+ "showButton": true
768
+ }
769
+ }
747
770
  },
748
- "commit": "2736da1909703dd33b9834235d5151cc1c31b5a1",
749
- "date": "2026-03-03T14:15:11.787Z"
771
+ "commit": "0e6cbbcb80e06767b3f8656bcfae3e91cab54c25",
772
+ "date": "2026-03-05T10:11:11.202Z"
750
773
  }
package/product.json CHANGED
@@ -68,7 +68,28 @@
68
68
  }
69
69
  ],
70
70
  "commitMessage": {},
71
- "config": {},
71
+ "config": {
72
+ "creditPurchaseActions": {
73
+ "6004": {
74
+ "labelZh": "升级专业版",
75
+ "labelEn": "Upgrade to Pro",
76
+ "url": "https://www.codebuddy.ai/profile/plan",
77
+ "showButton": true
78
+ },
79
+ "6005": {
80
+ "labelZh": "升级专业版",
81
+ "labelEn": "Upgrade to Pro",
82
+ "url": "https://www.codebuddy.ai/profile/plan",
83
+ "showButton": true
84
+ },
85
+ "14018": {
86
+ "labelZh": "获取 Credits",
87
+ "labelEn": "Get credits",
88
+ "url": "https://www.codebuddy.ai/profile/plan",
89
+ "showButton": true
90
+ }
91
+ }
92
+ },
72
93
  "links": {
73
94
  "craftShellHelpDocument": "https://cloud.tencent.com/document/product/1749/117896",
74
95
  "craftFeedback": "https://cloud.tencent.com/document/product/1749/104249",
@@ -148,7 +169,7 @@
148
169
  "supportsImages": true,
149
170
  "supportsReasoning": true,
150
171
  "reseaning": {
151
- "effort": "medium",
172
+ "effort": "high",
152
173
  "summary": "auto"
153
174
  }
154
175
  },
@@ -163,7 +184,7 @@
163
184
  "supportsImages": true,
164
185
  "supportsReasoning": true,
165
186
  "reseaning": {
166
- "effort": "medium",
187
+ "effort": "high",
167
188
  "summary": "auto"
168
189
  }
169
190
  },
@@ -178,7 +199,7 @@
178
199
  "supportsImages": true,
179
200
  "supportsReasoning": true,
180
201
  "reseaning": {
181
- "effort": "medium",
202
+ "effort": "high",
182
203
  "summary": "auto"
183
204
  }
184
205
  },
@@ -193,7 +214,7 @@
193
214
  "supportsImages": true,
194
215
  "supportsReasoning": true,
195
216
  "reseaning": {
196
- "effort": "medium",
217
+ "effort": "high",
197
218
  "summary": "auto"
198
219
  }
199
220
  },
@@ -208,7 +229,7 @@
208
229
  "supportsImages": true,
209
230
  "supportsReasoning": true,
210
231
  "reseaning": {
211
- "effort": "medium",
232
+ "effort": "high",
212
233
  "summary": "auto"
213
234
  }
214
235
  },
@@ -220,7 +241,7 @@
220
241
  "maxOutputTokens": 72000,
221
242
  "name": "GPT-5.1-Codex-Max",
222
243
  "reasoning": {
223
- "effort": "medium",
244
+ "effort": "high",
224
245
  "summary": "auto"
225
246
  },
226
247
  "supportsImages": true,
@@ -239,7 +260,7 @@
239
260
  "supportsImages": true,
240
261
  "supportsReasoning": true,
241
262
  "reseaning": {
242
- "effort": "medium",
263
+ "effort": "high",
243
264
  "summary": "auto"
244
265
  },
245
266
  "relatedModels": {
@@ -310,7 +331,7 @@
310
331
  "onlyReasoning": true,
311
332
  "temperature": 1,
312
333
  "reasoning": {
313
- "effort": "medium",
334
+ "effort": "high",
314
335
  "summary": "auto"
315
336
  }
316
337
  },
@@ -341,7 +362,7 @@
341
362
  "temperature": 1,
342
363
  "onlyReasoning": true,
343
364
  "reasoning": {
344
- "effort": "medium",
365
+ "effort": "high",
345
366
  "summary": "auto"
346
367
  },
347
368
  "maxAllowedSize": 164000
@@ -632,7 +653,7 @@
632
653
  },
633
654
  {
634
655
  "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"
656
+ "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
657
  },
637
658
  {
638
659
  "name": "agent-statusline-instructions",
@@ -1331,6 +1352,6 @@
1331
1352
  "description": "tool-sendmessage-description"
1332
1353
  }
1333
1354
  ],
1334
- "commit": "2736da1909703dd33b9834235d5151cc1c31b5a1",
1335
- "date": "2026-03-03T14:15:11.717Z"
1355
+ "commit": "0e6cbbcb80e06767b3f8656bcfae3e91cab54c25",
1356
+ "date": "2026-03-05T10:11:11.203Z"
1336
1357
  }
@@ -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": "0e6cbbcb80e06767b3f8656bcfae3e91cab54c25",
279
+ "date": "2026-03-05T10:11:11.243Z"
280
280
  }