@tencent-ai/codebuddy-code 2.100.0 → 2.100.2
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 +17 -0
- package/dist/codebuddy-headless.js +73 -71
- package/dist/codebuddy.js +94 -92
- 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 +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.100.
|
|
3
|
+
"version": "2.100.2",
|
|
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
|
@@ -697,6 +697,6 @@
|
|
|
697
697
|
"SelectImage": true,
|
|
698
698
|
"SkipToolCallSupportCheck": true
|
|
699
699
|
},
|
|
700
|
-
"commit": "
|
|
701
|
-
"date": "2026-
|
|
700
|
+
"commit": "15b2c626d6383a497797a24b39e71a9fa8214040",
|
|
701
|
+
"date": "2026-06-01T03:14:32.884Z"
|
|
702
702
|
}
|
package/product.internal.json
CHANGED
package/product.ioa.json
CHANGED
package/product.json
CHANGED
|
@@ -1581,6 +1581,6 @@
|
|
|
1581
1581
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1582
1582
|
}
|
|
1583
1583
|
],
|
|
1584
|
-
"commit": "
|
|
1585
|
-
"date": "2026-
|
|
1584
|
+
"commit": "15b2c626d6383a497797a24b39e71a9fa8214040",
|
|
1585
|
+
"date": "2026-06-01T03:14:32.887Z"
|
|
1586
1586
|
}
|
package/product.selfhosted.json
CHANGED
|
@@ -306,6 +306,6 @@
|
|
|
306
306
|
"ScheduledTasks": true,
|
|
307
307
|
"SkipToolCallSupportCheck": true
|
|
308
308
|
},
|
|
309
|
-
"commit": "
|
|
310
|
-
"date": "2026-
|
|
309
|
+
"commit": "15b2c626d6383a497797a24b39e71a9fa8214040",
|
|
310
|
+
"date": "2026-06-01T03:14:32.751Z"
|
|
311
311
|
}
|