@sumeai/sumeclaw 1.1.14 → 1.1.16

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.
@@ -118,7 +118,7 @@ exports.sumeclawPlugin = (0, channel_core_1.createChatChannelPlugin)({
118
118
  text,
119
119
  messageId,
120
120
  }));
121
- (0, gateway_js_1.schedulePendingFinalReply)(resolvedAccountId, to, 15_000);
121
+ (0, gateway_js_1.schedulePendingFinalReply)(resolvedAccountId, to, 45_000);
122
122
  console.log("[sumeclaw] 📤 outbound agent_delta sent", {
123
123
  accountId: resolvedAccountId,
124
124
  requestId: pending.requestId,
@@ -86,7 +86,7 @@ function appendPendingReplyText(accountId, userId, text) {
86
86
  }
87
87
  return ctx.accumulatedText;
88
88
  }
89
- function schedulePendingFinalReply(accountId, userId, delayMs = 15_000) {
89
+ function schedulePendingFinalReply(accountId, userId, delayMs = 45_000) {
90
90
  const ctx = getPendingReplyContext(accountId, userId);
91
91
  if (!ctx)
92
92
  return;
@@ -433,7 +433,7 @@ function connectGateway(opts) {
433
433
  text,
434
434
  messageId: replyId,
435
435
  });
436
- schedulePendingFinalReply(accountId, input.userId, 15_000);
436
+ schedulePendingFinalReply(accountId, input.userId, 45_000);
437
437
  }
438
438
  else {
439
439
  sendAgentReply({
@@ -545,7 +545,7 @@ function connectGateway(opts) {
545
545
  text,
546
546
  messageId: replyId,
547
547
  });
548
- schedulePendingFinalReply(accountId, input.userId, 15_000);
548
+ schedulePendingFinalReply(accountId, input.userId, 45_000);
549
549
  }
550
550
  else {
551
551
  sendAgentReply({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sumeai/sumeclaw",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
4
4
  "description": "友虾名片 OpenClaw Channel 插件 — 将 OpenClaw 连接到友虾名片平台,通过 AI 名片为客户提供服务",
5
5
  "type": "commonjs",
6
6
  "main": "dist/index.js",