@elizaos/cli 1.0.0-beta.3 → 1.0.0-beta.4

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.
@@ -28040,7 +28040,7 @@ function useRooms(options2 = {}) {
28040
28040
  ...options2
28041
28041
  });
28042
28042
  }
28043
- const version = "1.0.0-beta.2";
28043
+ const version = "1.0.0-beta.3";
28044
28044
  const info = {
28045
28045
  version
28046
28046
  };
@@ -42319,7 +42319,7 @@ var createStream = async () => {
42319
42319
  if (raw) {
42320
42320
  return void 0;
42321
42321
  }
42322
- const pretty = await __vitePreload(() => import("./index-BE1iZjgt.js").then((n) => n.i), true ? [] : void 0);
42322
+ const pretty = await __vitePreload(() => import("./index-Byvjh9KA.js").then((n) => n.i), true ? [] : void 0);
42323
42323
  return pretty.default(createPrettyConfig());
42324
42324
  };
42325
42325
  var options = {
@@ -42601,13 +42601,7 @@ function AgentAvatarStack({
42601
42601
  zIndex: displayAgents.length - index2,
42602
42602
  left: `${index2 * offsetPixels}px`
42603
42603
  },
42604
- children: /* @__PURE__ */ jsxRuntimeExports.jsx(Avatar, { className: `${avatarSizeClass} rounded-full overflow-hidden`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(
42605
- AvatarImage,
42606
- {
42607
- src: agentAvatars[agentId] || "/elizaos-icon.png",
42608
- alt: "Agent avatar"
42609
- }
42610
- ) })
42604
+ children: /* @__PURE__ */ jsxRuntimeExports.jsx(Avatar, { className: `${avatarSizeClass} rounded-full overflow-hidden`, children: /* @__PURE__ */ jsxRuntimeExports.jsx(AvatarImage, { src: agentAvatars[agentId] || "/elizaos-icon.png", alt: "Agent avatar" }) })
42611
42605
  },
42612
42606
  agentId
42613
42607
  )),
@@ -42625,10 +42619,15 @@ function AgentAvatarStack({
42625
42619
  ] })
42626
42620
  }
42627
42621
  ),
42628
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { style: {
42629
- width: `${(displayAgents.length + (remainingCount > 0 ? 1 : 0)) * offsetPixels - (offsetPixels - avatarSize)}px`,
42630
- height: avatarSizeClass
42631
- } })
42622
+ /* @__PURE__ */ jsxRuntimeExports.jsx(
42623
+ "div",
42624
+ {
42625
+ style: {
42626
+ width: `${(displayAgents.length + (remainingCount > 0 ? 1 : 0)) * offsetPixels - (offsetPixels - avatarSize)}px`,
42627
+ height: avatarSizeClass
42628
+ }
42629
+ }
42630
+ )
42632
42631
  ] });
42633
42632
  }
42634
42633
  function AppSidebar() {
@@ -42677,12 +42676,7 @@ function AppSidebar() {
42677
42676
  className: "w-full h-full object-contain"
42678
42677
  }
42679
42678
  ) : formatAgentName(agent.name),
42680
- /* @__PURE__ */ jsxRuntimeExports.jsx(
42681
- "div",
42682
- {
42683
- className: "absolute bottom-0 right-0 w-[10px] h-[10px] rounded-full border-[1px] border-white bg-green-500"
42684
- }
42685
- )
42679
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "absolute bottom-0 right-0 w-[10px] h-[10px] rounded-full border-[1px] border-white bg-green-500" })
42686
42680
  ] }) }) }),
42687
42681
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "text-base", children: agent.name })
42688
42682
  ] })
@@ -55080,9 +55074,7 @@ function GroupPanel({ onClose, agents, groupId }) {
55080
55074
  setChatName(rooms[0].name || "");
55081
55075
  if (agents) {
55082
55076
  const roomAgentIds = rooms.map((room) => room.agentId).filter(Boolean);
55083
- const roomAgents = agents.filter(
55084
- (agent) => roomAgentIds.includes(agent.id)
55085
- );
55077
+ const roomAgents = agents.filter((agent) => roomAgentIds.includes(agent.id));
55086
55078
  setSelectedAgents(roomAgents);
55087
55079
  const options2 = roomAgents.map((agent) => {
55088
55080
  var _a2;
@@ -55489,14 +55481,7 @@ function Page({ serverId }) {
55489
55481
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex flex-col w-full h-screen p-4", children: [
55490
55482
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center justify-between mb-4 p-3 bg-card rounded-lg border", children: [
55491
55483
  /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center gap-3", children: [
55492
- /* @__PURE__ */ jsxRuntimeExports.jsx(
55493
- AgentAvatarStack,
55494
- {
55495
- agentIds: getRoomAgentIds(),
55496
- agentAvatars,
55497
- size: "md"
55498
- }
55499
- ),
55484
+ /* @__PURE__ */ jsxRuntimeExports.jsx(AgentAvatarStack, { agentIds: getRoomAgentIds(), agentAvatars, size: "md" }),
55500
55485
  /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex flex-col", children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex items-center gap-2", children: /* @__PURE__ */ jsxRuntimeExports.jsx("h2", { className: "font-semibold text-lg", children: getRoomName() || "Group Chat" }) }) })
55501
55486
  ] }),
55502
55487
  /* @__PURE__ */ jsxRuntimeExports.jsx(
@@ -55632,14 +55617,7 @@ function Page({ serverId }) {
55632
55617
  ) })
55633
55618
  ] }) })
55634
55619
  ] }),
55635
- showGroupPanel && /* @__PURE__ */ jsxRuntimeExports.jsx(
55636
- GroupPanel,
55637
- {
55638
- agents,
55639
- onClose: () => setShowGroupPanel(false),
55640
- groupId: serverId
55641
- }
55642
- )
55620
+ showGroupPanel && /* @__PURE__ */ jsxRuntimeExports.jsx(GroupPanel, { agents, onClose: () => setShowGroupPanel(false), groupId: serverId })
55643
55621
  ] });
55644
55622
  }
55645
55623
  function AgentRoute$1() {
@@ -56285,4 +56263,4 @@ export {
56285
56263
  getDefaultExportFromCjs as g,
56286
56264
  require$$2 as r
56287
56265
  };
56288
- //# sourceMappingURL=index-BsOEygLw.js.map
56266
+ //# sourceMappingURL=index-BmcQaGY_.js.map
Binary file