@tencent-ai/codebuddy-code 2.78.0-next.6a0dfde.20260405 → 2.78.1
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-headless.js +14 -14
- package/dist/codebuddy.js +15 -15
- package/package.json +2 -3
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +2 -2
- package/product.selfhosted.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.78.
|
|
3
|
+
"version": "2.78.1",
|
|
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",
|
|
@@ -29,8 +29,7 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
33
|
-
"tag": "next"
|
|
32
|
+
"access": "public"
|
|
34
33
|
},
|
|
35
34
|
"scripts": {},
|
|
36
35
|
"devDependencies": {},
|
package/product.cloudhosted.json
CHANGED
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1481,6 +1481,6 @@
|
|
|
1481
1481
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1482
1482
|
}
|
|
1483
1483
|
],
|
|
1484
|
-
"commit": "
|
|
1485
|
-
"date": "2026-04-
|
|
1484
|
+
"commit": "47d61764df0ea144fd7fda7ace3b55be5ab29dc1",
|
|
1485
|
+
"date": "2026-04-05T08:55:41.845Z"
|
|
1486
1486
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -293,6 +293,6 @@
|
|
|
293
293
|
"DeferToolLoading": true,
|
|
294
294
|
"ScheduledTasks": true
|
|
295
295
|
},
|
|
296
|
-
"commit": "
|
|
297
|
-
"date": "2026-04-
|
|
296
|
+
"commit": "47d61764df0ea144fd7fda7ace3b55be5ab29dc1",
|
|
297
|
+
"date": "2026-04-05T08:55:41.800Z"
|
|
298
298
|
}
|