agent-relay-server 0.12.2 → 0.12.3

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": "agent-relay-server",
3
- "version": "0.12.2",
3
+ "version": "0.12.3",
4
4
  "description": "Lightweight HTTP message relay for inter-agent communication across machines",
5
5
  "module": "src/index.ts",
6
6
  "type": "module",
package/public/index.html CHANGED
@@ -125383,7 +125383,7 @@ function ActivityTrace({ steps }) {
125383
125383
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)(Brain, { className: "w-3.5 h-3.5 shrink-0" }),
125384
125384
  /* @__PURE__ */ (0, import_jsx_runtime.jsx)("span", {
125385
125385
  className: "truncate",
125386
- children: expanded ? "Activity" : summary.length > 80 ? `${summary.slice(0, 79)}…` : summary || "thinking"
125386
+ children: expanded || steps.length > 1 ? "Activity" : summary.length > 80 ? `${summary.slice(0, 79)}…` : summary || "thinking"
125387
125387
  }),
125388
125388
  steps.length > 1 && /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("span", {
125389
125389
  className: "opacity-60 shrink-0",