@tonyclaw/agent-inspector 2.1.5 → 2.1.7
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-SAn2KFl2.js → CompareDrawer-BLS7CVvA.js} +1 -1
- package/.output/public/assets/ProxyViewerContainer-BFZ1WG07.js +117 -0
- package/.output/public/assets/{ReplayDialog-CCwz0YUV.js → ReplayDialog-DIGF807X.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-DXcC4ydl.js → RequestAnatomy-C3Nlvp9P.js} +1 -1
- package/.output/public/assets/{ResponseView-Bh9t9aZF.js → ResponseView-BbZywqHe.js} +1 -1
- package/.output/public/assets/{StreamingChunkSequence-B69M2rr-.js → StreamingChunkSequence-Dk27PfPn.js} +1 -1
- package/.output/public/assets/_sessionId-BHpX8AVf.js +1 -0
- package/.output/public/assets/index-BXHM9OMb.js +1 -0
- package/.output/public/assets/index-DP4NzCZ5.css +1 -0
- package/.output/public/assets/{main-DZVKUeg6.js → main-BxHXMs6B.js} +2 -2
- package/.output/server/{_sessionId-COVUf_EG.mjs → _sessionId-D5HNwb9A.mjs} +3 -3
- package/.output/server/_ssr/{CompareDrawer-DqQHO4tk.mjs → CompareDrawer-QNk1twf8.mjs} +3 -3
- package/.output/server/_ssr/{ProxyViewerContainer-BEeF4V-C.mjs → ProxyViewerContainer-DGhc2le_.mjs} +255 -35
- package/.output/server/_ssr/{ReplayDialog-DUZbsd5x.mjs → ReplayDialog-D8wg4VNL.mjs} +4 -4
- package/.output/server/_ssr/{RequestAnatomy-DKuIxoBj.mjs → RequestAnatomy-BtJHKVl2.mjs} +3 -3
- package/.output/server/_ssr/{ResponseView-BB9CYmTJ.mjs → ResponseView-CndDItiU.mjs} +3 -3
- package/.output/server/_ssr/{StreamingChunkSequence-CkY3uTjF.mjs → StreamingChunkSequence-D5Ywpbr7.mjs} +3 -3
- package/.output/server/_ssr/{index-CHTchkrO.mjs → index-DtcUTHAX.mjs} +3 -3
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{router-C8DJ5pQZ.mjs → router-C0apgqfC.mjs} +542 -121
- package/.output/server/{_tanstack-start-manifest_v-Z1ffcxDr.mjs → _tanstack-start-manifest_v-BoTPaB-V.mjs} +1 -1
- package/.output/server/index.mjs +57 -57
- package/package.json +1 -1
- package/src/components/groups/GroupsDialog.tsx +260 -28
- package/src/components/providers/SettingsDialog.tsx +20 -0
- package/src/proxy/sessionArchive.ts +410 -0
- package/src/proxy/store.ts +121 -6
- package/src/routes/api/logs.ts +2 -0
- package/src/routes/api/sessions.ts +2 -2
- package/.output/public/assets/ProxyViewerContainer-DaiTFf7n.js +0 -117
- package/.output/public/assets/_sessionId-6fF5JpyQ.js +0 -1
- package/.output/public/assets/index-Bcq8bZoK.css +0 -1
- package/.output/public/assets/index-DBSbw8Gd.js +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
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 JsonViewer, F as safeJsonValue } from "./ProxyViewerContainer-
|
|
3
|
-
import "./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 JsonViewer, F as safeJsonValue } from "./ProxyViewerContainer-DGhc2le_.mjs";
|
|
3
|
+
import "./router-C0apgqfC.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
6
|
import { Z as Zap, r as TriangleAlert, ap as CircleStop, B as Brain, C as ChevronDown, f as ChevronRight, m as Terminal } from "../_libs/lucide-react.mjs";
|
|
@@ -79,12 +79,12 @@ import "node:fs/promises";
|
|
|
79
79
|
import "node:readline";
|
|
80
80
|
import "node:buffer";
|
|
81
81
|
import "node:path";
|
|
82
|
+
import "node:crypto";
|
|
82
83
|
import "node:child_process";
|
|
83
84
|
import "node:url";
|
|
84
85
|
import "../_libs/conf.mjs";
|
|
85
86
|
import "node:util";
|
|
86
87
|
import "node:process";
|
|
87
|
-
import "node:crypto";
|
|
88
88
|
import "node:assert";
|
|
89
89
|
import "../_libs/dot-prop.mjs";
|
|
90
90
|
import "../_libs/env-paths.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 JsonViewer } from "./ProxyViewerContainer-
|
|
3
|
-
import "./router-
|
|
2
|
+
import { m as TooltipProvider, n as Tooltip, o as TooltipTrigger, B as Badge, p as TooltipContent, E as JsonViewer } from "./ProxyViewerContainer-DGhc2le_.mjs";
|
|
3
|
+
import "./router-C0apgqfC.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
6
|
import { C as ChevronDown, f as ChevronRight, L as LoaderCircle } from "../_libs/lucide-react.mjs";
|
|
@@ -130,10 +130,10 @@ import "node:fs";
|
|
|
130
130
|
import "node:fs/promises";
|
|
131
131
|
import "node:readline";
|
|
132
132
|
import "node:buffer";
|
|
133
|
+
import "node:crypto";
|
|
133
134
|
import "node:child_process";
|
|
134
135
|
import "../_libs/conf.mjs";
|
|
135
136
|
import "node:util";
|
|
136
|
-
import "node:crypto";
|
|
137
137
|
import "node:assert";
|
|
138
138
|
import "../_libs/dot-prop.mjs";
|
|
139
139
|
import "../_libs/env-paths.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { P as ProxyViewerContainer } from "./ProxyViewerContainer-
|
|
1
|
+
import { P as ProxyViewerContainer } from "./ProxyViewerContainer-DGhc2le_.mjs";
|
|
2
2
|
import "../_libs/react.mjs";
|
|
3
|
-
import "./router-
|
|
3
|
+
import "./router-C0apgqfC.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
6
|
import "../_libs/swr.mjs";
|
|
@@ -130,10 +130,10 @@ import "node:fs";
|
|
|
130
130
|
import "node:fs/promises";
|
|
131
131
|
import "node:readline";
|
|
132
132
|
import "node:buffer";
|
|
133
|
+
import "node:crypto";
|
|
133
134
|
import "node:child_process";
|
|
134
135
|
import "../_libs/conf.mjs";
|
|
135
136
|
import "node:util";
|
|
136
|
-
import "node:crypto";
|
|
137
137
|
import "node:assert";
|
|
138
138
|
import "../_libs/dot-prop.mjs";
|
|
139
139
|
import "../_libs/env-paths.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-BoTPaB-V.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-C0apgqfC.mjs").then((n) => n.y);
|
|
780
780
|
const startEntry = await import("./start-HYkvq4Ni.mjs");
|
|
781
781
|
return { startEntry, routerEntry };
|
|
782
782
|
}
|