@elevasis/ui 1.27.0 → 1.28.0

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.
@@ -5,7 +5,7 @@ import '../chunk-NNKKBSJN.js';
5
5
  import '../chunk-LXHZYSMQ.js';
6
6
  import '../chunk-ELJIFLCB.js';
7
7
  import '../chunk-SZHARWKU.js';
8
- import '../chunk-MHW43EOH.js';
8
+ import '../chunk-2IFYDILW.js';
9
9
  import '../chunk-QJ2S46NI.js';
10
10
  import '../chunk-IOKL7BKE.js';
11
11
  import '../chunk-RWQIFKMJ.js';
@@ -16,10 +16,11 @@ function TanStackRouterBridge({ children }) {
16
16
  const value = useMemo(
17
17
  () => ({
18
18
  currentPath: location.pathname,
19
+ currentSearch: location.searchStr ?? "",
19
20
  navigate,
20
21
  Link: Link$1
21
22
  }),
22
- [location.pathname, navigate, Link$1]
23
+ [location.pathname, location.searchStr, navigate, Link$1]
23
24
  );
24
25
  return /* @__PURE__ */ jsx(RouterProvider, { value, children });
25
26
  }
@@ -3,8 +3,8 @@ import { CustomModal } from './chunk-GBMNCNHX.js';
3
3
  import { CyberAreaChart, CostTrendChart, ActivityTrendChart } from './chunk-JHVKGZ2P.js';
4
4
  import { CenteredErrorState, CardHeader, StatsCardSkeleton, TrendIndicator, DetailCardSkeleton, EmptyState, PageTitleCaption, JsonViewer } from './chunk-MCA6LOGM.js';
5
5
  import { AppShellLoader } from './chunk-YYBM5LNJ.js';
6
- import { useExecutionLogsFilters, useTimeRangeDates, useActivityFilters } from './chunk-WLNEJ6JJ.js';
7
- import { useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead, useExecutionLogs, useExecutionHealth, useErrorAnalysis, useErrorDetail, useResolveErrorsByExecution, useResources, useCostTrends, useCostSummary, useCostByModel, useCostBreakdown, useActivityTrend, useActivities, useNotifications, useMarkAllAsRead, useTestNotification } from './chunk-RCQPWA5X.js';
6
+ import { useExecutionLogsFilters, useTimeRangeDates, useActivityFilters } from './chunk-7CJ5QBN2.js';
7
+ import { useResolveError, useResolveAllErrors, usePaginationState, useErrorDetails, useMarkAsRead, useExecutionLogs, useExecutionHealth, useErrorAnalysis, useErrorDetail, useResolveErrorsByExecution, useResources, useCostTrends, useCostSummary, useCostByModel, useCostBreakdown, useActivityTrend, useActivities, useNotifications, useMarkAllAsRead, useTestNotification } from './chunk-EBCIUZVV.js';
8
8
  import { formatBucketTime, getTimeRangeDates } from './chunk-LXHZYSMQ.js';
9
9
  import { formatDuration } from './chunk-XA34RETF.js';
10
10
  import { PAGE_SIZE_DEFAULT } from './chunk-IOKL7BKE.js';
@@ -1,6 +1,6 @@
1
- import { CredentialNameSchema, UuidSchema, useErrorNotification, showApiErrorNotification } from './chunk-RCQPWA5X.js';
1
+ import { CredentialNameSchema, UuidSchema, useErrorNotification, showApiErrorNotification } from './chunk-EBCIUZVV.js';
2
2
  import { getTimeRangeDates } from './chunk-LXHZYSMQ.js';
3
- import { useNotificationAdapter } from './chunk-ITCEULI5.js';
3
+ import { useNotificationAdapter } from './chunk-KLG4H5NM.js';
4
4
  import { GC_TIME_SHORT, STALE_TIME_MONITORING, GC_TIME_MEDIUM, STALE_TIME_DEFAULT } from './chunk-IOKL7BKE.js';
5
5
  import { useElevasisServices } from './chunk-QEPXAWE2.js';
6
6
  import { z } from 'zod';
@@ -1,24 +1,27 @@
1
1
  import { ChatHeader, ChatSidebar } from './chunk-ROSMICXG.js';
2
2
  import { SubshellSidebarSection, SubshellLoader, PageContainer, CollapsibleSidebarGroup, SidebarListItem } from './chunk-2IJCM3VQ.js';
3
- import { ResourceHealthPanel } from './chunk-P5EWG45B.js';
3
+ import { ResourceHealthPanel } from './chunk-ZUJ7WMGV.js';
4
4
  import { CustomModal, ConfirmationModal } from './chunk-GBMNCNHX.js';
5
5
  import { BaseNode, useGraphTheme, BaseEdge, GraphBackground, GraphLegend, GraphFitViewButton, ExecutionStats, UnifiedWorkflowGraph, WorkflowExecutionTimeline, AgentExecutionVisualizer, AgentExecutionTimeline, GraphFitViewHandler } from './chunk-F2J7675J.js';
6
6
  import { useCyberColors, CyberDonut } from './chunk-JHVKGZ2P.js';
7
7
  import { JsonViewer, CardHeader, PageTitleCaption, CollapsibleSection, TabCountBadge, ResourceCard, ContextViewer, APIErrorAlert, EmptyState } from './chunk-MCA6LOGM.js';
8
8
  import { StyledMarkdown } from './chunk-3KMDHCAR.js';
9
+ import { NavigationButton } from './chunk-NNKKBSJN.js';
9
10
  import { AppShellLoader } from './chunk-YYBM5LNJ.js';
10
- import { useStatusFilter, useResourceSearch, useResourcesDomainFilters, filterByDomainFilters, useCommandViewDomainFilters } from './chunk-WLNEJ6JJ.js';
11
- import { useCommandViewLayout, useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, usePaginationState, useResources, useRecentExecutionsByResource, useExecuteAsync, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStore, useCommandViewStats, useCalibrationProjects, useCalibrationProject, useAllCalibrationProjects, useResourceExecutions, useCheckpointTasks, useCalibrationSSE, useCalibrationRunFull, useExecuteRun, useGradeRun, useCalibrationRuns, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, showApiErrorNotification, showSuccessNotification, calibrationKeys, useDeleteProject, useCreateProject } from './chunk-RCQPWA5X.js';
11
+ import { useStatusFilter, useResourceSearch, useResourcesDomainFilters, filterByDomainFilters, useCommandViewDomainFilters } from './chunk-7CJ5QBN2.js';
12
+ import { useCommandViewLayout, useErrorDetail, useExecution, useArchivedLogs, useDeleteExecution, useRetryExecution, useCancelExecution, useCommandQueueTotals, usePaginationState, useResources, useRecentExecutionsByResource, useExecuteAsync, useResourceDefinition, isSessionCapable, useDeleteTask, useCommandQueue, useSubmitAction, useCommandViewData, useCommandViewStore, useCommandViewStats, useCalibrationProjects, useCalibrationProject, useAllCalibrationProjects, useResourceExecutions, useCheckpointTasks, useCalibrationSSE, useCalibrationRunFull, useExecuteRun, useGradeRun, useCalibrationRuns, useExecutionPanelState, useDeleteSession, useCreateSession, useSessions, useSessionExecutions, useSession, showApiErrorNotification, showSuccessNotification, calibrationKeys, useDeleteProject, useCreateProject, useBulkDeleteExecutions } from './chunk-EBCIUZVV.js';
12
13
  import { Graph_module_css_default, useDirectedChainHighlighting, useNodeSelection, GRAPH_CONSTANTS, useGraphHighlighting, calculateGraphHeight } from './chunk-F6RBK7NJ.js';
13
- import { getResourceStatusColor, useMergedExecution, useTimelineData, useAgentIterationData } from './chunk-XA34RETF.js';
14
+ import { getResourceStatusColor, useMergedExecution, useTimelineData, useAgentIterationData, getStatusIcon } from './chunk-XA34RETF.js';
14
15
  import { ResourceStatusColors, toWorkflowLogMessages } from './chunk-ELJIFLCB.js';
16
+ import { useElevasisFeatures } from './chunk-KLG4H5NM.js';
15
17
  import { useAppearance } from './chunk-QJ2KCHKX.js';
16
18
  import { topbarHeight } from './chunk-QJ2S46NI.js';
17
19
  import { getResourceIcon, getResourceColor, getErrorInfo, formatErrorMessage, formatRelativeTime, DOMAIN_MAP, getNodeId, PAGE_SIZE_DEFAULT } from './chunk-IOKL7BKE.js';
18
20
  import { useInitialization } from './chunk-TUXTSEAF.js';
19
21
  import { useOrganization } from './chunk-DD3CCMCZ.js';
22
+ import { useRouterContext } from './chunk-Q7DJKLEN.js';
20
23
  import { Stack, Group, Text, Badge, ThemeIcon, Box, TextInput, Textarea, Radio, Checkbox, Select, NumberInput, Title, Alert, Button, ActionIcon, Collapse, Card, SimpleGrid, Divider, Paper, Space, CopyButton, Center, Tooltip, Code, Menu, useMantineTheme, UnstyledButton, RangeSlider, Loader, Progress, Tabs, Pagination, Modal, LoadingOverlay, SegmentedControl, Switch, Timeline, ScrollArea, Table } from '@mantine/core';
21
- import { IconBrain, IconFileText, IconDatabase, IconMessage, IconAlertCircle, IconCircleX, IconCircleCheck, IconBolt, IconHandClick, IconClock, IconWebhook, IconExternalLink, IconMail, IconSend, IconArrowUp, IconMessageCircle, IconRocket, IconEye, IconEdit, IconAlertTriangle, IconRefresh, IconX, IconCheck, IconCode, IconChevronRight, IconTool, IconSettings, IconCpu, IconClockHour4, IconVersions, IconPlayerPlay, IconNetwork, IconSitemap, IconCopy, IconPlayerStop, IconReload, IconTrash, IconTerminal2, IconBug, IconChevronDown, IconArrowLeft, IconRobot, IconGitBranch, IconDotsVertical, IconFilter, IconCategory, IconApps, IconRoute, IconAdjustmentsHorizontal, IconSearch, IconCircleDashed, IconPlus, IconAdjustments, IconChartBar, IconReportAnalytics, IconCoin, IconFlask, IconInfoCircle, IconLayoutSidebarRightExpand, IconNote, IconArchive, IconDownload, IconTimeline } from '@tabler/icons-react';
24
+ import { IconBrain, IconFileText, IconDatabase, IconMessage, IconAlertCircle, IconCircleX, IconCircleCheck, IconBolt, IconHandClick, IconClock, IconWebhook, IconExternalLink, IconMail, IconSend, IconArrowUp, IconMessageCircle, IconRocket, IconEye, IconEdit, IconAlertTriangle, IconRefresh, IconX, IconCheck, IconCode, IconChevronRight, IconTool, IconSettings, IconCpu, IconClockHour4, IconVersions, IconPlayerPlay, IconNetwork, IconSitemap, IconCopy, IconPlayerStop, IconReload, IconTrash, IconTerminal2, IconBug, IconChevronDown, IconArrowLeft, IconRobot, IconGitBranch, IconDotsVertical, IconFilter, IconCategory, IconApps, IconRoute, IconAdjustmentsHorizontal, IconSearch, IconCircleDashed, IconPlus, IconAdjustments, IconChartBar, IconReportAnalytics, IconCoin, IconFlask, IconInfoCircle, IconLayoutSidebarRightExpand, IconNote, IconArchive, IconDownload, IconTimeline, IconHistory } from '@tabler/icons-react';
22
25
  import { useForm } from '@mantine/form';
23
26
  import { jsx, jsxs, Fragment } from 'react/jsx-runtime';
24
27
  import { memo, forwardRef, useMemo, useImperativeHandle, useState, useRef, useCallback, useEffect } from 'react';
@@ -6362,9 +6365,270 @@ function AgentListItem({ agent, isSelected, onAgentClick }) {
6362
6365
  }
6363
6366
  );
6364
6367
  }
6368
+ var OperationsSidebarTop = () => {
6369
+ const { currentPath, navigate } = useRouterContext();
6370
+ const theme = useMantineTheme();
6371
+ const isCalibrationSection = currentPath.startsWith("/operations/calibration");
6372
+ const isResourcesSection = currentPath.startsWith("/operations/resources");
6373
+ const isSessionsSection = currentPath.startsWith("/operations/sessions");
6374
+ const isCommandViewSection = currentPath.startsWith("/operations/command-view");
6375
+ if (isSessionsSection || isCommandViewSection) {
6376
+ return null;
6377
+ }
6378
+ if (isResourcesSection) {
6379
+ const isActive = currentPath === "/operations/resources";
6380
+ return /* @__PURE__ */ jsx(
6381
+ Box,
6382
+ {
6383
+ style: {
6384
+ padding: theme.spacing.sm,
6385
+ borderBottom: "1px solid var(--color-border)"
6386
+ },
6387
+ children: /* @__PURE__ */ jsx(
6388
+ NavigationButton,
6389
+ {
6390
+ icon: IconApps,
6391
+ label: "Resource Overview",
6392
+ isActive,
6393
+ hasActiveBackground: isActive,
6394
+ onClick: () => navigate("/operations/resources")
6395
+ }
6396
+ )
6397
+ }
6398
+ );
6399
+ }
6400
+ if (isCalibrationSection) {
6401
+ const isActive = currentPath === "/operations/calibration";
6402
+ return /* @__PURE__ */ jsx(
6403
+ Box,
6404
+ {
6405
+ style: {
6406
+ padding: theme.spacing.sm,
6407
+ borderBottom: "1px solid var(--color-border)"
6408
+ },
6409
+ children: /* @__PURE__ */ jsx(
6410
+ NavigationButton,
6411
+ {
6412
+ icon: IconAdjustments,
6413
+ label: "Calibration Projects",
6414
+ isActive,
6415
+ hasActiveBackground: isActive,
6416
+ onClick: () => navigate("/operations/calibration")
6417
+ }
6418
+ )
6419
+ }
6420
+ );
6421
+ }
6422
+ return null;
6423
+ };
6424
+
6425
+ // src/features/operations/sidebar/pathUtils.ts
6426
+ var RESOURCE_DETAIL_PATTERN = /^\/operations\/resources\/(workflow|agent)\/([^/]+)$/;
6427
+ var CALIBRATION_PROJECT_PATTERN = /^\/operations\/calibration\/project\/([^/]+)$/;
6428
+ var CALIBRATION_RUN_PATTERN = /^\/operations\/calibration\/run\/([^/]+)$/;
6429
+ var SESSION_DETAIL_PATTERN = /^\/operations\/sessions\/([^/]+)$/;
6430
+ function getActiveResource(pathname) {
6431
+ const match = pathname.match(RESOURCE_DETAIL_PATTERN);
6432
+ if (!match) return null;
6433
+ return {
6434
+ type: match[1],
6435
+ id: match[2]
6436
+ };
6437
+ }
6438
+ function isResourceDetailPage(pathname) {
6439
+ return RESOURCE_DETAIL_PATTERN.test(pathname);
6440
+ }
6441
+ function getCalibrationParams(pathname) {
6442
+ const projectMatch = pathname.match(CALIBRATION_PROJECT_PATTERN);
6443
+ if (projectMatch) {
6444
+ return { projectId: projectMatch[1], runId: void 0 };
6445
+ }
6446
+ const runMatch = pathname.match(CALIBRATION_RUN_PATTERN);
6447
+ if (runMatch) {
6448
+ return { projectId: void 0, runId: runMatch[1] };
6449
+ }
6450
+ return { projectId: void 0, runId: void 0 };
6451
+ }
6452
+ function getSessionId(pathname) {
6453
+ const match = pathname.match(SESSION_DETAIL_PATTERN);
6454
+ return match?.[1];
6455
+ }
6456
+ function getSessionAgentParam(search) {
6457
+ if (!search) return void 0;
6458
+ return new URLSearchParams(search).get("agent") ?? void 0;
6459
+ }
6460
+ var ExecutionLogsSidebar = () => {
6461
+ const { currentPath } = useRouterContext();
6462
+ const { operationsApiUrl, operationsSSEManager } = useElevasisFeatures();
6463
+ const activeResource = getActiveResource(currentPath);
6464
+ const resourceId = activeResource?.id ?? "";
6465
+ const [filter, setFilter] = useState("all");
6466
+ const [deleteModalOpen, setDeleteModalOpen] = useState(false);
6467
+ const bulkDelete = useBulkDeleteExecutions();
6468
+ if (!operationsApiUrl || !operationsSSEManager) {
6469
+ return /* @__PURE__ */ jsx(Box, { p: "sm", style: { flex: 1, minHeight: 0 }, children: /* @__PURE__ */ jsx(
6470
+ APIErrorAlert,
6471
+ {
6472
+ error: new Error("Operations execution sidebar requires operationsApiUrl and operationsSSEManager.")
6473
+ }
6474
+ ) });
6475
+ }
6476
+ const { executions, isLoading, isFetched, selectedId, setSelectedId, setResourceStatusFilter, runningCount } = useExecutionPanelState({
6477
+ resourceId,
6478
+ apiUrl: operationsApiUrl,
6479
+ manager: operationsSSEManager,
6480
+ limit: PAGE_SIZE_DEFAULT
6481
+ });
6482
+ const handleFilterChange = (value) => {
6483
+ const nextFilter = value || "dev";
6484
+ setFilter(nextFilter);
6485
+ setResourceStatusFilter(nextFilter);
6486
+ };
6487
+ const handleBulkDelete = async () => {
6488
+ try {
6489
+ await bulkDelete.mutateAsync({
6490
+ resourceId,
6491
+ resourceStatus: filter
6492
+ });
6493
+ setDeleteModalOpen(false);
6494
+ } catch (error) {
6495
+ showApiErrorNotification(error);
6496
+ }
6497
+ };
6498
+ const filteredExecutions = filter === "all" ? executions : executions.filter((exec) => exec.resourceStatus === filter);
6499
+ if (isLoading || !isFetched) {
6500
+ return /* @__PURE__ */ jsx(Center, { style: { flex: 1, minHeight: 0 }, children: /* @__PURE__ */ jsx(Loader, { size: "md" }) });
6501
+ }
6502
+ if (!resourceId) {
6503
+ return /* @__PURE__ */ jsx(Box, { p: "sm", style: { flex: 1, minHeight: 0 }, children: /* @__PURE__ */ jsx(APIErrorAlert, { error: new Error("Resource ID not found in current operations route.") }) });
6504
+ }
6505
+ return /* @__PURE__ */ jsxs(Box, { style: { flex: 1, minHeight: 0, display: "flex", flexDirection: "column" }, children: [
6506
+ /* @__PURE__ */ jsx(
6507
+ SubshellSidebarSection,
6508
+ {
6509
+ icon: IconHistory,
6510
+ label: "Recent Executions",
6511
+ rightSection: /* @__PURE__ */ jsxs(Group, { gap: "xs", children: [
6512
+ runningCount > 0 && /* @__PURE__ */ jsx(Badge, { variant: "filled", size: "sm", children: runningCount }),
6513
+ filteredExecutions.length > 0 && /* @__PURE__ */ jsx(ActionIcon, { onClick: () => setDeleteModalOpen(true), variant: "subtle", color: "var(--color-error)", size: "sm", children: /* @__PURE__ */ jsx(IconTrash, { size: 16 }) })
6514
+ ] })
6515
+ }
6516
+ ),
6517
+ /* @__PURE__ */ jsxs(Box, { p: "sm", style: { flex: 1, minHeight: 0, display: "flex", flexDirection: "column" }, children: [
6518
+ /* @__PURE__ */ jsx(Tabs, { value: filter, onChange: handleFilterChange, mb: "md", variant: "default", children: /* @__PURE__ */ jsxs(Tabs.List, { grow: true, children: [
6519
+ /* @__PURE__ */ jsx(Tabs.Tab, { value: "all", style: { fontSize: "12px" }, children: "All" }),
6520
+ /* @__PURE__ */ jsx(Tabs.Tab, { value: "dev", style: { fontSize: "12px" }, children: "Dev" }),
6521
+ /* @__PURE__ */ jsx(Tabs.Tab, { value: "prod", style: { fontSize: "12px" }, children: "Prod" })
6522
+ ] }) }),
6523
+ /* @__PURE__ */ jsx(ScrollArea, { style: { flex: 1 }, scrollbarSize: 8, children: filteredExecutions.length > 0 ? /* @__PURE__ */ jsx(Stack, { gap: "xs", children: [...filteredExecutions].sort((a, b) => b.startTime - a.startTime).map((execution) => {
6524
+ const isSelected = selectedId === execution.id;
6525
+ return /* @__PURE__ */ jsx(
6526
+ Card,
6527
+ {
6528
+ p: "sm",
6529
+ withBorder: isSelected,
6530
+ style: {
6531
+ cursor: "pointer",
6532
+ backgroundColor: isSelected ? "color-mix(in srgb, var(--color-primary) 10%, transparent)" : "transparent",
6533
+ color: isSelected ? "var(--color-primary)" : "var(--color-text)",
6534
+ borderColor: "transparent",
6535
+ transition: "all var(--duration-fast) var(--easing)",
6536
+ boxShadow: "none"
6537
+ },
6538
+ onClick: () => setSelectedId(execution.id),
6539
+ children: /* @__PURE__ */ jsxs(Group, { gap: "sm", children: [
6540
+ getStatusIcon({
6541
+ status: execution.status,
6542
+ colors: {
6543
+ icon: execution.status === "completed" ? "var(--color-success)" : execution.status === "failed" ? "var(--color-error)" : execution.status === "warning" ? "var(--color-warning)" : "var(--color-primary)"
6544
+ },
6545
+ iconSize: 16,
6546
+ spinDuration: "1s"
6547
+ }),
6548
+ /* @__PURE__ */ jsxs(Group, { gap: "xs", justify: "space-between", style: { flex: 1 }, ff: "monospace", children: [
6549
+ /* @__PURE__ */ jsx(Text, { size: "xs", children: new Date(execution.startTime).toLocaleTimeString() }),
6550
+ /* @__PURE__ */ jsx(Text, { size: "xs", children: execution.id.slice(0, 8) })
6551
+ ] })
6552
+ ] })
6553
+ },
6554
+ execution.id
6555
+ );
6556
+ }) }) : /* @__PURE__ */ jsx(Center, { p: "xl", children: /* @__PURE__ */ jsxs(Text, { size: "sm", c: "dimmed", fs: "italic", children: [
6557
+ "No ",
6558
+ filter === "all" ? "" : filter,
6559
+ " executions yet"
6560
+ ] }) }) })
6561
+ ] }),
6562
+ /* @__PURE__ */ jsx(
6563
+ ConfirmationModal,
6564
+ {
6565
+ opened: deleteModalOpen,
6566
+ onClose: () => setDeleteModalOpen(false),
6567
+ icon: /* @__PURE__ */ jsx(IconTrash, {}),
6568
+ title: "Delete Execution Logs?",
6569
+ text: `Are you sure you want to delete ${filteredExecutions.length} ${filter === "all" ? "" : `${filter.toUpperCase()} `}execution log${filteredExecutions.length === 1 ? "" : "s"}? This action cannot be undone.`,
6570
+ buttonText: "Delete",
6571
+ buttonColor: "red",
6572
+ confirmationHandler: handleBulkDelete,
6573
+ loading: bulkDelete.isPending
6574
+ }
6575
+ )
6576
+ ] });
6577
+ };
6578
+ var OperationsSidebarMiddle = () => {
6579
+ const { currentPath, currentSearch, navigate } = useRouterContext();
6580
+ const { timeRange = "24h" } = useElevasisFeatures();
6581
+ if (currentPath.startsWith("/operations/command-view")) {
6582
+ return /* @__PURE__ */ jsx(CommandViewSidebarContent, { timeRange });
6583
+ }
6584
+ if (currentPath.startsWith("/operations/calibration")) {
6585
+ const { projectId, runId } = getCalibrationParams(currentPath);
6586
+ return /* @__PURE__ */ jsx(
6587
+ CalibrationSidebar,
6588
+ {
6589
+ currentProjectId: projectId,
6590
+ currentRunId: runId,
6591
+ currentPath,
6592
+ onProjectClick: (nextProjectId) => navigate(`/operations/calibration/project/${nextProjectId}`),
6593
+ onRunClick: (nextRunId) => navigate(`/operations/calibration/run/${nextRunId}`)
6594
+ }
6595
+ );
6596
+ }
6597
+ if (currentPath.startsWith("/operations/sessions")) {
6598
+ return /* @__PURE__ */ jsx(
6599
+ SessionsSidebar,
6600
+ {
6601
+ isReady: true,
6602
+ sessionId: getSessionId(currentPath),
6603
+ agentParam: getSessionAgentParam(currentSearch),
6604
+ buildSessionDetailUrl: (sessionId) => `/operations/sessions/${sessionId}`,
6605
+ onAgentClick: (agentId) => navigate(`/operations/sessions?agent=${encodeURIComponent(agentId)}`)
6606
+ }
6607
+ );
6608
+ }
6609
+ if (isResourceDetailPage(currentPath)) {
6610
+ return /* @__PURE__ */ jsx(ExecutionLogsSidebar, {});
6611
+ }
6612
+ return /* @__PURE__ */ jsx(ResourcesSidebar, { timeRange });
6613
+ };
6614
+ var OperationsSidebar = () => {
6615
+ return /* @__PURE__ */ jsxs(Stack, { gap: 0, style: { height: "100%", display: "flex", flexDirection: "column" }, children: [
6616
+ /* @__PURE__ */ jsx(OperationsSidebarTop, {}),
6617
+ /* @__PURE__ */ jsx(OperationsSidebarMiddle, {})
6618
+ ] });
6619
+ };
6365
6620
  var operationsManifest = {
6366
6621
  key: "operations",
6367
6622
  label: "Operations",
6623
+ sidebar: OperationsSidebar,
6624
+ subshellRoutes: [
6625
+ "/operations/resources",
6626
+ "/operations/sessions",
6627
+ "/operations/calibration",
6628
+ "/operations/settings",
6629
+ "/operations/documentation",
6630
+ "/operations/command-view"
6631
+ ],
6368
6632
  navEntry: {
6369
6633
  label: "Operations",
6370
6634
  icon: IconCode,
@@ -6379,4 +6643,4 @@ var operationsManifest = {
6379
6643
  }
6380
6644
  };
6381
6645
 
6382
- export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionPanel, AgentSessionGroup, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CalibrationPage, CalibrationProgress, CalibrationProjectDetailPage, CalibrationProjectsPage, CalibrationRunDetailPage, CalibrationSidebar, CheckpointGroup, CollapsibleJsonSection, CommandQueueDetailPage, CommandQueuePage, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, CommandViewPage, CommandViewSidebarContent, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecuteWorkflowModal, ExecutionErrorSection, ExecutionPanel, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, ResourceDefinitionSection, ResourceDetailPage, ResourceErrorState, ResourceExecuteDialog, ResourceExecuteForm, ResourceFilter, ResourceHeader, ResourceNotFoundState, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionMemory, SessionsPage, SessionsSidebar, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionPanel, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout };
6646
+ export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionPanel, AgentSessionGroup, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CalibrationPage, CalibrationProgress, CalibrationProjectDetailPage, CalibrationProjectsPage, CalibrationRunDetailPage, CalibrationSidebar, CheckpointGroup, CollapsibleJsonSection, CommandQueueDetailPage, CommandQueuePage, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, CommandViewPage, CommandViewSidebarContent, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecuteWorkflowModal, ExecutionErrorSection, ExecutionPanel, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceDetailPage, ResourceErrorState, ResourceExecuteDialog, ResourceExecuteForm, ResourceFilter, ResourceHeader, ResourceNotFoundState, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionMemory, SessionsPage, SessionsSidebar, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionPanel, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout };
@@ -1,7 +1,7 @@
1
1
  import { ElevasisLoader } from './chunk-SZHARWKU.js';
2
2
  import { PRESETS, getPreset, generateShades, mantineThemeOverride, createCssVariablesResolver, PresetsProvider } from './chunk-TXPUIHX2.js';
3
3
  import { AppBackground } from './chunk-CYXZHBP4.js';
4
- import { ElevasisCoreProvider } from './chunk-ITCEULI5.js';
4
+ import { ElevasisCoreProvider } from './chunk-KLG4H5NM.js';
5
5
  import { AppearanceProvider } from './chunk-QJ2KCHKX.js';
6
6
  import { getErrorInfo, formatErrorMessage, getErrorTitle } from './chunk-IOKL7BKE.js';
7
7
  import { useMemo, useEffect } from 'react';
@@ -1,6 +1,6 @@
1
1
  import { getTimeRangeDates, observabilityKeys } from './chunk-LXHZYSMQ.js';
2
2
  import { GRAPH_CONSTANTS } from './chunk-F6RBK7NJ.js';
3
- import { useNotificationAdapter } from './chunk-ITCEULI5.js';
3
+ import { useNotificationAdapter } from './chunk-KLG4H5NM.js';
4
4
  import { HTTP_HEADERS } from './chunk-NVOCKXUQ.js';
5
5
  import { STALE_TIME_MONITORING, REFETCH_INTERVAL_DASHBOARD, REFETCH_INTERVAL_RUNNING, WS_MAX_RETRIES_BEFORE_ERROR, WS_RECONNECT_BASE_DELAY, WS_RECONNECT_MAX_DELAY, getErrorInfo, formatErrorMessage, getErrorTitle, STALE_TIME_DEFAULT, STALE_TIME_ADMIN, APIClientError } from './chunk-IOKL7BKE.js';
6
6
  import { useStableAccessToken } from './chunk-ALA56RGZ.js';
@@ -180,7 +180,13 @@ function getEnabledFeatures(features, hasFeature) {
180
180
  function getNavItems(features) {
181
181
  return features.flatMap((feature) => feature.navEntry ? [feature.navEntry] : []);
182
182
  }
183
- function ElevasisFeaturesProvider({ features, children }) {
183
+ function ElevasisFeaturesProvider({
184
+ features,
185
+ timeRange,
186
+ operationsApiUrl,
187
+ operationsSSEManager,
188
+ children
189
+ }) {
184
190
  const { hasFeature } = useFeatureAccess();
185
191
  const enabledFeatures = useMemo(() => getEnabledFeatures(features, hasFeature), [features, hasFeature]);
186
192
  const navItems = useMemo(() => getNavItems(enabledFeatures), [enabledFeatures]);
@@ -197,10 +203,13 @@ function ElevasisFeaturesProvider({ features, children }) {
197
203
  navItems,
198
204
  enabledFeatures,
199
205
  allFeatures: features,
206
+ timeRange,
207
+ operationsApiUrl,
208
+ operationsSSEManager,
200
209
  isFeatureEnabled,
201
210
  getFeature
202
211
  }),
203
- [navItems, enabledFeatures, features, isFeatureEnabled, getFeature]
212
+ [navItems, enabledFeatures, features, timeRange, operationsApiUrl, operationsSSEManager, isFeatureEnabled, getFeature]
204
213
  );
205
214
  return /* @__PURE__ */ jsx(ElevasisFeaturesContext.Provider, { value, children });
206
215
  }
@@ -3,8 +3,8 @@ import { ExecutionStats } from './chunk-F2J7675J.js';
3
3
  import { HeroStatsRow, useCyberColors } from './chunk-JHVKGZ2P.js';
4
4
  import { CardHeader, EmptyState, PageTitleCaption, TabCountBadge, GlowDot } from './chunk-MCA6LOGM.js';
5
5
  import { AppShellCenteredContainer, AppShellLoader } from './chunk-YYBM5LNJ.js';
6
- import { useTimeRangeDates } from './chunk-WLNEJ6JJ.js';
7
- import { useDashboardMetrics, useResources, useUnresolvedErrors, useRecentExecutionsByResource, useCommandQueue, useScheduledTasks, useResourcesHealth } from './chunk-RCQPWA5X.js';
6
+ import { useTimeRangeDates } from './chunk-7CJ5QBN2.js';
7
+ import { useDashboardMetrics, useResources, useUnresolvedErrors, useRecentExecutionsByResource, useCommandQueue, useScheduledTasks, useResourcesHealth } from './chunk-EBCIUZVV.js';
8
8
  import { getTimeRangeDates } from './chunk-LXHZYSMQ.js';
9
9
  import { ResourceStatusColors } from './chunk-ELJIFLCB.js';
10
10
  import { formatTimeAgo, formatRelativeTime } from './chunk-IOKL7BKE.js';
@@ -1,6 +1,6 @@
1
1
  import { useCyberColors, CyberLegendItem, CyberAreaChart } from './chunk-JHVKGZ2P.js';
2
2
  import { CardHeader, EmptyState } from './chunk-MCA6LOGM.js';
3
- import { useResourcesHealth } from './chunk-RCQPWA5X.js';
3
+ import { useResourcesHealth } from './chunk-EBCIUZVV.js';
4
4
  import { getTimeRangeDates, formatBucketTime } from './chunk-LXHZYSMQ.js';
5
5
  import { Paper, Center, Loader, Group } from '@mantine/core';
6
6
  import { IconActivity, IconChartBar } from '@tabler/icons-react';
@@ -3,8 +3,8 @@ import { CustomModal } from './chunk-GBMNCNHX.js';
3
3
  import { ListSkeleton, EmptyState, PageTitleCaption, CardHeader, APIErrorAlert, StatCard } from './chunk-MCA6LOGM.js';
4
4
  import { AppShellLoader } from './chunk-YYBM5LNJ.js';
5
5
  import { useAvailablePresets } from './chunk-QTD5HPKD.js';
6
- import { useDeleteCredential, useCreateCredential, useCredentials, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas } from './chunk-WLNEJ6JJ.js';
7
- import { useResources, showErrorNotification } from './chunk-RCQPWA5X.js';
6
+ import { useDeleteCredential, useCreateCredential, useCredentials, MEMBERSHIP_STATUS_COLORS, transformMembershipToTableRow, useUserMemberships, useUpdateWebhookEndpoint, useDeleteWebhookEndpoint, useCreateWebhookEndpoint, useListWebhookEndpoints, useUpdateMemberConfig, useOrganizationMembers, useUpdateCredential, CredentialSchemas } from './chunk-7CJ5QBN2.js';
7
+ import { useResources, showErrorNotification } from './chunk-EBCIUZVV.js';
8
8
  import { formatDateTime, OAUTH_POPUP_CHECK_INTERVAL, OAUTH_FLOW_TIMEOUT } from './chunk-IOKL7BKE.js';
9
9
  import { useInitialization } from './chunk-TUXTSEAF.js';
10
10
  import { useElevasisServices } from './chunk-QEPXAWE2.js';
@@ -8775,7 +8775,13 @@ declare const dashboardManifest: FeatureModule;
8775
8775
 
8776
8776
  declare const settingsManifest: FeatureModule;
8777
8777
 
8778
+ declare const OperationsSidebar: () => react_jsx_runtime.JSX.Element;
8779
+
8780
+ declare const OperationsSidebarTop: () => react_jsx_runtime.JSX.Element | null;
8781
+
8782
+ declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
8783
+
8778
8784
  declare const operationsManifest: FeatureModule;
8779
8785
 
8780
- export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDrawer, DealKanbanCard, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, DocTreeNav, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, KnowledgeBasePage, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PipelineFunnelWidget, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TasksDueWidget, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, buildErrorReport, calculateProgress, catalogItemToResourceDefinition, crmManifest, dashboardManifest, deliveryManifest, formatStatusLabel, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
8786
+ export { APIErrorAlert, AbsoluteScheduleForm, ActionModal, ActivityCard, ActivityFeedWidget, ActivityFilters as ActivityFiltersBar, ActivityTable, ActivityTimeline, AgentDefinitionDisplay, AgentExecutionLogs, AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, AllTasksPage, ApiKeyDisplayModal, ApiKeyList, ApiKeySettings, BaseEdge, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, BaseNode, Breadcrumbs, BusinessImpactCard, CONTAINER_CONSTANTS, CardHeader, CenteredErrorState, CheckpointGroup, CollapsibleJsonSection, CollapsibleSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ConfirmationInputModal, ConfirmationModal, ContentSections, ContextUsageBadge, ContextViewer, ContractDisplay, CostBreakdownCard, CostByModelTable, CostMetricsCard, CrashErrorFallback, CreateApiKeyModal, CreateCredentialModal, CreateScheduleModal, CredentialList, CredentialSettings, CrmOverview, CrmSidebar, CrmSidebarMiddle, CrmSidebarTop, CustomModal, CustomSelector, DEAL_STAGES, DEFAULT_KANBAN_CONFIG, DealDrawer, DealKanbanCard, DeleteScheduleModal, DeploymentDetailModal, DeploymentList, DeploymentSettings, DeploymentStatusBadge, DetailCardSkeleton, DocTreeNav, EditApiKeyModal, ElevasisLoader, EmptyState, EmptyVisualizer, ErrorAnalysisCard, ErrorBreakdownTable, ErrorReportCard, ExecutionBreakdownTable, ExecutionErrorSection, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, ExecutionStats, ExecutionStatusBadge, FilterBar, FormFieldRenderer, GlowDot, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, HealthStatusCard, JsonViewer, KanbanBoard, KnowledgeBasePage, LeadGenSidebar, LeadGenSidebarMiddle, LeadGenSidebarTop, ListSkeleton, LogEntry, LogGroup, MdxRenderer, MembershipFeaturePanel, MembershipStatusBadge, MetricsStrip, MilestoneTimeline, MyTasksPanel, NavigationButton, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, NotificationBell, NotificationItem, NotificationList, NotificationPanel, OAuthConnectModal, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, OrganizationMembershipsList, PIPELINE_FUNNEL_ORDER, PageNotFound, PageTitleCaption, PipelineFunnelWidget, ProjectsSidebar, ProjectsSidebarMiddle, ProjectsSidebarTop, QuickCreateActions, RecurringScheduleForm, RelativeScheduleForm, ResourceCard, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceHealthChart, ResourceHealthPanel, ResourceNotFoundState, RichTextEditor, SAVED_VIEW_PRESETS, SEOSidebar, SEOSidebarMiddle, SEOSidebarTop, SHARED_VIZ_CONSTANTS, SavedViewsPanel, ScheduleCard, ScheduleDetailModal, ScheduleTypeSelector, SessionMemory, SortableHeader, StatCard, StatCardSkeleton, StatsCardSkeleton, StatusBadge, StyledMarkdown, TabCountBadge, TableSelectionToolbar, TaskCard, TaskScheduler, TasksDueWidget, TimeRangeSelector, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, ToolsListDisplay, TrendIndicator, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, UpcomingMilestonesPage, VisualizerContainer, WebhookUrlDisplayModal, WorkflowDefinitionDisplay, WorkflowExecutionLogs, WorkflowExecutionTimeline, buildErrorReport, calculateProgress, catalogItemToResourceDefinition, crmManifest, dashboardManifest, deliveryManifest, formatStatusLabel, getExecutionStatusConfig, getGraphBackgroundStyles, getHealthColor, getIcon, getLogLevelConfig, iconMap, leadGenManifest, mdxComponents, milestoneStatusColors, monitoringManifest, noteTypeColors, operationsManifest, projectStatusColors, seoManifest, settingsManifest, showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification, taskStatusColors, taskTypeColors, useCrmPipelineSummary, useCrmQuickMetrics, useGraphBackgroundStyles, useGraphTheme, useNewKnowledgeMapLayout, useRecentCrmActivity };
8781
8787
  export type { ActivityEntry, ActivityFiltersProps, ActivityTableProps, BaseEdgeProps, BaseExecutionLogsProps, BreadcrumbsProps, CommandViewGraphRef, ContextViewerProps, CostByModelTableProps, CrashErrorFallbackProps, CrmOverviewProps, DealDrawerProps, DealKanbanCardProps, ErrorAnalysisCardProps, ErrorReportCardProps, ExecutionBreakdownTableProps, ExecutionHealthCardProps, ExecutionLogEntry, ExecutionLogsFiltersProps, ExecutionLogsTableProps, FitViewButtonVariant, FormFieldRendererProps, GraphFitViewHandlerProps, JsonViewerProps, KanbanBoardProps, KnowledgeMapEdgeData, KnowledgeMapNodeData, LogLevel, MdxRendererProps, NavigationButtonProps, ProjectsSidebarMiddleProps, ProjectsSidebarProps, ResourceHealthPanelProps, RichTextEditorProps, SavedViewPreset, ScheduleType, SerializedKnowledgeMap, SerializedKnowledgeNode, StatCardProps, StyledMarkdownProps, TaskFilterStatus, TrendIndicatorProps };
@@ -1,16 +1,16 @@
1
1
  import { useBreadcrumbs } from '../chunk-MG3NF7QL.js';
2
2
  import '../chunk-C27LLJM6.js';
3
- import { NotificationList } from '../chunk-Y2SYGFRF.js';
4
- export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-Y2SYGFRF.js';
5
- export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-WJ7W7JU4.js';
3
+ import { NotificationList } from '../chunk-37NT4BNV.js';
4
+ export { ActivityCard, ActivityFilters as ActivityFiltersBar, ActivityTable, BusinessImpactCard, CostBreakdownCard, CostByModelTable, CostMetricsCard, ErrorAnalysisCard, ErrorBreakdownTable, ExecutionBreakdownTable, ExecutionHealthCard, ExecutionLogsFilters as ExecutionLogsFilterBar, ExecutionLogsTable, NotificationItem, NotificationList, monitoringManifest } from '../chunk-37NT4BNV.js';
5
+ export { CreateCredentialModal, CredentialList, CredentialSettings, MembershipFeaturePanel, MembershipStatusBadge, OAuthConnectModal, OrganizationMembershipsList, WebhookUrlDisplayModal, settingsManifest } from '../chunk-ZXBD5SBV.js';
6
6
  import { FilterBar } from '../chunk-PDHTXPSF.js';
7
7
  export { FilterBar } from '../chunk-PDHTXPSF.js';
8
- export { dashboardManifest } from '../chunk-BAGYETKM.js';
8
+ export { dashboardManifest } from '../chunk-S4S6K4MV.js';
9
9
  export { ResourceHealthChart, getHealthColor } from '../chunk-LGKLC5MG.js';
10
- export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-TLAIQC7B.js';
10
+ export { ActionModal, AgentDefinitionDisplay, AgentExecutionLogs, BaseExecutionLogs, BaseExecutionLogsHeader, BaseExecutionLogsStates, CheckpointGroup, CollapsibleJsonSection, CommandQueueSidebar, CommandQueueSidebarMiddle, CommandQueueSidebarTop, CommandQueueTaskRow, CommandViewEdge, CommandViewGraph, CommandViewNode, ConfigCard, ContentSections, ContextUsageBadge, ContractDisplay, ExecutionErrorSection, FormFieldRenderer, LogEntry, LogGroup, NewKnowledgeMapEdge, NewKnowledgeMapGraph, NewKnowledgeMapNode, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDefinitionSection, ResourceErrorState, ResourceFilter, ResourceHeader, ResourceNotFoundState, SessionMemory, ToolsListDisplay, WorkflowDefinitionDisplay, WorkflowExecutionLogs, getExecutionStatusConfig, getIcon, getLogLevelConfig, iconMap, operationsManifest, useNewKnowledgeMapLayout } from '../chunk-C4WOXS2C.js';
11
11
  import '../chunk-ROSMICXG.js';
12
12
  import { SubshellLoader, PageContainer, SubshellSidebarSection, SidebarListItem, CollapsibleSidebarGroup } from '../chunk-2IJCM3VQ.js';
13
- export { ResourceHealthPanel } from '../chunk-P5EWG45B.js';
13
+ export { ResourceHealthPanel } from '../chunk-ZUJ7WMGV.js';
14
14
  import { CustomModal } from '../chunk-GBMNCNHX.js';
15
15
  export { ConfirmationInputModal, ConfirmationModal, CustomModal } from '../chunk-GBMNCNHX.js';
16
16
  export { AgentExecutionTimeline, AgentExecutionVisualizer, AgentIterationEdge, AgentIterationNode, BaseEdge, BaseNode, EmptyVisualizer, ExecutionStats, ExecutionStatusBadge, GraphBackground, GraphContainer, GraphFitViewButton, GraphFitViewHandler, GraphLegend, TimelineAxis, TimelineBar, TimelineContainer, TimelineRow, UnifiedWorkflowEdge, UnifiedWorkflowGraph, UnifiedWorkflowNode, VisualizerContainer, WorkflowExecutionTimeline, getGraphBackgroundStyles, useGraphBackgroundStyles, useGraphTheme } from '../chunk-F2J7675J.js';
@@ -21,21 +21,21 @@ export { StyledMarkdown } from '../chunk-3KMDHCAR.js';
21
21
  export { NavigationButton } from '../chunk-NNKKBSJN.js';
22
22
  import { AppShellLoader } from '../chunk-YYBM5LNJ.js';
23
23
  import '../chunk-QTD5HPKD.js';
24
- import { useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useTasks, useProjects, useMilestones } from '../chunk-WLNEJ6JJ.js';
25
- import { usePaginationState, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useDealTasksDue, useCreateDealTask, useMarkAllAsRead, useNotifications, showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-RCQPWA5X.js';
26
- export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-RCQPWA5X.js';
24
+ import { useUpdateApiKey, useDeleteApiKey, useCreateApiKey, useListApiKeys, useActivateDeployment, useDeactivateDeployment, useDeleteDeployment, useListDeployments, useTasks, useProjects, useMilestones } from '../chunk-7CJ5QBN2.js';
25
+ import { usePaginationState, useDeploymentDocs, useResources, useCreateSchedule, useListSchedules, usePauseSchedule, useResumeSchedule, useCancelSchedule, useDeleteSchedule, useDealNotes, useCreateDealNote, useDeals, useSyncDealStage, dealKeys, useDealTasksDue, useCreateDealTask, useMarkAllAsRead, useNotifications, showErrorNotification, showSuccessNotification, showApiErrorNotification } from '../chunk-EBCIUZVV.js';
26
+ export { showApiErrorNotification, showErrorNotification, showInfoNotification, showSuccessNotification, showWarningNotification } from '../chunk-EBCIUZVV.js';
27
27
  import '../chunk-LXHZYSMQ.js';
28
28
  export { Graph_module_css_default as graphStyles } from '../chunk-F6RBK7NJ.js';
29
29
  export { CONTAINER_CONSTANTS, SHARED_VIZ_CONSTANTS } from '../chunk-XA34RETF.js';
30
30
  import '../chunk-ELJIFLCB.js';
31
- import '../chunk-5JSR6TL5.js';
31
+ import '../chunk-D25AE46Q.js';
32
32
  export { ElevasisLoader } from '../chunk-SZHARWKU.js';
33
33
  import '../chunk-TXPUIHX2.js';
34
34
  import '../chunk-CYXZHBP4.js';
35
- import '../chunk-ITCEULI5.js';
35
+ import '../chunk-KLG4H5NM.js';
36
36
  import { SubshellContainer, SubshellSidebar, SubshellRightSideContainer, SubshellContentContainer } from '../chunk-5COLSYBE.js';
37
37
  import '../chunk-NVOCKXUQ.js';
38
- import '../chunk-MHW43EOH.js';
38
+ import '../chunk-2IFYDILW.js';
39
39
  import '../chunk-W4VYXIN7.js';
40
40
  import { useAppearance } from '../chunk-QJ2KCHKX.js';
41
41
  import '../chunk-QJ2S46NI.js';
@@ -1,4 +1,4 @@
1
- export { Dashboard, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser, dashboardManifest } from '../../chunk-BAGYETKM.js';
1
+ export { Dashboard, RecentExecutionsByResource, ResourceOverview, UnresolvedErrorsTeaser, dashboardManifest } from '../../chunk-S4S6K4MV.js';
2
2
  import '../../chunk-LGKLC5MG.js';
3
3
  import '../../chunk-F2J7675J.js';
4
4
  import '../../chunk-JHVKGZ2P.js';
@@ -6,20 +6,20 @@ import '../../chunk-MCA6LOGM.js';
6
6
  import '../../chunk-3KMDHCAR.js';
7
7
  import '../../chunk-NNKKBSJN.js';
8
8
  import '../../chunk-YYBM5LNJ.js';
9
- import '../../chunk-WLNEJ6JJ.js';
10
- import '../../chunk-RCQPWA5X.js';
9
+ import '../../chunk-7CJ5QBN2.js';
10
+ import '../../chunk-EBCIUZVV.js';
11
11
  import '../../chunk-LXHZYSMQ.js';
12
12
  import '../../chunk-F6RBK7NJ.js';
13
13
  import '../../chunk-XA34RETF.js';
14
14
  import '../../chunk-ELJIFLCB.js';
15
- import '../../chunk-5JSR6TL5.js';
15
+ import '../../chunk-D25AE46Q.js';
16
16
  import '../../chunk-SZHARWKU.js';
17
17
  import '../../chunk-TXPUIHX2.js';
18
18
  import '../../chunk-CYXZHBP4.js';
19
- import '../../chunk-ITCEULI5.js';
19
+ import '../../chunk-KLG4H5NM.js';
20
20
  import '../../chunk-5COLSYBE.js';
21
21
  import '../../chunk-NVOCKXUQ.js';
22
- import '../../chunk-MHW43EOH.js';
22
+ import '../../chunk-2IFYDILW.js';
23
23
  import '../../chunk-W4VYXIN7.js';
24
24
  import '../../chunk-QJ2KCHKX.js';
25
25
  import '../../chunk-QJ2S46NI.js';
@@ -1,27 +1,27 @@
1
- export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-Y2SYGFRF.js';
1
+ export { ActivityFeed, ActivityLog, CostAnalytics, ErrorDetailsModal, ExecutionHealth, ExecutionLogsPage, NotificationCenter, monitoringManifest } from '../../chunk-37NT4BNV.js';
2
2
  import '../../chunk-PDHTXPSF.js';
3
3
  import '../../chunk-LGKLC5MG.js';
4
- import '../../chunk-P5EWG45B.js';
4
+ import '../../chunk-ZUJ7WMGV.js';
5
5
  import '../../chunk-GBMNCNHX.js';
6
6
  import '../../chunk-JHVKGZ2P.js';
7
7
  import '../../chunk-MCA6LOGM.js';
8
8
  import '../../chunk-3KMDHCAR.js';
9
9
  import '../../chunk-NNKKBSJN.js';
10
10
  import '../../chunk-YYBM5LNJ.js';
11
- import '../../chunk-WLNEJ6JJ.js';
12
- import '../../chunk-RCQPWA5X.js';
11
+ import '../../chunk-7CJ5QBN2.js';
12
+ import '../../chunk-EBCIUZVV.js';
13
13
  import '../../chunk-LXHZYSMQ.js';
14
14
  import '../../chunk-F6RBK7NJ.js';
15
15
  import '../../chunk-XA34RETF.js';
16
16
  import '../../chunk-ELJIFLCB.js';
17
- import '../../chunk-5JSR6TL5.js';
17
+ import '../../chunk-D25AE46Q.js';
18
18
  import '../../chunk-SZHARWKU.js';
19
19
  import '../../chunk-TXPUIHX2.js';
20
20
  import '../../chunk-CYXZHBP4.js';
21
- import '../../chunk-ITCEULI5.js';
21
+ import '../../chunk-KLG4H5NM.js';
22
22
  import '../../chunk-5COLSYBE.js';
23
23
  import '../../chunk-NVOCKXUQ.js';
24
- import '../../chunk-MHW43EOH.js';
24
+ import '../../chunk-2IFYDILW.js';
25
25
  import '../../chunk-W4VYXIN7.js';
26
26
  import '../../chunk-QJ2KCHKX.js';
27
27
  import '../../chunk-QJ2S46NI.js';
@@ -2107,7 +2107,13 @@ interface SessionsSidebarProps {
2107
2107
  */
2108
2108
  declare function SessionsSidebar({ isReady, onAgentClick, buildSessionDetailUrl, sessionId, agentParam }: SessionsSidebarProps): react_jsx_runtime.JSX.Element;
2109
2109
 
2110
+ declare const OperationsSidebar: () => react_jsx_runtime.JSX.Element;
2111
+
2112
+ declare const OperationsSidebarTop: () => react_jsx_runtime.JSX.Element | null;
2113
+
2114
+ declare const OperationsSidebarMiddle: () => react_jsx_runtime.JSX.Element;
2115
+
2110
2116
  declare const operationsManifest: FeatureModule;
2111
2117
 
2112
- export { AgentExecutionPanel, AgentSessionGroup, CalibrationPage, CalibrationProgress, CalibrationProjectDetailPage, CalibrationProjectsPage, CalibrationRunDetailPage, CalibrationSidebar, CommandQueueDetailPage, CommandQueuePage, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, ResourceDetailPage, ResourceExecuteDialog, ResourceExecuteForm, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest };
2118
+ export { AgentExecutionPanel, AgentSessionGroup, CalibrationPage, CalibrationProgress, CalibrationProjectDetailPage, CalibrationProjectsPage, CalibrationRunDetailPage, CalibrationSidebar, CommandQueueDetailPage, CommandQueuePage, CommandViewPage, CommandViewSidebarContent, ExecuteWorkflowModal, ExecutionPanel, OperationsSidebar, OperationsSidebarMiddle, OperationsSidebarTop, ResourceDetailPage, ResourceExecuteDialog, ResourceExecuteForm, ResourcesPage, ResourcesSidebar, SessionChatArea, SessionChatInterface, SessionChatPage, SessionDetailsSidebar, SessionExecutionLogs, SessionHeader, SessionListItem, SessionsPage, SessionsSidebar, WorkflowExecutionPanel, operationsManifest };
2113
2119
  export type { AgentExecutionPanelProps, AgentSessionGroupProps, CalibrationPageProps, CalibrationProgressProps, CalibrationProjectDetailPageProps, CalibrationProjectDetailPageRenderCreateModalArgs, CalibrationProjectDetailPageRenderRunCardArgs, CalibrationProjectsPageProps, CalibrationRunDetailPageProps, CalibrationSidebarProps, CommandQueueDetailPageProps, CommandQueueDetailPageRichTextArgs, CommandQueuePageProps, CommandViewPageProps, CommandViewSidebarContentProps, ConversationViewSlotArgs, ExecuteWorkflowModalProps, ExecuteWorkflowModalResource, ExecutionPanelProps, ResourceDetailPageProps, ResourceDetailPageRenderExecutionPanelArgs, ResourceExecuteDialogProps, ResourceExecuteFormProps, ResourcesPageProps, ResourcesSidebarProps, SessionChatAreaProps, SessionChatInterfaceProps, SessionChatPageProps, SessionDetailsSidebarProps, SessionExecutionLogsProps, SessionHeaderProps, SessionListItemProps, SessionsPageProps, SessionsSidebarProps, WorkflowExecutionPanelProps };