@tonyclaw/llm-inspector 1.12.0 → 1.13.0
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/index-B0anmGQr.css +1 -0
- package/.output/public/assets/index-H_thmL2_.js +105 -0
- package/.output/public/assets/{main-BYCM7aJx.js → main-C3tLo75s.js} +3 -3
- package/.output/server/_libs/lucide-react.mjs +4 -4
- package/.output/server/_ssr/{index-DhChP_jV.mjs → index-C8VC13EA.mjs} +781 -163
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{router-PZjNwOcw.mjs → router-D5ccnemB.mjs} +2 -2
- package/.output/server/{_tanstack-start-manifest_v-l1kWkG0h.mjs → _tanstack-start-manifest_v-DUbXa1lt.mjs} +1 -1
- package/.output/server/index.mjs +26 -26
- package/package.json +1 -1
- package/src/components/ProxyViewer.tsx +126 -2
- package/src/components/proxy-viewer/CompareDrawer.tsx +388 -0
- package/src/components/proxy-viewer/ConversationGroup.tsx +8 -0
- package/src/components/proxy-viewer/LogEntry.tsx +14 -1
- package/src/components/proxy-viewer/LogEntryHeader.tsx +28 -0
- package/src/components/proxy-viewer/requestDiff.ts +277 -0
- package/.output/public/assets/index-DVgdkDgq.js +0 -105
- package/.output/public/assets/index-DZx2yk8v.css +0 -1
|
@@ -404,7 +404,7 @@ export {
|
|
|
404
404
|
Download as D,
|
|
405
405
|
ExternalLink as E,
|
|
406
406
|
FileTerminal as F,
|
|
407
|
-
|
|
407
|
+
GitCompareArrows as G,
|
|
408
408
|
WifiOff as H,
|
|
409
409
|
ChevronsUp as I,
|
|
410
410
|
ChevronsDown as J,
|
|
@@ -428,9 +428,9 @@ export {
|
|
|
428
428
|
ChevronRight as f,
|
|
429
429
|
Clock as g,
|
|
430
430
|
LoaderCircle as h,
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
431
|
+
Globe as i,
|
|
432
|
+
User as j,
|
|
433
|
+
Radio as k,
|
|
434
434
|
Rows3 as l,
|
|
435
435
|
Columns2 as m,
|
|
436
436
|
EyeOff as n,
|