@tencent-ai/codebuddy-code 1.3.0 → 1.4.0-next.759db63.20250928
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/422.codebuddy.js +1 -1
- package/dist/codebuddy.js +1 -1
- package/package.json +3 -2
- package/product.internal.json +2 -3
- package/product.ioa.json +2 -2
- 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.
|
|
3
|
+
"version": "1.4.0-next.759db63.20250928",
|
|
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",
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
|
-
"access": "public"
|
|
33
|
+
"access": "public",
|
|
34
|
+
"tag": "next"
|
|
34
35
|
},
|
|
35
36
|
"scripts": {},
|
|
36
37
|
"devDependencies": {}
|
package/product.internal.json
CHANGED
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
"instructions": "cli-agent-prompt",
|
|
7
7
|
"description": "cli agent",
|
|
8
8
|
"models": [
|
|
9
|
-
"default-1.2",
|
|
10
9
|
"deepseek-v3-1-lkeap",
|
|
11
10
|
"deepseek-v3-0324"
|
|
12
11
|
],
|
|
@@ -212,6 +211,6 @@
|
|
|
212
211
|
"productFeatures": {
|
|
213
212
|
"BillingNotice": false
|
|
214
213
|
},
|
|
215
|
-
"commit": "
|
|
216
|
-
"date": "2025-09-
|
|
214
|
+
"commit": "759db6349503cac58f2f1cf8c301a70eabbed5e3",
|
|
215
|
+
"date": "2025-09-27T16:02:42.456Z"
|
|
217
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": "759db6349503cac58f2f1cf8c301a70eabbed5e3",
|
|
307
|
+
"date": "2025-09-27T16:02:43.680Z"
|
|
308
308
|
}
|
package/product.json
CHANGED