@sema-agent/server 1.197.0 → 1.198.0

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.
@@ -5040,6 +5040,7 @@ function summarizeWorkflowDetail(run) {
5040
5040
  ...(run.name !== undefined ? { name: redactSecrets(run.name) } : {}),
5041
5041
  ...(run.description !== undefined ? { description: redactSecrets(run.description) } : {}),
5042
5042
  stats: run.stats,
5043
+ ...(run.agentFailures !== undefined ? { agentFailures: run.agentFailures } : {}),
5043
5044
  startedAt: run.startedAt,
5044
5045
  endedAt: run.endedAt,
5045
5046
  createdAt: run.createdAt,