@tencent-ai/codebuddy-code 1.9.1 → 1.10.1

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
@@ -33,4 +33,5 @@ export * from './permission';
33
33
  export * from './doctor';
34
34
  export * from './resume';
35
35
  export * from './tips';
36
+ export * from './debug';
36
37
  //# sourceMappingURL=index.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "1.9.1",
3
+ "version": "1.10.1",
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",
@@ -6,7 +6,7 @@
6
6
  "instructions": "cli-agent-prompt",
7
7
  "description": "cli agent",
8
8
  "models": [
9
- "deepseek-v3-1-lkeap",
9
+ "deepseek-v3.1",
10
10
  "deepseek-v3-0324"
11
11
  ],
12
12
  "commands": [
@@ -125,8 +125,8 @@
125
125
  "maxAllowedSize": 56000
126
126
  },
127
127
  {
128
- "id": "deepseek-v3-1",
129
- "name": "DeepSeek-V3.1",
128
+ "id": "deepseek-v3.1",
129
+ "name": "DeepSeek-V3.1-Terminus",
130
130
  "vendor": "f",
131
131
  "maxOutputTokens": 8192,
132
132
  "maxInputTokens": 128000,
@@ -135,37 +135,6 @@
135
135
  "disabledMultimodal": true,
136
136
  "maxAllowedSize": 56000
137
137
  },
138
- {
139
- "id": "deepseek-v3-1-lkeap",
140
- "name": "DeepSeek-V3.1",
141
- "vendor": "f",
142
- "maxOutputTokens": 8192,
143
- "maxInputTokens": 128000,
144
- "supportsToolCall": true,
145
- "supportsImages": false,
146
- "disabledMultimodal": true,
147
- "maxAllowedSize": 56000
148
- },
149
- {
150
- "id": "deepseek-v3-0324-lkeap",
151
- "name": "DeepSeek-V3-0324",
152
- "vendor": "f",
153
- "maxOutputTokens": 8192,
154
- "maxInputTokens": 200000,
155
- "supportsToolCall": true,
156
- "supportsImages": false,
157
- "disabledMultimodal": true
158
- },
159
- {
160
- "id": "deepseek-r1-0528-lkeap",
161
- "name": "DeepSeek-R1-0528",
162
- "vendor": "f",
163
- "maxOutputTokens": 8192,
164
- "maxInputTokens": 200000,
165
- "supportsToolCall": true,
166
- "supportsImages": false,
167
- "disabledMultimodal": true
168
- },
169
138
  {
170
139
  "id": "hunyuan-chat",
171
140
  "name": "Hunyuan-Turbos",
@@ -176,37 +145,16 @@
176
145
  "supportsImages": false,
177
146
  "disabledMultimodal": true
178
147
  },
179
- {
180
- "id": "default-1.1",
181
- "name": "Default",
182
- "vendor": "e",
183
- "maxOutputTokens": 24000,
184
- "maxInputTokens": 200000,
185
- "supportsToolCall": true,
186
- "supportsImages": true
187
- },
188
- {
189
- "id": "default-1.2",
190
- "name": "Default",
191
- "vendor": "e",
192
- "maxOutputTokens": 24000,
193
- "maxInputTokens": 200000,
194
- "supportsToolCall": true,
195
- "supportsImages": true
196
- },
197
- {
198
- "id": "deepseek-r1-0528",
199
- "name": "deepseek-r1",
200
- "vendor": "tencent",
201
- "maxOutputTokens": 256,
202
- "supportsExtra": true
203
- },
204
148
  {
205
149
  "id": "deepseek-v3-0324",
206
150
  "name": "DeepSeek-V3",
207
151
  "vendor": "tencent",
208
152
  "maxOutputTokens": 8192,
209
- "maxInputTokens": 200000
153
+ "maxInputTokens": 128000,
154
+ "supportsToolCall": true,
155
+ "supportsImages": false,
156
+ "disabledMultimodal": true,
157
+ "maxAllowedSize": 56000
210
158
  }
211
159
  ],
212
160
  "links": {
@@ -216,6 +164,6 @@
216
164
  "productFeatures": {
217
165
  "BillingNotice": false
218
166
  },
219
- "commit": "e94e81717bf7257f6faa9499ad3c6893023a7399",
220
- "date": "2025-10-09T14:36:33.875Z"
167
+ "commit": "0f1862b0cc38f8e0ebc85198e2b122a3309c075c",
168
+ "date": "2025-10-11T03:11:50.123Z"
221
169
  }
package/product.ioa.json CHANGED
@@ -8,14 +8,14 @@
8
8
  "models": [
9
9
  "claude-4.0",
10
10
  "claude-4.5",
11
- "gemini-2.5-flash",
12
11
  "gemini-2.5-pro",
12
+ "gemini-2.5-flash",
13
13
  "gpt-5",
14
14
  "gpt-5-codex",
15
15
  "gpt-5-mini",
16
16
  "gpt-5-nano",
17
17
  "o4-mini",
18
- "deepseek-v3-1-lkeap"
18
+ "deepseek-v3.1"
19
19
  ],
20
20
  "commands": [
21
21
  "init",
@@ -123,19 +123,9 @@
123
123
  ],
124
124
  "models": [
125
125
  {
126
- "id": "deepseek-v3-1",
127
- "name": "DeepSeek-V3.1",
128
- "vendor": "f",
129
- "maxOutputTokens": 8192,
130
- "maxInputTokens": 64000,
131
- "supportsToolCall": true,
132
- "supportsImages": false,
133
- "disabledMultimodal": true,
134
- "maxAllowedSize": 56000
135
- },
136
- {
137
- "id": "deepseek-v3-1-lkeap",
138
- "name": "DeepSeek-V3.1",
126
+ "credits": "x0.01 credits",
127
+ "id": "deepseek-v3.1",
128
+ "name": "DeepSeek-V3.1-Terminus",
139
129
  "vendor": "f",
140
130
  "maxOutputTokens": 8192,
141
131
  "maxInputTokens": 128000,
@@ -145,6 +135,7 @@
145
135
  "maxAllowedSize": 56000
146
136
  },
147
137
  {
138
+ "credits": "x2.00 credits",
148
139
  "id": "claude-4.0",
149
140
  "name": "Claude-4.0-Sonnet",
150
141
  "vendor": "e",
@@ -157,6 +148,7 @@
157
148
  "isDefault": true
158
149
  },
159
150
  {
151
+ "credits": "x2.00 credits",
160
152
  "id": "claude-4.5",
161
153
  "name": "Claude-4.5-Sonnet",
162
154
  "vendor": "e",
@@ -168,6 +160,7 @@
168
160
  "supportsReasoning": true
169
161
  },
170
162
  {
163
+ "credits": "x0.87 credits",
171
164
  "id": "gpt-5",
172
165
  "name": "GPT-5",
173
166
  "vendor": "e",
@@ -183,6 +176,7 @@
183
176
  }
184
177
  },
185
178
  {
179
+ "credits": "x0.87 credits",
186
180
  "id": "gpt-5-codex",
187
181
  "name": "GPT-5-codex",
188
182
  "vendor": "e",
@@ -198,6 +192,7 @@
198
192
  }
199
193
  },
200
194
  {
195
+ "credits": "x0.17 credits",
201
196
  "id": "gpt-5-mini",
202
197
  "name": "GPT-5-mini",
203
198
  "vendor": "e",
@@ -208,6 +203,7 @@
208
203
  "maxAllowedSize": 80000
209
204
  },
210
205
  {
206
+ "credits": "x0.03 credits",
211
207
  "id": "gpt-5-nano",
212
208
  "name": "GPT-5-nano",
213
209
  "vendor": "e",
@@ -218,6 +214,7 @@
218
214
  "maxAllowedSize": 80000
219
215
  },
220
216
  {
217
+ "credits": "x0.52 credits",
221
218
  "id": "o4-mini",
222
219
  "name": "GPT-4o-mini",
223
220
  "vendor": "e",
@@ -227,16 +224,6 @@
227
224
  "supportsImages": true,
228
225
  "maxAllowedSize": 40000
229
226
  },
230
- {
231
- "id": "deepseek-v3-0324-lkeap",
232
- "name": "deepseek-v3-0324",
233
- "vendor": "f",
234
- "maxOutputTokens": 8192,
235
- "maxInputTokens": 200000,
236
- "supportsToolCall": true,
237
- "supportsImages": false,
238
- "disabledMultimodal": true
239
- },
240
227
  {
241
228
  "id": "deepseek-v3-0324-gf",
242
229
  "name": "DeepSeek-V3-0324",
@@ -268,35 +255,7 @@
268
255
  "disabledMultimodal": true
269
256
  },
270
257
  {
271
- "id": "deepseek-r1-0528-lkeap",
272
- "name": "deepseek-r1-0528",
273
- "vendor": "f",
274
- "maxOutputTokens": 8192,
275
- "maxInputTokens": 200000,
276
- "supportsToolCall": true,
277
- "supportsImages": false,
278
- "disabledMultimodal": true
279
- },
280
- {
281
- "id": "deepseek-r1-0528",
282
- "name": "deepseek-r1",
283
- "vendor": "tencent",
284
- "maxOutputTokens": 256,
285
- "supportsExtra": true
286
- },
287
- {
288
- "id": "deepseek-v3-0324-taco",
289
- "name": "deepseek-v3-taco",
290
- "vendor": "tencent",
291
- "maxOutputTokens": 8192
292
- },
293
- {
294
- "id": "deepseek-v3-0324",
295
- "name": "deepseek-v3",
296
- "vendor": "tencent",
297
- "maxOutputTokens": 8192
298
- },
299
- {
258
+ "credits": "x0.25 credits",
300
259
  "id": "gemini-2.5-flash",
301
260
  "name": "Gemini-2.5-Flash",
302
261
  "maxOutputTokens": 16384,
@@ -306,6 +265,7 @@
306
265
  "maxAllowedSize": 80000
307
266
  },
308
267
  {
268
+ "credits": "x1.05 credits",
309
269
  "id": "gemini-2.5-pro",
310
270
  "name": "Gemini-2.5-Pro",
311
271
  "maxOutputTokens": 16384,
@@ -332,6 +292,6 @@
332
292
  "productFeatures": {
333
293
  "BillingNotice": false
334
294
  },
335
- "commit": "e94e81717bf7257f6faa9499ad3c6893023a7399",
336
- "date": "2025-10-09T14:36:35.136Z"
295
+ "commit": "0f1862b0cc38f8e0ebc85198e2b122a3309c075c",
296
+ "date": "2025-10-11T03:11:51.356Z"
337
297
  }
package/product.json CHANGED
@@ -358,8 +358,8 @@
358
358
  "description": "cli agent",
359
359
  "models": [
360
360
  "default-model",
361
- "gemini-2.5-flash",
362
361
  "gemini-2.5-pro",
362
+ "gemini-2.5-flash",
363
363
  "gpt-5",
364
364
  "gpt-5-codex",
365
365
  "gpt-5-mini",
@@ -633,6 +633,6 @@
633
633
  "description": "tool-killshell-description"
634
634
  }
635
635
  ],
636
- "commit": "e94e81717bf7257f6faa9499ad3c6893023a7399",
637
- "date": "2025-10-09T14:36:32.650Z"
636
+ "commit": "0f1862b0cc38f8e0ebc85198e2b122a3309c075c",
637
+ "date": "2025-10-11T03:11:48.828Z"
638
638
  }