@tencent-ai/codebuddy-code 2.56.0 → 2.56.1-next.06ef89d.20260310
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 +7 -0
- package/dist/codebuddy-headless.js +51 -51
- package/dist/codebuddy.js +44 -44
- 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.56.
|
|
3
|
+
"version": "2.56.1-next.06ef89d.20260310",
|
|
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
|
@@ -391,6 +391,6 @@
|
|
|
391
391
|
"DeferToolLoading": true,
|
|
392
392
|
"ImageGen": true
|
|
393
393
|
},
|
|
394
|
-
"commit": "
|
|
395
|
-
"date": "2026-03-
|
|
394
|
+
"commit": "06ef89dbece47c938c5d676b635c6ac1b80ccd57",
|
|
395
|
+
"date": "2026-03-09T16:11:33.308Z"
|
|
396
396
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1382,6 +1382,6 @@
|
|
|
1382
1382
|
"description": "tool-enterworktree-description"
|
|
1383
1383
|
}
|
|
1384
1384
|
],
|
|
1385
|
-
"commit": "
|
|
1386
|
-
"date": "2026-03-
|
|
1385
|
+
"commit": "06ef89dbece47c938c5d676b635c6ac1b80ccd57",
|
|
1386
|
+
"date": "2026-03-09T16:11:33.400Z"
|
|
1387
1387
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -280,6 +280,6 @@
|
|
|
280
280
|
"CustomModelsJSON": true,
|
|
281
281
|
"DeferToolLoading": true
|
|
282
282
|
},
|
|
283
|
-
"commit": "
|
|
284
|
-
"date": "2026-03-
|
|
283
|
+
"commit": "06ef89dbece47c938c5d676b635c6ac1b80ccd57",
|
|
284
|
+
"date": "2026-03-09T16:11:33.376Z"
|
|
285
285
|
}
|