@tencent-ai/codebuddy-code 1.0.17 → 1.0.18
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 +11 -0
- 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.0.
|
|
3
|
+
"version": "1.0.18",
|
|
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
|
@@ -200,6 +200,6 @@
|
|
|
200
200
|
"officialWebsite": "https://copilot.tencent.com/cli",
|
|
201
201
|
"upgradeUrl": ""
|
|
202
202
|
},
|
|
203
|
-
"commit": "
|
|
204
|
-
"date": "2025-09-
|
|
203
|
+
"commit": "182bcdd7e310fb3e1656a04afd9b5b93d64f696c",
|
|
204
|
+
"date": "2025-09-16T09:24:10.086Z"
|
|
205
205
|
}
|
package/product.ioa.json
CHANGED
|
@@ -291,6 +291,6 @@
|
|
|
291
291
|
"officialWebsite": "https://copilot.tencent.com/cli",
|
|
292
292
|
"upgradeUrl": ""
|
|
293
293
|
},
|
|
294
|
-
"commit": "
|
|
295
|
-
"date": "2025-09-
|
|
294
|
+
"commit": "182bcdd7e310fb3e1656a04afd9b5b93d64f696c",
|
|
295
|
+
"date": "2025-09-16T09:24:11.429Z"
|
|
296
296
|
}
|
package/product.json
CHANGED