@tencent-ai/codebuddy-code 2.83.0 → 2.83.1-next.f4cbde0.20260410
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 +66 -66
- package/dist/codebuddy.js +66 -66
- package/package.json +3 -2
- 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.83.
|
|
3
|
+
"version": "2.83.1-next.f4cbde0.20260410",
|
|
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,7 +29,8 @@
|
|
|
29
29
|
"url": "https://cnb.cool/codebuddy/codebuddy-code/-/issues"
|
|
30
30
|
},
|
|
31
31
|
"publishConfig": {
|
|
32
|
-
"access": "public"
|
|
32
|
+
"access": "public",
|
|
33
|
+
"tag": "next"
|
|
33
34
|
},
|
|
34
35
|
"scripts": {},
|
|
35
36
|
"devDependencies": {},
|
package/product.cloudhosted.json
CHANGED
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1510,6 +1510,6 @@
|
|
|
1510
1510
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1511
1511
|
}
|
|
1512
1512
|
],
|
|
1513
|
-
"commit": "
|
|
1514
|
-
"date": "2026-04-
|
|
1513
|
+
"commit": "f4cbde0e6d681269860c69f15f5bc8878c3dec61",
|
|
1514
|
+
"date": "2026-04-10T10:17:04.925Z"
|
|
1515
1515
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -310,6 +310,6 @@
|
|
|
310
310
|
"DeferToolLoading": true,
|
|
311
311
|
"ScheduledTasks": true
|
|
312
312
|
},
|
|
313
|
-
"commit": "
|
|
314
|
-
"date": "2026-04-
|
|
313
|
+
"commit": "f4cbde0e6d681269860c69f15f5bc8878c3dec61",
|
|
314
|
+
"date": "2026-04-10T10:17:04.830Z"
|
|
315
315
|
}
|