@webless/agent 0.6.4 → 0.6.5

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/dist/embed.cjs CHANGED
@@ -3156,7 +3156,7 @@ function AgentActivityBubble({
3156
3156
  workSummary(steps, failed, brandLabel)
3157
3157
  ] }),
3158
3158
  /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("div", { className: "agent-activity-bubble__details", children: [
3159
- /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
3159
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
3160
3160
  "button",
3161
3161
  {
3162
3162
  type: "button",
@@ -3168,10 +3168,7 @@ function AgentActivityBubble({
3168
3168
  (current) => current === receiptId ? null : receiptId
3169
3169
  );
3170
3170
  },
3171
- children: [
3172
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "agent-activity-bubble__summary-title", children: "How this answer was made" }),
3173
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", { className: "agent-activity-bubble__summary-toggle", children: detailsOpen ? "Hide work" : "Show work" })
3174
- ]
3171
+ children: "How this answer was made"
3175
3172
  }
3176
3173
  ),
3177
3174
  detailsOpen ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)("ol", { className: "agent-activity-bubble__steps", children: visibleSteps.map((step) => {