@tencent-ai/codebuddy-code 2.61.0 → 2.61.2-next.c1b066f.20260313
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 +13 -0
- package/dist/codebuddy-headless.js +85 -85
- package/dist/codebuddy.js +58 -58
- 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.61.
|
|
3
|
+
"version": "2.61.2-next.c1b066f.20260313",
|
|
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
|
@@ -1427,6 +1427,6 @@
|
|
|
1427
1427
|
"description": "tool-cronlist-description"
|
|
1428
1428
|
}
|
|
1429
1429
|
],
|
|
1430
|
-
"commit": "
|
|
1431
|
-
"date": "2026-03-
|
|
1430
|
+
"commit": "c1b066f578907bbbfee905c3c9d0fa50841684f0",
|
|
1431
|
+
"date": "2026-03-13T04:13:55.228Z"
|
|
1432
1432
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -289,6 +289,6 @@
|
|
|
289
289
|
"DeferToolLoading": true,
|
|
290
290
|
"ScheduledTasks": true
|
|
291
291
|
},
|
|
292
|
-
"commit": "
|
|
293
|
-
"date": "2026-03-
|
|
292
|
+
"commit": "c1b066f578907bbbfee905c3c9d0fa50841684f0",
|
|
293
|
+
"date": "2026-03-13T04:13:55.437Z"
|
|
294
294
|
}
|