@tencent-ai/codebuddy-code 2.50.6 → 2.50.7-next.f07ff7e.20260221
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.js +59 -59
- 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.50.
|
|
3
|
+
"version": "2.50.7-next.f07ff7e.20260221",
|
|
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
|
@@ -384,6 +384,6 @@
|
|
|
384
384
|
"DeferToolLoading": true,
|
|
385
385
|
"ImageGen": true
|
|
386
386
|
},
|
|
387
|
-
"commit": "
|
|
388
|
-
"date": "2026-02-
|
|
387
|
+
"commit": "f07ff7ee635eaaac6a1d0ea62615217e91d0821b",
|
|
388
|
+
"date": "2026-02-20T16:09:58.804Z"
|
|
389
389
|
}
|
package/product.internal.json
CHANGED
|
@@ -432,6 +432,6 @@
|
|
|
432
432
|
"DeferToolLoading": true,
|
|
433
433
|
"ImageGen": true
|
|
434
434
|
},
|
|
435
|
-
"commit": "
|
|
436
|
-
"date": "2026-02-
|
|
435
|
+
"commit": "f07ff7ee635eaaac6a1d0ea62615217e91d0821b",
|
|
436
|
+
"date": "2026-02-20T16:09:58.794Z"
|
|
437
437
|
}
|
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1238,6 +1238,6 @@
|
|
|
1238
1238
|
"description": "tool-sendmessage-description"
|
|
1239
1239
|
}
|
|
1240
1240
|
],
|
|
1241
|
-
"commit": "
|
|
1242
|
-
"date": "2026-02-
|
|
1241
|
+
"commit": "f07ff7ee635eaaac6a1d0ea62615217e91d0821b",
|
|
1242
|
+
"date": "2026-02-20T16:09:58.843Z"
|
|
1243
1243
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -274,6 +274,6 @@
|
|
|
274
274
|
"CustomModelsJSON": true,
|
|
275
275
|
"DeferToolLoading": true
|
|
276
276
|
},
|
|
277
|
-
"commit": "
|
|
278
|
-
"date": "2026-02-
|
|
277
|
+
"commit": "f07ff7ee635eaaac6a1d0ea62615217e91d0821b",
|
|
278
|
+
"date": "2026-02-20T16:09:58.840Z"
|
|
279
279
|
}
|