@tencent-ai/codebuddy-code 2.106.4 → 2.106.5
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 +11 -0
- package/dist/codebuddy-headless.js +15 -15
- package/dist/codebuddy.js +16 -16
- package/package.json +1 -1
- package/product.cloudhosted.json +2 -2
- package/product.internal.json +2 -2
- package/product.ioa.json +2 -2
- package/product.json +4 -3
- 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.106.
|
|
3
|
+
"version": "2.106.5",
|
|
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",
|
package/product.cloudhosted.json
CHANGED
|
@@ -814,6 +814,6 @@
|
|
|
814
814
|
"SelectImage": true,
|
|
815
815
|
"SkipToolCallSupportCheck": true
|
|
816
816
|
},
|
|
817
|
-
"commit": "
|
|
818
|
-
"date": "2026-06-
|
|
817
|
+
"commit": "ed294e3d213abf69618e2a899528040b15fec254",
|
|
818
|
+
"date": "2026-06-15T17:15:33.658Z"
|
|
819
819
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1466,7 +1466,8 @@
|
|
|
1466
1466
|
"SkipToolCallSupportCheck": true,
|
|
1467
1467
|
"EnableEnterpriseCustomModelPolicy": false,
|
|
1468
1468
|
"EnableEnterpriseSkillUploadPolicy": false,
|
|
1469
|
-
"WeixinPayInterception": true
|
|
1469
|
+
"WeixinPayInterception": true,
|
|
1470
|
+
"HomePracticeCases": true
|
|
1470
1471
|
},
|
|
1471
1472
|
"featureToggles": {
|
|
1472
1473
|
"QueueBanner": true,
|
|
@@ -1737,6 +1738,6 @@
|
|
|
1737
1738
|
"deferLoading": true
|
|
1738
1739
|
}
|
|
1739
1740
|
],
|
|
1740
|
-
"commit": "
|
|
1741
|
-
"date": "2026-06-
|
|
1741
|
+
"commit": "ed294e3d213abf69618e2a899528040b15fec254",
|
|
1742
|
+
"date": "2026-06-15T17:15:33.576Z"
|
|
1742
1743
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -329,6 +329,6 @@
|
|
|
329
329
|
"ScheduledTasks": true,
|
|
330
330
|
"SkipToolCallSupportCheck": true
|
|
331
331
|
},
|
|
332
|
-
"commit": "
|
|
333
|
-
"date": "2026-06-
|
|
332
|
+
"commit": "ed294e3d213abf69618e2a899528040b15fec254",
|
|
333
|
+
"date": "2026-06-15T17:15:33.659Z"
|
|
334
334
|
}
|