@slock-ai/daemon 0.42.0 → 0.44.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.
@@ -1323,7 +1323,7 @@ Thread messages and system messages (e.g. task-claim / task-status announcements
1323
1323
  const msgShort = r.messageId ? r.messageId.slice(0, 8) : "";
1324
1324
  return `${label} (msg:${msgShort}): claimed`;
1325
1325
  }
1326
- return `${label}: FAILED \u2014 ${r.reason || "already claimed"}`;
1326
+ return `${label}: FAILED \u2014 ${r.reason || "already claimed"}. Do not reply.`;
1327
1327
  });
1328
1328
  const succeeded = data.results.filter((r) => r.success).length;
1329
1329
  const failed = data.results.length - succeeded;