@tencent-ai/codebuddy-code 1.0.9 → 1.0.10
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 +14 -0
- package/dist/codebuddy.js +1 -1
- package/package.json +1 -1
- package/product.internal.json +14 -2
- package/product.ioa.json +15 -3
- package/product.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.10",
|
|
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
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"description": "cli agent",
|
|
8
8
|
"models": [
|
|
9
9
|
"default-1.2",
|
|
10
|
+
"deepseek-v3-1-lkeap",
|
|
10
11
|
"deepseek-v3-0324"
|
|
11
12
|
],
|
|
12
13
|
"commands": [
|
|
@@ -121,6 +122,17 @@
|
|
|
121
122
|
"disabledMultimodal": true,
|
|
122
123
|
"maxAllowedSize": 56000
|
|
123
124
|
},
|
|
125
|
+
{
|
|
126
|
+
"id": "deepseek-v3-1-lkeap",
|
|
127
|
+
"name": "DeepSeek-V3.1",
|
|
128
|
+
"vendor": "f",
|
|
129
|
+
"maxOutputTokens": 8192,
|
|
130
|
+
"maxInputTokens": 128000,
|
|
131
|
+
"supportsToolCall": true,
|
|
132
|
+
"supportsImages": false,
|
|
133
|
+
"disabledMultimodal": true,
|
|
134
|
+
"maxAllowedSize": 56000
|
|
135
|
+
},
|
|
124
136
|
{
|
|
125
137
|
"id": "deepseek-v3-0324-lkeap",
|
|
126
138
|
"name": "DeepSeek-V3-0324",
|
|
@@ -184,6 +196,6 @@
|
|
|
184
196
|
"maxInputTokens": 200000
|
|
185
197
|
}
|
|
186
198
|
],
|
|
187
|
-
"commit": "
|
|
188
|
-
"date": "2025-09-
|
|
199
|
+
"commit": "587571fb07391df955ac96046a62a43d2ab76942",
|
|
200
|
+
"date": "2025-09-11T11:26:16.027Z"
|
|
189
201
|
}
|
package/product.ioa.json
CHANGED
|
@@ -12,7 +12,8 @@
|
|
|
12
12
|
"gpt-5",
|
|
13
13
|
"gpt-5-mini",
|
|
14
14
|
"gpt-5-nano",
|
|
15
|
-
"o4-mini"
|
|
15
|
+
"o4-mini",
|
|
16
|
+
"deepseek-v3-1-lkeap"
|
|
16
17
|
],
|
|
17
18
|
"commands": [
|
|
18
19
|
"init",
|
|
@@ -116,6 +117,17 @@
|
|
|
116
117
|
"disabledMultimodal": true,
|
|
117
118
|
"maxAllowedSize": 56000
|
|
118
119
|
},
|
|
120
|
+
{
|
|
121
|
+
"id": "deepseek-v3-1-lkeap",
|
|
122
|
+
"name": "DeepSeek-V3.1",
|
|
123
|
+
"vendor": "f",
|
|
124
|
+
"maxOutputTokens": 8192,
|
|
125
|
+
"maxInputTokens": 128000,
|
|
126
|
+
"supportsToolCall": true,
|
|
127
|
+
"supportsImages": false,
|
|
128
|
+
"disabledMultimodal": true,
|
|
129
|
+
"maxAllowedSize": 56000
|
|
130
|
+
},
|
|
119
131
|
{
|
|
120
132
|
"id": "claude-3.7",
|
|
121
133
|
"name": "Claude-3.7-Sonnet",
|
|
@@ -275,6 +287,6 @@
|
|
|
275
287
|
"disabledMultimodal": true
|
|
276
288
|
}
|
|
277
289
|
],
|
|
278
|
-
"commit": "
|
|
279
|
-
"date": "2025-09-
|
|
290
|
+
"commit": "587571fb07391df955ac96046a62a43d2ab76942",
|
|
291
|
+
"date": "2025-09-11T11:26:17.344Z"
|
|
280
292
|
}
|
package/product.json
CHANGED