@tencent-ai/codebuddy-code 0.0.1-beta.3 → 0.0.1-beta.5
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/dist/codebuddy.js +1 -1
- package/package.json +1 -1
- package/product.json +3 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "0.0.1-beta.
|
|
3
|
+
"version": "0.0.1-beta.5",
|
|
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.json
CHANGED
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"productName": "CodeBuddy",
|
|
4
4
|
"productConfigPathEnv": "ACC_PRODUCT_CONFIG_PATH",
|
|
5
5
|
"productConfigEnv": [
|
|
6
|
+
"ACC_PRODUCT_CONFIG_V3",
|
|
6
7
|
"ACC_PRODUCT_CONFIG_V2",
|
|
7
8
|
"ACC_PRODUCT_CONFIG"
|
|
8
9
|
],
|
|
@@ -242,6 +243,6 @@
|
|
|
242
243
|
}
|
|
243
244
|
},
|
|
244
245
|
"deploymentType": "SaaS",
|
|
245
|
-
"commit": "
|
|
246
|
-
"date": "2025-08-
|
|
246
|
+
"commit": "e4e24ebe7f193048beed660a76331cc9f1c1b049",
|
|
247
|
+
"date": "2025-08-06T15:04:30.328Z"
|
|
247
248
|
}
|