@tencent-ai/codebuddy-code 0.0.1-beta.5 → 0.0.1-beta.6
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/dist/340.codebuddy.js +1 -1
- package/dist/codebuddy.js +1 -1
- package/lib/node/index.js +2 -0
- package/package.json +1 -1
- package/product.json +76 -54
- package/dist/35.codebuddy.js +0 -1
- package/dist/449.codebuddy.js +0 -1
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": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.6",
|
|
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.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"ACC_PRODUCT_CONFIG"
|
|
9
9
|
],
|
|
10
10
|
"platform": "CLI",
|
|
11
|
-
"endpoint": "https://
|
|
11
|
+
"endpoint": "https://www.codebuddy.ai",
|
|
12
12
|
"stagingEndpoint": "https://staging-copilot.tencent.com",
|
|
13
13
|
"authentication": {
|
|
14
14
|
"id": "Tencent-Cloud.coding-copilot",
|
|
@@ -59,68 +59,82 @@
|
|
|
59
59
|
},
|
|
60
60
|
"models": [
|
|
61
61
|
{
|
|
62
|
-
"id": "
|
|
63
|
-
"
|
|
64
|
-
"
|
|
65
|
-
"maxOutputTokens":
|
|
62
|
+
"id": "claude-3.7",
|
|
63
|
+
"maxAllowedSize": 80000,
|
|
64
|
+
"maxInputTokens": 200000,
|
|
65
|
+
"maxOutputTokens": 8192,
|
|
66
|
+
"name": "Claude-3.7-Sonnet",
|
|
67
|
+
"supportsImages": true,
|
|
68
|
+
"supportsToolCall": true,
|
|
69
|
+
"vendor": "e"
|
|
66
70
|
},
|
|
67
71
|
{
|
|
68
|
-
"id": "
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"maxOutputTokens":
|
|
72
|
+
"id": "claude-4.0",
|
|
73
|
+
"maxAllowedSize": 80000,
|
|
74
|
+
"maxInputTokens": 200000,
|
|
75
|
+
"maxOutputTokens": 8192,
|
|
76
|
+
"name": "Claude-4.0-Sonnet",
|
|
77
|
+
"supportsImages": true,
|
|
78
|
+
"supportsToolCall": true,
|
|
79
|
+
"vendor": "e"
|
|
72
80
|
},
|
|
73
81
|
{
|
|
74
|
-
"id": "
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"maxOutputTokens":
|
|
82
|
+
"id": "o4-mini",
|
|
83
|
+
"maxAllowedSize": 80000,
|
|
84
|
+
"maxInputTokens": 200000,
|
|
85
|
+
"maxOutputTokens": 32000,
|
|
86
|
+
"name": "GPT-4o-mini",
|
|
87
|
+
"supportsImages": true,
|
|
88
|
+
"supportsToolCall": true,
|
|
89
|
+
"vendor": "e"
|
|
78
90
|
},
|
|
79
91
|
{
|
|
80
|
-
"id": "
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"maxOutputTokens":
|
|
84
|
-
"
|
|
92
|
+
"id": "gemini-2.5-flash",
|
|
93
|
+
"maxAllowedSize": 80000,
|
|
94
|
+
"maxInputTokens": 1000000,
|
|
95
|
+
"maxOutputTokens": 16384,
|
|
96
|
+
"name": "Gemini-2.5-Flash",
|
|
97
|
+
"supportsImages": true,
|
|
98
|
+
"supportsToolCall": true
|
|
85
99
|
},
|
|
86
100
|
{
|
|
87
|
-
"id": "
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"maxOutputTokens":
|
|
91
|
-
"
|
|
101
|
+
"id": "gemini-2.5-pro",
|
|
102
|
+
"maxAllowedSize": 80000,
|
|
103
|
+
"maxInputTokens": 1000000,
|
|
104
|
+
"maxOutputTokens": 16384,
|
|
105
|
+
"name": "Gemini-2.5-Pro",
|
|
106
|
+
"supportsImages": true,
|
|
107
|
+
"supportsToolCall": true
|
|
92
108
|
},
|
|
93
109
|
{
|
|
94
|
-
"id": "
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"maxOutputTokens":
|
|
98
|
-
"
|
|
110
|
+
"id": "gpt-5",
|
|
111
|
+
"maxAllowedSize": 80000,
|
|
112
|
+
"maxInputTokens": 272000,
|
|
113
|
+
"maxOutputTokens": 128000,
|
|
114
|
+
"name": "GPT-5",
|
|
115
|
+
"supportsImages": true,
|
|
116
|
+
"supportsToolCall": true,
|
|
117
|
+
"vendor": "e"
|
|
99
118
|
},
|
|
100
119
|
{
|
|
101
|
-
"id": "
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"maxOutputTokens":
|
|
105
|
-
"
|
|
120
|
+
"id": "gpt-5-mini",
|
|
121
|
+
"maxAllowedSize": 80000,
|
|
122
|
+
"maxInputTokens": 272000,
|
|
123
|
+
"maxOutputTokens": 128000,
|
|
124
|
+
"name": "GPT-5-mini",
|
|
125
|
+
"supportsImages": true,
|
|
126
|
+
"supportsToolCall": true,
|
|
127
|
+
"vendor": "e"
|
|
106
128
|
},
|
|
107
129
|
{
|
|
108
|
-
"id": "
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"maxOutputTokens":
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"vendor": "tencent",
|
|
117
|
-
"maxOutputTokens": 8192
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"id": "deepseek-v3-0324",
|
|
121
|
-
"name": "deepseek-v3",
|
|
122
|
-
"vendor": "tencent",
|
|
123
|
-
"maxOutputTokens": 8192
|
|
130
|
+
"id": "gpt-5-nano",
|
|
131
|
+
"maxAllowedSize": 80000,
|
|
132
|
+
"maxInputTokens": 272000,
|
|
133
|
+
"maxOutputTokens": 128000,
|
|
134
|
+
"name": "GPT-5-nano",
|
|
135
|
+
"supportsImages": true,
|
|
136
|
+
"supportsToolCall": true,
|
|
137
|
+
"vendor": "e"
|
|
124
138
|
}
|
|
125
139
|
],
|
|
126
140
|
"prompts": [
|
|
@@ -171,8 +185,14 @@
|
|
|
171
185
|
"instructions": "cli-agent-prompt",
|
|
172
186
|
"description": "cli agent",
|
|
173
187
|
"models": [
|
|
174
|
-
"
|
|
175
|
-
"
|
|
188
|
+
"claude-3.7",
|
|
189
|
+
"claude-4.0",
|
|
190
|
+
"gpt-5",
|
|
191
|
+
"gpt-5-mini",
|
|
192
|
+
"gpt-5-nano",
|
|
193
|
+
"o4-mini",
|
|
194
|
+
"gemini-2.5-flash",
|
|
195
|
+
"gemini-2.5-pro"
|
|
176
196
|
],
|
|
177
197
|
"commands": [
|
|
178
198
|
"init"
|
|
@@ -182,6 +202,7 @@
|
|
|
182
202
|
"ListFiles",
|
|
183
203
|
"WriteFile",
|
|
184
204
|
"EditFile",
|
|
205
|
+
"MultiEditFile",
|
|
185
206
|
"Bash",
|
|
186
207
|
"Glob",
|
|
187
208
|
"Grep",
|
|
@@ -224,7 +245,8 @@
|
|
|
224
245
|
"UseDefaultModelIfCurrentNotInList": false,
|
|
225
246
|
"CodeAction": true,
|
|
226
247
|
"Mcp": true,
|
|
227
|
-
"McpMarket": true
|
|
248
|
+
"McpMarket": true,
|
|
249
|
+
"SelectImage": true
|
|
228
250
|
},
|
|
229
251
|
"featureToggles": {
|
|
230
252
|
"SupportHttpsAgentProxy": true
|
|
@@ -243,6 +265,6 @@
|
|
|
243
265
|
}
|
|
244
266
|
},
|
|
245
267
|
"deploymentType": "SaaS",
|
|
246
|
-
"commit": "
|
|
247
|
-
"date": "2025-08-
|
|
268
|
+
"commit": "fa979485afca112c73f9d82606b6c4295c3ad348",
|
|
269
|
+
"date": "2025-08-08T10:44:09.609Z"
|
|
248
270
|
}
|