@burtson-labs/bandit-engine 2.0.79 → 2.0.80

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  chat_default
3
- } from "./chunk-3E66ZVMB.mjs";
3
+ } from "./chunk-VDVXUEP2.mjs";
4
4
  import "./chunk-ONQMRE2G.mjs";
5
5
  import "./chunk-YYYEMVBV.mjs";
6
6
  import "./chunk-3LT77723.mjs";
@@ -13,4 +13,4 @@ import "./chunk-BJTO5JO5.mjs";
13
13
  export {
14
14
  chat_default as default
15
15
  };
16
- //# sourceMappingURL=chat-62D72T4J.mjs.map
16
+ //# sourceMappingURL=chat-52DKSYA5.mjs.map
@@ -9741,7 +9741,7 @@ var MCPToolsTabV2_default = MCPToolsTabV2;
9741
9741
 
9742
9742
  // src/management/management.tsx
9743
9743
  import { jsx as jsx14, jsxs as jsxs14 } from "react/jsx-runtime";
9744
- var preloadChatPage = () => import("./chat-62D72T4J.mjs");
9744
+ var preloadChatPage = () => import("./chat-52DKSYA5.mjs");
9745
9745
  var buildCapabilitiesUrl = (gatewayApiUrl) => {
9746
9746
  const trimmed = gatewayApiUrl.replace(/\/$/, "");
9747
9747
  if (trimmed.endsWith("/api")) {
@@ -11107,4 +11107,4 @@ export {
11107
11107
  useGatewayMemory,
11108
11108
  management_default
11109
11109
  };
11110
- //# sourceMappingURL=chunk-XJH5E5QG.mjs.map
11110
+ //# sourceMappingURL=chunk-L2AKXXK3.mjs.map
@@ -4254,7 +4254,7 @@ import {
4254
4254
  Avatar as Avatar6,
4255
4255
  alpha as alpha6
4256
4256
  } from "@mui/material";
4257
- import { X as CloseIcon4, X as ClearIcon, Search as SearchIcon, Folder as FolderIcon4, MoreVertical as MoreVertIcon3, Trash2 as DeleteSweepIcon, Inbox as InboxIcon3, Plus as AddIcon4 } from "lucide-react";
4257
+ import { X as CloseIcon4, X as ClearIcon, Search as SearchIcon, Folder as FolderIcon4, MoreVertical as MoreVertIcon3, Trash2 as DeleteSweepIcon, Inbox as InboxIcon3, Plus as AddIcon4, Settings as SettingsIcon2 } from "lucide-react";
4258
4258
  import { useTheme as useTheme10 } from "@mui/material/styles";
4259
4259
 
4260
4260
  // src/chat/project-management-modal.tsx
@@ -6456,16 +6456,25 @@ var ConversationDrawer = ({ open, onClose }) => {
6456
6456
  children: user ? userDisplayName : "Not signed in"
6457
6457
  }
6458
6458
  ),
6459
- !user && /* @__PURE__ */ jsx12(
6459
+ /* @__PURE__ */ jsx12(
6460
6460
  Typography7,
6461
6461
  {
6462
6462
  variant: "caption",
6463
+ noWrap: true,
6463
6464
  sx: { color: theme.palette.text.secondary },
6464
- children: "Connect your account to sync chats"
6465
+ children: user ? userSecondaryText || "View profile & settings" : "Connect your account to sync chats"
6465
6466
  }
6466
6467
  )
6467
6468
  ]
6468
6469
  }
6470
+ ),
6471
+ user && /* @__PURE__ */ jsx12(
6472
+ SettingsIcon2,
6473
+ {
6474
+ size: 18,
6475
+ color: theme.palette.text.secondary,
6476
+ style: { flexShrink: 0, opacity: 0.85 }
6477
+ }
6469
6478
  )
6470
6479
  ]
6471
6480
  }
@@ -10151,4 +10160,4 @@ var chat_default = Chat;
10151
10160
  export {
10152
10161
  chat_default
10153
10162
  };
10154
- //# sourceMappingURL=chunk-3E66ZVMB.mjs.map
10163
+ //# sourceMappingURL=chunk-VDVXUEP2.mjs.map