@tonyclaw/agent-inspector 2.0.10 → 2.0.12
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-BWMipEjS.js → CompareDrawer-ClM_uVRy.js} +1 -1
- package/.output/public/assets/ProxyViewerContainer-CTNNzXSa.js +114 -0
- package/.output/public/assets/{ReplayDialog-DaSzZsvM.js → ReplayDialog-7rp7N_KJ.js} +1 -1
- package/.output/public/assets/RequestAnatomy-sL2FFo_N.js +1 -0
- package/.output/public/assets/ResponseView-Cjlf3b6-.js +1 -0
- package/.output/public/assets/{StreamingChunkSequence-B4atnL99.js → StreamingChunkSequence-Ctx3sT3r.js} +1 -1
- package/.output/public/assets/_sessionId-DEWzDQ8-.js +1 -0
- package/.output/public/assets/index-DGIIhZTn.js +1 -0
- package/.output/public/assets/index-D_nZj9Vt.css +1 -0
- package/.output/public/assets/{main-DE6Y4-wV.js → main-FvIQopAy.js} +2 -2
- package/.output/server/_libs/lucide-react.mjs +51 -39
- package/.output/server/{_sessionId-61HO9rUI.mjs → _sessionId-BDSgtrsI.mjs} +2 -2
- package/.output/server/_ssr/{CompareDrawer-CSPqneYm.mjs → CompareDrawer-Cqvv0I3x.mjs} +3 -3
- package/.output/server/_ssr/{ProxyViewerContainer-DrSMa5O7.mjs → ProxyViewerContainer-C0YEoG8N.mjs} +1611 -183
- package/.output/server/_ssr/{ReplayDialog-Dn3naENv.mjs → ReplayDialog-CrsynUKI.mjs} +4 -4
- package/.output/server/_ssr/RequestAnatomy-CR_JUkcL.mjs +688 -0
- package/.output/server/_ssr/{ResponseView-CwXAWOoE.mjs → ResponseView-Dba2Et69.mjs} +3 -3
- package/.output/server/_ssr/{StreamingChunkSequence-DRSR2FfN.mjs → StreamingChunkSequence-BIMHLstI.mjs} +2 -2
- package/.output/server/_ssr/{index-D4zn5CAg.mjs → index-DveIUTm5.mjs} +2 -2
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{router-CSRaa_tu.mjs → router-D0yXVG0Q.mjs} +85 -22
- package/.output/server/{_tanstack-start-manifest_v-CfvVUYYj.mjs → _tanstack-start-manifest_v-pe0xJFuQ.mjs} +1 -1
- package/.output/server/index.mjs +70 -70
- package/package.json +1 -1
- package/src/components/ProxyViewer.tsx +453 -52
- package/src/components/providers/ProviderCard.tsx +45 -2
- package/src/components/providers/ProviderForm.tsx +245 -80
- package/src/components/providers/ProvidersPanel.tsx +7 -1
- package/src/components/proxy-viewer/ConversationGroup.tsx +18 -1
- package/src/components/proxy-viewer/LogEntry.tsx +25 -0
- package/src/components/proxy-viewer/TurnGroup.tsx +15 -0
- package/src/components/proxy-viewer/anatomy/RequestAnatomy.tsx +144 -80
- package/src/components/proxy-viewer/anatomy/contextIntelligence.ts +70 -5
- package/src/components/proxy-viewer/anatomy/sessionContextSummary.ts +196 -0
- package/src/components/proxy-viewer/logFocus.ts +33 -0
- package/src/lib/providerModelMetadata.ts +64 -12
- package/src/lib/utils.ts +7 -0
- package/src/proxy/providers.ts +25 -0
- package/src/routes/api/providers.ts +3 -0
- package/.output/public/assets/ProxyViewerContainer-DIAgurux.js +0 -114
- package/.output/public/assets/RequestAnatomy-BfQmPHCd.js +0 -1
- package/.output/public/assets/ResponseView-CblEWDMx.js +0 -1
- package/.output/public/assets/_sessionId-DUzYnZXV.js +0 -1
- package/.output/public/assets/index-CxhRsekH.css +0 -1
- package/.output/public/assets/index-jagRsQaV.js +0 -1
- package/.output/server/_ssr/RequestAnatomy-D1X3f3AX.mjs +0 -1322
|
@@ -75,16 +75,26 @@ const createLucideIcon = (iconName, iconNode) => {
|
|
|
75
75
|
Component.displayName = toPascalCase(iconName);
|
|
76
76
|
return Component;
|
|
77
77
|
};
|
|
78
|
-
const __iconNode$
|
|
78
|
+
const __iconNode$13 = [
|
|
79
|
+
["path", { d: "m7 7 10 10", key: "1fmybs" }],
|
|
80
|
+
["path", { d: "M17 7v10H7", key: "6fjiku" }]
|
|
81
|
+
];
|
|
82
|
+
const ArrowDownRight = createLucideIcon("arrow-down-right", __iconNode$13);
|
|
83
|
+
const __iconNode$12 = [
|
|
79
84
|
["path", { d: "M12 5v14", key: "s699le" }],
|
|
80
85
|
["path", { d: "m19 12-7 7-7-7", key: "1idqje" }]
|
|
81
86
|
];
|
|
82
|
-
const ArrowDown = createLucideIcon("arrow-down", __iconNode$
|
|
83
|
-
const __iconNode$
|
|
87
|
+
const ArrowDown = createLucideIcon("arrow-down", __iconNode$12);
|
|
88
|
+
const __iconNode$11 = [
|
|
84
89
|
["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
|
|
85
90
|
["path", { d: "M19 12H5", key: "x3x0zl" }]
|
|
86
91
|
];
|
|
87
|
-
const ArrowLeft = createLucideIcon("arrow-left", __iconNode$
|
|
92
|
+
const ArrowLeft = createLucideIcon("arrow-left", __iconNode$11);
|
|
93
|
+
const __iconNode$10 = [
|
|
94
|
+
["path", { d: "M7 7h10v10", key: "1tivn9" }],
|
|
95
|
+
["path", { d: "M7 17 17 7", key: "1vkiza" }]
|
|
96
|
+
];
|
|
97
|
+
const ArrowUpRight = createLucideIcon("arrow-up-right", __iconNode$10);
|
|
88
98
|
const __iconNode$$ = [
|
|
89
99
|
["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
|
|
90
100
|
["path", { d: "M12 19V5", key: "x0mq9r" }]
|
|
@@ -552,7 +562,7 @@ const __iconNode = [
|
|
|
552
562
|
];
|
|
553
563
|
const Zap = createLucideIcon("zap", __iconNode);
|
|
554
564
|
export {
|
|
555
|
-
|
|
565
|
+
Lock as $,
|
|
556
566
|
ArrowLeft as A,
|
|
557
567
|
Brain as B,
|
|
558
568
|
Check as C,
|
|
@@ -560,39 +570,41 @@ export {
|
|
|
560
570
|
ExternalLink as E,
|
|
561
571
|
FileSearch as F,
|
|
562
572
|
Globe as G,
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
573
|
+
ChevronsDown as H,
|
|
574
|
+
FileDiff as I,
|
|
575
|
+
History as J,
|
|
576
|
+
RotateCcw as K,
|
|
567
577
|
LoaderCircle as L,
|
|
568
578
|
MessageSquare as M,
|
|
569
|
-
|
|
579
|
+
Search as N,
|
|
570
580
|
OctagonAlert as O,
|
|
571
581
|
Plus as P,
|
|
572
|
-
|
|
582
|
+
GitCompareArrows as Q,
|
|
573
583
|
RotateCw as R,
|
|
574
584
|
Settings as S,
|
|
575
585
|
Terminal as T,
|
|
576
586
|
Upload as U,
|
|
577
|
-
|
|
587
|
+
CircleQuestionMark as V,
|
|
578
588
|
Wrench as W,
|
|
579
589
|
X,
|
|
580
|
-
|
|
590
|
+
Server as Y,
|
|
581
591
|
Zap as Z,
|
|
582
|
-
|
|
592
|
+
Gauge as _,
|
|
583
593
|
Copy as a,
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
594
|
+
Wifi as a0,
|
|
595
|
+
WifiOff as a1,
|
|
596
|
+
ArrowUp as a2,
|
|
597
|
+
ArrowDown as a3,
|
|
598
|
+
Ellipsis as a4,
|
|
599
|
+
CodeXml as a5,
|
|
600
|
+
Blocks as a6,
|
|
601
|
+
MousePointerClick as a7,
|
|
602
|
+
FileText as a8,
|
|
603
|
+
Rows3 as a9,
|
|
604
|
+
Columns2 as aa,
|
|
605
|
+
Equal as ab,
|
|
606
|
+
Info as ac,
|
|
607
|
+
CircleStop as ad,
|
|
596
608
|
ChevronDown as b,
|
|
597
609
|
Scan as c,
|
|
598
610
|
CircleAlert as d,
|
|
@@ -605,17 +617,17 @@ export {
|
|
|
605
617
|
EyeOff as k,
|
|
606
618
|
Eye as l,
|
|
607
619
|
Pencil as m,
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
620
|
+
ArrowUpRight as n,
|
|
621
|
+
ArrowDownRight as o,
|
|
622
|
+
Minus as p,
|
|
623
|
+
CircleCheckBig as q,
|
|
624
|
+
CircleX as r,
|
|
625
|
+
ShieldCheck as s,
|
|
626
|
+
RefreshCw as t,
|
|
627
|
+
Save as u,
|
|
628
|
+
CircleCheck as v,
|
|
629
|
+
CloudUpload as w,
|
|
630
|
+
FileTerminal as x,
|
|
631
|
+
Radio as y,
|
|
632
|
+
ChevronsUp as z
|
|
621
633
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { j as jsxRuntimeExports } from "./_libs/react.mjs";
|
|
2
|
-
import { P as ProxyViewerContainer } from "./_ssr/ProxyViewerContainer-
|
|
3
|
-
import { R as Route$q } from "./_ssr/router-
|
|
2
|
+
import { P as ProxyViewerContainer } from "./_ssr/ProxyViewerContainer-C0YEoG8N.mjs";
|
|
3
|
+
import { R as Route$q } from "./_ssr/router-D0yXVG0Q.mjs";
|
|
4
4
|
import "./_libs/jszip.mjs";
|
|
5
5
|
import "./_libs/modelcontextprotocol__server.mjs";
|
|
6
6
|
import "./_libs/swr.mjs";
|
|
@@ -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, J as JsonViewerFromString } 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, J as JsonViewerFromString } from "./ProxyViewerContainer-C0YEoG8N.mjs";
|
|
3
|
+
import "./router-D0yXVG0Q.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
|
-
import { X,
|
|
6
|
+
import { X, a9 as Rows3, aa as Columns2, p as Minus, P as Plus, m as Pencil, f as ChevronRight, ab as Equal, C as Check, a 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";
|