@tencent-ai/codebuddy-code 2.63.3 → 2.63.4-next.5abcdf4.20260319
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 +9 -0
- package/dist/codebuddy-headless.js +302 -302
- package/dist/codebuddy.js +12 -12
- 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.63.
|
|
3
|
+
"version": "2.63.4-next.5abcdf4.20260319",
|
|
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
|
@@ -1466,6 +1466,6 @@
|
|
|
1466
1466
|
"description": "tool-delegatetool-description"
|
|
1467
1467
|
}
|
|
1468
1468
|
],
|
|
1469
|
-
"commit": "
|
|
1470
|
-
"date": "2026-03-
|
|
1469
|
+
"commit": "5abcdf433c6b4b05d3e92487bff0ade450fb5c96",
|
|
1470
|
+
"date": "2026-03-19T10:12:55.416Z"
|
|
1471
1471
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -291,6 +291,6 @@
|
|
|
291
291
|
"DeferToolLoading": true,
|
|
292
292
|
"ScheduledTasks": true
|
|
293
293
|
},
|
|
294
|
-
"commit": "
|
|
295
|
-
"date": "2026-03-
|
|
294
|
+
"commit": "5abcdf433c6b4b05d3e92487bff0ade450fb5c96",
|
|
295
|
+
"date": "2026-03-19T10:12:55.359Z"
|
|
296
296
|
}
|