@tencent-ai/codebuddy-code 1.3.0-next.8c29f31.20250926 → 1.3.0-next.8dd6e35.20250927
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 +17 -0
- package/dist/422.codebuddy.js +1 -1
- package/dist/codebuddy.js +1 -1
- package/package.json +1 -1
- 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.0-next.
|
|
3
|
+
"version": "1.3.0-next.8dd6e35.20250927",
|
|
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.internal.json
CHANGED
|
@@ -212,6 +212,6 @@
|
|
|
212
212
|
"productFeatures": {
|
|
213
213
|
"BillingNotice": false
|
|
214
214
|
},
|
|
215
|
-
"commit": "
|
|
216
|
-
"date": "2025-09-
|
|
215
|
+
"commit": "8dd6e35d302da105803455e5ecb2e35f670b69a4",
|
|
216
|
+
"date": "2025-09-26T16:02:23.537Z"
|
|
217
217
|
}
|
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": "8dd6e35d302da105803455e5ecb2e35f670b69a4",
|
|
307
|
+
"date": "2025-09-26T16:02:24.795Z"
|
|
308
308
|
}
|
package/product.json
CHANGED