@tonyclaw/agent-inspector 2.1.21 → 2.1.22
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/nitro.json +1 -1
- package/.output/public/assets/{CompareDrawer-Pii_cIqn.js → CompareDrawer-B-I_z_oJ.js} +1 -1
- package/.output/public/assets/ProxyViewerContainer-ygSGJ4EB.js +106 -0
- package/.output/public/assets/{ReplayDialog-BqnYC8ze.js → ReplayDialog-ofqVRdc-.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-I8iBshz1.js → RequestAnatomy-lyPjHWzS.js} +1 -1
- package/.output/public/assets/{ResponseView-wZzskUas.js → ResponseView-BL263es5.js} +2 -2
- package/.output/public/assets/{StreamingChunkSequence-BrSx21IQ.js → StreamingChunkSequence-CIn2xdVv.js} +1 -1
- package/.output/public/assets/_sessionId-KmeAKZJw.js +1 -0
- package/.output/public/assets/index-DFEiGFKE.js +1 -0
- package/.output/public/assets/{index-Dw-jXKKY.js → index-M6p8Q0LA.js} +1 -1
- package/.output/public/assets/index-bXU6y_wh.css +1 -0
- package/.output/public/assets/{json-viewer-D5mzV0oV.js → json-viewer-VR9OOnl8.js} +1 -1
- package/.output/public/assets/{main-B7OIQMeA.js → main-C9gW57P6.js} +2 -2
- package/.output/server/_libs/lucide-react.mjs +42 -42
- package/.output/server/{_sessionId-DeU_JdSX.mjs → _sessionId-CBwwWBFg.mjs} +18 -3
- package/.output/server/_ssr/{CompareDrawer-DgDbG4oF.mjs → CompareDrawer-Dw6CL_qf.mjs} +3 -3
- package/.output/server/_ssr/{ProxyViewerContainer-BOszhOJD.mjs → ProxyViewerContainer-BX4RgrZU.mjs} +112 -33
- package/.output/server/_ssr/{ReplayDialog-Cj4gWQv5.mjs → ReplayDialog-DS9K_cof.mjs} +4 -4
- package/.output/server/_ssr/{RequestAnatomy-CVzNAA03.mjs → RequestAnatomy-B2JsAL49.mjs} +2 -2
- package/.output/server/_ssr/{ResponseView-DLNpai6P.mjs → ResponseView-C3LQSg2c.mjs} +3 -3
- package/.output/server/_ssr/{StreamingChunkSequence-BiH8EEQB.mjs → StreamingChunkSequence-O1Ti-7Pk.mjs} +2 -2
- package/.output/server/_ssr/{index-DaWXoUgf.mjs → index-BZ2ijzyu.mjs} +2 -2
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{json-viewer-CqqNYbmS.mjs → json-viewer-BRMmlvXb.mjs} +3 -3
- package/.output/server/_ssr/{router-Di7D0Bcm.mjs → router-DlGZ0qLz.mjs} +4 -4
- package/.output/server/{_tanstack-start-manifest_v-BR0YvW29.mjs → _tanstack-start-manifest_v-CYvWDgeN.mjs} +1 -1
- package/.output/server/index.mjs +71 -71
- package/package.json +1 -1
- package/src/components/ProxyViewer.tsx +71 -15
- package/src/components/ProxyViewerContainer.tsx +1 -1
- package/src/components/proxy-viewer/ConversationGroupList.tsx +23 -7
- package/src/components/proxy-viewer/ConversationHeader.tsx +14 -7
- package/src/routes/session/$sessionId.tsx +27 -1
- package/.output/public/assets/ProxyViewerContainer-BxselkhN.js +0 -106
- package/.output/public/assets/_sessionId-ByxbBMbE.js +0 -1
- package/.output/public/assets/index-BjzVMXJq.css +0 -1
- package/.output/public/assets/index-DRCRDo_E.js +0 -1
|
@@ -734,7 +734,7 @@ const __iconNode = [
|
|
|
734
734
|
];
|
|
735
735
|
const Zap = createLucideIcon("zap", __iconNode);
|
|
736
736
|
export {
|
|
737
|
-
|
|
737
|
+
Lock as $,
|
|
738
738
|
ArrowLeft as A,
|
|
739
739
|
Bell as B,
|
|
740
740
|
CircleCheck as C,
|
|
@@ -742,43 +742,43 @@ export {
|
|
|
742
742
|
EyeOff as E,
|
|
743
743
|
FileBraces as F,
|
|
744
744
|
Gauge as G,
|
|
745
|
-
|
|
745
|
+
RotateCw as H,
|
|
746
746
|
Info as I,
|
|
747
|
-
|
|
748
|
-
|
|
747
|
+
Clock as J,
|
|
748
|
+
Pencil as K,
|
|
749
749
|
LoaderCircle as L,
|
|
750
750
|
Monitor as M,
|
|
751
|
-
|
|
752
|
-
|
|
751
|
+
MessageSquare as N,
|
|
752
|
+
Brain as O,
|
|
753
753
|
Plus as P,
|
|
754
|
-
|
|
754
|
+
Minus as Q,
|
|
755
755
|
RefreshCw as R,
|
|
756
|
-
|
|
756
|
+
Search as S,
|
|
757
757
|
TriangleAlert as T,
|
|
758
758
|
Upload as U,
|
|
759
|
-
|
|
759
|
+
CircleCheckBig as V,
|
|
760
760
|
Wrench as W,
|
|
761
761
|
X,
|
|
762
|
-
|
|
762
|
+
CircleQuestionMark as Y,
|
|
763
763
|
Zap as Z,
|
|
764
|
-
|
|
764
|
+
Server as _,
|
|
765
765
|
ChevronDown as a,
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
766
|
+
Wifi as a0,
|
|
767
|
+
WifiOff as a1,
|
|
768
|
+
CircleX as a2,
|
|
769
|
+
ShieldCheck as a3,
|
|
770
|
+
Save as a4,
|
|
771
|
+
FileSearch as a5,
|
|
772
|
+
CloudUpload as a6,
|
|
773
|
+
OctagonAlert as a7,
|
|
774
|
+
Radio as a8,
|
|
775
|
+
Globe as a9,
|
|
776
|
+
FileTerminal as aa,
|
|
777
|
+
ChevronsUp as ab,
|
|
778
|
+
ChevronsDown as ac,
|
|
779
|
+
FileDiff as ad,
|
|
780
|
+
History as ae,
|
|
781
|
+
RotateCcw as af,
|
|
782
782
|
GitCompareArrows as ag,
|
|
783
783
|
ArrowUp as ah,
|
|
784
784
|
ArrowDown as ai,
|
|
@@ -803,19 +803,19 @@ export {
|
|
|
803
803
|
ChevronsRight as i,
|
|
804
804
|
Clapperboard as j,
|
|
805
805
|
Flag as k,
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
806
|
+
Siren as l,
|
|
807
|
+
Timer as m,
|
|
808
|
+
Layers as n,
|
|
809
|
+
Settings as o,
|
|
810
|
+
Scan as p,
|
|
811
|
+
CircleAlert as q,
|
|
812
|
+
Terminal as r,
|
|
813
|
+
ArrowUpRight as s,
|
|
814
|
+
ArrowDownRight as t,
|
|
815
|
+
Cpu as u,
|
|
816
|
+
FolderOpen as v,
|
|
817
|
+
Clock3 as w,
|
|
818
|
+
ShieldAlert as x,
|
|
819
|
+
Eye as y,
|
|
820
|
+
ExternalLink as z
|
|
821
821
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { j as jsxRuntimeExports } from "./_libs/react.mjs";
|
|
2
|
-
import { P as ProxyViewerContainer } from "./_ssr/ProxyViewerContainer-
|
|
3
|
-
import { R as Route$B } from "./_ssr/router-
|
|
1
|
+
import { j as jsxRuntimeExports, r as reactExports } from "./_libs/react.mjs";
|
|
2
|
+
import { P as ProxyViewerContainer } from "./_ssr/ProxyViewerContainer-BX4RgrZU.mjs";
|
|
3
|
+
import { R as Route$B } from "./_ssr/router-DlGZ0qLz.mjs";
|
|
4
4
|
import "./_libs/jszip.mjs";
|
|
5
5
|
import "./_libs/modelcontextprotocol__server.mjs";
|
|
6
6
|
import "./_libs/swr.mjs";
|
|
@@ -119,6 +119,21 @@ function SessionViewerRoute() {
|
|
|
119
119
|
const {
|
|
120
120
|
sessionId
|
|
121
121
|
} = Route$B.useParams();
|
|
122
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(ClientOnlySessionViewer, { sessionId });
|
|
123
|
+
}
|
|
124
|
+
function ClientOnlySessionViewer({
|
|
125
|
+
sessionId
|
|
126
|
+
}) {
|
|
127
|
+
const [mounted, setMounted] = reactExports.useState(false);
|
|
128
|
+
reactExports.useEffect(() => {
|
|
129
|
+
setMounted(true);
|
|
130
|
+
}, []);
|
|
131
|
+
if (!mounted) {
|
|
132
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx("main", { className: "min-h-screen bg-background text-foreground", children: /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "mx-auto flex min-h-screen w-full max-w-2xl flex-col justify-center px-6 py-16 text-center", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "border border-border bg-card shadow-sm rounded-[8px] px-4 py-8", children: [
|
|
133
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "text-sm font-medium text-muted-foreground", children: "Loading session data..." }),
|
|
134
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx("p", { className: "mt-3 inline-block max-w-full rounded bg-muted px-3 py-1 font-mono text-xs break-all text-muted-foreground", children: sessionId })
|
|
135
|
+
] }) }) });
|
|
136
|
+
}
|
|
122
137
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(ProxyViewerContainer, { initialSessionId: sessionId }, sessionId);
|
|
123
138
|
}
|
|
124
139
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { g as getLogFormatAdapter, r as resolveLogFormat, a as getConversationId, c as cn, B as Badge, f as formatTokens, b as copyTextToClipboard, L as LazyJsonViewerFromString } from "./ProxyViewerContainer-
|
|
3
|
-
import "./router-
|
|
2
|
+
import { g as getLogFormatAdapter, r as resolveLogFormat, a as getConversationId, c as cn, B as Badge, f as formatTokens, b as copyTextToClipboard, L as LazyJsonViewerFromString } from "./ProxyViewerContainer-BX4RgrZU.mjs";
|
|
3
|
+
import "./router-DlGZ0qLz.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
|
-
import { X, ao as Rows3, ap as Columns2,
|
|
6
|
+
import { X, ao as Rows3, ap as Columns2, Q as Minus, P as Plus, K as Pencil, h as ChevronRight, aq as Equal, b as Check, e as Copy } from "../_libs/lucide-react.mjs";
|
|
7
7
|
import "../_libs/swr.mjs";
|
|
8
8
|
import "../_libs/use-sync-external-store.mjs";
|
|
9
9
|
import "../_libs/dequal.mjs";
|
package/.output/server/_ssr/{ProxyViewerContainer-BOszhOJD.mjs → ProxyViewerContainer-BX4RgrZU.mjs}
RENAMED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports, a as React } from "../_libs/react.mjs";
|
|
2
|
-
import { I as InspectorGroupsListResponseSchema, C as CapturedLogSchema, 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, p as packageJson, P as ProviderConfigSchema, i as apiFormatForPath, n as DeleteInspectorGroupsResponseSchema, o as GroupEvidenceExportResultSchema, q as DeleteInspectorGroupResponseSchema, z as createPendingProviderTestResults, B as ProviderTestResultsSchema, E as createFailedProviderTestResults, M as MAX_SLOW_RESPONSE_THRESHOLD_SECONDS, F as MAX_PROVIDER_TEST_TIMEOUT_SECONDS, T as TimeDisplayFormatSchema, l as AlertSummarySchema, m as AlertListResponseSchema, G as GroupEvidenceReadResponseSchema, u as maskApiKey, v as PATH_V1_MESSAGES, w as PATH_V1_CHAT_COMPLETIONS, x as PATH_V1_RESPONSES, r as providerHasContextMetadata, t as findProviderModelMetadata, f as parseOpenAIResponse, g as parseOpenAIResponsesResponse, O as OpenAIRequestSchema, h as OpenAIResponsesRequestSchema, A as AnthropicResponseSchema$1, e as AnthropicRequestSchema, s as safeGetOwnProperty, H as resolveProviderContextWindow, j as getSessionPath, y as previewUpstreamUrl, K as KnowledgeCandidateSchema, J as isPlainRecord, k as stripClaudeCodeBillingHeader, L as LogBodyChunkSchema } from "./router-
|
|
2
|
+
import { I as InspectorGroupsListResponseSchema, C as CapturedLogSchema, 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, p as packageJson, P as ProviderConfigSchema, i as apiFormatForPath, n as DeleteInspectorGroupsResponseSchema, o as GroupEvidenceExportResultSchema, q as DeleteInspectorGroupResponseSchema, z as createPendingProviderTestResults, B as ProviderTestResultsSchema, E as createFailedProviderTestResults, M as MAX_SLOW_RESPONSE_THRESHOLD_SECONDS, F as MAX_PROVIDER_TEST_TIMEOUT_SECONDS, T as TimeDisplayFormatSchema, l as AlertSummarySchema, m as AlertListResponseSchema, G as GroupEvidenceReadResponseSchema, u as maskApiKey, v as PATH_V1_MESSAGES, w as PATH_V1_CHAT_COMPLETIONS, x as PATH_V1_RESPONSES, r as providerHasContextMetadata, t as findProviderModelMetadata, f as parseOpenAIResponse, g as parseOpenAIResponsesResponse, O as OpenAIRequestSchema, h as OpenAIResponsesRequestSchema, A as AnthropicResponseSchema$1, e as AnthropicRequestSchema, s as safeGetOwnProperty, H as resolveProviderContextWindow, j as getSessionPath, y as previewUpstreamUrl, K as KnowledgeCandidateSchema, J as isPlainRecord, k as stripClaudeCodeBillingHeader, L as LogBodyChunkSchema } from "./router-DlGZ0qLz.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";
|
|
@@ -9,7 +9,7 @@ import { c as cva } from "../_libs/class-variance-authority.mjs";
|
|
|
9
9
|
import { u as useWindowVirtualizer, a as useVirtualizer } from "../_libs/tanstack__react-virtual.mjs";
|
|
10
10
|
import { d as diffJson, a as diffLines } from "../_libs/diff.mjs";
|
|
11
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
|
-
import { T as TriangleAlert, C as CircleCheck, X, I as Info, a as ChevronDown, b as Check, U as Upload, D as Download, F as FileBraces, c as Trash2, P as Plus, A as ArrowLeft, d as ChevronUp, e as Copy, f as ChevronsLeft, g as ChevronLeft, h as ChevronRight, i as ChevronsRight, j as Clapperboard, k as Flag,
|
|
12
|
+
import { T as TriangleAlert, C as CircleCheck, X, I as Info, a as ChevronDown, b as Check, S as Search, U as Upload, D as Download, F as FileBraces, c as Trash2, P as Plus, A as ArrowLeft, d as ChevronUp, e as Copy, f as ChevronsLeft, g as ChevronLeft, h as ChevronRight, i as ChevronsRight, j as Clapperboard, k as Flag, l as Siren, m as Timer, G as Gauge, L as LoaderCircle, R as RefreshCw, n as Layers, o as Settings, M as Monitor, p as Scan, q as CircleAlert, r as Terminal, s as ArrowUpRight, t as ArrowDownRight, u as Cpu, v as FolderOpen, B as Bell, w as Clock3, x as ShieldAlert, E as EyeOff, y as Eye, z as ExternalLink, H as RotateCw, J as Clock, K as Pencil, N as MessageSquare, Z as Zap, W as Wrench, O as Brain, Q as Minus, V as CircleCheckBig, Y as CircleQuestionMark, _ as Server, $ as Lock, a0 as Wifi, a1 as WifiOff, a2 as CircleX, a3 as ShieldCheck, a4 as Save, a5 as FileSearch, a6 as CloudUpload, a7 as OctagonAlert, a8 as Radio, a9 as Globe, aa as FileTerminal, ab as ChevronsUp, ac as ChevronsDown, ad as FileDiff, ae as History, af as RotateCcw, ag as GitCompareArrows, ah as ArrowUp, ai as ArrowDown, aj as Ellipsis, ak as CodeXml, al as Blocks, am as MousePointerClick, an as FileText, ao as Rows3, ap as Columns2 } from "../_libs/lucide-react.mjs";
|
|
13
13
|
import { u as union, d as object, a as array, l as literal, b as string, n as number, c as boolean, _ as _enum } from "../_libs/zod.mjs";
|
|
14
14
|
import { S as Slot } from "../_libs/radix-ui__react-slot.mjs";
|
|
15
15
|
import { R as Root2$1, L as List, T as Trigger$2, C as Content$1 } from "../_libs/radix-ui__react-tabs.mjs";
|
|
@@ -1503,6 +1503,19 @@ function HeaderMetric({
|
|
|
1503
1503
|
}
|
|
1504
1504
|
);
|
|
1505
1505
|
}
|
|
1506
|
+
function PendingTurnBadge$1() {
|
|
1507
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
1508
|
+
"span",
|
|
1509
|
+
{
|
|
1510
|
+
className: "inline-flex h-6 shrink-0 items-center gap-1.5 rounded-md bg-amber-300/[0.10] px-1.5 font-mono text-[10px] uppercase tracking-[0.14em] text-amber-100/90 ring-1 ring-amber-200/10",
|
|
1511
|
+
title: "This session has a turn that has not finished yet",
|
|
1512
|
+
children: [
|
|
1513
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(LoaderCircle, { className: "size-3 animate-spin" }),
|
|
1514
|
+
"Turn open"
|
|
1515
|
+
]
|
|
1516
|
+
}
|
|
1517
|
+
);
|
|
1518
|
+
}
|
|
1506
1519
|
function ConversationHeader({
|
|
1507
1520
|
conversationId,
|
|
1508
1521
|
startTime,
|
|
@@ -1636,10 +1649,7 @@ function ConversationHeader({
|
|
|
1636
1649
|
]
|
|
1637
1650
|
}
|
|
1638
1651
|
),
|
|
1639
|
-
isLoading && /* @__PURE__ */ jsxRuntimeExports.
|
|
1640
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(LoaderCircle, { className: "size-3 animate-spin" }),
|
|
1641
|
-
"Working"
|
|
1642
|
-
] })
|
|
1652
|
+
isLoading && /* @__PURE__ */ jsxRuntimeExports.jsx(PendingTurnBadge$1, {})
|
|
1643
1653
|
] }),
|
|
1644
1654
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "mt-1.5 flex min-w-0 flex-wrap items-center gap-1.5", children: [
|
|
1645
1655
|
/* @__PURE__ */ jsxRuntimeExports.jsx(HeaderMetric, { icon: /* @__PURE__ */ jsxRuntimeExports.jsx(Clock, { className: "size-3 shrink-0" }), title: timeLabel, children: timeLabel }),
|
|
@@ -1693,7 +1703,7 @@ function ConversationHeader({
|
|
|
1693
1703
|
{
|
|
1694
1704
|
className: "pointer-events-none absolute inset-x-3 bottom-0 h-px overflow-hidden rounded-full bg-white/[0.06]",
|
|
1695
1705
|
"aria-hidden": "true",
|
|
1696
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "absolute inset-y-0 left-0 w-1/3 animate-pulse rounded-full bg-
|
|
1706
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "absolute inset-y-0 left-0 w-1/3 animate-pulse rounded-full bg-amber-200/65 shadow-[0_0_14px_rgba(252,211,77,0.32)]" })
|
|
1697
1707
|
}
|
|
1698
1708
|
),
|
|
1699
1709
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -1971,27 +1981,27 @@ function useCopyFeedback(text) {
|
|
|
1971
1981
|
return { copied, copy };
|
|
1972
1982
|
}
|
|
1973
1983
|
const LazyCompareDrawer = reactExports.lazy(
|
|
1974
|
-
() => import("./CompareDrawer-
|
|
1984
|
+
() => import("./CompareDrawer-Dw6CL_qf.mjs").then((m) => ({ default: m.CompareDrawer }))
|
|
1975
1985
|
);
|
|
1976
1986
|
const LazyReplayDialog = reactExports.lazy(
|
|
1977
|
-
() => import("./ReplayDialog-
|
|
1987
|
+
() => import("./ReplayDialog-DS9K_cof.mjs").then((m) => ({ default: m.ReplayDialog }))
|
|
1978
1988
|
);
|
|
1979
1989
|
const LazyRequestAnatomy = reactExports.lazy(
|
|
1980
|
-
() => import("./RequestAnatomy-
|
|
1990
|
+
() => import("./RequestAnatomy-B2JsAL49.mjs").then((m) => ({ default: m.RequestAnatomy }))
|
|
1981
1991
|
);
|
|
1982
1992
|
const LazyResponseView = reactExports.lazy(
|
|
1983
|
-
() => import("./ResponseView-
|
|
1993
|
+
() => import("./ResponseView-C3LQSg2c.mjs").then((m) => ({ default: m.ResponseView }))
|
|
1984
1994
|
);
|
|
1985
1995
|
const LazyStreamingChunkSequence = reactExports.lazy(
|
|
1986
|
-
() => import("./StreamingChunkSequence-
|
|
1996
|
+
() => import("./StreamingChunkSequence-O1Ti-7Pk.mjs").then((m) => ({
|
|
1987
1997
|
default: m.StreamingChunkSequence
|
|
1988
1998
|
}))
|
|
1989
1999
|
);
|
|
1990
2000
|
const LazyJsonViewer = reactExports.lazy(
|
|
1991
|
-
() => import("./json-viewer-
|
|
2001
|
+
() => import("./json-viewer-BRMmlvXb.mjs").then((m) => ({ default: m.JsonViewer }))
|
|
1992
2002
|
);
|
|
1993
2003
|
const LazyJsonViewerFromString = reactExports.lazy(
|
|
1994
|
-
() => import("./json-viewer-
|
|
2004
|
+
() => import("./json-viewer-BRMmlvXb.mjs").then((m) => ({ default: m.JsonViewerFromString }))
|
|
1995
2005
|
);
|
|
1996
2006
|
const HIGHLIGHT_DURATION_MS = 1200;
|
|
1997
2007
|
const MAX_HIGHLIGHT_ATTEMPTS = 12;
|
|
@@ -10988,8 +10998,8 @@ function compareField(previous, current) {
|
|
|
10988
10998
|
if (current < previous) return { direction: "down", delta: previous - current };
|
|
10989
10999
|
return null;
|
|
10990
11000
|
}
|
|
10991
|
-
function
|
|
10992
|
-
return logs.
|
|
11001
|
+
function countPendingTurns(logs) {
|
|
11002
|
+
return logs.filter((log) => log.responseStatus === null).length;
|
|
10993
11003
|
}
|
|
10994
11004
|
function firstUserAgent(logs) {
|
|
10995
11005
|
for (const log of logs) {
|
|
@@ -11160,11 +11170,25 @@ function SummaryChip({
|
|
|
11160
11170
|
}
|
|
11161
11171
|
);
|
|
11162
11172
|
}
|
|
11163
|
-
function
|
|
11164
|
-
|
|
11165
|
-
|
|
11166
|
-
|
|
11167
|
-
|
|
11173
|
+
function PendingTurnBadge({
|
|
11174
|
+
count,
|
|
11175
|
+
label = "Turn open"
|
|
11176
|
+
}) {
|
|
11177
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
11178
|
+
"span",
|
|
11179
|
+
{
|
|
11180
|
+
className: "inline-flex h-6 shrink-0 items-center gap-1.5 rounded-md bg-amber-300/[0.10] px-1.5 font-mono text-[10px] uppercase tracking-[0.14em] text-amber-100/90 ring-1 ring-amber-200/10",
|
|
11181
|
+
title: `${count} turn${count !== 1 ? "s" : ""} not finished yet`,
|
|
11182
|
+
children: [
|
|
11183
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(LoaderCircle, { className: "size-3 animate-spin" }),
|
|
11184
|
+
label,
|
|
11185
|
+
count > 1 && /* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "tabular-nums", children: [
|
|
11186
|
+
"x",
|
|
11187
|
+
count
|
|
11188
|
+
] })
|
|
11189
|
+
]
|
|
11190
|
+
}
|
|
11191
|
+
);
|
|
11168
11192
|
}
|
|
11169
11193
|
function LoadingSweep() {
|
|
11170
11194
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
@@ -11172,7 +11196,7 @@ function LoadingSweep() {
|
|
|
11172
11196
|
{
|
|
11173
11197
|
className: "pointer-events-none absolute inset-x-3 bottom-0 h-px overflow-hidden rounded-full bg-white/[0.06]",
|
|
11174
11198
|
"aria-hidden": "true",
|
|
11175
|
-
children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "absolute inset-y-0 left-0 w-1/3 animate-pulse rounded-full bg-
|
|
11199
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "absolute inset-y-0 left-0 w-1/3 animate-pulse rounded-full bg-amber-200/65 shadow-[0_0_14px_rgba(252,211,77,0.32)]" })
|
|
11176
11200
|
}
|
|
11177
11201
|
);
|
|
11178
11202
|
}
|
|
@@ -11231,7 +11255,8 @@ function IdeGroupSection({
|
|
|
11231
11255
|
const totals = tokenTotals(group.logs);
|
|
11232
11256
|
const sessionCount = countSessions(group.processes);
|
|
11233
11257
|
const logCount = group.logs.length;
|
|
11234
|
-
const
|
|
11258
|
+
const pendingTurnCount = countPendingTurns(group.logs);
|
|
11259
|
+
const isWorking = pendingTurnCount > 0;
|
|
11235
11260
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
11236
11261
|
"section",
|
|
11237
11262
|
{
|
|
@@ -11261,7 +11286,7 @@ function IdeGroupSection({
|
|
|
11261
11286
|
}
|
|
11262
11287
|
),
|
|
11263
11288
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "rounded bg-cyan-300/[0.06] px-1.5 py-0.5 font-mono text-[10px] uppercase tracking-[0.16em] text-cyan-100/75", children: "IDE" }),
|
|
11264
|
-
isWorking && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
11289
|
+
isWorking && /* @__PURE__ */ jsxRuntimeExports.jsx(PendingTurnBadge, { count: pendingTurnCount, label: "Turn open" })
|
|
11265
11290
|
] }),
|
|
11266
11291
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "mt-1 flex flex-wrap items-center gap-x-3 gap-y-1 text-xs text-muted-foreground", children: [
|
|
11267
11292
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { children: [
|
|
@@ -11314,7 +11339,8 @@ function ProcessGroupSection({
|
|
|
11314
11339
|
const projectLabel = shortProjectPath(group.clientProjectFolder);
|
|
11315
11340
|
const sessionCount = group.sessions.length;
|
|
11316
11341
|
const logCount = group.logs.length;
|
|
11317
|
-
const
|
|
11342
|
+
const pendingTurnCount = countPendingTurns(group.logs);
|
|
11343
|
+
const isWorking = pendingTurnCount > 0;
|
|
11318
11344
|
const processLabel = group.clientPid !== null && group.clientPid !== void 0 ? `PID ${group.clientPid}` : "process";
|
|
11319
11345
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs("section", { className: "relative pl-5", children: [
|
|
11320
11346
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "absolute bottom-1 left-2 top-1 w-px bg-white/[0.055]", "aria-hidden": "true" }),
|
|
@@ -11331,7 +11357,7 @@ function ProcessGroupSection({
|
|
|
11331
11357
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "min-w-0 flex-1", children: [
|
|
11332
11358
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1", children: [
|
|
11333
11359
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "font-mono text-xs font-semibold tabular-nums text-slate-100", children: processLabel }),
|
|
11334
|
-
isWorking && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
11360
|
+
isWorking && /* @__PURE__ */ jsxRuntimeExports.jsx(PendingTurnBadge, { count: pendingTurnCount, label: "Turn open" }),
|
|
11335
11361
|
projectLabel !== null && /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
11336
11362
|
"span",
|
|
11337
11363
|
{
|
|
@@ -13079,8 +13105,13 @@ function formatPaginationStatus({
|
|
|
13079
13105
|
const first = logs[0];
|
|
13080
13106
|
const last = logs[logs.length - 1];
|
|
13081
13107
|
const range = first === void 0 || last === void 0 ? "Current page" : `#${first.id}-#${last.id}`;
|
|
13082
|
-
|
|
13083
|
-
|
|
13108
|
+
if (pagination.total === null) {
|
|
13109
|
+
return `Showing ${logs.length} logs (${range})`;
|
|
13110
|
+
}
|
|
13111
|
+
if (pagination.total <= logs.length) {
|
|
13112
|
+
return `Showing all ${pagination.total} logs`;
|
|
13113
|
+
}
|
|
13114
|
+
return `Showing ${logs.length} of ${pagination.total} logs (${range})`;
|
|
13084
13115
|
}
|
|
13085
13116
|
function LogPaginationButton({
|
|
13086
13117
|
label,
|
|
@@ -13801,6 +13832,8 @@ function ProxyViewer({
|
|
|
13801
13832
|
const comparisonPredecessors = reactExports.useMemo(() => buildValidPredecessors(groups), [groups]);
|
|
13802
13833
|
const exportActionVisibility = getExportActionVisibility(captureMode, logs.length);
|
|
13803
13834
|
const isPinnedSessionPage = pinnedSessionId !== void 0;
|
|
13835
|
+
const sessionInputValue = selectedSession === "__all__" ? "" : selectedSession;
|
|
13836
|
+
const sessionSelectValue = selectedSession === "__all__" || sessions.includes(selectedSession) ? selectedSession : "__typed__";
|
|
13804
13837
|
const activeScopeLabel = hasSessionContext && sessionContextScope !== null ? truncateSessionId(sessionContextScope.label) : selectedSession === "__all__" ? "All sessions" : truncateSessionId(selectedSession);
|
|
13805
13838
|
const slateStats = reactExports.useMemo(
|
|
13806
13839
|
() => buildSessionSlateStats({
|
|
@@ -13819,6 +13852,20 @@ function ProxyViewer({
|
|
|
13819
13852
|
},
|
|
13820
13853
|
[comparisonPredecessors]
|
|
13821
13854
|
);
|
|
13855
|
+
const handleSessionInputChange = reactExports.useCallback(
|
|
13856
|
+
(event) => {
|
|
13857
|
+
const value = event.currentTarget.value.trim();
|
|
13858
|
+
onSessionChange(value === "" ? "__all__" : value);
|
|
13859
|
+
},
|
|
13860
|
+
[onSessionChange]
|
|
13861
|
+
);
|
|
13862
|
+
const handleSessionSelectChange = reactExports.useCallback(
|
|
13863
|
+
(value) => {
|
|
13864
|
+
if (value === "__typed__") return;
|
|
13865
|
+
onSessionChange(value);
|
|
13866
|
+
},
|
|
13867
|
+
[onSessionChange]
|
|
13868
|
+
);
|
|
13822
13869
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "bg-background min-h-screen w-full text-foreground", children: [
|
|
13823
13870
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "grid min-h-screen w-full grid-cols-1 lg:grid-cols-[340px_minmax(0,1fr)] xl:grid-cols-[360px_minmax(0,1fr)]", children: [
|
|
13824
13871
|
/* @__PURE__ */ jsxRuntimeExports.jsx("aside", { className: "bg-background border-b lg:sticky lg:top-0 lg:h-screen lg:overflow-y-auto lg:border-b-0 lg:border-r", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "space-y-4 p-4", children: [
|
|
@@ -13865,11 +13912,43 @@ function ProxyViewer({
|
|
|
13865
13912
|
),
|
|
13866
13913
|
hasSessionContext && pinnedSessionId !== void 0 && sessionMemberships.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(SessionMembershipPanel, { memberships: sessionMemberships }),
|
|
13867
13914
|
/* @__PURE__ */ jsxRuntimeExports.jsx(SidebarPanel, { label: "Filters", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "space-y-2", children: [
|
|
13868
|
-
!hideSessionFilter && /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
13869
|
-
/* @__PURE__ */ jsxRuntimeExports.
|
|
13870
|
-
|
|
13871
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
13872
|
-
|
|
13915
|
+
!hideSessionFilter && /* @__PURE__ */ jsxRuntimeExports.jsxs(jsxRuntimeExports.Fragment, { children: [
|
|
13916
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "relative", children: [
|
|
13917
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(Search, { className: "pointer-events-none absolute left-2.5 top-1/2 size-3.5 -translate-y-1/2 text-muted-foreground" }),
|
|
13918
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
13919
|
+
"input",
|
|
13920
|
+
{
|
|
13921
|
+
type: "search",
|
|
13922
|
+
value: sessionInputValue,
|
|
13923
|
+
onChange: handleSessionInputChange,
|
|
13924
|
+
placeholder: "Paste session ID",
|
|
13925
|
+
className: "border border-input bg-background hover:bg-accent focus-visible:ring-ring h-9 w-full rounded-md px-8 font-mono text-xs text-foreground outline-none transition-colors placeholder:font-sans placeholder:text-muted-foreground focus-visible:ring-1",
|
|
13926
|
+
"aria-label": "Filter by session ID",
|
|
13927
|
+
title: "Filter by exact session ID"
|
|
13928
|
+
}
|
|
13929
|
+
),
|
|
13930
|
+
sessionInputValue !== "" && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
13931
|
+
"button",
|
|
13932
|
+
{
|
|
13933
|
+
type: "button",
|
|
13934
|
+
onClick: () => onSessionChange("__all__"),
|
|
13935
|
+
className: "absolute right-1.5 top-1/2 inline-flex size-6 -translate-y-1/2 items-center justify-center rounded-md text-muted-foreground transition-colors hover:bg-white/[0.06] hover:text-foreground",
|
|
13936
|
+
"aria-label": "Clear session filter",
|
|
13937
|
+
title: "Clear session filter",
|
|
13938
|
+
children: /* @__PURE__ */ jsxRuntimeExports.jsx(X, { className: "size-3.5" })
|
|
13939
|
+
}
|
|
13940
|
+
)
|
|
13941
|
+
] }),
|
|
13942
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs(Select, { value: sessionSelectValue, onValueChange: handleSessionSelectChange, children: [
|
|
13943
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(SelectTrigger, { className: "border border-input bg-background hover:bg-accent hover:text-accent-foreground h-9 w-full text-xs", children: /* @__PURE__ */ jsxRuntimeExports.jsx(SelectValue, { placeholder: "All sessions" }) }),
|
|
13944
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs(SelectContent, { children: [
|
|
13945
|
+
/* @__PURE__ */ jsxRuntimeExports.jsx(SelectItem, { value: "__all__", children: "All sessions" }),
|
|
13946
|
+
sessionSelectValue === "__typed__" && /* @__PURE__ */ jsxRuntimeExports.jsxs(SelectItem, { value: "__typed__", children: [
|
|
13947
|
+
"Typed: ",
|
|
13948
|
+
truncateSessionId(selectedSession)
|
|
13949
|
+
] }),
|
|
13950
|
+
sessions.map((s) => /* @__PURE__ */ jsxRuntimeExports.jsx(SelectItem, { value: s, children: truncateSessionId(s) }, s))
|
|
13951
|
+
] })
|
|
13873
13952
|
] })
|
|
13874
13953
|
] }),
|
|
13875
13954
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(Select, { value: selectedModel, onValueChange: onModelChange, children: [
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { u as useProviders, D as Dialog, d as DialogContent, e as DialogHeader, h as DialogTitle, T as Tabs, i as TabsList, j as TabsTrigger, k as TabsContent, l as Button, m as TooltipProvider, n as Tooltip, o as TooltipTrigger, p as TooltipContent, q as dispatchLogFocusRequest } from "./ProxyViewerContainer-
|
|
3
|
-
import { ResponseView } from "./ResponseView-
|
|
4
|
-
import { C as CapturedLogSchema } from "./router-
|
|
2
|
+
import { u as useProviders, D as Dialog, d as DialogContent, e as DialogHeader, h as DialogTitle, T as Tabs, i as TabsList, j as TabsTrigger, k as TabsContent, l as Button, m as TooltipProvider, n as Tooltip, o as TooltipTrigger, p as TooltipContent, q as dispatchLogFocusRequest } from "./ProxyViewerContainer-BX4RgrZU.mjs";
|
|
3
|
+
import { ResponseView } from "./ResponseView-C3LQSg2c.mjs";
|
|
4
|
+
import { C as CapturedLogSchema } from "./router-DlGZ0qLz.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
6
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
7
|
-
import {
|
|
7
|
+
import { af as RotateCcw, ar as Braces, as as Minimize2 } from "../_libs/lucide-react.mjs";
|
|
8
8
|
import { d as object, n as number, a as array, c as boolean, b as string } from "../_libs/zod.mjs";
|
|
9
9
|
import "../_libs/swr.mjs";
|
|
10
10
|
import "../_libs/use-sync-external-store.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { u as useProviders, s as analyzeContextIntelligence, f as formatTokens, m as TooltipProvider, c as cn, n as Tooltip, o as TooltipTrigger, p as TooltipContent, S as SegmentBar, R as ROLE_COLOR_CLASSES, A as ANATOMY_ROLE_LABELS, t as formatContextWindowTokens, C as CONTEXT_USAGE_THRESHOLDS } from "./ProxyViewerContainer-
|
|
3
|
-
import "./router-
|
|
2
|
+
import { u as useProviders, s as analyzeContextIntelligence, f as formatTokens, m as TooltipProvider, c as cn, n as Tooltip, o as TooltipTrigger, p as TooltipContent, S as SegmentBar, R as ROLE_COLOR_CLASSES, A as ANATOMY_ROLE_LABELS, t as formatContextWindowTokens, C as CONTEXT_USAGE_THRESHOLDS } from "./ProxyViewerContainer-BX4RgrZU.mjs";
|
|
3
|
+
import "./router-DlGZ0qLz.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
6
|
import { I as Info, a as ChevronDown, h as ChevronRight } from "../_libs/lucide-react.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { g as getLogFormatAdapter, f as formatTokens, c as cn, v as getStatusCategory, B as Badge, w as Collapsible, x as CollapsibleTrigger, y as CollapsibleContent, z as ScrollArea, E as LazyJsonViewer, F as safeJsonValue } from "./ProxyViewerContainer-
|
|
3
|
-
import { s as safeGetOwnProperty } from "./router-
|
|
2
|
+
import { g as getLogFormatAdapter, f as formatTokens, c as cn, v as getStatusCategory, B as Badge, w as Collapsible, x as CollapsibleTrigger, y as CollapsibleContent, z as ScrollArea, E as LazyJsonViewer, F as safeJsonValue } from "./ProxyViewerContainer-BX4RgrZU.mjs";
|
|
3
|
+
import { s as safeGetOwnProperty } from "./router-DlGZ0qLz.mjs";
|
|
4
4
|
import "../_libs/jszip.mjs";
|
|
5
5
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
6
|
-
import { Z as Zap, T as TriangleAlert, at as CircleStop,
|
|
6
|
+
import { Z as Zap, T as TriangleAlert, at as CircleStop, O as Brain, a as ChevronDown, h as ChevronRight, r as Terminal } from "../_libs/lucide-react.mjs";
|
|
7
7
|
import { R as Root } from "../_libs/radix-ui__react-separator.mjs";
|
|
8
8
|
import "../_libs/swr.mjs";
|
|
9
9
|
import "../_libs/use-sync-external-store.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { m as TooltipProvider, n as Tooltip, o as TooltipTrigger, B as Badge, p as TooltipContent, E as LazyJsonViewer } from "./ProxyViewerContainer-
|
|
3
|
-
import "./router-
|
|
2
|
+
import { m as TooltipProvider, n as Tooltip, o as TooltipTrigger, B as Badge, p as TooltipContent, E as LazyJsonViewer } from "./ProxyViewerContainer-BX4RgrZU.mjs";
|
|
3
|
+
import "./router-DlGZ0qLz.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
6
|
import { a as ChevronDown, h as ChevronRight, L as LoaderCircle } from "../_libs/lucide-react.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { P as ProxyViewerContainer } from "./ProxyViewerContainer-
|
|
1
|
+
import { P as ProxyViewerContainer } from "./ProxyViewerContainer-BX4RgrZU.mjs";
|
|
2
2
|
import "../_libs/react.mjs";
|
|
3
|
-
import "./router-
|
|
3
|
+
import "./router-DlGZ0qLz.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
6
|
import "../_libs/swr.mjs";
|
|
@@ -198,7 +198,7 @@ function getResponse() {
|
|
|
198
198
|
return event.res;
|
|
199
199
|
}
|
|
200
200
|
async function getStartManifest(matchedRoutes) {
|
|
201
|
-
const { tsrStartManifest } = await import("../_tanstack-start-manifest_v-
|
|
201
|
+
const { tsrStartManifest } = await import("../_tanstack-start-manifest_v-CYvWDgeN.mjs");
|
|
202
202
|
const startManifest = tsrStartManifest();
|
|
203
203
|
const rootRoute = startManifest.routes[rootRouteId] = startManifest.routes[rootRouteId] || {};
|
|
204
204
|
rootRoute.assets = rootRoute.assets || [];
|
|
@@ -776,7 +776,7 @@ let entriesPromise;
|
|
|
776
776
|
let baseManifestPromise;
|
|
777
777
|
let cachedFinalManifestPromise;
|
|
778
778
|
async function loadEntries() {
|
|
779
|
-
const routerEntry = await import("./router-
|
|
779
|
+
const routerEntry = await import("./router-DlGZ0qLz.mjs").then((n) => n.N);
|
|
780
780
|
const startEntry = await import("./start-HYkvq4Ni.mjs");
|
|
781
781
|
return { startEntry, routerEntry };
|
|
782
782
|
}
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { G as parseJsonText, c as cn, m as TooltipProvider, n as Tooltip, o as TooltipTrigger, p as TooltipContent, b as copyTextToClipboard } from "./ProxyViewerContainer-
|
|
3
|
-
import "./router-
|
|
2
|
+
import { G as parseJsonText, c as cn, m as TooltipProvider, n as Tooltip, o as TooltipTrigger, p as TooltipContent, b as copyTextToClipboard } from "./ProxyViewerContainer-BX4RgrZU.mjs";
|
|
3
|
+
import "./router-DlGZ0qLz.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
|
-
import { b as Check, e as Copy, a as ChevronDown, h as ChevronRight,
|
|
6
|
+
import { b as Check, e as Copy, a as ChevronDown, h as ChevronRight, ac as ChevronsDown } from "../_libs/lucide-react.mjs";
|
|
7
7
|
import "../_libs/swr.mjs";
|
|
8
8
|
import "../_libs/use-sync-external-store.mjs";
|
|
9
9
|
import "../_libs/dequal.mjs";
|
|
@@ -65,7 +65,7 @@ import "../_libs/immediate.mjs";
|
|
|
65
65
|
import "../_libs/setimmediate.mjs";
|
|
66
66
|
import "../_libs/pako.mjs";
|
|
67
67
|
const faviconSvg = "data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%20role='img'%20aria-label='Agent%20Inspector'%3e%3cg%20fill='none'%20stroke='%23f59e0b'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'%20%3e%3cpath%20d='M5%2013%20C5%209%208%207%2012%207%20C16%207%2019%209%2019%2013%20C19%2016%2016%2018%2012%2018%20C8%2018%205%2016%205%2013%20Z'%20/%3e%3cpath%20d='M5%2011%20C3.5%209.5%201.5%2010%202%2012.5%20C2.5%2014%204%2013.5%205%2012.5'%20/%3e%3cpath%20d='M19%2011%20C20.5%209.5%2022.5%2010%2022%2012.5%20C21.5%2014%2020%2013.5%2019%2012.5'%20/%3e%3cline%20x1='10'%20y1='7'%20x2='9.5'%20y2='5'%20/%3e%3cline%20x1='14'%20y1='7'%20x2='14.5'%20y2='5'%20/%3e%3cline%20x1='6.5'%20y1='16'%20x2='4.5'%20y2='19.5'%20/%3e%3cline%20x1='9'%20y1='17.5'%20x2='8'%20y2='20.5'%20/%3e%3cline%20x1='15'%20y1='17.5'%20x2='16'%20y2='20.5'%20/%3e%3cline%20x1='17.5'%20y1='16'%20x2='19.5'%20y2='19.5'%20/%3e%3c/g%3e%3ccircle%20cx='9.5'%20cy='4.5'%20r='0.9'%20fill='%23f59e0b'%20/%3e%3ccircle%20cx='14.5'%20cy='4.5'%20r='0.9'%20fill='%23f59e0b'%20/%3e%3c/svg%3e";
|
|
68
|
-
const appCss = "/assets/index-
|
|
68
|
+
const appCss = "/assets/index-bXU6y_wh.css";
|
|
69
69
|
const Route$D = createRootRoute({
|
|
70
70
|
head: () => ({
|
|
71
71
|
meta: [
|
|
@@ -108,7 +108,7 @@ function RootDocument({ children }) {
|
|
|
108
108
|
] })
|
|
109
109
|
] });
|
|
110
110
|
}
|
|
111
|
-
const $$splitComponentImporter$1 = () => import("./index-
|
|
111
|
+
const $$splitComponentImporter$1 = () => import("./index-BZ2ijzyu.mjs");
|
|
112
112
|
const Route$C = createFileRoute("/")({
|
|
113
113
|
component: lazyRouteComponent($$splitComponentImporter$1, "component")
|
|
114
114
|
});
|
|
@@ -151,7 +151,7 @@ function decodeSessionIdFromPath(encoded) {
|
|
|
151
151
|
function getSessionPath(sessionId) {
|
|
152
152
|
return `/session/${encodeSessionIdForPath(sessionId)}`;
|
|
153
153
|
}
|
|
154
|
-
const $$splitComponentImporter = () => import("../_sessionId-
|
|
154
|
+
const $$splitComponentImporter = () => import("../_sessionId-CBwwWBFg.mjs");
|
|
155
155
|
const Route$B = createFileRoute("/session/$sessionId")({
|
|
156
156
|
component: lazyRouteComponent($$splitComponentImporter, "component"),
|
|
157
157
|
parseParams: (params) => ({
|
|
@@ -9116,7 +9116,7 @@ const Route$w = createFileRoute("/api/models")({
|
|
|
9116
9116
|
}
|
|
9117
9117
|
}
|
|
9118
9118
|
});
|
|
9119
|
-
const version = "2.1.
|
|
9119
|
+
const version = "2.1.22";
|
|
9120
9120
|
const packageJson = {
|
|
9121
9121
|
version
|
|
9122
9122
|
};
|