@tencent-ai/codebuddy-code 1.4.1 → 1.4.2
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 +5 -3
- package/dist/codebuddy.js +1 -1
- package/package.json +1 -1
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +5 -16
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.2",
|
|
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.internal.json
CHANGED
|
@@ -211,6 +211,6 @@
|
|
|
211
211
|
"productFeatures": {
|
|
212
212
|
"BillingNotice": false
|
|
213
213
|
},
|
|
214
|
-
"commit": "
|
|
215
|
-
"date": "2025-09-
|
|
214
|
+
"commit": "8ddcebed0e617863a13bce7d4c556db9d815b665",
|
|
215
|
+
"date": "2025-09-29T01:29:06.530Z"
|
|
216
216
|
}
|
package/product.ioa.json
CHANGED
|
@@ -303,6 +303,6 @@
|
|
|
303
303
|
"productFeatures": {
|
|
304
304
|
"BillingNotice": false
|
|
305
305
|
},
|
|
306
|
-
"commit": "
|
|
307
|
-
"date": "2025-09-
|
|
306
|
+
"commit": "8ddcebed0e617863a13bce7d4c556db9d815b665",
|
|
307
|
+
"date": "2025-09-29T01:29:07.763Z"
|
|
308
308
|
}
|
package/product.json
CHANGED
|
@@ -80,22 +80,11 @@
|
|
|
80
80
|
"models": [
|
|
81
81
|
{
|
|
82
82
|
"credits": "x2.00 credits",
|
|
83
|
-
"id": "
|
|
83
|
+
"id": "default-model",
|
|
84
84
|
"maxAllowedSize": 80000,
|
|
85
85
|
"maxInputTokens": 200000,
|
|
86
86
|
"maxOutputTokens": 24000,
|
|
87
|
-
"name": "
|
|
88
|
-
"supportsImages": true,
|
|
89
|
-
"supportsToolCall": true,
|
|
90
|
-
"vendor": "e"
|
|
91
|
-
},
|
|
92
|
-
{
|
|
93
|
-
"credits": "x2.00 credits",
|
|
94
|
-
"id": "claude-4.0",
|
|
95
|
-
"maxAllowedSize": 80000,
|
|
96
|
-
"maxInputTokens": 200000,
|
|
97
|
-
"maxOutputTokens": 24000,
|
|
98
|
-
"name": "Claude-4.0-Sonnet",
|
|
87
|
+
"name": "Default",
|
|
99
88
|
"supportsImages": true,
|
|
100
89
|
"supportsToolCall": true,
|
|
101
90
|
"vendor": "e"
|
|
@@ -326,7 +315,7 @@
|
|
|
326
315
|
"instructions": "cli-agent-prompt",
|
|
327
316
|
"description": "cli agent",
|
|
328
317
|
"models": [
|
|
329
|
-
"
|
|
318
|
+
"default-model",
|
|
330
319
|
"gemini-2.5-flash",
|
|
331
320
|
"gemini-2.5-pro",
|
|
332
321
|
"gpt-5",
|
|
@@ -583,6 +572,6 @@
|
|
|
583
572
|
"description": "tool-task-description"
|
|
584
573
|
}
|
|
585
574
|
],
|
|
586
|
-
"commit": "
|
|
587
|
-
"date": "2025-09-
|
|
575
|
+
"commit": "8ddcebed0e617863a13bce7d4c556db9d815b665",
|
|
576
|
+
"date": "2025-09-29T01:29:05.300Z"
|
|
588
577
|
}
|