@tonyclaw/agent-inspector 3.0.25 → 3.0.26
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-BnvOPwpe.js → CompareDrawer-SZRUDQc9.js} +1 -1
- package/.output/public/assets/ProxyViewerContainer-BJvwOrSi.js +4234 -0
- package/.output/public/assets/{ReplayDialog-BJgoQWdW.js → ReplayDialog-DgfmqiM3.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-CpBZEHnM.js → RequestAnatomy-CS6c7Qfn.js} +1 -1
- package/.output/public/assets/{ResponseView-CWmyRb2M.js → ResponseView-C0Ri_5gm.js} +2 -2
- package/.output/public/assets/{StreamingChunkSequence-BWhC8bwx.js → StreamingChunkSequence-7dYcHWyZ.js} +1 -1
- package/.output/public/assets/{_sessionId-Cq-2OqUU.js → _sessionId-D-V84cgw.js} +1 -1
- package/.output/public/assets/{index-BKi9IRtV.js → index-CSIL7-MK.js} +3 -3
- package/.output/public/assets/index-CmeF5XXS.css +1 -0
- package/.output/public/assets/{index-Cf8O0Oos.js → index-DgFWCxOs.js} +1 -1
- package/.output/public/assets/{index-DdgTJ4QJ.js → index-DrVJsks2.js} +1 -1
- package/.output/public/assets/{json-viewer-Bqu_4hmm.js → json-viewer-C9Ji3gYN.js} +1 -1
- package/.output/server/_libs/three.mjs +26016 -0
- package/.output/server/{_sessionId-Ba7H3Gjw.mjs → _sessionId-BQ6YQOO1.mjs} +7 -6
- package/.output/server/_ssr/{CompareDrawer-aH59Ab6x.mjs → CompareDrawer-CqNzIeMR.mjs} +7 -6
- package/.output/server/_ssr/{ProxyViewerContainer-By-I0tJv.mjs → ProxyViewerContainer-CMC7Vsbw.mjs} +785 -311
- package/.output/server/_ssr/{ReplayDialog-BO4Vy0et.mjs → ReplayDialog-D9p_LaTr.mjs} +8 -7
- package/.output/server/_ssr/{RequestAnatomy-FtOr7vSS.mjs → RequestAnatomy-B4ge3qNZ.mjs} +7 -6
- package/.output/server/_ssr/{ResponseView-cvw6ajue.mjs → ResponseView-BCqMKApI.mjs} +7 -6
- package/.output/server/_ssr/{StreamingChunkSequence-Oc8S2kD6.mjs → StreamingChunkSequence-BA4zTLE4.mjs} +7 -6
- package/.output/server/_ssr/{index-BDRlQheR.mjs → index-CzxhDjlq.mjs} +7 -6
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{json-viewer-Cd6trhQr.mjs → json-viewer-B3qV6iEJ.mjs} +7 -6
- package/.output/server/_ssr/{router-bofP-Ekl.mjs → router-CZe_R31M.mjs} +4 -4
- package/.output/server/{_tanstack-start-manifest_v-BPuf86qB.mjs → _tanstack-start-manifest_v-B50VTLrH.mjs} +1 -1
- package/.output/server/index.mjs +68 -68
- package/package.json +3 -1
- package/src/components/inspector-pet/InspectorPet.tsx +66 -51
- package/src/components/inspector-pet/InspectorPetCrab3D.tsx +455 -0
- package/src/components/inspector-pet/inspectorPetLogic.ts +28 -43
- package/src/components/providers/ProviderForm.tsx +238 -163
- package/src/components/providers/ProvidersPanel.tsx +16 -6
- package/src/components/providers/providerFormCapabilities.ts +36 -0
- package/styles/globals.css +0 -61
- package/.output/public/assets/ProxyViewerContainer-DcqFqo1m.js +0 -127
- package/.output/public/assets/index-BMYuDL5X.css +0 -1
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { j as jsxRuntimeExports, r as reactExports } from "./_libs/react.mjs";
|
|
2
|
-
import { P as ProxyViewerContainer } from "./_ssr/ProxyViewerContainer-
|
|
3
|
-
import { R as Route$K } from "./_ssr/router-
|
|
2
|
+
import { P as ProxyViewerContainer } from "./_ssr/ProxyViewerContainer-CMC7Vsbw.mjs";
|
|
3
|
+
import { R as Route$K } from "./_ssr/router-CZe_R31M.mjs";
|
|
4
4
|
import "./_libs/jszip.mjs";
|
|
5
|
+
import "./_libs/react-dom.mjs";
|
|
5
6
|
import "node:fs";
|
|
6
7
|
import "node:buffer";
|
|
7
8
|
import "node:path";
|
|
@@ -19,12 +20,9 @@ import "./_libs/clsx.mjs";
|
|
|
19
20
|
import "./_libs/tailwind-merge.mjs";
|
|
20
21
|
import "./_libs/class-variance-authority.mjs";
|
|
21
22
|
import "./_libs/tanstack__react-virtual.mjs";
|
|
22
|
-
import "./_libs/react-dom.mjs";
|
|
23
|
-
import "util";
|
|
24
|
-
import "async_hooks";
|
|
25
|
-
import "stream";
|
|
26
23
|
import "./_libs/tanstack__virtual-core.mjs";
|
|
27
24
|
import "./_libs/diff.mjs";
|
|
25
|
+
import "./_libs/three.mjs";
|
|
28
26
|
import "./_libs/lucide-react.mjs";
|
|
29
27
|
import "./_libs/zod.mjs";
|
|
30
28
|
import "./_libs/radix-ui__react-select.mjs";
|
|
@@ -100,6 +98,9 @@ import "./_libs/mimic-function.mjs";
|
|
|
100
98
|
import "./_libs/semver.mjs";
|
|
101
99
|
import "./_libs/uint8array-extras.mjs";
|
|
102
100
|
import "node:worker_threads";
|
|
101
|
+
import "util";
|
|
102
|
+
import "async_hooks";
|
|
103
|
+
import "stream";
|
|
103
104
|
import "./_libs/readable-stream.mjs";
|
|
104
105
|
import "events";
|
|
105
106
|
import "node:string_decoder";
|
|
@@ -1,6 +1,6 @@
|
|
|
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-CMC7Vsbw.mjs";
|
|
3
|
+
import "./router-CZe_R31M.mjs";
|
|
4
4
|
import "node:fs";
|
|
5
5
|
import "node:buffer";
|
|
6
6
|
import "node:path";
|
|
@@ -12,6 +12,7 @@ import "node:util";
|
|
|
12
12
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
13
13
|
import "../_libs/jszip.mjs";
|
|
14
14
|
import "node:os";
|
|
15
|
+
import "../_libs/react-dom.mjs";
|
|
15
16
|
import { X, aF as Rows3, aG as Columns2, ae as Minus, g as Plus, a8 as Pencil, m as ChevronRight, aH as Equal, b as Check, j as Copy } from "../_libs/lucide-react.mjs";
|
|
16
17
|
import "../_libs/swr.mjs";
|
|
17
18
|
import "../_libs/use-sync-external-store.mjs";
|
|
@@ -20,12 +21,9 @@ import "../_libs/clsx.mjs";
|
|
|
20
21
|
import "../_libs/tailwind-merge.mjs";
|
|
21
22
|
import "../_libs/class-variance-authority.mjs";
|
|
22
23
|
import "../_libs/tanstack__react-virtual.mjs";
|
|
23
|
-
import "../_libs/react-dom.mjs";
|
|
24
|
-
import "util";
|
|
25
|
-
import "async_hooks";
|
|
26
|
-
import "stream";
|
|
27
24
|
import "../_libs/tanstack__virtual-core.mjs";
|
|
28
25
|
import "../_libs/diff.mjs";
|
|
26
|
+
import "../_libs/three.mjs";
|
|
29
27
|
import "../_libs/zod.mjs";
|
|
30
28
|
import "../_libs/radix-ui__react-select.mjs";
|
|
31
29
|
import "../_libs/radix-ui__number.mjs";
|
|
@@ -100,6 +98,9 @@ import "../_libs/mimic-function.mjs";
|
|
|
100
98
|
import "../_libs/semver.mjs";
|
|
101
99
|
import "../_libs/uint8array-extras.mjs";
|
|
102
100
|
import "node:worker_threads";
|
|
101
|
+
import "util";
|
|
102
|
+
import "async_hooks";
|
|
103
|
+
import "stream";
|
|
103
104
|
import "../_libs/readable-stream.mjs";
|
|
104
105
|
import "events";
|
|
105
106
|
import "node:string_decoder";
|