@tencent-ai/codebuddy-code 1.22.2 → 1.23.0-next.5b405a4.20251104
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 +27 -1
- package/dist/codebuddy.js +14 -1
- package/lib/node/index.js +28 -26
- package/package.json +3 -2
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -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.23.0-next.5b405a4.20251104",
|
|
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",
|
|
@@ -29,7 +29,8 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
32
|
+
"access": "public",
|
|
33
|
+
"tag": "next"
|
|
33
34
|
},
|
|
34
35
|
"scripts": {},
|
|
35
36
|
"devDependencies": {}
|
package/product.cloudhosted.json
CHANGED
|
@@ -175,6 +175,6 @@
|
|
|
175
175
|
"productFeatures": {
|
|
176
176
|
"BillingNotice": false
|
|
177
177
|
},
|
|
178
|
-
"commit": "
|
|
179
|
-
"date": "2025-
|
|
178
|
+
"commit": "5b405a4fa36d9d79156e3cf38b09ceba5aa14f0c",
|
|
179
|
+
"date": "2025-11-04T10:05:42.122Z"
|
|
180
180
|
}
|
package/product.internal.json
CHANGED
|
@@ -177,6 +177,6 @@
|
|
|
177
177
|
"productFeatures": {
|
|
178
178
|
"BillingNotice": false
|
|
179
179
|
},
|
|
180
|
-
"commit": "
|
|
181
|
-
"date": "2025-
|
|
180
|
+
"commit": "5b405a4fa36d9d79156e3cf38b09ceba5aa14f0c",
|
|
181
|
+
"date": "2025-11-04T10:05:39.624Z"
|
|
182
182
|
}
|
package/product.ioa.json
CHANGED
|
@@ -318,6 +318,6 @@
|
|
|
318
318
|
"productFeatures": {
|
|
319
319
|
"BillingNotice": false
|
|
320
320
|
},
|
|
321
|
-
"commit": "
|
|
322
|
-
"date": "2025-
|
|
321
|
+
"commit": "5b405a4fa36d9d79156e3cf38b09ceba5aa14f0c",
|
|
322
|
+
"date": "2025-11-04T10:05:40.876Z"
|
|
323
323
|
}
|
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-
|
|
695
|
+
"commit": "5b405a4fa36d9d79156e3cf38b09ceba5aa14f0c",
|
|
696
|
+
"date": "2025-11-04T10:05:38.401Z"
|
|
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-
|
|
148
|
+
"commit": "5b405a4fa36d9d79156e3cf38b09ceba5aa14f0c",
|
|
149
|
+
"date": "2025-11-04T10:05:43.430Z"
|
|
150
150
|
}
|