@tencent-ai/codebuddy-code 2.1.4 → 2.2.0-next.a65c154.20251113
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 +52 -0
- package/dist/codebuddy.js +3 -3
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +16 -13
- package/product.selfhosted.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0-next.a65c154.20251113",
|
|
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": {}
|
package/product.cloudhosted.json
CHANGED
|
@@ -198,6 +198,6 @@
|
|
|
198
198
|
"BillingNotice": false,
|
|
199
199
|
"CustomModelsJSON": true
|
|
200
200
|
},
|
|
201
|
-
"commit": "
|
|
202
|
-
"date": "2025-11-
|
|
201
|
+
"commit": "a65c154522b7979d29ef4bbe608955f5064347a1",
|
|
202
|
+
"date": "2025-11-13T10:05:33.890Z"
|
|
203
203
|
}
|
package/product.internal.json
CHANGED
|
@@ -200,6 +200,6 @@
|
|
|
200
200
|
"BillingNotice": false,
|
|
201
201
|
"CustomModelsJSON": true
|
|
202
202
|
},
|
|
203
|
-
"commit": "
|
|
204
|
-
"date": "2025-11-
|
|
203
|
+
"commit": "a65c154522b7979d29ef4bbe608955f5064347a1",
|
|
204
|
+
"date": "2025-11-13T10:05:31.542Z"
|
|
205
205
|
}
|
package/product.ioa.json
CHANGED
|
@@ -343,6 +343,6 @@
|
|
|
343
343
|
"BillingNotice": false,
|
|
344
344
|
"CustomModelsJSON": true
|
|
345
345
|
},
|
|
346
|
-
"commit": "
|
|
347
|
-
"date": "2025-11-
|
|
346
|
+
"commit": "a65c154522b7979d29ef4bbe608955f5064347a1",
|
|
347
|
+
"date": "2025-11-13T10:05:32.715Z"
|
|
348
348
|
}
|
package/product.json
CHANGED
|
@@ -83,6 +83,7 @@
|
|
|
83
83
|
"\n\n",
|
|
84
84
|
"// "
|
|
85
85
|
],
|
|
86
|
+
"nesPredictionMaxLines": 4,
|
|
86
87
|
"jumpToHere": {
|
|
87
88
|
"instructions": "jump-to-here-prompt",
|
|
88
89
|
"userMessageInstruction": "jump-to-here-user-message-prompt",
|
|
@@ -92,9 +93,9 @@
|
|
|
92
93
|
"diagnostics"
|
|
93
94
|
],
|
|
94
95
|
"models": [
|
|
95
|
-
"
|
|
96
|
+
"codewise-navi-v1-2-taco"
|
|
96
97
|
],
|
|
97
|
-
"model": "
|
|
98
|
+
"model": "codewise-navi-v1-2-taco"
|
|
98
99
|
}
|
|
99
100
|
},
|
|
100
101
|
"models": [
|
|
@@ -580,14 +581,6 @@
|
|
|
580
581
|
"GenerateCommitMessage": true,
|
|
581
582
|
"InlineCompletions": true,
|
|
582
583
|
"InlineChat": true,
|
|
583
|
-
"NesCompletions": false,
|
|
584
|
-
"NesDocumentActiveChangeTrigger": false,
|
|
585
|
-
"NesCompletionsPrefetching": true,
|
|
586
|
-
"NESPrefetchingAfterEmptyCompletion": false,
|
|
587
|
-
"TriggerNESAfterCompletionHasBeenAccepted": false,
|
|
588
|
-
"NesRepeatFilter": true,
|
|
589
|
-
"NesRepeatFilterV2": false,
|
|
590
|
-
"NesRangeFix": true,
|
|
591
584
|
"CursorPositonPrefetching": false,
|
|
592
585
|
"CompletionsPrefetching": false,
|
|
593
586
|
"CompletionsResultFusion": true,
|
|
@@ -609,12 +602,22 @@
|
|
|
609
602
|
"McpInstallationGuide": true,
|
|
610
603
|
"SelectImage": false,
|
|
611
604
|
"Aegis": true,
|
|
612
|
-
"NesCompletionsJumpToHere": false,
|
|
613
605
|
"ProposalAPI": false,
|
|
614
606
|
"NESNativeRenderer": false,
|
|
615
607
|
"SwitchBySession": true,
|
|
608
|
+
"AutoMode": true,
|
|
616
609
|
"Billing": true,
|
|
617
610
|
"InternationalLogin": true,
|
|
611
|
+
"NesCompletions": true,
|
|
612
|
+
"NesDocumentActiveChangeTrigger": false,
|
|
613
|
+
"NesCompletionsPrefetching": true,
|
|
614
|
+
"NESPrefetchingAfterEmptyCompletion": true,
|
|
615
|
+
"TriggerNESAfterCompletionHasBeenAccepted": true,
|
|
616
|
+
"NesRepeatFilter": false,
|
|
617
|
+
"NesRepeatFilterV2": true,
|
|
618
|
+
"NesRangeFix": false,
|
|
619
|
+
"NesCompletionsJumpToHere": true,
|
|
620
|
+
"ImportMetadataForCompletions": true,
|
|
618
621
|
"BillingNotice": true,
|
|
619
622
|
"CustomModelsJSON": true
|
|
620
623
|
},
|
|
@@ -709,6 +712,6 @@
|
|
|
709
712
|
"description": "tool-skill-description"
|
|
710
713
|
}
|
|
711
714
|
],
|
|
712
|
-
"commit": "
|
|
713
|
-
"date": "2025-11-
|
|
715
|
+
"commit": "a65c154522b7979d29ef4bbe608955f5064347a1",
|
|
716
|
+
"date": "2025-11-13T10:05:30.395Z"
|
|
714
717
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -153,6 +153,6 @@
|
|
|
153
153
|
"BillingNotice": false,
|
|
154
154
|
"CustomModelsJSON": true
|
|
155
155
|
},
|
|
156
|
-
"commit": "
|
|
157
|
-
"date": "2025-11-
|
|
156
|
+
"commit": "a65c154522b7979d29ef4bbe608955f5064347a1",
|
|
157
|
+
"date": "2025-11-13T10:05:35.058Z"
|
|
158
158
|
}
|