@tencent-ai/codebuddy-code 1.5.0 → 1.6.0-next.aaf2581.20251001
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 +18 -0
- package/dist/codebuddy.js +1 -1
- package/package.json +3 -2
- package/product.internal.json +2 -2
- 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.6.0-next.aaf2581.20251001",
|
|
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
|
@@ -212,6 +212,6 @@
|
|
|
212
212
|
"productFeatures": {
|
|
213
213
|
"BillingNotice": false
|
|
214
214
|
},
|
|
215
|
-
"commit": "
|
|
216
|
-
"date": "2025-09-
|
|
215
|
+
"commit": "aaf2581f19831057583b23de6b000b87e997d3c7",
|
|
216
|
+
"date": "2025-09-30T16:02:47.945Z"
|
|
217
217
|
}
|
package/product.ioa.json
CHANGED
|
@@ -304,6 +304,6 @@
|
|
|
304
304
|
"productFeatures": {
|
|
305
305
|
"BillingNotice": false
|
|
306
306
|
},
|
|
307
|
-
"commit": "
|
|
308
|
-
"date": "2025-09-
|
|
307
|
+
"commit": "aaf2581f19831057583b23de6b000b87e997d3c7",
|
|
308
|
+
"date": "2025-09-30T16:02:49.145Z"
|
|
309
309
|
}
|
package/product.json
CHANGED
|
@@ -585,6 +585,6 @@
|
|
|
585
585
|
"description": "tool-exit-planmode-description"
|
|
586
586
|
}
|
|
587
587
|
],
|
|
588
|
-
"commit": "
|
|
589
|
-
"date": "2025-09-
|
|
588
|
+
"commit": "aaf2581f19831057583b23de6b000b87e997d3c7",
|
|
589
|
+
"date": "2025-09-30T16:02:46.718Z"
|
|
590
590
|
}
|