@tencent-ai/codebuddy-code 2.31.2 → 2.32.0-next.ab80047.20260113
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 +22 -0
- package/dist/codebuddy.js +2 -2
- package/lib/node/index.js +1 -0
- 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 +2 -3
- package/product.selfhosted.json +2 -2
package/lib/node/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.32.0-next.ab80047.20260113",
|
|
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
|
@@ -316,6 +316,6 @@
|
|
|
316
316
|
"BillingNotice": false,
|
|
317
317
|
"CustomModelsJSON": true
|
|
318
318
|
},
|
|
319
|
-
"commit": "
|
|
320
|
-
"date": "2026-01-
|
|
319
|
+
"commit": "ab800470109e5e4760f990ce54160dbefb577341",
|
|
320
|
+
"date": "2026-01-12T16:08:50.944Z"
|
|
321
321
|
}
|
package/product.internal.json
CHANGED
|
@@ -318,6 +318,6 @@
|
|
|
318
318
|
"BillingNotice": false,
|
|
319
319
|
"CustomModelsJSON": true
|
|
320
320
|
},
|
|
321
|
-
"commit": "
|
|
322
|
-
"date": "2026-01-
|
|
321
|
+
"commit": "ab800470109e5e4760f990ce54160dbefb577341",
|
|
322
|
+
"date": "2026-01-12T16:08:48.347Z"
|
|
323
323
|
}
|
package/product.ioa.json
CHANGED
|
@@ -525,6 +525,6 @@
|
|
|
525
525
|
"BillingNotice": false,
|
|
526
526
|
"CustomModelsJSON": true
|
|
527
527
|
},
|
|
528
|
-
"commit": "
|
|
529
|
-
"date": "2026-01-
|
|
528
|
+
"commit": "ab800470109e5e4760f990ce54160dbefb577341",
|
|
529
|
+
"date": "2026-01-12T16:08:49.655Z"
|
|
530
530
|
}
|
package/product.json
CHANGED
|
@@ -870,7 +870,6 @@
|
|
|
870
870
|
"SelectComponent": true,
|
|
871
871
|
"UIComponentLibrary": true,
|
|
872
872
|
"CustomModelsJSON": true,
|
|
873
|
-
"LSP": true,
|
|
874
873
|
"BillingNotice": true
|
|
875
874
|
},
|
|
876
875
|
"featureToggles": {
|
|
@@ -1018,6 +1017,6 @@
|
|
|
1018
1017
|
"description": "tool-lsp-description"
|
|
1019
1018
|
}
|
|
1020
1019
|
],
|
|
1021
|
-
"commit": "
|
|
1022
|
-
"date": "2026-01-
|
|
1020
|
+
"commit": "ab800470109e5e4760f990ce54160dbefb577341",
|
|
1021
|
+
"date": "2026-01-12T16:08:47.035Z"
|
|
1023
1022
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -198,6 +198,6 @@
|
|
|
198
198
|
"BillingNotice": false,
|
|
199
199
|
"CustomModelsJSON": true
|
|
200
200
|
},
|
|
201
|
-
"commit": "
|
|
202
|
-
"date": "2026-01-
|
|
201
|
+
"commit": "ab800470109e5e4760f990ce54160dbefb577341",
|
|
202
|
+
"date": "2026-01-12T16:08:52.222Z"
|
|
203
203
|
}
|