@tonyclaw/agent-inspector 3.0.17 → 3.0.19
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/.output/cli.js +1255 -504
- package/.output/nitro.json +3 -3
- package/.output/public/assets/CompareDrawer-DR3WgrId.js +1 -0
- package/.output/public/assets/ProxyViewerContainer-B7PZaz5j.js +127 -0
- package/.output/public/assets/ReplayDialog-Bt9jgdvJ.js +1 -0
- package/.output/public/assets/RequestAnatomy-C-4630lw.js +1 -0
- package/.output/public/assets/ResponseView-f_JrN1iQ.js +3 -0
- package/.output/public/assets/StreamingChunkSequence-D8dBm1d8.js +1 -0
- package/.output/public/assets/_sessionId-CtoSDXDC.js +1 -0
- package/.output/public/assets/index-B-rVc2xu.js +12 -0
- package/.output/public/assets/index-B3YOj8-_.css +1 -0
- package/.output/public/assets/{index-DPc2wzgW.js → index-BNCySZM-.js} +1 -1
- package/.output/public/assets/index-BtCnkWve.js +1 -0
- package/.output/public/assets/json-viewer-DT6QQY81.js +1 -0
- package/.output/server/_chunks/ssr-renderer.mjs +18 -2
- package/.output/server/_libs/@radix-ui/react-dismissable-layer+[...].mjs +165 -31
- package/.output/server/_libs/@radix-ui/react-use-callback-ref+[...].mjs +1 -1
- package/.output/server/_libs/@radix-ui/react-use-controllable-state+[...].mjs +2 -2
- package/.output/server/_libs/@radix-ui/react-use-is-hydrated+[...].mjs +28 -1
- package/.output/server/_libs/mistralai__mistralai.mjs +1 -1
- package/.output/server/_libs/modelcontextprotocol__server.mjs +11571 -8127
- package/.output/server/_libs/radix-ui__primitive.mjs +1 -1
- package/.output/server/_libs/radix-ui__react-collapsible.mjs +1 -1
- package/.output/server/_libs/radix-ui__react-collection.mjs +8 -8
- package/.output/server/_libs/radix-ui__react-compose-refs.mjs +0 -1
- package/.output/server/_libs/radix-ui__react-context.mjs +4 -18
- package/.output/server/_libs/radix-ui__react-dialog.mjs +41 -88
- package/.output/server/_libs/radix-ui__react-focus-guards.mjs +15 -5
- package/.output/server/_libs/radix-ui__react-focus-scope.mjs +6 -2
- package/.output/server/_libs/radix-ui__react-id.mjs +3 -3
- package/.output/server/_libs/radix-ui__react-popper.mjs +62 -8
- package/.output/server/_libs/radix-ui__react-portal.mjs +2 -2
- package/.output/server/_libs/radix-ui__react-presence.mjs +50 -5
- package/.output/server/_libs/radix-ui__react-roving-focus.mjs +15 -4
- package/.output/server/_libs/radix-ui__react-scroll-area.mjs +30 -20
- package/.output/server/_libs/radix-ui__react-select.mjs +167 -123
- package/.output/server/_libs/radix-ui__react-slot.mjs +74 -41
- package/.output/server/_libs/radix-ui__react-tabs.mjs +6 -1
- package/.output/server/_libs/radix-ui__react-tooltip.mjs +6 -3
- package/.output/server/_libs/react-dom.mjs +13 -15
- package/.output/server/_libs/react.mjs +45 -45
- package/.output/server/_libs/srvx.mjs +409 -53
- package/.output/server/_libs/swr.mjs +10 -2
- package/.output/server/_libs/tailwind-merge.mjs +286 -41
- package/.output/server/_libs/tanstack__history.mjs +9 -13
- package/.output/server/_libs/tanstack__react-router.mjs +788 -1092
- package/.output/server/_libs/tanstack__react-store.mjs +1 -1
- package/.output/server/_libs/tanstack__react-virtual.mjs +82 -7
- package/.output/server/_libs/tanstack__router-core.mjs +1841 -2060
- package/.output/server/_libs/tanstack__virtual-core.mjs +116 -45
- package/.output/server/_libs/use-sync-external-store.mjs +1 -1
- package/.output/server/_libs/zod-to-json-schema.mjs +1 -1
- package/.output/server/_libs/zod.mjs +5085 -200
- package/.output/server/{_sessionId-DL2JQJwR.mjs → _sessionId-DbRqqzqz.mjs} +30 -32
- package/.output/server/_ssr/{CompareDrawer-hPTOTmyU.mjs → CompareDrawer-CVhUSZu1.mjs} +29 -31
- package/.output/server/_ssr/{ProxyViewerContainer-k0mFaufl.mjs → ProxyViewerContainer-BNnDYtc5.mjs} +106 -71
- package/.output/server/_ssr/{ReplayDialog-t6QdwnZh.mjs → ReplayDialog-DVkGajZU.mjs} +30 -32
- package/.output/server/_ssr/{RequestAnatomy-BnvWxyac.mjs → RequestAnatomy-_FIfVjDR.mjs} +29 -31
- package/.output/server/_ssr/{ResponseView-BhhozRRl.mjs → ResponseView-Bnv5ejVA.mjs} +29 -31
- package/.output/server/_ssr/{StreamingChunkSequence-Dl_laTbX.mjs → StreamingChunkSequence-vtwzxw7A.mjs} +29 -31
- package/.output/server/_ssr/empty-plugin-adapters-BFgPZ6_d.mjs +6 -0
- package/.output/server/_ssr/{index-D1-t1D8F.mjs → index-DFJbRoyq.mjs} +31 -33
- package/.output/server/_ssr/index.mjs +1102 -784
- package/.output/server/_ssr/{json-viewer-D5Lh2yBU.mjs → json-viewer-BkweASh3.mjs} +29 -31
- package/.output/server/_ssr/{router-DaLFEeWW.mjs → router-gFd3g7WM.mjs} +10 -7
- package/.output/server/_tanstack-start-manifest_v-DeLutIlq.mjs +4 -0
- package/.output/server/index.mjs +85 -103
- package/package.json +17 -8
- package/src/components/clients/ClientLogo.tsx +5 -1
- package/src/components/proxy-viewer/LogEntry.tsx +54 -19
- package/src/components/proxy-viewer/RequestToolsPanel.tsx +1 -0
- package/src/components/proxy-viewer/ResponseView.tsx +1 -0
- package/src/components/proxy-viewer/StreamingChunkSequence.tsx +1 -0
- package/src/components/proxy-viewer/TurnGroup.tsx +1 -0
- package/src/components/proxy-viewer/anatomy/SegmentBar.tsx +1 -0
- package/src/components/proxy-viewer/formats/anthropic/ContentBlocks.tsx +4 -0
- package/src/components/proxy-viewer/formats/anthropic/ResponseView.tsx +1 -0
- package/src/components/proxy-viewer/formats/openai/ResponseView.tsx +2 -0
- package/src/components/proxy-viewer/logEntryVisibility.ts +22 -0
- package/src/components/ui/dialog.tsx +1 -1
- package/src/components/ui/json-viewer.tsx +2 -0
- package/src/components/ui/select.tsx +1 -1
- package/src/router.tsx +9 -0
- package/.output/public/assets/CompareDrawer-Lx-WeJNC.js +0 -1
- package/.output/public/assets/ProxyViewerContainer-BNehwMI0.js +0 -106
- package/.output/public/assets/ReplayDialog-CADaXFPE.js +0 -1
- package/.output/public/assets/RequestAnatomy-CGoL8ACh.js +0 -1
- package/.output/public/assets/ResponseView-BSwM1dCH.js +0 -3
- package/.output/public/assets/StreamingChunkSequence-qhWtSx3D.js +0 -1
- package/.output/public/assets/_sessionId-2uq_HB8p.js +0 -1
- package/.output/public/assets/index-BHXN1Fsx.css +0 -1
- package/.output/public/assets/index-T0u1foYL.js +0 -1
- package/.output/public/assets/json-viewer-uIwLntt-.js +0 -1
- package/.output/public/assets/main-DuFBHsus.js +0 -18
- package/.output/server/_libs/@radix-ui/react-use-escape-keydown+[...].mjs +0 -17
- package/.output/server/_libs/cfworker__json-schema.mjs +0 -1
- package/.output/server/_libs/tiny-invariant.mjs +0 -12
- package/.output/server/_libs/tiny-warning.mjs +0 -5
- package/.output/server/_tanstack-start-manifest_v-DsSiD2gY.mjs +0 -4
package/.output/server/_ssr/{ProxyViewerContainer-k0mFaufl.mjs → ProxyViewerContainer-BNnDYtc5.mjs}
RENAMED
|
@@ -1,21 +1,21 @@
|
|
|
1
|
-
import { r as reactExports, j as jsxRuntimeExports,
|
|
2
|
-
import { C as CapturedLogSchema, q as DeleteInspectorGroupsResponseSchema, D as DEFAULT_CAPTURE_MODE, a as DEFAULT_SLOW_RESPONSE_THRESHOLD_SECONDS, b as DEFAULT_PROVIDER_TEST_TIMEOUT_SECONDS, c as DEFAULT_TIME_DISPLAY_FORMAT, d as RuntimeConfigSchema, m as extractStopReason, p as packageJson, P as ProviderConfigSchema, i as apiFormatForPath, r as GroupEvidenceExportResultSchema, t as DeleteInspectorGroupResponseSchema, N as PiAgentResponseSchema, l as isTurnBoundary, n as AlertSummarySchema, o as AlertListResponseSchema, I as InspectorGroupsListResponseSchema, G as GroupEvidenceReadResponseSchema, E as createPendingProviderTestResults, F as ProviderTestResultsSchema, H as createFailedProviderTestResults, M as MAX_SLOW_RESPONSE_THRESHOLD_SECONDS, J as MAX_PROVIDER_TEST_TIMEOUT_SECONDS, T as TimeDisplayFormatSchema, v as maskApiKey, x as PATH_V1_MESSAGES, y as PATH_V1_CHAT_COMPLETIONS, z as PATH_V1_RESPONSES, u as providerHasContextMetadata, f as parseOpenAIResponse, g as parseOpenAIResponsesResponse, O as OpenAIRequestSchema, h as OpenAIResponsesRequestSchema, A as AnthropicResponseSchema$1, e as AnthropicRequestSchema, s as safeGetOwnProperty, Q as resolveProviderContextWindow, j as getSessionPath, w as findProviderModelMetadata, B as previewUpstreamUrl, K as KnowledgeCandidateSchema, S as isPlainRecord, k as stripClaudeCodeBillingHeader, L as LogBodyChunkSchema } from "./router-
|
|
1
|
+
import { r as reactExports, j as jsxRuntimeExports, R as React } from "../_libs/react.mjs";
|
|
2
|
+
import { C as CapturedLogSchema, q as DeleteInspectorGroupsResponseSchema, D as DEFAULT_CAPTURE_MODE, a as DEFAULT_SLOW_RESPONSE_THRESHOLD_SECONDS, b as DEFAULT_PROVIDER_TEST_TIMEOUT_SECONDS, c as DEFAULT_TIME_DISPLAY_FORMAT, d as RuntimeConfigSchema, m as extractStopReason, p as packageJson, P as ProviderConfigSchema, i as apiFormatForPath, r as GroupEvidenceExportResultSchema, t as DeleteInspectorGroupResponseSchema, N as PiAgentResponseSchema, l as isTurnBoundary, n as AlertSummarySchema, o as AlertListResponseSchema, I as InspectorGroupsListResponseSchema, G as GroupEvidenceReadResponseSchema, E as createPendingProviderTestResults, F as ProviderTestResultsSchema, H as createFailedProviderTestResults, M as MAX_SLOW_RESPONSE_THRESHOLD_SECONDS, J as MAX_PROVIDER_TEST_TIMEOUT_SECONDS, T as TimeDisplayFormatSchema, v as maskApiKey, x as PATH_V1_MESSAGES, y as PATH_V1_CHAT_COMPLETIONS, z as PATH_V1_RESPONSES, u as providerHasContextMetadata, f as parseOpenAIResponse, g as parseOpenAIResponsesResponse, O as OpenAIRequestSchema, h as OpenAIResponsesRequestSchema, A as AnthropicResponseSchema$1, e as AnthropicRequestSchema, s as safeGetOwnProperty, Q as resolveProviderContextWindow, j as getSessionPath, w as findProviderModelMetadata, B as previewUpstreamUrl, K as KnowledgeCandidateSchema, S as isPlainRecord, k as stripClaudeCodeBillingHeader, L as LogBodyChunkSchema } from "./router-gFd3g7WM.mjs";
|
|
3
3
|
import { u as useSWR, a as useSWRConfig } from "../_libs/swr.mjs";
|
|
4
4
|
import { J as JSZip } from "../_libs/jszip.mjs";
|
|
5
5
|
import { c as clsx } from "../_libs/clsx.mjs";
|
|
6
6
|
import { t as twMerge } from "../_libs/tailwind-merge.mjs";
|
|
7
|
-
import { R as Root, C as Content, a as Close, T as Title, D as Description, P as Portal$1, O as Overlay, b as Trigger$1 } from "../_libs/radix-ui__react-dialog.mjs";
|
|
8
7
|
import { c as cva } from "../_libs/class-variance-authority.mjs";
|
|
9
8
|
import { u as useWindowVirtualizer, a as useVirtualizer } from "../_libs/tanstack__react-virtual.mjs";
|
|
10
9
|
import { d as diffJson, a as diffLines } from "../_libs/diff.mjs";
|
|
11
|
-
import { R as Root2, T as Trigger, I as Icon, V as Value, P as Portal, C as Content2, a as Viewport, b as Item, c as ItemIndicator, d as ItemText, S as ScrollUpButton, e as ScrollDownButton } from "../_libs/radix-ui__react-select.mjs";
|
|
12
10
|
import { T as TriangleAlert, C as CircleCheck, X, I as Info, a as ChevronDown, b as Check, P as PanelRightOpen, c as PanelRightClose, S as Search, U as Upload, D as Download, F as FileBraces, R as RefreshCw, d as Trash2, e as Plus, B as BrainCircuit, L as LoaderCircle, f as Send, A as ArrowLeft, g as ChevronUp, h as Copy, i as ChevronsLeft, j as ChevronLeft, k as ChevronRight, l as ChevronsRight, m as Clapperboard, n as Flag, o as Siren, p as Timer, G as Gauge, q as Layers, r as FlaskConical, s as Sparkles, t as Activity, u as Beaker, N as Network, v as Terminal, w as Settings, M as Monitor, x as Rocket, y as PackageCheck, H as History, z as Scan, E as CircleAlert, J as ArrowUpRight, K as ArrowDownRight, O as Cpu, Q as FolderOpen, V as Bell, W as Clock3, Y as ShieldAlert, Z as EyeOff, _ as Eye, $ as ExternalLink, a0 as Clock, a1 as RotateCw, a2 as Pencil, a3 as MessageSquare, a4 as Zap, a5 as Wrench, a6 as Brain, a7 as CircleCheckBig, a8 as Minus, a9 as CircleQuestionMark, aa as Server, ab as Lock, ac as Wifi, ad as WifiOff, ae as CircleX, af as ShieldCheck, ag as Save, ah as FileSearch, ai as CloudUpload, aj as OctagonAlert, ak as Radio, al as Globe, am as FileTerminal, an as ChevronsUp, ao as ChevronsDown, ap as FileDiff, aq as RotateCcw, ar as GitCompareArrows, as as ArrowUp, at as ArrowDown, au as Ellipsis, av as CodeXml, aw as Blocks, ax as MousePointerClick, ay as FileText, az as Rows3, aA as Columns2 } from "../_libs/lucide-react.mjs";
|
|
13
|
-
import { u as union,
|
|
11
|
+
import { u as union, o as object, e as array, l as literal, n as number, d as boolean, b as string, _ as _enum } from "../_libs/zod.mjs";
|
|
12
|
+
import { S as Select$1, a as SelectTrigger$1, b as SelectIcon, c as SelectValue$1, d as SelectPortal, e as SelectContent$1, f as SelectViewport, g as SelectItem$1, h as SelectItemIndicator, i as SelectItemText, j as SelectScrollUpButton$1, k as SelectScrollDownButton$1 } from "../_libs/radix-ui__react-select.mjs";
|
|
13
|
+
import { D as Dialog$1, a as DialogContent$1, b as DialogClose, c as DialogTitle$1, d as DialogDescription$1, e as DialogPortal$1, f as DialogOverlay$1, g as DialogTrigger$1 } from "../_libs/radix-ui__react-dialog.mjs";
|
|
14
14
|
import { S as Slot } from "../_libs/radix-ui__react-slot.mjs";
|
|
15
|
-
import { R as Root2
|
|
16
|
-
import { P as Provider, R as Root3, T as Trigger$
|
|
17
|
-
import { R as Root
|
|
18
|
-
import { R as Root$
|
|
15
|
+
import { R as Root2, L as List, T as Trigger, C as Content } from "../_libs/radix-ui__react-tabs.mjs";
|
|
16
|
+
import { P as Provider, R as Root3, T as Trigger$1, a as Portal, C as Content2, A as Arrow2 } from "../_libs/radix-ui__react-tooltip.mjs";
|
|
17
|
+
import { R as Root, C as CollapsibleContent$1, a as CollapsibleTrigger$1 } from "../_libs/radix-ui__react-collapsible.mjs";
|
|
18
|
+
import { R as Root$1, V as Viewport, C as Corner, S as ScrollAreaScrollbar, a as ScrollAreaThumb } from "../_libs/radix-ui__react-scroll-area.mjs";
|
|
19
19
|
const ApiErrorSchema = object({
|
|
20
20
|
error: string()
|
|
21
21
|
});
|
|
@@ -652,24 +652,24 @@ function useProviders() {
|
|
|
652
652
|
function Dialog({
|
|
653
653
|
...props
|
|
654
654
|
}) {
|
|
655
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
655
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(Dialog$1, { "data-slot": "dialog", ...props });
|
|
656
656
|
}
|
|
657
657
|
function DialogTrigger({
|
|
658
658
|
...props
|
|
659
659
|
}) {
|
|
660
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
660
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(DialogTrigger$1, { "data-slot": "dialog-trigger", ...props });
|
|
661
661
|
}
|
|
662
662
|
function DialogPortal({
|
|
663
663
|
...props
|
|
664
664
|
}) {
|
|
665
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
665
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(DialogPortal$1, { "data-slot": "dialog-portal", ...props });
|
|
666
666
|
}
|
|
667
667
|
function DialogOverlay({
|
|
668
668
|
className,
|
|
669
669
|
...props
|
|
670
670
|
}) {
|
|
671
671
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
672
|
-
|
|
672
|
+
DialogOverlay$1,
|
|
673
673
|
{
|
|
674
674
|
"data-slot": "dialog-overlay",
|
|
675
675
|
className: cn(
|
|
@@ -688,7 +688,7 @@ function DialogContent({
|
|
|
688
688
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(DialogPortal, { children: [
|
|
689
689
|
/* @__PURE__ */ jsxRuntimeExports.jsx(DialogOverlay, {}),
|
|
690
690
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
691
|
-
|
|
691
|
+
DialogContent$1,
|
|
692
692
|
{
|
|
693
693
|
"data-slot": "dialog-content",
|
|
694
694
|
className: cn(
|
|
@@ -698,7 +698,7 @@ function DialogContent({
|
|
|
698
698
|
...props,
|
|
699
699
|
children: [
|
|
700
700
|
children,
|
|
701
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
701
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs(DialogClose, { className: "absolute right-4 top-4 rounded-sm opacity-70 ring-offset-background transition-opacity hover:opacity-100 focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 disabled:pointer-events-none data-[state=open]:bg-accent data-[state=open]:text-muted-foreground", children: [
|
|
702
702
|
/* @__PURE__ */ jsxRuntimeExports.jsx(X, { className: "size-4" }),
|
|
703
703
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "sr-only", children: "Close" })
|
|
704
704
|
] })
|
|
@@ -722,7 +722,7 @@ function DialogTitle({
|
|
|
722
722
|
...props
|
|
723
723
|
}) {
|
|
724
724
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
725
|
-
|
|
725
|
+
DialogTitle$1,
|
|
726
726
|
{
|
|
727
727
|
"data-slot": "dialog-title",
|
|
728
728
|
className: cn("text-lg font-semibold leading-none tracking-tight", className),
|
|
@@ -735,7 +735,7 @@ function DialogDescription({
|
|
|
735
735
|
...props
|
|
736
736
|
}) {
|
|
737
737
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
738
|
-
|
|
738
|
+
DialogDescription$1,
|
|
739
739
|
{
|
|
740
740
|
"data-slot": "dialog-description",
|
|
741
741
|
className: cn("text-sm text-muted-foreground", className),
|
|
@@ -844,7 +844,9 @@ function detectClientApp(input) {
|
|
|
844
844
|
}
|
|
845
845
|
if (matchesAny(haystack, ["mimocode", "mimo-code", "mimo code"])) return "mimo-code";
|
|
846
846
|
if (matchesAny(haystack, ["opencode", "open-code", "open code"])) return "opencode";
|
|
847
|
-
if (matchesAny(haystack, ["claude-code", "claude code", "claudecode"
|
|
847
|
+
if (matchesAny(haystack, ["claude-code", "claude code", "claudecode", "claude-cli", "claude cli"])) {
|
|
848
|
+
return "claude-code";
|
|
849
|
+
}
|
|
848
850
|
if (matchesAny(haystack, ["codex desktop", "codex-cli", "openai-codex", "codex"])) {
|
|
849
851
|
return "codex";
|
|
850
852
|
}
|
|
@@ -1014,7 +1016,7 @@ function Tooltip({ ...props }) {
|
|
|
1014
1016
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(Root3, { "data-slot": "tooltip", ...props });
|
|
1015
1017
|
}
|
|
1016
1018
|
function TooltipTrigger({ ...props }) {
|
|
1017
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Trigger$
|
|
1019
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(Trigger$1, { "data-slot": "tooltip-trigger", ...props });
|
|
1018
1020
|
}
|
|
1019
1021
|
function TooltipContent({
|
|
1020
1022
|
className,
|
|
@@ -1022,8 +1024,8 @@ function TooltipContent({
|
|
|
1022
1024
|
children,
|
|
1023
1025
|
...props
|
|
1024
1026
|
}) {
|
|
1025
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Portal
|
|
1026
|
-
Content2
|
|
1027
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(Portal, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1028
|
+
Content2,
|
|
1027
1029
|
{
|
|
1028
1030
|
"data-slot": "tooltip-content",
|
|
1029
1031
|
sideOffset,
|
|
@@ -2374,7 +2376,7 @@ function Tabs({
|
|
|
2374
2376
|
...props
|
|
2375
2377
|
}) {
|
|
2376
2378
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
2377
|
-
Root2
|
|
2379
|
+
Root2,
|
|
2378
2380
|
{
|
|
2379
2381
|
"data-slot": "tabs",
|
|
2380
2382
|
"data-orientation": orientation,
|
|
@@ -2418,7 +2420,7 @@ function TabsTrigger({
|
|
|
2418
2420
|
...props
|
|
2419
2421
|
}) {
|
|
2420
2422
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
2421
|
-
Trigger
|
|
2423
|
+
Trigger,
|
|
2422
2424
|
{
|
|
2423
2425
|
"data-slot": "tabs-trigger",
|
|
2424
2426
|
className: cn(
|
|
@@ -2437,7 +2439,7 @@ function TabsContent({
|
|
|
2437
2439
|
...props
|
|
2438
2440
|
}) {
|
|
2439
2441
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
2440
|
-
Content
|
|
2442
|
+
Content,
|
|
2441
2443
|
{
|
|
2442
2444
|
"data-slot": "tabs-content",
|
|
2443
2445
|
className: cn("flex-1 outline-none", className),
|
|
@@ -2470,27 +2472,27 @@ function useCopyFeedback(text) {
|
|
|
2470
2472
|
return { copied, copy };
|
|
2471
2473
|
}
|
|
2472
2474
|
const LazyCompareDrawer = reactExports.lazy(
|
|
2473
|
-
() => import("./CompareDrawer-
|
|
2475
|
+
() => import("./CompareDrawer-CVhUSZu1.mjs").then((m) => ({ default: m.CompareDrawer }))
|
|
2474
2476
|
);
|
|
2475
2477
|
const LazyReplayDialog = reactExports.lazy(
|
|
2476
|
-
() => import("./ReplayDialog-
|
|
2478
|
+
() => import("./ReplayDialog-DVkGajZU.mjs").then((m) => ({ default: m.ReplayDialog }))
|
|
2477
2479
|
);
|
|
2478
2480
|
const LazyRequestAnatomy = reactExports.lazy(
|
|
2479
|
-
() => import("./RequestAnatomy-
|
|
2481
|
+
() => import("./RequestAnatomy-_FIfVjDR.mjs").then((m) => ({ default: m.RequestAnatomy }))
|
|
2480
2482
|
);
|
|
2481
2483
|
const LazyResponseView = reactExports.lazy(
|
|
2482
|
-
() => import("./ResponseView-
|
|
2484
|
+
() => import("./ResponseView-Bnv5ejVA.mjs").then((m) => ({ default: m.ResponseView }))
|
|
2483
2485
|
);
|
|
2484
2486
|
const LazyStreamingChunkSequence = reactExports.lazy(
|
|
2485
|
-
() => import("./StreamingChunkSequence-
|
|
2487
|
+
() => import("./StreamingChunkSequence-vtwzxw7A.mjs").then((m) => ({
|
|
2486
2488
|
default: m.StreamingChunkSequence
|
|
2487
2489
|
}))
|
|
2488
2490
|
);
|
|
2489
2491
|
const LazyJsonViewer = reactExports.lazy(
|
|
2490
|
-
() => import("./json-viewer-
|
|
2492
|
+
() => import("./json-viewer-BkweASh3.mjs").then((m) => ({ default: m.JsonViewer }))
|
|
2491
2493
|
);
|
|
2492
2494
|
const LazyJsonViewerFromString = reactExports.lazy(
|
|
2493
|
-
() => import("./json-viewer-
|
|
2495
|
+
() => import("./json-viewer-BkweASh3.mjs").then((m) => ({ default: m.JsonViewerFromString }))
|
|
2494
2496
|
);
|
|
2495
2497
|
const HIGHLIGHT_DURATION_MS = 1200;
|
|
2496
2498
|
const MAX_HIGHLIGHT_ATTEMPTS = 12;
|
|
@@ -2994,10 +2996,10 @@ function statusCueLabel(category, status) {
|
|
|
2994
2996
|
function CacheTrendIndicator({ trend }) {
|
|
2995
2997
|
if (trend === null) return null;
|
|
2996
2998
|
const isUp = trend.direction === "up";
|
|
2997
|
-
const
|
|
2999
|
+
const Icon = isUp ? ArrowUp : ArrowDown;
|
|
2998
3000
|
const sign = isUp ? "+" : "-";
|
|
2999
3001
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "flex items-center gap-0.5 text-muted-foreground tabular-nums", children: [
|
|
3000
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
3002
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Icon, { className: isUp ? "size-3 text-cyan-300" : "size-3 text-rose-400" }),
|
|
3001
3003
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "font-mono", children: [
|
|
3002
3004
|
sign,
|
|
3003
3005
|
formatTokens(trend.delta)
|
|
@@ -3322,7 +3324,7 @@ const LogEntryHeader = reactExports.memo(function({
|
|
|
3322
3324
|
function Collapsible({
|
|
3323
3325
|
...props
|
|
3324
3326
|
}) {
|
|
3325
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(Root
|
|
3327
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(Root, { "data-slot": "collapsible", ...props });
|
|
3326
3328
|
}
|
|
3327
3329
|
function CollapsibleTrigger({
|
|
3328
3330
|
...props
|
|
@@ -3340,14 +3342,14 @@ function ScrollArea({
|
|
|
3340
3342
|
...props
|
|
3341
3343
|
}) {
|
|
3342
3344
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
3343
|
-
Root$
|
|
3345
|
+
Root$1,
|
|
3344
3346
|
{
|
|
3345
3347
|
"data-slot": "scroll-area",
|
|
3346
3348
|
className: cn("relative overflow-hidden", className),
|
|
3347
3349
|
...props,
|
|
3348
3350
|
children: [
|
|
3349
3351
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
3350
|
-
Viewport
|
|
3352
|
+
Viewport,
|
|
3351
3353
|
{
|
|
3352
3354
|
"data-slot": "scroll-area-viewport",
|
|
3353
3355
|
className: "focus-visible:ring-ring/50 size-full max-h-[inherit] rounded-[inherit] transition-[color,box-shadow] outline-none focus-visible:ring-[3px] focus-visible:outline-1",
|
|
@@ -3616,6 +3618,12 @@ function shouldShowRawRequestTab(apiFormat, viewMode, strip) {
|
|
|
3616
3618
|
function shouldShowHeadersDiffButton(viewMode, hasRawHeaders) {
|
|
3617
3619
|
return viewMode === "full" && hasRawHeaders;
|
|
3618
3620
|
}
|
|
3621
|
+
function shouldShowRawHeadersTab(viewMode, hasRawHeaders) {
|
|
3622
|
+
return viewMode === "full" && hasRawHeaders;
|
|
3623
|
+
}
|
|
3624
|
+
function shouldShowHeadersTab(viewMode, hasHeaders) {
|
|
3625
|
+
return viewMode === "full" && hasHeaders;
|
|
3626
|
+
}
|
|
3619
3627
|
function shouldShowRequestDiffButton(apiFormat, viewMode, strip, hasRawRequest) {
|
|
3620
3628
|
return apiFormat === "anthropic" && viewMode === "full" && strip && hasRawRequest;
|
|
3621
3629
|
}
|
|
@@ -3973,21 +3981,36 @@ const LogEntry = reactExports.memo(function({
|
|
|
3973
3981
|
onToggle: rawRequestExpansion.toggle
|
|
3974
3982
|
} : null
|
|
3975
3983
|
},
|
|
3976
|
-
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
|
|
3983
|
-
|
|
3984
|
-
|
|
3985
|
-
|
|
3986
|
-
|
|
3987
|
-
|
|
3988
|
-
|
|
3989
|
-
|
|
3990
|
-
|
|
3984
|
+
// Tab-level actions mirror the visibility rules in logEntryVisibility:
|
|
3985
|
+
// when the corresponding tab is hidden because the log has no captured
|
|
3986
|
+
// headers, the header bar must not surface a Copy button either. We
|
|
3987
|
+
// therefore omit the key entirely (header renders no actions) instead
|
|
3988
|
+
// of returning a bundle with `copyText: null`.
|
|
3989
|
+
...shouldShowHeadersTab(
|
|
3990
|
+
viewMode,
|
|
3991
|
+
displayLog.headers !== void 0 && Object.keys(displayLog.headers).length > 0
|
|
3992
|
+
) ? {
|
|
3993
|
+
headers: {
|
|
3994
|
+
copyLabel: "Copy headers",
|
|
3995
|
+
copyText: headersText,
|
|
3996
|
+
copyCopied: headersCopy.copied,
|
|
3997
|
+
onCopy: headersCopy.copy,
|
|
3998
|
+
// Headers are a flat dict, no JSON tree to expand.
|
|
3999
|
+
expansion: null
|
|
4000
|
+
}
|
|
4001
|
+
} : {},
|
|
4002
|
+
...shouldShowRawHeadersTab(
|
|
4003
|
+
viewMode,
|
|
4004
|
+
displayLog.rawHeaders !== void 0 && Object.keys(displayLog.rawHeaders).length > 0
|
|
4005
|
+
) ? {
|
|
4006
|
+
"raw-headers": {
|
|
4007
|
+
copyLabel: "Copy raw headers",
|
|
4008
|
+
copyText: rawHeadersText,
|
|
4009
|
+
copyCopied: rawHeadersCopy.copied,
|
|
4010
|
+
onCopy: rawHeadersCopy.copy,
|
|
4011
|
+
expansion: null
|
|
4012
|
+
}
|
|
4013
|
+
} : {},
|
|
3991
4014
|
raw: {
|
|
3992
4015
|
copyLabel: responsePreviewIsActive ? "Copy loaded response preview" : "Copy response",
|
|
3993
4016
|
copyText: responseTextForView,
|
|
@@ -4228,8 +4251,14 @@ const LogEntry = reactExports.memo(function({
|
|
|
4228
4251
|
variant: "line",
|
|
4229
4252
|
className: "bg-white/[0.04] inspector-scrollbar relative mx-3 h-auto w-[calc(100%-1.5rem)] justify-start overflow-x-auto rounded-[8px] p-1",
|
|
4230
4253
|
children: [
|
|
4231
|
-
|
|
4232
|
-
|
|
4254
|
+
shouldShowRawHeadersTab(
|
|
4255
|
+
viewMode,
|
|
4256
|
+
displayLog.rawHeaders !== void 0 && Object.keys(displayLog.rawHeaders).length > 0
|
|
4257
|
+
) && /* @__PURE__ */ jsxRuntimeExports.jsx(TabsTrigger, { className: TAB_TRIGGER_CLASS, value: "raw-headers", children: "Raw Headers" }),
|
|
4258
|
+
shouldShowHeadersTab(
|
|
4259
|
+
viewMode,
|
|
4260
|
+
displayLog.headers !== void 0 && Object.keys(displayLog.headers).length > 0
|
|
4261
|
+
) && /* @__PURE__ */ jsxRuntimeExports.jsx(TabsTrigger, { className: TAB_TRIGGER_CLASS, value: "headers", children: "Headers" }),
|
|
4233
4262
|
anatomySegments !== null && /* @__PURE__ */ jsxRuntimeExports.jsx(TabsTrigger, { className: TAB_TRIGGER_CLASS, value: "anatomy", children: "Context" }),
|
|
4234
4263
|
shouldShowRawRequestTab(resolvedFormat, viewMode, strip) && /* @__PURE__ */ jsxRuntimeExports.jsx(TabsTrigger, { className: TAB_TRIGGER_CLASS, value: "raw-request", children: "Raw Request" }),
|
|
4235
4264
|
/* @__PURE__ */ jsxRuntimeExports.jsx(TabsTrigger, { className: TAB_TRIGGER_CLASS, value: "request", children: "Request" }),
|
|
@@ -4327,7 +4356,10 @@ const LogEntry = reactExports.memo(function({
|
|
|
4327
4356
|
onSegmentActivate: jumpToAnatomySegment
|
|
4328
4357
|
}
|
|
4329
4358
|
) }) }) }),
|
|
4330
|
-
|
|
4359
|
+
shouldShowHeadersTab(
|
|
4360
|
+
viewMode,
|
|
4361
|
+
displayLog.headers !== void 0 && Object.keys(displayLog.headers).length > 0
|
|
4362
|
+
) && /* @__PURE__ */ jsxRuntimeExports.jsx(TabsContent, { value: "headers", children: activeTab === "headers" && /* @__PURE__ */ jsxRuntimeExports.jsxs(ExpandedPanel, { children: [
|
|
4331
4363
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "flex justify-end gap-2 mb-2", children: shouldShowHeadersDiffButton(
|
|
4332
4364
|
viewMode,
|
|
4333
4365
|
displayLog.rawHeaders !== void 0 && Object.keys(displayLog.rawHeaders).length > 0
|
|
@@ -4350,7 +4382,10 @@ const LogEntry = reactExports.memo(function({
|
|
|
4350
4382
|
}
|
|
4351
4383
|
) : /* @__PURE__ */ jsxRuntimeExports.jsx(HeaderRows, { headers: displayLog.headers, emptyLabel: "No headers captured" })
|
|
4352
4384
|
] }) }),
|
|
4353
|
-
|
|
4385
|
+
shouldShowRawHeadersTab(
|
|
4386
|
+
viewMode,
|
|
4387
|
+
displayLog.rawHeaders !== void 0 && Object.keys(displayLog.rawHeaders).length > 0
|
|
4388
|
+
) && /* @__PURE__ */ jsxRuntimeExports.jsx(TabsContent, { value: "raw-headers", children: activeTab === "raw-headers" && /* @__PURE__ */ jsxRuntimeExports.jsx(ExpandedPanel, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
4354
4389
|
HeaderRows,
|
|
4355
4390
|
{
|
|
4356
4391
|
headers: displayLog.rawHeaders,
|
|
@@ -6175,12 +6210,12 @@ function McpLogo({ className }) {
|
|
|
6175
6210
|
function Select({
|
|
6176
6211
|
...props
|
|
6177
6212
|
}) {
|
|
6178
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6213
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(Select$1, { "data-slot": "select", ...props });
|
|
6179
6214
|
}
|
|
6180
6215
|
function SelectValue({
|
|
6181
6216
|
...props
|
|
6182
6217
|
}) {
|
|
6183
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6218
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(SelectValue$1, { "data-slot": "select-value", ...props });
|
|
6184
6219
|
}
|
|
6185
6220
|
function SelectTrigger({
|
|
6186
6221
|
className,
|
|
@@ -6189,7 +6224,7 @@ function SelectTrigger({
|
|
|
6189
6224
|
...props
|
|
6190
6225
|
}) {
|
|
6191
6226
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
6192
|
-
|
|
6227
|
+
SelectTrigger$1,
|
|
6193
6228
|
{
|
|
6194
6229
|
"data-slot": "select-trigger",
|
|
6195
6230
|
"data-size": size,
|
|
@@ -6200,7 +6235,7 @@ function SelectTrigger({
|
|
|
6200
6235
|
...props,
|
|
6201
6236
|
children: [
|
|
6202
6237
|
children,
|
|
6203
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6238
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(SelectIcon, { asChild: true, children: /* @__PURE__ */ jsxRuntimeExports.jsx(ChevronDown, { className: "size-4 opacity-50" }) })
|
|
6204
6239
|
]
|
|
6205
6240
|
}
|
|
6206
6241
|
);
|
|
@@ -6212,8 +6247,8 @@ function SelectContent({
|
|
|
6212
6247
|
align = "center",
|
|
6213
6248
|
...props
|
|
6214
6249
|
}) {
|
|
6215
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6216
|
-
|
|
6250
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(SelectPortal, { children: /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
6251
|
+
SelectContent$1,
|
|
6217
6252
|
{
|
|
6218
6253
|
"data-slot": "select-content",
|
|
6219
6254
|
className: cn(
|
|
@@ -6227,7 +6262,7 @@ function SelectContent({
|
|
|
6227
6262
|
children: [
|
|
6228
6263
|
/* @__PURE__ */ jsxRuntimeExports.jsx(SelectScrollUpButton, {}),
|
|
6229
6264
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6230
|
-
|
|
6265
|
+
SelectViewport,
|
|
6231
6266
|
{
|
|
6232
6267
|
className: cn(
|
|
6233
6268
|
"p-1",
|
|
@@ -6247,7 +6282,7 @@ function SelectItem({
|
|
|
6247
6282
|
...props
|
|
6248
6283
|
}) {
|
|
6249
6284
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
6250
|
-
|
|
6285
|
+
SelectItem$1,
|
|
6251
6286
|
{
|
|
6252
6287
|
"data-slot": "select-item",
|
|
6253
6288
|
className: cn(
|
|
@@ -6256,8 +6291,8 @@ function SelectItem({
|
|
|
6256
6291
|
),
|
|
6257
6292
|
...props,
|
|
6258
6293
|
children: [
|
|
6259
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "absolute right-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6260
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6294
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "absolute right-2 flex size-3.5 items-center justify-center", children: /* @__PURE__ */ jsxRuntimeExports.jsx(SelectItemIndicator, { children: /* @__PURE__ */ jsxRuntimeExports.jsx(Check, { className: "size-4" }) }) }),
|
|
6295
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(SelectItemText, { children })
|
|
6261
6296
|
]
|
|
6262
6297
|
}
|
|
6263
6298
|
);
|
|
@@ -6267,7 +6302,7 @@ function SelectScrollUpButton({
|
|
|
6267
6302
|
...props
|
|
6268
6303
|
}) {
|
|
6269
6304
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6270
|
-
|
|
6305
|
+
SelectScrollUpButton$1,
|
|
6271
6306
|
{
|
|
6272
6307
|
"data-slot": "select-scroll-up-button",
|
|
6273
6308
|
className: cn("flex cursor-default items-center justify-center py-1", className),
|
|
@@ -6281,7 +6316,7 @@ function SelectScrollDownButton({
|
|
|
6281
6316
|
...props
|
|
6282
6317
|
}) {
|
|
6283
6318
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6284
|
-
|
|
6319
|
+
SelectScrollDownButton$1,
|
|
6285
6320
|
{
|
|
6286
6321
|
"data-slot": "select-scroll-down-button",
|
|
6287
6322
|
className: cn("flex cursor-default items-center justify-center py-1", className),
|
|
@@ -6900,7 +6935,7 @@ function TransientToast({
|
|
|
6900
6935
|
}) {
|
|
6901
6936
|
if (notice === null) return null;
|
|
6902
6937
|
const isError = notice.tone === "error";
|
|
6903
|
-
const
|
|
6938
|
+
const Icon = isError ? TriangleAlert : CircleCheck;
|
|
6904
6939
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6905
6940
|
"div",
|
|
6906
6941
|
{
|
|
@@ -6917,7 +6952,7 @@ function TransientToast({
|
|
|
6917
6952
|
),
|
|
6918
6953
|
children: [
|
|
6919
6954
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
6920
|
-
|
|
6955
|
+
Icon,
|
|
6921
6956
|
{
|
|
6922
6957
|
className: cn("mt-0.5 size-4 shrink-0", isError ? "text-red-300" : "text-cyan-200")
|
|
6923
6958
|
}
|
|
@@ -11331,11 +11366,11 @@ function TaskConsole({ task }) {
|
|
|
11331
11366
|
] });
|
|
11332
11367
|
}
|
|
11333
11368
|
function WorkflowTile({ workflow }) {
|
|
11334
|
-
const
|
|
11369
|
+
const Icon = workflow.icon;
|
|
11335
11370
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "rounded-lg bg-white/[0.025] p-3 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.055)]", children: [
|
|
11336
11371
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex items-start justify-between gap-3", children: [
|
|
11337
11372
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "flex min-w-0 items-center gap-2", children: [
|
|
11338
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
11373
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Icon, { className: "size-4 shrink-0 text-cyan-200/75" }),
|
|
11339
11374
|
/* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "text-sm font-semibold", children: workflow.title })
|
|
11340
11375
|
] }),
|
|
11341
11376
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "rounded bg-white/[0.04] px-2 py-0.5 font-mono text-[10px] text-white/45", children: workflow.label })
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { u as useProviders, d as fetchJsonWithTimeout, D as Dialog, e as DialogContent, h as DialogHeader, i as DialogTitle, T as Tabs, j as TabsList, k as TabsTrigger, l as TabsContent, m as Button, n as TooltipProvider, o as Tooltip, p as TooltipTrigger, q as TooltipContent, s as dispatchLogFocusRequest, A as ApiTimeoutError } from "./ProxyViewerContainer-
|
|
3
|
-
import { ResponseView } from "./ResponseView-
|
|
4
|
-
import { C as CapturedLogSchema } from "./router-
|
|
2
|
+
import { u as useProviders, d as fetchJsonWithTimeout, D as Dialog, e as DialogContent, h as DialogHeader, i as DialogTitle, T as Tabs, j as TabsList, k as TabsTrigger, l as TabsContent, m as Button, n as TooltipProvider, o as Tooltip, p as TooltipTrigger, q as TooltipContent, s as dispatchLogFocusRequest, A as ApiTimeoutError } from "./ProxyViewerContainer-BNnDYtc5.mjs";
|
|
3
|
+
import { ResponseView } from "./ResponseView-Bnv5ejVA.mjs";
|
|
4
|
+
import { C as CapturedLogSchema } from "./router-gFd3g7WM.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
6
|
import "node:fs";
|
|
7
7
|
import "node:buffer";
|
|
@@ -14,48 +14,35 @@ import "node:util";
|
|
|
14
14
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
15
15
|
import "node:os";
|
|
16
16
|
import { aq as RotateCcw, aC as Braces, aD as Minimize2 } from "../_libs/lucide-react.mjs";
|
|
17
|
-
import {
|
|
17
|
+
import { o as object, n as number, e as array, d as boolean, b as string } from "../_libs/zod.mjs";
|
|
18
18
|
import "../_libs/swr.mjs";
|
|
19
19
|
import "../_libs/use-sync-external-store.mjs";
|
|
20
20
|
import "../_libs/dequal.mjs";
|
|
21
21
|
import "../_libs/clsx.mjs";
|
|
22
22
|
import "../_libs/tailwind-merge.mjs";
|
|
23
|
-
import "../_libs/
|
|
24
|
-
import "../_libs/
|
|
25
|
-
import "../_libs/radix-ui__react-compose-refs.mjs";
|
|
26
|
-
import "../_libs/radix-ui__react-context.mjs";
|
|
27
|
-
import "../_libs/radix-ui__react-id.mjs";
|
|
28
|
-
import "../_libs/@radix-ui/react-use-layout-effect+[...].mjs";
|
|
29
|
-
import "../_libs/@radix-ui/react-use-controllable-state+[...].mjs";
|
|
30
|
-
import "../_libs/@radix-ui/react-dismissable-layer+[...].mjs";
|
|
31
|
-
import "../_libs/radix-ui__react-primitive.mjs";
|
|
23
|
+
import "../_libs/class-variance-authority.mjs";
|
|
24
|
+
import "../_libs/tanstack__react-virtual.mjs";
|
|
32
25
|
import "../_libs/react-dom.mjs";
|
|
33
26
|
import "util";
|
|
34
27
|
import "async_hooks";
|
|
35
28
|
import "stream";
|
|
36
|
-
import "../_libs/radix-ui__react-slot.mjs";
|
|
37
|
-
import "../_libs/@radix-ui/react-use-callback-ref+[...].mjs";
|
|
38
|
-
import "../_libs/@radix-ui/react-use-escape-keydown+[...].mjs";
|
|
39
|
-
import "../_libs/radix-ui__react-focus-scope.mjs";
|
|
40
|
-
import "../_libs/radix-ui__react-portal.mjs";
|
|
41
|
-
import "../_libs/radix-ui__react-presence.mjs";
|
|
42
|
-
import "../_libs/radix-ui__react-focus-guards.mjs";
|
|
43
|
-
import "../_libs/react-remove-scroll.mjs";
|
|
44
|
-
import "tslib";
|
|
45
|
-
import "../_libs/react-remove-scroll-bar.mjs";
|
|
46
|
-
import "../_libs/react-style-singleton.mjs";
|
|
47
|
-
import "../_libs/get-nonce.mjs";
|
|
48
|
-
import "../_libs/use-sidecar.mjs";
|
|
49
|
-
import "../_libs/use-callback-ref.mjs";
|
|
50
|
-
import "../_libs/aria-hidden.mjs";
|
|
51
|
-
import "../_libs/class-variance-authority.mjs";
|
|
52
|
-
import "../_libs/tanstack__react-virtual.mjs";
|
|
53
29
|
import "../_libs/tanstack__virtual-core.mjs";
|
|
54
30
|
import "../_libs/diff.mjs";
|
|
55
31
|
import "../_libs/radix-ui__react-select.mjs";
|
|
56
32
|
import "../_libs/radix-ui__number.mjs";
|
|
33
|
+
import "../_libs/radix-ui__primitive.mjs";
|
|
57
34
|
import "../_libs/radix-ui__react-collection.mjs";
|
|
35
|
+
import "../_libs/radix-ui__react-context.mjs";
|
|
36
|
+
import "../_libs/radix-ui__react-compose-refs.mjs";
|
|
37
|
+
import "../_libs/radix-ui__react-slot.mjs";
|
|
58
38
|
import "../_libs/radix-ui__react-direction.mjs";
|
|
39
|
+
import "../_libs/@radix-ui/react-dismissable-layer+[...].mjs";
|
|
40
|
+
import "../_libs/radix-ui__react-primitive.mjs";
|
|
41
|
+
import "../_libs/@radix-ui/react-use-callback-ref+[...].mjs";
|
|
42
|
+
import "../_libs/radix-ui__react-focus-guards.mjs";
|
|
43
|
+
import "../_libs/radix-ui__react-focus-scope.mjs";
|
|
44
|
+
import "../_libs/radix-ui__react-id.mjs";
|
|
45
|
+
import "../_libs/@radix-ui/react-use-layout-effect+[...].mjs";
|
|
59
46
|
import "../_libs/radix-ui__react-popper.mjs";
|
|
60
47
|
import "../_libs/floating-ui__react-dom.mjs";
|
|
61
48
|
import "../_libs/floating-ui__dom.mjs";
|
|
@@ -63,23 +50,34 @@ import "../_libs/floating-ui__core.mjs";
|
|
|
63
50
|
import "../_libs/floating-ui__utils.mjs";
|
|
64
51
|
import "../_libs/radix-ui__react-arrow.mjs";
|
|
65
52
|
import "../_libs/radix-ui__react-use-size.mjs";
|
|
53
|
+
import "../_libs/radix-ui__react-portal.mjs";
|
|
54
|
+
import "../_libs/radix-ui__react-presence.mjs";
|
|
55
|
+
import "../_libs/@radix-ui/react-use-controllable-state+[...].mjs";
|
|
66
56
|
import "../_libs/radix-ui__react-use-previous.mjs";
|
|
67
57
|
import "../_libs/@radix-ui/react-visually-hidden+[...].mjs";
|
|
58
|
+
import "../_libs/aria-hidden.mjs";
|
|
59
|
+
import "../_libs/react-remove-scroll.mjs";
|
|
60
|
+
import "tslib";
|
|
61
|
+
import "../_libs/react-remove-scroll-bar.mjs";
|
|
62
|
+
import "../_libs/react-style-singleton.mjs";
|
|
63
|
+
import "../_libs/get-nonce.mjs";
|
|
64
|
+
import "../_libs/use-sidecar.mjs";
|
|
65
|
+
import "../_libs/use-callback-ref.mjs";
|
|
66
|
+
import "../_libs/radix-ui__react-dialog.mjs";
|
|
68
67
|
import "../_libs/radix-ui__react-tabs.mjs";
|
|
69
68
|
import "../_libs/radix-ui__react-roving-focus.mjs";
|
|
69
|
+
import "../_libs/@radix-ui/react-use-is-hydrated+[...].mjs";
|
|
70
70
|
import "../_libs/radix-ui__react-tooltip.mjs";
|
|
71
71
|
import "../_libs/radix-ui__react-collapsible.mjs";
|
|
72
72
|
import "../_libs/radix-ui__react-scroll-area.mjs";
|
|
73
73
|
import "../_libs/radix-ui__react-separator.mjs";
|
|
74
74
|
import "../_libs/tanstack__react-router.mjs";
|
|
75
|
-
import "../_libs/tiny-warning.mjs";
|
|
76
75
|
import "../_libs/tanstack__router-core.mjs";
|
|
77
76
|
import "../_libs/cookie-es.mjs";
|
|
78
77
|
import "../_libs/seroval.mjs";
|
|
79
78
|
import "../_libs/seroval-plugins.mjs";
|
|
80
79
|
import "node:stream";
|
|
81
80
|
import "../_libs/tanstack__history.mjs";
|
|
82
|
-
import "../_libs/tiny-invariant.mjs";
|
|
83
81
|
import "node:stream/web";
|
|
84
82
|
import "../_libs/isbot.mjs";
|
|
85
83
|
import "node:fs/promises";
|