@tencent-ai/codebuddy-code 1.23.0 → 1.24.0
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 +20 -7
- package/dist/codebuddy.js +14 -1
- package/lib/node/index.js +28 -26
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +17 -2
- package/product.ioa.json +17 -2
- package/product.json +3 -2
- package/product.selfhosted.json +2 -2
package/lib/node/index.js
CHANGED
|
@@ -1,40 +1,42 @@
|
|
|
1
1
|
import './process';
|
|
2
|
-
export * from './
|
|
3
|
-
export * from './ui';
|
|
4
|
-
export * from './product';
|
|
5
|
-
export * from './runtime';
|
|
6
|
-
export * from './tools';
|
|
2
|
+
export * from './agent';
|
|
7
3
|
export * from './authentication';
|
|
4
|
+
export * from './billing';
|
|
8
5
|
export * from './cli';
|
|
6
|
+
export * from './client';
|
|
7
|
+
export * from './command';
|
|
9
8
|
export * from './console';
|
|
10
|
-
export * from './agent';
|
|
11
|
-
export * from './session';
|
|
12
9
|
export * from './constants';
|
|
13
10
|
export * from './context';
|
|
11
|
+
export * from './debug';
|
|
12
|
+
export * from './doctor';
|
|
13
|
+
export * from './embed-fs';
|
|
14
|
+
export * from './git';
|
|
15
|
+
export * from './hooks';
|
|
14
16
|
export * from './http';
|
|
17
|
+
export * from './install';
|
|
18
|
+
export * from './mcp';
|
|
19
|
+
export * from './memory';
|
|
15
20
|
export * from './model';
|
|
21
|
+
export * from './navigation';
|
|
22
|
+
export * from './permission';
|
|
23
|
+
export * from './product';
|
|
24
|
+
export * from './references';
|
|
25
|
+
export * from './resume';
|
|
26
|
+
export * from './runtime';
|
|
27
|
+
export * from './sandbox';
|
|
16
28
|
export * from './server';
|
|
17
|
-
export * from './
|
|
18
|
-
export * from './shell';
|
|
19
|
-
export * from './git';
|
|
20
|
-
export * from './memory';
|
|
21
|
-
export * from './trace';
|
|
29
|
+
export * from './session';
|
|
22
30
|
export * from './settings';
|
|
23
|
-
export * from './
|
|
24
|
-
export * from './mcp';
|
|
25
|
-
export * from './update';
|
|
26
|
-
export * from './client';
|
|
31
|
+
export * from './shell';
|
|
27
32
|
export * from './shortcut';
|
|
28
|
-
export * from './
|
|
33
|
+
export * from './status';
|
|
29
34
|
export * from './telemetry';
|
|
30
|
-
export * from './billing';
|
|
31
|
-
export * from './token-usage-thresholds';
|
|
32
|
-
export * from './references';
|
|
33
|
-
export * from './permission';
|
|
34
|
-
export * from './doctor';
|
|
35
|
-
export * from './resume';
|
|
36
35
|
export * from './tips';
|
|
37
|
-
export * from './
|
|
38
|
-
export * from './
|
|
39
|
-
export * from './
|
|
36
|
+
export * from './token-usage-thresholds';
|
|
37
|
+
export * from './tools';
|
|
38
|
+
export * from './trace';
|
|
39
|
+
export * from './ui';
|
|
40
|
+
export * from './update';
|
|
41
|
+
export * from './plugins';
|
|
40
42
|
//# sourceMappingURL=index.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.24.0",
|
|
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
|
@@ -175,6 +175,6 @@
|
|
|
175
175
|
"productFeatures": {
|
|
176
176
|
"BillingNotice": false
|
|
177
177
|
},
|
|
178
|
-
"commit": "
|
|
179
|
-
"date": "2025-11-
|
|
178
|
+
"commit": "a3d03a0169da34bb1e617d77b38a9ff6e240eb47",
|
|
179
|
+
"date": "2025-11-04T13:44:34.566Z"
|
|
180
180
|
}
|
package/product.internal.json
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
"instructions": "cli-agent-prompt",
|
|
8
8
|
"description": "cli agent",
|
|
9
9
|
"models": [
|
|
10
|
+
"glm-4.6",
|
|
10
11
|
"deepseek-v3.1",
|
|
11
12
|
"deepseek-v3-0324"
|
|
12
13
|
],
|
|
@@ -147,6 +148,20 @@
|
|
|
147
148
|
"disabledMultimodal": true,
|
|
148
149
|
"maxAllowedSize": 56000
|
|
149
150
|
},
|
|
151
|
+
{
|
|
152
|
+
"credits": "x0.18 credits",
|
|
153
|
+
"id": "glm-4.6",
|
|
154
|
+
"name": "GLM-4.6",
|
|
155
|
+
"vendor": "f",
|
|
156
|
+
"maxOutputTokens": 32000,
|
|
157
|
+
"maxInputTokens": 168000,
|
|
158
|
+
"supportsToolCall": true,
|
|
159
|
+
"supportsImages": false,
|
|
160
|
+
"disabledMultimodal": true,
|
|
161
|
+
"maxAllowedSize": 168000,
|
|
162
|
+
"supportsReasoning": true,
|
|
163
|
+
"temperature": 1
|
|
164
|
+
},
|
|
150
165
|
{
|
|
151
166
|
"id": "hunyuan-chat",
|
|
152
167
|
"name": "Hunyuan-Turbos",
|
|
@@ -177,6 +192,6 @@
|
|
|
177
192
|
"productFeatures": {
|
|
178
193
|
"BillingNotice": false
|
|
179
194
|
},
|
|
180
|
-
"commit": "
|
|
181
|
-
"date": "2025-11-
|
|
195
|
+
"commit": "a3d03a0169da34bb1e617d77b38a9ff6e240eb47",
|
|
196
|
+
"date": "2025-11-04T13:44:32.214Z"
|
|
182
197
|
}
|
package/product.ioa.json
CHANGED
|
@@ -16,6 +16,7 @@
|
|
|
16
16
|
"gpt-5-mini",
|
|
17
17
|
"gpt-5-nano",
|
|
18
18
|
"o4-mini",
|
|
19
|
+
"glm-4.6",
|
|
19
20
|
"deepseek-v3.1"
|
|
20
21
|
],
|
|
21
22
|
"commands": [
|
|
@@ -148,6 +149,20 @@
|
|
|
148
149
|
"disabledMultimodal": true,
|
|
149
150
|
"maxAllowedSize": 56000
|
|
150
151
|
},
|
|
152
|
+
{
|
|
153
|
+
"credits": "x0.18 credits",
|
|
154
|
+
"id": "glm-4.6",
|
|
155
|
+
"name": "GLM-4.6",
|
|
156
|
+
"vendor": "f",
|
|
157
|
+
"maxOutputTokens": 32000,
|
|
158
|
+
"maxInputTokens": 168000,
|
|
159
|
+
"supportsToolCall": true,
|
|
160
|
+
"supportsImages": false,
|
|
161
|
+
"disabledMultimodal": true,
|
|
162
|
+
"maxAllowedSize": 168000,
|
|
163
|
+
"supportsReasoning": true,
|
|
164
|
+
"temperature": 1
|
|
165
|
+
},
|
|
151
166
|
{
|
|
152
167
|
"credits": "x2.00 credits",
|
|
153
168
|
"id": "claude-4.0",
|
|
@@ -318,6 +333,6 @@
|
|
|
318
333
|
"productFeatures": {
|
|
319
334
|
"BillingNotice": false
|
|
320
335
|
},
|
|
321
|
-
"commit": "
|
|
322
|
-
"date": "2025-11-
|
|
336
|
+
"commit": "a3d03a0169da34bb1e617d77b38a9ff6e240eb47",
|
|
337
|
+
"date": "2025-11-04T13:44:33.421Z"
|
|
323
338
|
}
|
package/product.json
CHANGED
|
@@ -231,6 +231,7 @@
|
|
|
231
231
|
"emergency": 0.92
|
|
232
232
|
}
|
|
233
233
|
},
|
|
234
|
+
"requestMaxStepLimit": 64,
|
|
234
235
|
"prompts": [
|
|
235
236
|
{
|
|
236
237
|
"name": "cli-agent-prompt",
|
|
@@ -691,6 +692,6 @@
|
|
|
691
692
|
"description": "tool-skill-description"
|
|
692
693
|
}
|
|
693
694
|
],
|
|
694
|
-
"commit": "
|
|
695
|
-
"date": "2025-11-
|
|
695
|
+
"commit": "a3d03a0169da34bb1e617d77b38a9ff6e240eb47",
|
|
696
|
+
"date": "2025-11-04T13:44:31.055Z"
|
|
696
697
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -145,6 +145,6 @@
|
|
|
145
145
|
"productFeatures": {
|
|
146
146
|
"BillingNotice": false
|
|
147
147
|
},
|
|
148
|
-
"commit": "
|
|
149
|
-
"date": "2025-11-
|
|
148
|
+
"commit": "a3d03a0169da34bb1e617d77b38a9ff6e240eb47",
|
|
149
|
+
"date": "2025-11-04T13:44:35.734Z"
|
|
150
150
|
}
|