@tencent-ai/codebuddy-code 2.34.1 → 2.36.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/CHANGELOG.md +38 -0
- package/dist/codebuddy.js +9 -3
- package/lib/node/index.js +1 -0
- package/package.json +1 -1
- package/product.cloudhosted.json +4 -3
- package/product.internal.json +4 -3
- package/product.ioa.json +23 -19
- package/product.json +29 -3
- package/product.selfhosted.json +4 -3
package/lib/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.36.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",
|
package/product.cloudhosted.json
CHANGED
|
@@ -39,7 +39,8 @@
|
|
|
39
39
|
"SlashCommand",
|
|
40
40
|
"Skill",
|
|
41
41
|
"AskUserQuestion",
|
|
42
|
-
"LSP"
|
|
42
|
+
"LSP",
|
|
43
|
+
"StructuredOutput"
|
|
43
44
|
],
|
|
44
45
|
"tags": [
|
|
45
46
|
"cli",
|
|
@@ -316,6 +317,6 @@
|
|
|
316
317
|
"BillingNotice": false,
|
|
317
318
|
"CustomModelsJSON": true
|
|
318
319
|
},
|
|
319
|
-
"commit": "
|
|
320
|
-
"date": "2026-01-
|
|
320
|
+
"commit": "fafbdff9cb34edfe44e1fa1b693e600efbf85bb9",
|
|
321
|
+
"date": "2026-01-15T14:29:41.744Z"
|
|
321
322
|
}
|
package/product.internal.json
CHANGED
|
@@ -41,7 +41,8 @@
|
|
|
41
41
|
"SlashCommand",
|
|
42
42
|
"Skill",
|
|
43
43
|
"AskUserQuestion",
|
|
44
|
-
"LSP"
|
|
44
|
+
"LSP",
|
|
45
|
+
"StructuredOutput"
|
|
45
46
|
],
|
|
46
47
|
"tags": [
|
|
47
48
|
"cli",
|
|
@@ -318,6 +319,6 @@
|
|
|
318
319
|
"BillingNotice": false,
|
|
319
320
|
"CustomModelsJSON": true
|
|
320
321
|
},
|
|
321
|
-
"commit": "
|
|
322
|
-
"date": "2026-01-
|
|
322
|
+
"commit": "fafbdff9cb34edfe44e1fa1b693e600efbf85bb9",
|
|
323
|
+
"date": "2026-01-15T14:29:38.827Z"
|
|
323
324
|
}
|
package/product.ioa.json
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
"gemini-3.0-flash",
|
|
15
15
|
"gemini-2.5-pro",
|
|
16
16
|
"gpt-5.2",
|
|
17
|
+
"gpt-5.2-codex",
|
|
17
18
|
"gpt-5.1",
|
|
18
19
|
"gpt-5.1-codex",
|
|
19
20
|
"gpt-5.1-codex-max",
|
|
@@ -50,7 +51,8 @@
|
|
|
50
51
|
"SlashCommand",
|
|
51
52
|
"Skill",
|
|
52
53
|
"AskUserQuestion",
|
|
53
|
-
"LSP"
|
|
54
|
+
"LSP",
|
|
55
|
+
"StructuredOutput"
|
|
54
56
|
],
|
|
55
57
|
"tags": [
|
|
56
58
|
"cli",
|
|
@@ -279,23 +281,10 @@
|
|
|
279
281
|
"supportsReasoning": true,
|
|
280
282
|
"temperature": 1
|
|
281
283
|
},
|
|
282
|
-
{
|
|
283
|
-
"credits": "x2.00 credits",
|
|
284
|
-
"id": "claude-4.0",
|
|
285
|
-
"name": "Claude-4.0-Sonnet",
|
|
286
|
-
"vendor": "e",
|
|
287
|
-
"maxOutputTokens": 24000,
|
|
288
|
-
"maxInputTokens": 176000,
|
|
289
|
-
"supportsToolCall": true,
|
|
290
|
-
"supportsImages": true,
|
|
291
|
-
"maxAllowedSize": 80000,
|
|
292
|
-
"supportsReasoning": true,
|
|
293
|
-
"isDefault": true
|
|
294
|
-
},
|
|
295
284
|
{
|
|
296
285
|
"credits": "x3.33 credits",
|
|
297
286
|
"id": "claude-opus-4.5",
|
|
298
|
-
"name": "Claude-4.5
|
|
287
|
+
"name": "Claude-Opus-4.5",
|
|
299
288
|
"vendor": "e",
|
|
300
289
|
"maxOutputTokens": 24000,
|
|
301
290
|
"maxInputTokens": 176000,
|
|
@@ -307,7 +296,7 @@
|
|
|
307
296
|
{
|
|
308
297
|
"credits": "x2.20 credits",
|
|
309
298
|
"id": "claude-4.5",
|
|
310
|
-
"name": "Claude-4.5
|
|
299
|
+
"name": "Claude-Sonnet-4.5",
|
|
311
300
|
"vendor": "e",
|
|
312
301
|
"maxOutputTokens": 24000,
|
|
313
302
|
"maxInputTokens": 176000,
|
|
@@ -319,7 +308,7 @@
|
|
|
319
308
|
{
|
|
320
309
|
"credits": "x0.67 credits",
|
|
321
310
|
"id": "claude-haiku-4.5",
|
|
322
|
-
"name": "Claude-4.5
|
|
311
|
+
"name": "Claude-Haiku-4.5",
|
|
323
312
|
"vendor": "e",
|
|
324
313
|
"maxOutputTokens": 24000,
|
|
325
314
|
"maxInputTokens": 176000,
|
|
@@ -346,6 +335,21 @@
|
|
|
346
335
|
"summary": "auto"
|
|
347
336
|
}
|
|
348
337
|
},
|
|
338
|
+
{
|
|
339
|
+
"credits": "x1.33 credits",
|
|
340
|
+
"id": "gpt-5.2-codex",
|
|
341
|
+
"name": "GPT-5.2-Codex",
|
|
342
|
+
"vendor": "e",
|
|
343
|
+
"maxInputTokens": 272000,
|
|
344
|
+
"maxOutputTokens": 128000,
|
|
345
|
+
"supportsToolCall": true,
|
|
346
|
+
"supportsImages": true,
|
|
347
|
+
"supportsReasoning": true,
|
|
348
|
+
"reseaning": {
|
|
349
|
+
"effort": "medium",
|
|
350
|
+
"summary": "auto"
|
|
351
|
+
}
|
|
352
|
+
},
|
|
349
353
|
{
|
|
350
354
|
"credits": "x0.95 credits",
|
|
351
355
|
"id": "gpt-5.1",
|
|
@@ -525,6 +529,6 @@
|
|
|
525
529
|
"BillingNotice": false,
|
|
526
530
|
"CustomModelsJSON": true
|
|
527
531
|
},
|
|
528
|
-
"commit": "
|
|
529
|
-
"date": "2026-01-
|
|
532
|
+
"commit": "fafbdff9cb34edfe44e1fa1b693e600efbf85bb9",
|
|
533
|
+
"date": "2026-01-15T14:29:40.312Z"
|
|
530
534
|
}
|
package/product.json
CHANGED
|
@@ -145,6 +145,21 @@
|
|
|
145
145
|
"summary": "auto"
|
|
146
146
|
}
|
|
147
147
|
},
|
|
148
|
+
{
|
|
149
|
+
"credits": "x1.33 credits",
|
|
150
|
+
"id": "gpt-5.2-codex",
|
|
151
|
+
"name": "GPT-5.2-Codex",
|
|
152
|
+
"vendor": "e",
|
|
153
|
+
"maxInputTokens": 272000,
|
|
154
|
+
"maxOutputTokens": 128000,
|
|
155
|
+
"supportsToolCall": true,
|
|
156
|
+
"supportsImages": true,
|
|
157
|
+
"supportsReasoning": true,
|
|
158
|
+
"reseaning": {
|
|
159
|
+
"effort": "medium",
|
|
160
|
+
"summary": "auto"
|
|
161
|
+
}
|
|
162
|
+
},
|
|
148
163
|
{
|
|
149
164
|
"credits": "x0.95 credits",
|
|
150
165
|
"id": "gpt-5.1",
|
|
@@ -528,6 +543,10 @@
|
|
|
528
543
|
"name": "tool-lsp-description",
|
|
529
544
|
"template": "Interact with Language Server Protocol (LSP) servers to get code intelligence features.\n\nSupported operations:\n- goToDefinition: Find where a symbol is defined\n- findReferences: Find all references to a symbol\n- hover: Get hover information (documentation, type info) for a symbol\n- documentSymbol: Get all symbols (functions, classes, variables) in a document\n- workspaceSymbol: Search for symbols across the entire workspace\n- goToImplementation: Find implementations of an interface or abstract method\n- prepareCallHierarchy: Get call hierarchy item at a position (functions/methods)\n- incomingCalls: Find all functions/methods that call the function at a position\n- outgoingCalls: Find all functions/methods called by the function at a position\n\nAll operations require:\n- filePath: The file to operate on\n- line: The line number (1-based, as shown in editors)\n- character: The character offset (1-based, as shown in editors)\n\nNote: LSP servers must be configured for the file type. If no server is available, an error will be returned.\n"
|
|
530
545
|
},
|
|
546
|
+
{
|
|
547
|
+
"name": "tool-structuredoutput-description",
|
|
548
|
+
"template": "Use this tool to return your final response in the requested structured format. You MUST call this tool exactly once at the end of your response to provide the structured output.\n"
|
|
549
|
+
},
|
|
531
550
|
{
|
|
532
551
|
"name": "output-style-explanatory",
|
|
533
552
|
"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."
|
|
@@ -591,6 +610,7 @@
|
|
|
591
610
|
"gemini-2.5-pro",
|
|
592
611
|
"gemini-2.5-flash",
|
|
593
612
|
"gpt-5.2",
|
|
613
|
+
"gpt-5.2-codex",
|
|
594
614
|
"gpt-5.1",
|
|
595
615
|
"gpt-5.1-codex",
|
|
596
616
|
"gpt-5.1-codex-max",
|
|
@@ -623,7 +643,8 @@
|
|
|
623
643
|
"SlashCommand",
|
|
624
644
|
"Skill",
|
|
625
645
|
"AskUserQuestion",
|
|
626
|
-
"LSP"
|
|
646
|
+
"LSP",
|
|
647
|
+
"StructuredOutput"
|
|
627
648
|
],
|
|
628
649
|
"tags": [
|
|
629
650
|
"cli",
|
|
@@ -899,6 +920,7 @@
|
|
|
899
920
|
"craft",
|
|
900
921
|
"ask",
|
|
901
922
|
"plan",
|
|
923
|
+
"debug",
|
|
902
924
|
"code-explorer"
|
|
903
925
|
],
|
|
904
926
|
"builtInMarketplaces": {
|
|
@@ -1015,8 +1037,12 @@
|
|
|
1015
1037
|
{
|
|
1016
1038
|
"name": "LSP",
|
|
1017
1039
|
"description": "tool-lsp-description"
|
|
1040
|
+
},
|
|
1041
|
+
{
|
|
1042
|
+
"name": "StructuredOutput",
|
|
1043
|
+
"description": "tool-structuredoutput-description"
|
|
1018
1044
|
}
|
|
1019
1045
|
],
|
|
1020
|
-
"commit": "
|
|
1021
|
-
"date": "2026-01-
|
|
1046
|
+
"commit": "fafbdff9cb34edfe44e1fa1b693e600efbf85bb9",
|
|
1047
|
+
"date": "2026-01-15T14:29:37.476Z"
|
|
1022
1048
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -33,7 +33,8 @@
|
|
|
33
33
|
"SlashCommand",
|
|
34
34
|
"Skill",
|
|
35
35
|
"AskUserQuestion",
|
|
36
|
-
"Lsp"
|
|
36
|
+
"Lsp",
|
|
37
|
+
"StructuredOutput"
|
|
37
38
|
],
|
|
38
39
|
"tags": [
|
|
39
40
|
"cli",
|
|
@@ -198,6 +199,6 @@
|
|
|
198
199
|
"BillingNotice": false,
|
|
199
200
|
"CustomModelsJSON": true
|
|
200
201
|
},
|
|
201
|
-
"commit": "
|
|
202
|
-
"date": "2026-01-
|
|
202
|
+
"commit": "fafbdff9cb34edfe44e1fa1b693e600efbf85bb9",
|
|
203
|
+
"date": "2026-01-15T14:29:43.045Z"
|
|
203
204
|
}
|