@tonyclaw/agent-inspector 2.1.20 → 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-BRCSDHn3.js → CompareDrawer-B-I_z_oJ.js} +1 -1
- package/.output/public/assets/ProxyViewerContainer-ygSGJ4EB.js +106 -0
- package/.output/public/assets/{ReplayDialog-Dkez3vxu.js → ReplayDialog-ofqVRdc-.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-CHBODGDF.js → RequestAnatomy-lyPjHWzS.js} +1 -1
- package/.output/public/assets/{ResponseView-Dk2dJY-B.js → ResponseView-BL263es5.js} +2 -2
- package/.output/public/assets/{StreamingChunkSequence-gZpqWwKK.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-B1-V3HCD.js → index-M6p8Q0LA.js} +1 -1
- package/.output/public/assets/index-bXU6y_wh.css +1 -0
- package/.output/public/assets/{json-viewer-CtvzeDPb.js → json-viewer-VR9OOnl8.js} +1 -1
- package/.output/public/assets/{main-CgmDEMGA.js → main-C9gW57P6.js} +2 -2
- package/.output/server/_libs/lucide-react.mjs +42 -42
- package/.output/server/{_sessionId-CbsSRLSa.mjs → _sessionId-CBwwWBFg.mjs} +18 -3
- package/.output/server/_ssr/{CompareDrawer-BiSslksi.mjs → CompareDrawer-Dw6CL_qf.mjs} +3 -3
- package/.output/server/_ssr/{ProxyViewerContainer-DIN2AjhM.mjs → ProxyViewerContainer-BX4RgrZU.mjs} +140 -21
- package/.output/server/_ssr/{ReplayDialog-DzoWpTis.mjs → ReplayDialog-DS9K_cof.mjs} +4 -4
- package/.output/server/_ssr/{RequestAnatomy-D2tbgAPn.mjs → RequestAnatomy-B2JsAL49.mjs} +2 -2
- package/.output/server/_ssr/{ResponseView-BFP7zo8Z.mjs → ResponseView-C3LQSg2c.mjs} +3 -3
- package/.output/server/_ssr/{StreamingChunkSequence-BfiRZW_k.mjs → StreamingChunkSequence-O1Ti-7Pk.mjs} +2 -2
- package/.output/server/_ssr/{index-OlcgE4Tl.mjs → index-BZ2ijzyu.mjs} +2 -2
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{json-viewer-DmhEr-jg.mjs → json-viewer-BRMmlvXb.mjs} +3 -3
- package/.output/server/_ssr/{router-BMdwHLHh.mjs → router-DlGZ0qLz.mjs} +4 -4
- package/.output/server/{_tanstack-start-manifest_v-CL4qjwkQ.mjs → _tanstack-start-manifest_v-CYvWDgeN.mjs} +1 -1
- package/.output/server/index.mjs +69 -69
- 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 +52 -3
- package/src/components/proxy-viewer/ConversationHeader.tsx +24 -1
- package/src/routes/session/$sessionId.tsx +27 -1
- package/.output/public/assets/ProxyViewerContainer-v5Lmx35X.js +0 -106
- package/.output/public/assets/_sessionId-DziA4ZD4.js +0 -1
- package/.output/public/assets/index-ChgjUix0.css +0 -1
- package/.output/public/assets/index-DkHcxpXi.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-DIN2AjhM.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,
|
|
@@ -1556,7 +1569,7 @@ function ConversationHeader({
|
|
|
1556
1569
|
"data-nav-id": `conv-${conversationId}`,
|
|
1557
1570
|
"data-nav-action": expanded ? "collapse" : "expand",
|
|
1558
1571
|
className: cn(
|
|
1559
|
-
"bg-card/80 shadow-sm flex cursor-pointer items-start gap-3 rounded-[8px] px-3 py-2.5 transition-colors",
|
|
1572
|
+
"bg-card/80 shadow-sm relative flex cursor-pointer items-start gap-3 overflow-hidden rounded-[8px] px-3 py-2.5 transition-colors",
|
|
1560
1573
|
"hover:bg-card",
|
|
1561
1574
|
"select-none",
|
|
1562
1575
|
"sticky top-0 z-10 mb-2",
|
|
@@ -1635,7 +1648,8 @@ function ConversationHeader({
|
|
|
1635
1648
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "truncate font-mono tabular-nums", children: clientDisplayLabel })
|
|
1636
1649
|
]
|
|
1637
1650
|
}
|
|
1638
|
-
)
|
|
1651
|
+
),
|
|
1652
|
+
isLoading && /* @__PURE__ */ jsxRuntimeExports.jsx(PendingTurnBadge$1, {})
|
|
1639
1653
|
] }),
|
|
1640
1654
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "mt-1.5 flex min-w-0 flex-wrap items-center gap-1.5", children: [
|
|
1641
1655
|
/* @__PURE__ */ jsxRuntimeExports.jsx(HeaderMetric, { icon: /* @__PURE__ */ jsxRuntimeExports.jsx(Clock, { className: "size-3 shrink-0" }), title: timeLabel, children: timeLabel }),
|
|
@@ -1684,6 +1698,14 @@ function ConversationHeader({
|
|
|
1684
1698
|
}
|
|
1685
1699
|
)
|
|
1686
1700
|
] }),
|
|
1701
|
+
isLoading && /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1702
|
+
"span",
|
|
1703
|
+
{
|
|
1704
|
+
className: "pointer-events-none absolute inset-x-3 bottom-0 h-px overflow-hidden rounded-full bg-white/[0.06]",
|
|
1705
|
+
"aria-hidden": "true",
|
|
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)]" })
|
|
1707
|
+
}
|
|
1708
|
+
),
|
|
1687
1709
|
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
1688
1710
|
ConfirmDialog,
|
|
1689
1711
|
{
|
|
@@ -1959,27 +1981,27 @@ function useCopyFeedback(text) {
|
|
|
1959
1981
|
return { copied, copy };
|
|
1960
1982
|
}
|
|
1961
1983
|
const LazyCompareDrawer = reactExports.lazy(
|
|
1962
|
-
() => import("./CompareDrawer-
|
|
1984
|
+
() => import("./CompareDrawer-Dw6CL_qf.mjs").then((m) => ({ default: m.CompareDrawer }))
|
|
1963
1985
|
);
|
|
1964
1986
|
const LazyReplayDialog = reactExports.lazy(
|
|
1965
|
-
() => import("./ReplayDialog-
|
|
1987
|
+
() => import("./ReplayDialog-DS9K_cof.mjs").then((m) => ({ default: m.ReplayDialog }))
|
|
1966
1988
|
);
|
|
1967
1989
|
const LazyRequestAnatomy = reactExports.lazy(
|
|
1968
|
-
() => import("./RequestAnatomy-
|
|
1990
|
+
() => import("./RequestAnatomy-B2JsAL49.mjs").then((m) => ({ default: m.RequestAnatomy }))
|
|
1969
1991
|
);
|
|
1970
1992
|
const LazyResponseView = reactExports.lazy(
|
|
1971
|
-
() => import("./ResponseView-
|
|
1993
|
+
() => import("./ResponseView-C3LQSg2c.mjs").then((m) => ({ default: m.ResponseView }))
|
|
1972
1994
|
);
|
|
1973
1995
|
const LazyStreamingChunkSequence = reactExports.lazy(
|
|
1974
|
-
() => import("./StreamingChunkSequence-
|
|
1996
|
+
() => import("./StreamingChunkSequence-O1Ti-7Pk.mjs").then((m) => ({
|
|
1975
1997
|
default: m.StreamingChunkSequence
|
|
1976
1998
|
}))
|
|
1977
1999
|
);
|
|
1978
2000
|
const LazyJsonViewer = reactExports.lazy(
|
|
1979
|
-
() => import("./json-viewer-
|
|
2001
|
+
() => import("./json-viewer-BRMmlvXb.mjs").then((m) => ({ default: m.JsonViewer }))
|
|
1980
2002
|
);
|
|
1981
2003
|
const LazyJsonViewerFromString = reactExports.lazy(
|
|
1982
|
-
() => import("./json-viewer-
|
|
2004
|
+
() => import("./json-viewer-BRMmlvXb.mjs").then((m) => ({ default: m.JsonViewerFromString }))
|
|
1983
2005
|
);
|
|
1984
2006
|
const HIGHLIGHT_DURATION_MS = 1200;
|
|
1985
2007
|
const MAX_HIGHLIGHT_ATTEMPTS = 12;
|
|
@@ -10976,6 +10998,9 @@ function compareField(previous, current) {
|
|
|
10976
10998
|
if (current < previous) return { direction: "down", delta: previous - current };
|
|
10977
10999
|
return null;
|
|
10978
11000
|
}
|
|
11001
|
+
function countPendingTurns(logs) {
|
|
11002
|
+
return logs.filter((log) => log.responseStatus === null).length;
|
|
11003
|
+
}
|
|
10979
11004
|
function firstUserAgent(logs) {
|
|
10980
11005
|
for (const log of logs) {
|
|
10981
11006
|
const userAgent = log.userAgent;
|
|
@@ -11145,6 +11170,36 @@ function SummaryChip({
|
|
|
11145
11170
|
}
|
|
11146
11171
|
);
|
|
11147
11172
|
}
|
|
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
|
+
);
|
|
11192
|
+
}
|
|
11193
|
+
function LoadingSweep() {
|
|
11194
|
+
return /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
11195
|
+
"span",
|
|
11196
|
+
{
|
|
11197
|
+
className: "pointer-events-none absolute inset-x-3 bottom-0 h-px overflow-hidden rounded-full bg-white/[0.06]",
|
|
11198
|
+
"aria-hidden": "true",
|
|
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)]" })
|
|
11200
|
+
}
|
|
11201
|
+
);
|
|
11202
|
+
}
|
|
11148
11203
|
function ConversationGroupList({
|
|
11149
11204
|
groups,
|
|
11150
11205
|
...groupProps
|
|
@@ -11200,10 +11255,15 @@ function IdeGroupSection({
|
|
|
11200
11255
|
const totals = tokenTotals(group.logs);
|
|
11201
11256
|
const sessionCount = countSessions(group.processes);
|
|
11202
11257
|
const logCount = group.logs.length;
|
|
11258
|
+
const pendingTurnCount = countPendingTurns(group.logs);
|
|
11259
|
+
const isWorking = pendingTurnCount > 0;
|
|
11203
11260
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
11204
11261
|
"section",
|
|
11205
11262
|
{
|
|
11206
|
-
className: cn(
|
|
11263
|
+
className: cn(
|
|
11264
|
+
"bg-card/75 shadow-sm relative isolate overflow-hidden rounded-[8px]",
|
|
11265
|
+
isWorking && "bg-card/85"
|
|
11266
|
+
),
|
|
11207
11267
|
"data-ide-group": group.id,
|
|
11208
11268
|
children: [
|
|
11209
11269
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
@@ -11225,7 +11285,8 @@ function IdeGroupSection({
|
|
|
11225
11285
|
children: group.label
|
|
11226
11286
|
}
|
|
11227
11287
|
),
|
|
11228
|
-
/* @__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" })
|
|
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" }),
|
|
11289
|
+
isWorking && /* @__PURE__ */ jsxRuntimeExports.jsx(PendingTurnBadge, { count: pendingTurnCount, label: "Turn open" })
|
|
11229
11290
|
] }),
|
|
11230
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: [
|
|
11231
11292
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { children: [
|
|
@@ -11253,6 +11314,7 @@ function IdeGroupSection({
|
|
|
11253
11314
|
]
|
|
11254
11315
|
}
|
|
11255
11316
|
),
|
|
11317
|
+
isWorking && /* @__PURE__ */ jsxRuntimeExports.jsx(LoadingSweep, {}),
|
|
11256
11318
|
!collapsed && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "space-y-3 px-3 pb-3 pt-2 sm:px-4", children: group.processes.map((processGroup) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
11257
11319
|
ProcessGroupSection,
|
|
11258
11320
|
{
|
|
@@ -11277,10 +11339,12 @@ function ProcessGroupSection({
|
|
|
11277
11339
|
const projectLabel = shortProjectPath(group.clientProjectFolder);
|
|
11278
11340
|
const sessionCount = group.sessions.length;
|
|
11279
11341
|
const logCount = group.logs.length;
|
|
11342
|
+
const pendingTurnCount = countPendingTurns(group.logs);
|
|
11343
|
+
const isWorking = pendingTurnCount > 0;
|
|
11280
11344
|
const processLabel = group.clientPid !== null && group.clientPid !== void 0 ? `PID ${group.clientPid}` : "process";
|
|
11281
11345
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs("section", { className: "relative pl-5", children: [
|
|
11282
11346
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "absolute bottom-1 left-2 top-1 w-px bg-white/[0.055]", "aria-hidden": "true" }),
|
|
11283
|
-
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "bg-black/[0.10] overflow-hidden rounded-[8px]", children: [
|
|
11347
|
+
/* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "bg-black/[0.10] relative overflow-hidden rounded-[8px]", children: [
|
|
11284
11348
|
/* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
11285
11349
|
"button",
|
|
11286
11350
|
{
|
|
@@ -11293,6 +11357,7 @@ function ProcessGroupSection({
|
|
|
11293
11357
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "min-w-0 flex-1", children: [
|
|
11294
11358
|
/* @__PURE__ */ jsxRuntimeExports.jsxs("span", { className: "flex min-w-0 flex-wrap items-center gap-x-2 gap-y-1", children: [
|
|
11295
11359
|
/* @__PURE__ */ jsxRuntimeExports.jsx("span", { className: "font-mono text-xs font-semibold tabular-nums text-slate-100", children: processLabel }),
|
|
11360
|
+
isWorking && /* @__PURE__ */ jsxRuntimeExports.jsx(PendingTurnBadge, { count: pendingTurnCount, label: "Turn open" }),
|
|
11296
11361
|
projectLabel !== null && /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
11297
11362
|
"span",
|
|
11298
11363
|
{
|
|
@@ -11326,6 +11391,7 @@ function ProcessGroupSection({
|
|
|
11326
11391
|
]
|
|
11327
11392
|
}
|
|
11328
11393
|
),
|
|
11394
|
+
isWorking && /* @__PURE__ */ jsxRuntimeExports.jsx(LoadingSweep, {}),
|
|
11329
11395
|
!collapsed && /* @__PURE__ */ jsxRuntimeExports.jsx("div", { className: "space-y-2 p-2 pt-1 sm:p-3 sm:pt-2", children: group.sessions.map((session) => /* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
11330
11396
|
ConversationGroup,
|
|
11331
11397
|
{
|
|
@@ -13039,8 +13105,13 @@ function formatPaginationStatus({
|
|
|
13039
13105
|
const first = logs[0];
|
|
13040
13106
|
const last = logs[logs.length - 1];
|
|
13041
13107
|
const range = first === void 0 || last === void 0 ? "Current page" : `#${first.id}-#${last.id}`;
|
|
13042
|
-
|
|
13043
|
-
|
|
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})`;
|
|
13044
13115
|
}
|
|
13045
13116
|
function LogPaginationButton({
|
|
13046
13117
|
label,
|
|
@@ -13761,6 +13832,8 @@ function ProxyViewer({
|
|
|
13761
13832
|
const comparisonPredecessors = reactExports.useMemo(() => buildValidPredecessors(groups), [groups]);
|
|
13762
13833
|
const exportActionVisibility = getExportActionVisibility(captureMode, logs.length);
|
|
13763
13834
|
const isPinnedSessionPage = pinnedSessionId !== void 0;
|
|
13835
|
+
const sessionInputValue = selectedSession === "__all__" ? "" : selectedSession;
|
|
13836
|
+
const sessionSelectValue = selectedSession === "__all__" || sessions.includes(selectedSession) ? selectedSession : "__typed__";
|
|
13764
13837
|
const activeScopeLabel = hasSessionContext && sessionContextScope !== null ? truncateSessionId(sessionContextScope.label) : selectedSession === "__all__" ? "All sessions" : truncateSessionId(selectedSession);
|
|
13765
13838
|
const slateStats = reactExports.useMemo(
|
|
13766
13839
|
() => buildSessionSlateStats({
|
|
@@ -13779,6 +13852,20 @@ function ProxyViewer({
|
|
|
13779
13852
|
},
|
|
13780
13853
|
[comparisonPredecessors]
|
|
13781
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
|
+
);
|
|
13782
13869
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "bg-background min-h-screen w-full text-foreground", children: [
|
|
13783
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: [
|
|
13784
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: [
|
|
@@ -13825,11 +13912,43 @@ function ProxyViewer({
|
|
|
13825
13912
|
),
|
|
13826
13913
|
hasSessionContext && pinnedSessionId !== void 0 && sessionMemberships.length > 0 && /* @__PURE__ */ jsxRuntimeExports.jsx(SessionMembershipPanel, { memberships: sessionMemberships }),
|
|
13827
13914
|
/* @__PURE__ */ jsxRuntimeExports.jsx(SidebarPanel, { label: "Filters", children: /* @__PURE__ */ jsxRuntimeExports.jsxs("div", { className: "space-y-2", children: [
|
|
13828
|
-
!hideSessionFilter && /* @__PURE__ */ jsxRuntimeExports.jsxs(
|
|
13829
|
-
/* @__PURE__ */ jsxRuntimeExports.
|
|
13830
|
-
|
|
13831
|
-
/* @__PURE__ */ jsxRuntimeExports.jsx(
|
|
13832
|
-
|
|
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
|
+
] })
|
|
13833
13952
|
] })
|
|
13834
13953
|
] }),
|
|
13835
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
|
};
|