@tencent-ai/agent-sdk 0.3.125 → 0.3.126
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/cli/CHANGELOG.md +30 -0
- package/cli/dist/codebuddy-headless.js +142 -155
- package/cli/dist/web-ui/assets/{index-Bv5fqRIO.js → index-BEaI1260.js} +162 -162
- package/cli/dist/web-ui/index.html +1 -1
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +2 -2
- package/cli/product.internal.json +2 -2
- package/cli/product.ioa.json +2 -2
- package/cli/product.json +3 -3
- package/cli/product.selfhosted.json +2 -2
- package/package.json +1 -1
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
19
19
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
20
20
|
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
21
|
-
<script type="module" crossorigin src="/assets/index-
|
|
21
|
+
<script type="module" crossorigin src="/assets/index-BEaI1260.js"></script>
|
|
22
22
|
<link rel="modulepreload" crossorigin href="/assets/markdown-Ce2Umeb2.js">
|
|
23
23
|
<link rel="modulepreload" crossorigin href="/assets/vendor-DpYitQz5.js">
|
|
24
24
|
<link rel="stylesheet" crossorigin href="/assets/index-DowTCrkL.css">
|
package/cli/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.86.0",
|
|
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/cli/product.ioa.json
CHANGED
package/cli/product.json
CHANGED
|
@@ -1258,7 +1258,7 @@
|
|
|
1258
1258
|
"ImageGen": false,
|
|
1259
1259
|
"FileDiffHistory": false,
|
|
1260
1260
|
"Inspiration": false,
|
|
1261
|
-
"Connector":
|
|
1261
|
+
"Connector": true,
|
|
1262
1262
|
"BillingNotice": true,
|
|
1263
1263
|
"DeferToolLoading": true,
|
|
1264
1264
|
"ImageEdit": false,
|
|
@@ -1510,6 +1510,6 @@
|
|
|
1510
1510
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1511
1511
|
}
|
|
1512
1512
|
],
|
|
1513
|
-
"commit": "
|
|
1514
|
-
"date": "2026-04-
|
|
1513
|
+
"commit": "c4c76f3746184927892687d690317bfbfb6ecd64",
|
|
1514
|
+
"date": "2026-04-13T15:48:10.702Z"
|
|
1515
1515
|
}
|
|
@@ -310,6 +310,6 @@
|
|
|
310
310
|
"DeferToolLoading": true,
|
|
311
311
|
"ScheduledTasks": true
|
|
312
312
|
},
|
|
313
|
-
"commit": "
|
|
314
|
-
"date": "2026-04-
|
|
313
|
+
"commit": "c4c76f3746184927892687d690317bfbfb6ecd64",
|
|
314
|
+
"date": "2026-04-13T15:48:10.690Z"
|
|
315
315
|
}
|