@volter-ai-dev/supercode-ui 0.1.72 → 0.1.73

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volter-ai-dev/supercode-ui",
3
- "version": "0.1.72",
3
+ "version": "0.1.73",
4
4
  "type": "module",
5
5
  "description": "Composable default UI kit for Supercode-powered coding-agent experiences",
6
6
  "exports": {
@@ -1107,7 +1107,7 @@ function RunDetails({ run, onClose, onOpenSession }) {
1107
1107
  /* @__PURE__ */ jsx2("span", { children: run.id }),
1108
1108
  onClose && /* @__PURE__ */ jsx2("button", { type: "button", onClick: onClose, children: "Close run" })
1109
1109
  ] }),
1110
- /* @__PURE__ */ jsx2("h2", { ref: heading, tabIndex: -1, children: completed ? `Answer completed. Delivery ${label(run.delivery?.state)}.` : `Execution ${label(run.execution)}.` }),
1110
+ /* @__PURE__ */ jsx2("h2", { ref: heading, tabIndex: -1, children: completed ? `Execution completed. Delivery ${label(run.delivery?.state)}.` : `Execution ${label(run.execution)}.` }),
1111
1111
  /* @__PURE__ */ jsx2("p", { children: run.startedAt || "Start time unknown" }),
1112
1112
  /* @__PURE__ */ jsx2("h3", { children: "Execution" }),
1113
1113
  /* @__PURE__ */ jsx2(Badge, { value: run.execution }),
@@ -1107,7 +1107,7 @@ function RunDetails({ run, onClose, onOpenSession }) {
1107
1107
  /* @__PURE__ */ jsx2("span", { children: run.id }),
1108
1108
  onClose && /* @__PURE__ */ jsx2("button", { type: "button", onClick: onClose, children: "Close run" })
1109
1109
  ] }),
1110
- /* @__PURE__ */ jsx2("h2", { ref: heading, tabIndex: -1, children: completed ? `Answer completed. Delivery ${label(run.delivery?.state)}.` : `Execution ${label(run.execution)}.` }),
1110
+ /* @__PURE__ */ jsx2("h2", { ref: heading, tabIndex: -1, children: completed ? `Execution completed. Delivery ${label(run.delivery?.state)}.` : `Execution ${label(run.execution)}.` }),
1111
1111
  /* @__PURE__ */ jsx2("p", { children: run.startedAt || "Start time unknown" }),
1112
1112
  /* @__PURE__ */ jsx2("h3", { children: "Execution" }),
1113
1113
  /* @__PURE__ */ jsx2(Badge, { value: run.execution }),