@tencent-ai/agent-sdk 0.3.141 → 0.3.142
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 +7 -0
- package/cli/dist/codebuddy-headless.js +726 -726
- package/cli/package.json +1 -1
- package/cli/product.cloudhosted.json +3 -2
- package/cli/product.internal.json +3 -2
- package/cli/product.ioa.json +3 -2
- package/cli/product.json +3 -2
- package/cli/product.selfhosted.json +3 -2
- package/package.json +1 -1
package/cli/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tencent-ai/codebuddy-code",
|
|
3
|
-
"version": "2.94.
|
|
3
|
+
"version": "2.94.1",
|
|
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",
|
|
@@ -391,6 +391,7 @@
|
|
|
391
391
|
},
|
|
392
392
|
"productFeatures": {
|
|
393
393
|
"BillingNotice": false,
|
|
394
|
+
"CloudAgentsSmartMerge": true,
|
|
394
395
|
"CustomModelsJSON": true,
|
|
395
396
|
"CustomModelIdPrefix": true,
|
|
396
397
|
"DeferToolLoading": true,
|
|
@@ -398,6 +399,6 @@
|
|
|
398
399
|
"ScheduledTasks": true,
|
|
399
400
|
"SkillManage": false
|
|
400
401
|
},
|
|
401
|
-
"commit": "
|
|
402
|
-
"date": "2026-04-
|
|
402
|
+
"commit": "3781ede7c09942784507a0a1d7f220b6837ac937",
|
|
403
|
+
"date": "2026-04-28T09:18:43.286Z"
|
|
403
404
|
}
|
|
@@ -575,6 +575,7 @@
|
|
|
575
575
|
},
|
|
576
576
|
"productFeatures": {
|
|
577
577
|
"BillingNotice": false,
|
|
578
|
+
"CloudAgentsSmartMerge": true,
|
|
578
579
|
"CustomModelsJSON": true,
|
|
579
580
|
"CustomModelIdPrefix": true,
|
|
580
581
|
"DeferToolLoading": true,
|
|
@@ -605,6 +606,6 @@
|
|
|
605
606
|
}
|
|
606
607
|
}
|
|
607
608
|
},
|
|
608
|
-
"commit": "
|
|
609
|
-
"date": "2026-04-
|
|
609
|
+
"commit": "3781ede7c09942784507a0a1d7f220b6837ac937",
|
|
610
|
+
"date": "2026-04-28T09:18:43.271Z"
|
|
610
611
|
}
|
package/cli/product.ioa.json
CHANGED
|
@@ -995,6 +995,7 @@
|
|
|
995
995
|
},
|
|
996
996
|
"productFeatures": {
|
|
997
997
|
"BillingNotice": false,
|
|
998
|
+
"CloudAgentsSmartMerge": true,
|
|
998
999
|
"CustomModelsJSON": true,
|
|
999
1000
|
"CustomModelIdPrefix": true,
|
|
1000
1001
|
"DeferToolLoading": true,
|
|
@@ -1027,6 +1028,6 @@
|
|
|
1027
1028
|
}
|
|
1028
1029
|
}
|
|
1029
1030
|
},
|
|
1030
|
-
"commit": "
|
|
1031
|
-
"date": "2026-04-
|
|
1031
|
+
"commit": "3781ede7c09942784507a0a1d7f220b6837ac937",
|
|
1032
|
+
"date": "2026-04-28T09:18:43.272Z"
|
|
1032
1033
|
}
|
package/cli/product.json
CHANGED
|
@@ -1316,6 +1316,7 @@
|
|
|
1316
1316
|
"Connector": true,
|
|
1317
1317
|
"Agents": true,
|
|
1318
1318
|
"BillingNotice": true,
|
|
1319
|
+
"CloudAgentsSmartMerge": true,
|
|
1319
1320
|
"CustomModelIdPrefix": true,
|
|
1320
1321
|
"DeferToolLoading": true,
|
|
1321
1322
|
"ImageEdit": false,
|
|
@@ -1565,6 +1566,6 @@
|
|
|
1565
1566
|
"description": "Send a reply to a WeCom (企业微信) user. For text: pass text (markdown supported)."
|
|
1566
1567
|
}
|
|
1567
1568
|
],
|
|
1568
|
-
"commit": "
|
|
1569
|
-
"date": "2026-04-
|
|
1569
|
+
"commit": "3781ede7c09942784507a0a1d7f220b6837ac937",
|
|
1570
|
+
"date": "2026-04-28T09:18:43.301Z"
|
|
1570
1571
|
}
|
|
@@ -280,11 +280,12 @@
|
|
|
280
280
|
},
|
|
281
281
|
"productFeatures": {
|
|
282
282
|
"BillingNotice": false,
|
|
283
|
+
"CloudAgentsSmartMerge": true,
|
|
283
284
|
"CustomModelsJSON": true,
|
|
284
285
|
"CustomModelIdPrefix": true,
|
|
285
286
|
"DeferToolLoading": true,
|
|
286
287
|
"ScheduledTasks": true
|
|
287
288
|
},
|
|
288
|
-
"commit": "
|
|
289
|
-
"date": "2026-04-
|
|
289
|
+
"commit": "3781ede7c09942784507a0a1d7f220b6837ac937",
|
|
290
|
+
"date": "2026-04-28T09:18:43.265Z"
|
|
290
291
|
}
|