@tencent-ai/agent-sdk 0.3.93 → 0.3.95

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/codebuddy-code",
3
- "version": "2.64.2",
3
+ "version": "2.65.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",
@@ -55,7 +55,8 @@
55
55
  "CronCreate",
56
56
  "CronDelete",
57
57
  "CronList",
58
- "DelegateTool"
58
+ "DelegateTool",
59
+ "WechatReply"
59
60
  ],
60
61
  "tags": [
61
62
  "cli",
@@ -402,6 +403,6 @@
402
403
  "ImageGen": true,
403
404
  "ScheduledTasks": true
404
405
  },
405
- "commit": "5b4a3454dfd7cf73d27057a581fb71f01be633fc",
406
- "date": "2026-03-24T05:28:00.627Z"
406
+ "commit": "22c28cddcb5c12bdf96916e94437c13c7390d98a",
407
+ "date": "2026-03-25T08:36:14.761Z"
407
408
  }
@@ -60,7 +60,8 @@
60
60
  "CronCreate",
61
61
  "CronDelete",
62
62
  "CronList",
63
- "DelegateTool"
63
+ "DelegateTool",
64
+ "WechatReply"
64
65
  ],
65
66
  "tags": [
66
67
  "cli",
@@ -532,6 +533,6 @@
532
533
  }
533
534
  }
534
535
  },
535
- "commit": "5b4a3454dfd7cf73d27057a581fb71f01be633fc",
536
- "date": "2026-03-24T05:28:00.624Z"
536
+ "commit": "22c28cddcb5c12bdf96916e94437c13c7390d98a",
537
+ "date": "2026-03-25T08:36:14.763Z"
537
538
  }
@@ -82,7 +82,8 @@
82
82
  "CronCreate",
83
83
  "CronDelete",
84
84
  "CronList",
85
- "DelegateTool"
85
+ "DelegateTool",
86
+ "WechatReply"
86
87
  ],
87
88
  "tags": [
88
89
  "cli",
@@ -862,6 +863,6 @@
862
863
  }
863
864
  }
864
865
  },
865
- "commit": "5b4a3454dfd7cf73d27057a581fb71f01be633fc",
866
- "date": "2026-03-24T05:28:00.626Z"
866
+ "commit": "22c28cddcb5c12bdf96916e94437c13c7390d98a",
867
+ "date": "2026-03-25T08:36:14.769Z"
867
868
  }
package/cli/product.json CHANGED
@@ -900,7 +900,8 @@
900
900
  "CronCreate",
901
901
  "CronDelete",
902
902
  "CronList",
903
- "DelegateTool"
903
+ "DelegateTool",
904
+ "WechatReply"
904
905
  ],
905
906
  "tags": [
906
907
  "cli",
@@ -934,7 +935,8 @@
934
935
  "DeferExecuteTool",
935
936
  "SendMessage",
936
937
  "NotebookEdit",
937
- "LSP"
938
+ "LSP",
939
+ "WechatReply"
938
940
  ],
939
941
  "tags": [
940
942
  "cli",
@@ -1464,8 +1466,12 @@
1464
1466
  {
1465
1467
  "name": "DelegateTool",
1466
1468
  "description": "tool-delegatetool-description"
1469
+ },
1470
+ {
1471
+ "name": "WechatReply",
1472
+ "description": "Send a reply to a WeChat user. For text: pass text. For images/files: pass file_path."
1467
1473
  }
1468
1474
  ],
1469
- "commit": "5b4a3454dfd7cf73d27057a581fb71f01be633fc",
1470
- "date": "2026-03-24T05:28:00.636Z"
1475
+ "commit": "22c28cddcb5c12bdf96916e94437c13c7390d98a",
1476
+ "date": "2026-03-25T08:36:14.773Z"
1471
1477
  }
@@ -50,7 +50,8 @@
50
50
  "CronCreate",
51
51
  "CronDelete",
52
52
  "CronList",
53
- "DelegateTool"
53
+ "DelegateTool",
54
+ "WechatReply"
54
55
  ],
55
56
  "tags": [
56
57
  "cli",
@@ -291,6 +292,6 @@
291
292
  "DeferToolLoading": true,
292
293
  "ScheduledTasks": true
293
294
  },
294
- "commit": "5b4a3454dfd7cf73d27057a581fb71f01be633fc",
295
- "date": "2026-03-24T05:28:00.629Z"
295
+ "commit": "22c28cddcb5c12bdf96916e94437c13c7390d98a",
296
+ "date": "2026-03-25T08:36:14.764Z"
296
297
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tencent-ai/agent-sdk",
3
- "version": "0.3.93",
3
+ "version": "0.3.95",
4
4
  "description": "CodeBuddy Code SDK for JavaScript/TypeScript",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",