@tencent-ai/codebuddy-code 2.36.3-next.dc74205.20260118 → 2.36.3-next.e48b0ae.20260130

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
@@ -53,4 +53,6 @@ export * from './output-style';
53
53
  export * from './undo-redo';
54
54
  export * from './prompt-suggestion';
55
55
  export * from './structured-output';
56
+ export * from './cli/cli-view';
57
+ export * from './cli/composite-view';
56
58
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.36.3-next.dc74205.20260118",
3
+ "version": "2.36.3-next.e48b0ae.20260130",
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",
@@ -40,7 +40,8 @@
40
40
  "Skill",
41
41
  "AskUserQuestion",
42
42
  "LSP",
43
- "StructuredOutput"
43
+ "StructuredOutput",
44
+ "ImageGen"
44
45
  ],
45
46
  "tags": [
46
47
  "cli",
@@ -307,6 +308,13 @@
307
308
  "summary": "auto"
308
309
  },
309
310
  "maxAllowedSize": 256000
311
+ },
312
+ {
313
+ "id": "hunyuan-image-v3.0",
314
+ "name": "Hunyuan Image V3",
315
+ "tags": [
316
+ "text-to-image"
317
+ ]
310
318
  }
311
319
  ],
312
320
  "links": {
@@ -321,8 +329,9 @@
321
329
  },
322
330
  "productFeatures": {
323
331
  "BillingNotice": false,
324
- "CustomModelsJSON": true
332
+ "CustomModelsJSON": true,
333
+ "ImageGen": true
325
334
  },
326
- "commit": "dc7420565ad87e55005b74d04485ee2e4ad44185",
327
- "date": "2026-01-18T04:08:41.746Z"
335
+ "commit": "e48b0aec57108960fb2ed60576220250cda63075",
336
+ "date": "2026-01-30T10:09:14.083Z"
328
337
  }
@@ -13,6 +13,7 @@
13
13
  "deepseek-v3-2-volc",
14
14
  "deepseek-v3.1",
15
15
  "deepseek-v3-0324",
16
+ "kimi-k2.5",
16
17
  "kimi-k2-thinking"
17
18
  ],
18
19
  "commands": [
@@ -42,7 +43,8 @@
42
43
  "Skill",
43
44
  "AskUserQuestion",
44
45
  "LSP",
45
- "StructuredOutput"
46
+ "StructuredOutput",
47
+ "ImageGen"
46
48
  ],
47
49
  "tags": [
48
50
  "cli",
@@ -309,6 +311,31 @@
309
311
  "summary": "auto"
310
312
  },
311
313
  "maxAllowedSize": 256000
314
+ },
315
+ {
316
+ "credits": "x0.42 credits",
317
+ "id": "kimi-k2.5",
318
+ "name": "Kimi-K2.5",
319
+ "vendor": "f",
320
+ "maxOutputTokens": 32000,
321
+ "maxInputTokens": 256000,
322
+ "supportsToolCall": true,
323
+ "supportsImages": true,
324
+ "supportsReasoning": true,
325
+ "temperature": 1,
326
+ "onlyReasoning": true,
327
+ "reasoning": {
328
+ "effort": "medium",
329
+ "summary": "auto"
330
+ },
331
+ "maxAllowedSize": 256000
332
+ },
333
+ {
334
+ "id": "hunyuan-image-v3.0",
335
+ "name": "Hunyuan Image V3",
336
+ "tags": [
337
+ "text-to-image"
338
+ ]
312
339
  }
313
340
  ],
314
341
  "links": {
@@ -323,8 +350,9 @@
323
350
  },
324
351
  "productFeatures": {
325
352
  "BillingNotice": false,
326
- "CustomModelsJSON": true
353
+ "CustomModelsJSON": true,
354
+ "ImageGen": true
327
355
  },
328
- "commit": "dc7420565ad87e55005b74d04485ee2e4ad44185",
329
- "date": "2026-01-18T04:08:39.167Z"
356
+ "commit": "e48b0aec57108960fb2ed60576220250cda63075",
357
+ "date": "2026-01-30T10:09:11.513Z"
330
358
  }
package/product.ioa.json CHANGED
@@ -1,6 +1,10 @@
1
1
  {
2
2
  "endpoint": "https://copilot.tencent.com",
3
3
  "stagingEndpoint": "https://staging-copilot.tencent.com",
4
+ "defaultRelatedModels": {
5
+ "lite": "claude-haiku-4.5",
6
+ "reasoning": "claude-opus-4.5"
7
+ },
4
8
  "agents": [
5
9
  {
6
10
  "name": "cli",
@@ -19,6 +23,7 @@
19
23
  "gpt-5.1-codex",
20
24
  "gpt-5.1-codex-max",
21
25
  "gpt-5.1-codex-mini",
26
+ "kimi-k2.5-ioa",
22
27
  "kimi-k2-thinking",
23
28
  "glm-4.7-ioa",
24
29
  "glm-4.6-ioa",
@@ -52,7 +57,8 @@
52
57
  "Skill",
53
58
  "AskUserQuestion",
54
59
  "LSP",
55
- "StructuredOutput"
60
+ "StructuredOutput",
61
+ "ImageGen"
56
62
  ],
57
63
  "tags": [
58
64
  "cli",
@@ -106,6 +112,9 @@
106
112
  "name": "contentAnalyzer",
107
113
  "instructions": "content-analyzer-agent-instructions",
108
114
  "description": "content analyzer agent",
115
+ "models": [
116
+ "lite"
117
+ ],
109
118
  "tags": [
110
119
  "cli",
111
120
  "content-analyzer"
@@ -117,7 +126,7 @@
117
126
  "instructions": "terminal-title-generator-instructions",
118
127
  "description": "Generate terminal window titles from conversation topics.",
119
128
  "models": [
120
- "claude-haiku-4.5"
129
+ "lite"
121
130
  ],
122
131
  "tags": [
123
132
  "cli",
@@ -216,6 +225,10 @@
216
225
  "reasoning": {
217
226
  "effort": "medium",
218
227
  "summary": "auto"
228
+ },
229
+ "relatedModels": {
230
+ "lite": "deepseek-v3-2-volc-ioa",
231
+ "reasoning": "deepseek-v3-2-volc-ioa"
219
232
  }
220
233
  },
221
234
  {
@@ -236,6 +249,24 @@
236
249
  },
237
250
  "maxAllowedSize": 256000
238
251
  },
252
+ {
253
+ "credits": "x0.00 credits",
254
+ "id": "kimi-k2.5-ioa",
255
+ "name": "Kimi-K2.5",
256
+ "vendor": "f",
257
+ "maxOutputTokens": 32000,
258
+ "maxInputTokens": 256000,
259
+ "supportsToolCall": true,
260
+ "supportsImages": true,
261
+ "supportsReasoning": true,
262
+ "temperature": 1,
263
+ "onlyReasoning": true,
264
+ "reasoning": {
265
+ "effort": "medium",
266
+ "summary": "auto"
267
+ },
268
+ "maxAllowedSize": 256000
269
+ },
239
270
  {
240
271
  "credits": "x0.00 credits",
241
272
  "id": "glm-4.7-ioa",
@@ -248,7 +279,11 @@
248
279
  "disabledMultimodal": true,
249
280
  "maxAllowedSize": 200000,
250
281
  "supportsReasoning": true,
251
- "temperature": 1
282
+ "temperature": 1,
283
+ "relatedModels": {
284
+ "lite": "glm-4.7-ioa",
285
+ "reasoning": "glm-4.7-ioa"
286
+ }
252
287
  },
253
288
  {
254
289
  "credits": "x0.00 credits",
@@ -265,7 +300,11 @@
265
300
  "effort": "medium",
266
301
  "summary": "auto"
267
302
  },
268
- "maxAllowedSize": 128000
303
+ "maxAllowedSize": 128000,
304
+ "relatedModels": {
305
+ "lite": "glm-4.6v-ioa",
306
+ "reasoning": "glm-4.6v-ioa"
307
+ }
269
308
  },
270
309
  {
271
310
  "credits": "x0.00 credits",
@@ -279,7 +318,11 @@
279
318
  "disabledMultimodal": true,
280
319
  "maxAllowedSize": 168000,
281
320
  "supportsReasoning": true,
282
- "temperature": 1
321
+ "temperature": 1,
322
+ "relatedModels": {
323
+ "lite": "glm-4.6-ioa",
324
+ "reasoning": "glm-4.6-ioa"
325
+ }
283
326
  },
284
327
  {
285
328
  "credits": "x3.33 credits",
@@ -409,73 +452,12 @@
409
452
  "reseaning": {
410
453
  "effort": "medium",
411
454
  "summary": "auto"
455
+ },
456
+ "relatedModels": {
457
+ "lite": "gpt-5.1-codex-mini",
458
+ "reasoning": "claude-opus-4.5"
412
459
  }
413
460
  },
414
- {
415
- "credits": "x0.95 credits",
416
- "id": "gpt-5",
417
- "name": "GPT-5",
418
- "vendor": "e",
419
- "maxOutputTokens": 72000,
420
- "maxInputTokens": 200000,
421
- "supportsToolCall": true,
422
- "supportsImages": true,
423
- "maxAllowedSize": 80000,
424
- "supportsReasoning": true,
425
- "reseaning": {
426
- "effort": "medium",
427
- "summary": "auto"
428
- }
429
- },
430
- {
431
- "credits": "x0.95 credits",
432
- "id": "gpt-5-Codex",
433
- "name": "GPT-5-Codex",
434
- "vendor": "e",
435
- "maxOutputTokens": 72000,
436
- "maxInputTokens": 200000,
437
- "supportsToolCall": true,
438
- "supportsImages": true,
439
- "maxAllowedSize": 80000,
440
- "supportsReasoning": true,
441
- "reseaning": {
442
- "effort": "medium",
443
- "summary": "auto"
444
- }
445
- },
446
- {
447
- "credits": "x0.19 credits",
448
- "id": "gpt-5-mini",
449
- "name": "GPT-5-Mini",
450
- "vendor": "e",
451
- "maxOutputTokens": 72000,
452
- "maxInputTokens": 200000,
453
- "supportsToolCall": true,
454
- "supportsImages": true,
455
- "maxAllowedSize": 80000
456
- },
457
- {
458
- "credits": "x0.04 credits",
459
- "id": "gpt-5-nano",
460
- "name": "GPT-5-Nano",
461
- "vendor": "e",
462
- "maxOutputTokens": 72000,
463
- "maxInputTokens": 200000,
464
- "supportsToolCall": true,
465
- "supportsImages": true,
466
- "maxAllowedSize": 80000
467
- },
468
- {
469
- "credits": "x0.92 credits",
470
- "id": "o4-mini",
471
- "name": "GPT-4o-Mini",
472
- "vendor": "e",
473
- "maxOutputTokens": 24000,
474
- "maxInputTokens": 104000,
475
- "supportsToolCall": true,
476
- "supportsImages": true,
477
- "maxAllowedSize": 40000
478
- },
479
461
  {
480
462
  "credits": "x1.33 credits",
481
463
  "id": "gemini-3.0-pro",
@@ -496,18 +478,11 @@
496
478
  "supportsToolCall": true,
497
479
  "supportsImages": true,
498
480
  "supportsReasoning": true,
499
- "maxAllowedSize": 400000
500
- },
501
- {
502
- "credits": "x0.23 credits",
503
- "id": "gemini-2.5-flash",
504
- "name": "Gemini-2.5-Flash",
505
- "maxOutputTokens": 64000,
506
- "maxInputTokens": 400000,
507
- "supportsToolCall": true,
508
- "supportsImages": true,
509
- "supportsReasoning": true,
510
- "maxAllowedSize": 400000
481
+ "maxAllowedSize": 400000,
482
+ "relatedModels": {
483
+ "lite": "gemini-3.0-flash",
484
+ "reasoning": "claude-opus-4.5"
485
+ }
511
486
  },
512
487
  {
513
488
  "credits": "x0.95 credits",
@@ -519,6 +494,13 @@
519
494
  "supportsImages": true,
520
495
  "supportsReasoning": true,
521
496
  "maxAllowedSize": 400000
497
+ },
498
+ {
499
+ "id": "hunyuan-image-v3.0",
500
+ "name": "Hunyuan Image V3",
501
+ "tags": [
502
+ "text-to-image"
503
+ ]
522
504
  }
523
505
  ],
524
506
  "links": {
@@ -533,8 +515,9 @@
533
515
  },
534
516
  "productFeatures": {
535
517
  "BillingNotice": false,
536
- "CustomModelsJSON": true
518
+ "CustomModelsJSON": true,
519
+ "ImageGen": true
537
520
  },
538
- "commit": "dc7420565ad87e55005b74d04485ee2e4ad44185",
539
- "date": "2026-01-18T04:08:40.477Z"
521
+ "commit": "e48b0aec57108960fb2ed60576220250cda63075",
522
+ "date": "2026-01-30T10:09:12.808Z"
540
523
  }