@elizaos/cli 1.0.0-beta.4 → 1.0.0-beta.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.
@@ -28040,7 +28040,7 @@ function useRooms(options2 = {}) {
28040
28040
  ...options2
28041
28041
  });
28042
28042
  }
28043
- const version = "1.0.0-beta.3";
28043
+ const version = "1.0.0-beta.4";
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-Byvjh9KA.js").then((n) => n.i), true ? [] : void 0);
42322
+ const pretty = await __vitePreload(() => import("./index-DmI_PrY5.js").then((n) => n.i), true ? [] : void 0);
42323
42323
  return pretty.default(createPrettyConfig());
42324
42324
  };
42325
42325
  var options = {
@@ -42589,7 +42589,7 @@ function AgentAvatarStack({
42589
42589
  const displayAgents = agentIds.slice(0, maxDisplay);
42590
42590
  const remainingCount = agentIds.length - maxDisplay;
42591
42591
  const avatarSizeClass = size2 === "sm" ? "size-6" : size2 === "lg" ? "size-10" : "size-8";
42592
- const overlapFactor = displayAgents.length > 2 ? 0.6 : 0.5;
42592
+ const overlapFactor = 1 - 1 / displayAgents.length;
42593
42593
  const avatarSize = size2 === "sm" ? 24 : size2 === "lg" ? 40 : 32;
42594
42594
  const offsetPixels = Math.floor(avatarSize * overlapFactor);
42595
42595
  return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "relative flex items-center", children: [
@@ -42624,7 +42624,8 @@ function AgentAvatarStack({
42624
42624
  {
42625
42625
  style: {
42626
42626
  width: `${(displayAgents.length + (remainingCount > 0 ? 1 : 0)) * offsetPixels - (offsetPixels - avatarSize)}px`,
42627
- height: avatarSizeClass
42627
+ height: avatarSizeClass,
42628
+ paddingRight: displayAgents.length > 1 ? "5px" : "0px"
42628
42629
  }
42629
42630
  }
42630
42631
  )
@@ -42709,7 +42710,7 @@ function AppSidebar() {
42709
42710
  const roomName = roomArray.length > 0 ? (_a2 = roomArray[0]) == null ? void 0 : _a2.name : null;
42710
42711
  const roomAgentIds = roomArray.map((room) => room.agentId).filter(Boolean);
42711
42712
  return /* @__PURE__ */ jsxRuntimeExports.jsx(SidebarMenuItem, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(NavLink, { to: `/room/${roomId}`, children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "transition-colors px-4 my-4 rounded-md", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-center gap-2", children: [
42712
- /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "w-10 h-10 flex justify-center items-center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
42713
+ /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex justify-center items-center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
42713
42714
  AgentAvatarStack,
42714
42715
  {
42715
42716
  agentIds: roomAgentIds,
@@ -52817,10 +52818,6 @@ function AgentSidebar({ agentId, agentName }) {
52817
52818
  /* @__PURE__ */ jsxRuntimeExports.jsx(Activity, { className: "h-4 w-4" }),
52818
52819
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: "Actions" })
52819
52820
  ] }),
52820
- /* @__PURE__ */ jsxRuntimeExports.jsxs(TabsTrigger, { value: "logs", className: "flex items-center gap-1.5", children: [
52821
- /* @__PURE__ */ jsxRuntimeExports.jsx(Terminal, { className: "h-4 w-4" }),
52822
- /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: "Logs" })
52823
- ] }),
52824
52821
  /* @__PURE__ */ jsxRuntimeExports.jsxs(TabsTrigger, { value: "memories", className: "flex items-center gap-1.5", children: [
52825
52822
  /* @__PURE__ */ jsxRuntimeExports.jsx(Database, { className: "h-4 w-4" }),
52826
52823
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: "Memories" })
@@ -52828,6 +52825,10 @@ function AgentSidebar({ agentId, agentName }) {
52828
52825
  /* @__PURE__ */ jsxRuntimeExports.jsxs(TabsTrigger, { value: "knowledge", className: "flex items-center gap-1.5", children: [
52829
52826
  /* @__PURE__ */ jsxRuntimeExports.jsx(Book, { className: "h-4 w-4" }),
52830
52827
  /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: "Knowledge" })
52828
+ ] }),
52829
+ /* @__PURE__ */ jsxRuntimeExports.jsxs(TabsTrigger, { value: "logs", className: "flex items-center gap-1.5", children: [
52830
+ /* @__PURE__ */ jsxRuntimeExports.jsx(Terminal, { className: "h-4 w-4" }),
52831
+ /* @__PURE__ */ jsxRuntimeExports.jsx("span", { children: "Logs" })
52831
52832
  ] })
52832
52833
  ] }) }),
52833
52834
  /* @__PURE__ */ jsxRuntimeExports.jsx(TabsContent, { value: "actions", className: "overflow-y-scroll", children: /* @__PURE__ */ jsxRuntimeExports.jsx(AgentActionViewer, { agentId }) }),
@@ -56263,4 +56264,4 @@ export {
56263
56264
  getDefaultExportFromCjs as g,
56264
56265
  require$$2 as r
56265
56266
  };
56266
- //# sourceMappingURL=index-BmcQaGY_.js.map
56267
+ //# sourceMappingURL=index-CYjo_HmM.js.map
Binary file