@tencent-ai/codebuddy-code 2.66.0 → 2.66.2-next.3b0e6ad.20260327
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 +21 -1
- package/dist/codebuddy-headless.js +41 -34
- package/dist/codebuddy.js +42 -35
- 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 +3 -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.66.
|
|
3
|
+
"version": "2.66.2-next.3b0e6ad.20260327",
|
|
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
|
@@ -1224,6 +1224,7 @@
|
|
|
1224
1224
|
"RequestBodyGzip": true,
|
|
1225
1225
|
"StandaloneTerminal": true,
|
|
1226
1226
|
"Skills": true,
|
|
1227
|
+
"SkillSecurityScan": false,
|
|
1227
1228
|
"SelectComponent": true,
|
|
1228
1229
|
"UIComponentLibrary": true,
|
|
1229
1230
|
"CustomModelsJSON": true,
|
|
@@ -1472,6 +1473,6 @@
|
|
|
1472
1473
|
"description": "Send a reply to a WeChat user. For text: pass text. For images/files: pass file_path."
|
|
1473
1474
|
}
|
|
1474
1475
|
],
|
|
1475
|
-
"commit": "
|
|
1476
|
-
"date": "2026-03-
|
|
1476
|
+
"commit": "3b0e6ad87637be1c39427d4084f3d9722188d8c0",
|
|
1477
|
+
"date": "2026-03-27T10:14:43.485Z"
|
|
1477
1478
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -292,6 +292,6 @@
|
|
|
292
292
|
"DeferToolLoading": true,
|
|
293
293
|
"ScheduledTasks": true
|
|
294
294
|
},
|
|
295
|
-
"commit": "
|
|
296
|
-
"date": "2026-03-
|
|
295
|
+
"commit": "3b0e6ad87637be1c39427d4084f3d9722188d8c0",
|
|
296
|
+
"date": "2026-03-27T10:14:43.448Z"
|
|
297
297
|
}
|