@tencent-ai/codebuddy-code 1.16.0-next.6109981.20251021 → 1.17.0-next.c04bfad.20251022
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 +33 -1
- package/dist/codebuddy.js +1 -1
- package/lib/node/index.js +1 -0
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +4 -4
- package/product.ioa.json +20 -20
- package/product.json +19 -19
- package/product.selfhosted.json +2 -2
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": "1.
|
|
3
|
+
"version": "1.17.0-next.c04bfad.20251022",
|
|
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
|
@@ -170,6 +170,6 @@
|
|
|
170
170
|
"productFeatures": {
|
|
171
171
|
"BillingNotice": false
|
|
172
172
|
},
|
|
173
|
-
"commit": "
|
|
174
|
-
"date": "2025-10-
|
|
173
|
+
"commit": "c04bfadec202bc779f5351d64d0e06180a32a3bf",
|
|
174
|
+
"date": "2025-10-21T16:05:52.745Z"
|
|
175
175
|
}
|
package/product.internal.json
CHANGED
|
@@ -136,8 +136,8 @@
|
|
|
136
136
|
"id": "deepseek-v3.1",
|
|
137
137
|
"name": "DeepSeek-V3.1-Terminus",
|
|
138
138
|
"vendor": "f",
|
|
139
|
-
"maxOutputTokens":
|
|
140
|
-
"maxInputTokens":
|
|
139
|
+
"maxOutputTokens": 24000,
|
|
140
|
+
"maxInputTokens": 104000,
|
|
141
141
|
"supportsToolCall": true,
|
|
142
142
|
"supportsImages": false,
|
|
143
143
|
"disabledMultimodal": true,
|
|
@@ -172,6 +172,6 @@
|
|
|
172
172
|
"productFeatures": {
|
|
173
173
|
"BillingNotice": false
|
|
174
174
|
},
|
|
175
|
-
"commit": "
|
|
176
|
-
"date": "2025-10-
|
|
175
|
+
"commit": "c04bfadec202bc779f5351d64d0e06180a32a3bf",
|
|
176
|
+
"date": "2025-10-21T16:05:50.277Z"
|
|
177
177
|
}
|
package/product.ioa.json
CHANGED
|
@@ -138,8 +138,8 @@
|
|
|
138
138
|
"id": "deepseek-v3.1",
|
|
139
139
|
"name": "DeepSeek-V3.1-Terminus",
|
|
140
140
|
"vendor": "f",
|
|
141
|
-
"maxOutputTokens":
|
|
142
|
-
"maxInputTokens":
|
|
141
|
+
"maxOutputTokens": 24000,
|
|
142
|
+
"maxInputTokens": 104000,
|
|
143
143
|
"supportsToolCall": true,
|
|
144
144
|
"supportsImages": false,
|
|
145
145
|
"disabledMultimodal": true,
|
|
@@ -151,7 +151,7 @@
|
|
|
151
151
|
"name": "Claude-4.0-Sonnet",
|
|
152
152
|
"vendor": "e",
|
|
153
153
|
"maxOutputTokens": 24000,
|
|
154
|
-
"maxInputTokens":
|
|
154
|
+
"maxInputTokens": 176000,
|
|
155
155
|
"supportsToolCall": true,
|
|
156
156
|
"supportsImages": true,
|
|
157
157
|
"maxAllowedSize": 80000,
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"name": "Claude-4.5-Sonnet",
|
|
165
165
|
"vendor": "e",
|
|
166
166
|
"maxOutputTokens": 24000,
|
|
167
|
-
"maxInputTokens":
|
|
167
|
+
"maxInputTokens": 176000,
|
|
168
168
|
"supportsToolCall": true,
|
|
169
169
|
"supportsImages": true,
|
|
170
170
|
"maxAllowedSize": 80000,
|
|
@@ -175,8 +175,8 @@
|
|
|
175
175
|
"id": "gpt-5",
|
|
176
176
|
"name": "GPT-5",
|
|
177
177
|
"vendor": "e",
|
|
178
|
-
"maxOutputTokens":
|
|
179
|
-
"maxInputTokens":
|
|
178
|
+
"maxOutputTokens": 72000,
|
|
179
|
+
"maxInputTokens": 200000,
|
|
180
180
|
"supportsToolCall": true,
|
|
181
181
|
"supportsImages": true,
|
|
182
182
|
"maxAllowedSize": 80000,
|
|
@@ -191,8 +191,8 @@
|
|
|
191
191
|
"id": "gpt-5-codex",
|
|
192
192
|
"name": "GPT-5-codex",
|
|
193
193
|
"vendor": "e",
|
|
194
|
-
"maxOutputTokens":
|
|
195
|
-
"maxInputTokens":
|
|
194
|
+
"maxOutputTokens": 72000,
|
|
195
|
+
"maxInputTokens": 200000,
|
|
196
196
|
"supportsToolCall": true,
|
|
197
197
|
"supportsImages": true,
|
|
198
198
|
"maxAllowedSize": 80000,
|
|
@@ -207,8 +207,8 @@
|
|
|
207
207
|
"id": "gpt-5-mini",
|
|
208
208
|
"name": "GPT-5-mini",
|
|
209
209
|
"vendor": "e",
|
|
210
|
-
"maxOutputTokens":
|
|
211
|
-
"maxInputTokens":
|
|
210
|
+
"maxOutputTokens": 72000,
|
|
211
|
+
"maxInputTokens": 200000,
|
|
212
212
|
"supportsToolCall": true,
|
|
213
213
|
"supportsImages": true,
|
|
214
214
|
"maxAllowedSize": 80000
|
|
@@ -218,8 +218,8 @@
|
|
|
218
218
|
"id": "gpt-5-nano",
|
|
219
219
|
"name": "GPT-5-nano",
|
|
220
220
|
"vendor": "e",
|
|
221
|
-
"maxOutputTokens":
|
|
222
|
-
"maxInputTokens":
|
|
221
|
+
"maxOutputTokens": 72000,
|
|
222
|
+
"maxInputTokens": 200000,
|
|
223
223
|
"supportsToolCall": true,
|
|
224
224
|
"supportsImages": true,
|
|
225
225
|
"maxAllowedSize": 80000
|
|
@@ -229,8 +229,8 @@
|
|
|
229
229
|
"id": "o4-mini",
|
|
230
230
|
"name": "GPT-4o-mini",
|
|
231
231
|
"vendor": "e",
|
|
232
|
-
"maxOutputTokens":
|
|
233
|
-
"maxInputTokens":
|
|
232
|
+
"maxOutputTokens": 24000,
|
|
233
|
+
"maxInputTokens": 104000,
|
|
234
234
|
"supportsToolCall": true,
|
|
235
235
|
"supportsImages": true,
|
|
236
236
|
"maxAllowedSize": 40000
|
|
@@ -269,8 +269,8 @@
|
|
|
269
269
|
"credits": "x0.25 credits",
|
|
270
270
|
"id": "gemini-2.5-flash",
|
|
271
271
|
"name": "Gemini-2.5-Flash",
|
|
272
|
-
"maxOutputTokens":
|
|
273
|
-
"maxInputTokens":
|
|
272
|
+
"maxOutputTokens": 64000,
|
|
273
|
+
"maxInputTokens": 200000,
|
|
274
274
|
"supportsToolCall": true,
|
|
275
275
|
"supportsImages": true,
|
|
276
276
|
"maxAllowedSize": 80000
|
|
@@ -279,8 +279,8 @@
|
|
|
279
279
|
"credits": "x1.05 credits",
|
|
280
280
|
"id": "gemini-2.5-pro",
|
|
281
281
|
"name": "Gemini-2.5-Pro",
|
|
282
|
-
"maxOutputTokens":
|
|
283
|
-
"maxInputTokens":
|
|
282
|
+
"maxOutputTokens": 64000,
|
|
283
|
+
"maxInputTokens": 200000,
|
|
284
284
|
"supportsToolCall": true,
|
|
285
285
|
"supportsImages": true,
|
|
286
286
|
"maxAllowedSize": 80000
|
|
@@ -303,6 +303,6 @@
|
|
|
303
303
|
"productFeatures": {
|
|
304
304
|
"BillingNotice": false
|
|
305
305
|
},
|
|
306
|
-
"commit": "
|
|
307
|
-
"date": "2025-10-
|
|
306
|
+
"commit": "c04bfadec202bc779f5351d64d0e06180a32a3bf",
|
|
307
|
+
"date": "2025-10-21T16:05:51.513Z"
|
|
308
308
|
}
|
package/product.json
CHANGED
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
"credits": "x2.00 credits",
|
|
104
104
|
"id": "default-model",
|
|
105
105
|
"maxAllowedSize": 80000,
|
|
106
|
-
"maxInputTokens": 200000,
|
|
107
106
|
"maxOutputTokens": 24000,
|
|
107
|
+
"maxInputTokens": 176000,
|
|
108
108
|
"name": "Default",
|
|
109
109
|
"supportsImages": true,
|
|
110
110
|
"supportsToolCall": true,
|
|
@@ -115,8 +115,8 @@
|
|
|
115
115
|
"credits": "x0.87 credits",
|
|
116
116
|
"id": "gpt-5",
|
|
117
117
|
"maxAllowedSize": 80000,
|
|
118
|
-
"
|
|
119
|
-
"
|
|
118
|
+
"maxOutputTokens": 72000,
|
|
119
|
+
"maxInputTokens": 200000,
|
|
120
120
|
"name": "GPT-5",
|
|
121
121
|
"supportsImages": true,
|
|
122
122
|
"supportsToolCall": true,
|
|
@@ -132,8 +132,8 @@
|
|
|
132
132
|
"id": "gpt-5-codex",
|
|
133
133
|
"name": "GPT-5-codex",
|
|
134
134
|
"vendor": "e",
|
|
135
|
-
"maxOutputTokens":
|
|
136
|
-
"maxInputTokens":
|
|
135
|
+
"maxOutputTokens": 72000,
|
|
136
|
+
"maxInputTokens": 200000,
|
|
137
137
|
"supportsToolCall": true,
|
|
138
138
|
"supportsImages": true,
|
|
139
139
|
"maxAllowedSize": 80000,
|
|
@@ -147,8 +147,8 @@
|
|
|
147
147
|
"credits": "x0.17 credits",
|
|
148
148
|
"id": "gpt-5-mini",
|
|
149
149
|
"maxAllowedSize": 80000,
|
|
150
|
-
"
|
|
151
|
-
"
|
|
150
|
+
"maxOutputTokens": 72000,
|
|
151
|
+
"maxInputTokens": 200000,
|
|
152
152
|
"name": "GPT-5-mini",
|
|
153
153
|
"supportsImages": true,
|
|
154
154
|
"supportsToolCall": true,
|
|
@@ -158,8 +158,8 @@
|
|
|
158
158
|
"credits": "x0.03 credits",
|
|
159
159
|
"id": "gpt-5-nano",
|
|
160
160
|
"maxAllowedSize": 80000,
|
|
161
|
-
"
|
|
162
|
-
"
|
|
161
|
+
"maxOutputTokens": 72000,
|
|
162
|
+
"maxInputTokens": 200000,
|
|
163
163
|
"name": "GPT-5-nano",
|
|
164
164
|
"supportsImages": true,
|
|
165
165
|
"supportsToolCall": true,
|
|
@@ -169,8 +169,8 @@
|
|
|
169
169
|
"credits": "x0.52 credits",
|
|
170
170
|
"id": "o4-mini",
|
|
171
171
|
"maxAllowedSize": 80000,
|
|
172
|
-
"
|
|
173
|
-
"
|
|
172
|
+
"maxOutputTokens": 24000,
|
|
173
|
+
"maxInputTokens": 104000,
|
|
174
174
|
"name": "GPT-4o-mini",
|
|
175
175
|
"supportsImages": true,
|
|
176
176
|
"supportsToolCall": true,
|
|
@@ -188,8 +188,8 @@
|
|
|
188
188
|
"credits": "x0.25 credits",
|
|
189
189
|
"id": "gemini-2.5-flash",
|
|
190
190
|
"maxAllowedSize": 80000,
|
|
191
|
-
"
|
|
192
|
-
"
|
|
191
|
+
"maxOutputTokens": 64000,
|
|
192
|
+
"maxInputTokens": 200000,
|
|
193
193
|
"name": "Gemini-2.5-Flash",
|
|
194
194
|
"supportsImages": true,
|
|
195
195
|
"supportsToolCall": true
|
|
@@ -198,8 +198,8 @@
|
|
|
198
198
|
"credits": "x1.05 credits",
|
|
199
199
|
"id": "gemini-2.5-pro",
|
|
200
200
|
"maxAllowedSize": 80000,
|
|
201
|
-
"
|
|
202
|
-
"
|
|
201
|
+
"maxOutputTokens": 64000,
|
|
202
|
+
"maxInputTokens": 200000,
|
|
203
203
|
"name": "Gemini-2.5-Pro",
|
|
204
204
|
"supportsImages": true,
|
|
205
205
|
"supportsToolCall": true
|
|
@@ -208,8 +208,8 @@
|
|
|
208
208
|
"credits": "x0.01 credits",
|
|
209
209
|
"disabledMultimodal": true,
|
|
210
210
|
"id": "auto-chat",
|
|
211
|
-
"
|
|
212
|
-
"
|
|
211
|
+
"maxOutputTokens": 24000,
|
|
212
|
+
"maxInputTokens": 104000,
|
|
213
213
|
"name": "auto",
|
|
214
214
|
"supportsImages": false,
|
|
215
215
|
"supportsToolCall": true,
|
|
@@ -669,6 +669,6 @@
|
|
|
669
669
|
"description": "tool-slashcommand-description"
|
|
670
670
|
}
|
|
671
671
|
],
|
|
672
|
-
"commit": "
|
|
673
|
-
"date": "2025-10-
|
|
672
|
+
"commit": "c04bfadec202bc779f5351d64d0e06180a32a3bf",
|
|
673
|
+
"date": "2025-10-21T16:05:49.030Z"
|
|
674
674
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -142,6 +142,6 @@
|
|
|
142
142
|
"productFeatures": {
|
|
143
143
|
"BillingNotice": false
|
|
144
144
|
},
|
|
145
|
-
"commit": "
|
|
146
|
-
"date": "2025-10-
|
|
145
|
+
"commit": "c04bfadec202bc779f5351d64d0e06180a32a3bf",
|
|
146
|
+
"date": "2025-10-21T16:05:53.998Z"
|
|
147
147
|
}
|