@tonyclaw/agent-inspector 3.0.36 → 3.0.38
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-BF8Yk4Nq.js → CompareDrawer-BXQWabQJ.js} +1 -1
- package/.output/public/assets/{InspectorPet-D01knLHJ.js → InspectorPet-CpQEXKcr.js} +1 -1
- package/.output/public/assets/ProxyViewerContainer-8pNJsCJ5.js +126 -0
- package/.output/public/assets/{ReplayDialog-NRgCp09o.js → ReplayDialog-CnYt4UKE.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-BPiUptQ-.js → RequestAnatomy-BI25al3m.js} +1 -1
- package/.output/public/assets/{ResponseView-C6oCKVyP.js → ResponseView-D3y-I9nb.js} +1 -1
- package/.output/public/assets/{StreamingChunkSequence-B90BNPvD.js → StreamingChunkSequence-n90dYzPp.js} +1 -1
- package/.output/public/assets/{_sessionId-B7pqqX6S.js → _sessionId-CogrNhCS.js} +1 -1
- package/.output/public/assets/{_sessionId-c3quqe4s.js → _sessionId-DLbOYm3h.js} +1 -1
- package/.output/public/assets/{index-CmGZ17BL.js → index-BWWA1Rf6.js} +1 -1
- package/.output/public/assets/{index-D444FJGM.js → index-Ca0grOxW.js} +3 -3
- package/.output/public/assets/index-DKwrwHsI.css +1 -0
- package/.output/public/assets/{index-D4Atppe6.js → index-DXGp27k9.js} +1 -1
- package/.output/public/assets/{index-CjODQxYY.js → index-I5zN_KrA.js} +1 -1
- package/.output/public/assets/{json-viewer-CuYTDXFj.js → json-viewer-BoB2BfHg.js} +1 -1
- package/.output/public/assets/{jszip.min-C-avw0w1.js → jszip.min-CAXkxQd6.js} +1 -1
- package/.output/server/_libs/lucide-react.mjs +59 -59
- package/.output/server/{_sessionId-BsDZ3m3b.mjs → _sessionId-DScqlEFC.mjs} +2 -2
- package/.output/server/{_sessionId-BTazjVlZ.mjs → _sessionId-_hORwhWH.mjs} +1 -1
- package/.output/server/_ssr/{CompareDrawer-BMo93_DO.mjs → CompareDrawer-BtGm5i_L.mjs} +3 -3
- package/.output/server/_ssr/{InspectorPet-DApzyYro.mjs → InspectorPet-BnN6lVqM.mjs} +1 -1
- package/.output/server/_ssr/{ProxyViewerContainer-CiXXtVXH.mjs → ProxyViewerContainer-aduEJ_Xy.mjs} +112 -272
- package/.output/server/_ssr/{ReplayDialog-B8bP1qUr.mjs → ReplayDialog-BSGZ-TFs.mjs} +4 -4
- package/.output/server/_ssr/{RequestAnatomy-DkVynjyh.mjs → RequestAnatomy-DN_eSnDN.mjs} +3 -3
- package/.output/server/_ssr/{ResponseView-BAQa0WUP.mjs → ResponseView-Dk9Td_HM.mjs} +3 -3
- package/.output/server/_ssr/{StreamingChunkSequence-B4_K4_VI.mjs → StreamingChunkSequence-DthH8Lx4.mjs} +3 -3
- package/.output/server/_ssr/{index-BiwG5Sws.mjs → index-CqeZgFFF.mjs} +2 -2
- package/.output/server/_ssr/{index-DhjNsApq.mjs → index-DvVHL942.mjs} +1 -1
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{json-viewer-Dlpq5S-r.mjs → json-viewer-DLKA2jUq.mjs} +3 -3
- package/.output/server/_ssr/{router-6s7p8rsX.mjs → router-CRKEDn6n.mjs} +6 -6
- package/.output/server/{_tanstack-start-manifest_v-ClIF-cfh.mjs → _tanstack-start-manifest_v-pQO9kTmV.mjs} +1 -1
- package/.output/server/index.mjs +95 -95
- package/package.json +7 -1
- package/src/components/ProxyViewer.tsx +103 -331
- package/src/components/pi-agent/PiAgentPanel.tsx +23 -14
- package/src/components/pi-agent/piAgentChatLogic.ts +10 -0
- package/.output/public/assets/ProxyViewerContainer-CArcMNg_.js +0 -126
- package/.output/public/assets/index-BQqVblQv.css +0 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { x as formatTokens, m as cn, X as formatContextWindowTokens } from "./router-
|
|
3
|
-
import { u as useProviders, o as analyzeContextIntelligence, j as TooltipProvider, k as Tooltip, l as TooltipTrigger, m as TooltipContent, S as SegmentBar, R as ROLE_COLOR_CLASSES, p as ANATOMY_ROLE_LABELS, C as CONTEXT_USAGE_THRESHOLDS } from "./ProxyViewerContainer-
|
|
2
|
+
import { x as formatTokens, m as cn, X as formatContextWindowTokens } from "./router-CRKEDn6n.mjs";
|
|
3
|
+
import { u as useProviders, o as analyzeContextIntelligence, j as TooltipProvider, k as Tooltip, l as TooltipTrigger, m as TooltipContent, S as SegmentBar, R as ROLE_COLOR_CLASSES, p as ANATOMY_ROLE_LABELS, C as CONTEXT_USAGE_THRESHOLDS } from "./ProxyViewerContainer-aduEJ_Xy.mjs";
|
|
4
4
|
import "node:crypto";
|
|
5
5
|
import "node:path";
|
|
6
6
|
import "node:fs";
|
|
@@ -13,7 +13,7 @@ import "node:net";
|
|
|
13
13
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
14
14
|
import "../_libs/jszip.mjs";
|
|
15
15
|
import "node:os";
|
|
16
|
-
import { I as Info, c as ChevronDown,
|
|
16
|
+
import { I as Info, c as ChevronDown, t as ChevronRight } from "../_libs/lucide-react.mjs";
|
|
17
17
|
import "../_libs/tanstack__react-router.mjs";
|
|
18
18
|
import "../_libs/tanstack__router-core.mjs";
|
|
19
19
|
import "../_libs/cookie-es.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { x as formatTokens, m as cn, z as getStatusCategory, s as safeGetOwnProperty } from "./router-
|
|
3
|
-
import { g as getLogFormatAdapter, q as AnswerMarkdown, B as Badge, s as Collapsible, t as CollapsibleTrigger, v as CollapsibleContent, w as ScrollArea, x as LazyJsonViewer, y as safeJsonValue } from "./ProxyViewerContainer-
|
|
2
|
+
import { x as formatTokens, m as cn, z as getStatusCategory, s as safeGetOwnProperty } from "./router-CRKEDn6n.mjs";
|
|
3
|
+
import { g as getLogFormatAdapter, q as AnswerMarkdown, B as Badge, s as Collapsible, t as CollapsibleTrigger, v as CollapsibleContent, w as ScrollArea, x as LazyJsonViewer, y as safeJsonValue } from "./ProxyViewerContainer-aduEJ_Xy.mjs";
|
|
4
4
|
import "node:crypto";
|
|
5
5
|
import "node:path";
|
|
6
6
|
import "node:fs";
|
|
@@ -13,7 +13,7 @@ import "node:net";
|
|
|
13
13
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
14
14
|
import "../_libs/jszip.mjs";
|
|
15
15
|
import "node:os";
|
|
16
|
-
import {
|
|
16
|
+
import { ac as Zap, T as TriangleAlert, v as CircleStop, ae as Brain, c as ChevronDown, t as ChevronRight, l as Terminal } from "../_libs/lucide-react.mjs";
|
|
17
17
|
import { R as Root } from "../_libs/radix-ui__react-separator.mjs";
|
|
18
18
|
import "../_libs/tanstack__react-router.mjs";
|
|
19
19
|
import "../_libs/tanstack__router-core.mjs";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { f as fetchJsonWithTimeout, j as TooltipProvider, k as Tooltip, l as TooltipTrigger, B as Badge, m as TooltipContent, x as LazyJsonViewer } from "./ProxyViewerContainer-
|
|
3
|
-
import { ag as StreamingChunkSchema$1 } from "./router-
|
|
2
|
+
import { f as fetchJsonWithTimeout, j as TooltipProvider, k as Tooltip, l as TooltipTrigger, B as Badge, m as TooltipContent, x as LazyJsonViewer } from "./ProxyViewerContainer-aduEJ_Xy.mjs";
|
|
3
|
+
import { ag as StreamingChunkSchema$1 } from "./router-CRKEDn6n.mjs";
|
|
4
4
|
import "node:crypto";
|
|
5
5
|
import "node:path";
|
|
6
6
|
import "node:fs";
|
|
@@ -13,7 +13,7 @@ import "node:net";
|
|
|
13
13
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
14
14
|
import "../_libs/jszip.mjs";
|
|
15
15
|
import "node:os";
|
|
16
|
-
import { c as ChevronDown,
|
|
16
|
+
import { c as ChevronDown, t as ChevronRight, L as LoaderCircle } from "../_libs/lucide-react.mjs";
|
|
17
17
|
import { o as object, d as boolean, e as array } from "../_libs/zod.mjs";
|
|
18
18
|
import "../_libs/swr.mjs";
|
|
19
19
|
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 { P as ProxyViewerContainer } from "./ProxyViewerContainer-
|
|
3
|
-
import "./router-
|
|
2
|
+
import { P as ProxyViewerContainer } from "./ProxyViewerContainer-aduEJ_Xy.mjs";
|
|
3
|
+
import "./router-CRKEDn6n.mjs";
|
|
4
4
|
import "node:crypto";
|
|
5
5
|
import "node:path";
|
|
6
6
|
import "node:fs";
|
|
@@ -85,7 +85,7 @@ function getResponse() {
|
|
|
85
85
|
}
|
|
86
86
|
var HEADERS = { TSS_SHELL: "X-TSS_SHELL" };
|
|
87
87
|
async function getStartManifest(matchedRoutes) {
|
|
88
|
-
const { tsrStartManifest } = await import("../_tanstack-start-manifest_v-
|
|
88
|
+
const { tsrStartManifest } = await import("../_tanstack-start-manifest_v-pQO9kTmV.mjs");
|
|
89
89
|
const startManifest = tsrStartManifest();
|
|
90
90
|
let routes = startManifest.routes;
|
|
91
91
|
routes[rootRouteId];
|
|
@@ -1162,7 +1162,7 @@ var getBaseManifest = getProdBaseManifest;
|
|
|
1162
1162
|
var createEarlyHintsForRequest = createEarlyHintsCollector;
|
|
1163
1163
|
async function loadEntries() {
|
|
1164
1164
|
const [routerEntry, startEntry, pluginAdapters] = await Promise.all([
|
|
1165
|
-
import("./router-
|
|
1165
|
+
import("./router-CRKEDn6n.mjs").then((n) => n.ah),
|
|
1166
1166
|
import("./start-HYkvq4Ni.mjs"),
|
|
1167
1167
|
import("./empty-plugin-adapters-BFgPZ6_d.mjs")
|
|
1168
1168
|
]);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { m as cn, y as copyTextToClipboard } from "./router-
|
|
3
|
-
import { z as parseJsonText, j as TooltipProvider, k as Tooltip, l as TooltipTrigger, m as TooltipContent } from "./ProxyViewerContainer-
|
|
2
|
+
import { m as cn, y as copyTextToClipboard } from "./router-CRKEDn6n.mjs";
|
|
3
|
+
import { z as parseJsonText, j as TooltipProvider, k as Tooltip, l as TooltipTrigger, m as TooltipContent } from "./ProxyViewerContainer-aduEJ_Xy.mjs";
|
|
4
4
|
import "node:crypto";
|
|
5
5
|
import "node:path";
|
|
6
6
|
import "node:fs";
|
|
@@ -13,7 +13,7 @@ import "node:net";
|
|
|
13
13
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
14
14
|
import "../_libs/jszip.mjs";
|
|
15
15
|
import "node:os";
|
|
16
|
-
import { d as Check, k as Copy, c as ChevronDown,
|
|
16
|
+
import { d as Check, k as Copy, c as ChevronDown, t as ChevronRight, av as ChevronsDown } from "../_libs/lucide-react.mjs";
|
|
17
17
|
import "../_libs/tanstack__react-router.mjs";
|
|
18
18
|
import "../_libs/tanstack__router-core.mjs";
|
|
19
19
|
import "../_libs/cookie-es.mjs";
|
|
@@ -400,7 +400,7 @@ function SafeRouteError({
|
|
|
400
400
|
}
|
|
401
401
|
);
|
|
402
402
|
}
|
|
403
|
-
const appCss = "/assets/index-
|
|
403
|
+
const appCss = "/assets/index-DKwrwHsI.css";
|
|
404
404
|
const CHUNK_LOAD_RELOAD_AT_KEY = "agent-inspector.chunkLoadReloadAt";
|
|
405
405
|
const CHUNK_LOAD_RELOAD_WINDOW_MS = 15e3;
|
|
406
406
|
const CHUNK_LOAD_FAILURE_PATTERNS = [
|
|
@@ -6812,15 +6812,15 @@ const Route$M = createFileRoute("/livez")({
|
|
|
6812
6812
|
}
|
|
6813
6813
|
}
|
|
6814
6814
|
});
|
|
6815
|
-
const $$splitErrorComponentImporter$1 = () => import("./index-
|
|
6816
|
-
const $$splitComponentImporter$1 = () => import("./index-
|
|
6815
|
+
const $$splitErrorComponentImporter$1 = () => import("./index-DvVHL942.mjs");
|
|
6816
|
+
const $$splitComponentImporter$1 = () => import("./index-CqeZgFFF.mjs");
|
|
6817
6817
|
const Route$L = createFileRoute("/")({
|
|
6818
6818
|
ssr: false,
|
|
6819
6819
|
component: lazyRouteComponent($$splitComponentImporter$1, "component"),
|
|
6820
6820
|
errorComponent: lazyRouteComponent($$splitErrorComponentImporter$1, "errorComponent")
|
|
6821
6821
|
});
|
|
6822
|
-
const $$splitErrorComponentImporter = () => import("../_sessionId-
|
|
6823
|
-
const $$splitComponentImporter = () => import("../_sessionId-
|
|
6822
|
+
const $$splitErrorComponentImporter = () => import("../_sessionId-_hORwhWH.mjs");
|
|
6823
|
+
const $$splitComponentImporter = () => import("../_sessionId-DScqlEFC.mjs");
|
|
6824
6824
|
const Route$K = createFileRoute("/session/$sessionId")({
|
|
6825
6825
|
ssr: false,
|
|
6826
6826
|
component: lazyRouteComponent($$splitComponentImporter, "component"),
|
|
@@ -13255,7 +13255,7 @@ const Route$E = createFileRoute("/api/models")({
|
|
|
13255
13255
|
}
|
|
13256
13256
|
});
|
|
13257
13257
|
const name = "@tonyclaw/agent-inspector";
|
|
13258
|
-
const version = "3.0.
|
|
13258
|
+
const version = "3.0.38";
|
|
13259
13259
|
const packageJson = {
|
|
13260
13260
|
name,
|
|
13261
13261
|
version
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const tsrStartManifest = () => ({ routes: { __root__: { filePath: "C:/Users/claw/workspace/agent-inspector/src/routes/__root.tsx", children: ["/", "/livez", "/readyz", "/api/alerts", "/api/config", "/api/groups", "/api/health", "/api/logs", "/api/mcp", "/api/models", "/api/pi-agent", "/api/providers", "/api/runs", "/api/sessions", "/proxy/$", "/session/$sessionId", "/api/ecosystem/packages", "/api/ecosystem/tasks", "/api/knowledge/candidates", "/api/knowledge/project-context", "/api/knowledge/search", "/api/ecosystem/recipes/$recipeId/run", "/api/knowledge/sessions/$sessionId/candidates"], preloads: ["/assets/index-
|
|
1
|
+
const tsrStartManifest = () => ({ routes: { __root__: { filePath: "C:/Users/claw/workspace/agent-inspector/src/routes/__root.tsx", children: ["/", "/livez", "/readyz", "/api/alerts", "/api/config", "/api/groups", "/api/health", "/api/logs", "/api/mcp", "/api/models", "/api/pi-agent", "/api/providers", "/api/runs", "/api/sessions", "/proxy/$", "/session/$sessionId", "/api/ecosystem/packages", "/api/ecosystem/tasks", "/api/knowledge/candidates", "/api/knowledge/project-context", "/api/knowledge/search", "/api/ecosystem/recipes/$recipeId/run", "/api/knowledge/sessions/$sessionId/candidates"], preloads: ["/assets/index-Ca0grOxW.js"], scripts: [{ attrs: { type: "module", async: true, src: "/assets/index-Ca0grOxW.js" } }] }, "/": { filePath: "C:/Users/claw/workspace/agent-inspector/src/routes/index.tsx", children: void 0, preloads: ["/assets/index-DXGp27k9.js", "/assets/index-I5zN_KrA.js", "/assets/ProxyViewerContainer-8pNJsCJ5.js"] }, "/session/$sessionId": { filePath: "C:/Users/claw/workspace/agent-inspector/src/routes/session/$sessionId.tsx", children: void 0, preloads: ["/assets/_sessionId-DLbOYm3h.js", "/assets/_sessionId-CogrNhCS.js", "/assets/ProxyViewerContainer-8pNJsCJ5.js"] } } });
|
|
2
2
|
export {
|
|
3
3
|
tsrStartManifest
|
|
4
4
|
};
|
package/.output/server/index.mjs
CHANGED
|
@@ -20,149 +20,149 @@ const assets = {
|
|
|
20
20
|
"/assets/agent-inspector-58K1_MsC.ico": {
|
|
21
21
|
"type": "image/vnd.microsoft.icon",
|
|
22
22
|
"etag": '"38fa-ZD8kPABHYjPIkcH82FMY6iZM7fI"',
|
|
23
|
-
"mtime": "2026-07-
|
|
23
|
+
"mtime": "2026-07-14T03:53:14.174Z",
|
|
24
24
|
"size": 14586,
|
|
25
25
|
"path": "../public/assets/agent-inspector-58K1_MsC.ico"
|
|
26
26
|
},
|
|
27
|
-
"/assets/
|
|
28
|
-
"type": "image/svg+xml",
|
|
29
|
-
"etag": '"171b-6dyV5K8QjiaY35sN9qNprh9zDIs"',
|
|
30
|
-
"mtime": "2026-07-14T02:44:56.239Z",
|
|
31
|
-
"size": 5915,
|
|
32
|
-
"path": "../public/assets/alibaba-TTwafVwX.svg"
|
|
33
|
-
},
|
|
34
|
-
"/assets/index-D4Atppe6.js": {
|
|
27
|
+
"/assets/CompareDrawer-BXQWabQJ.js": {
|
|
35
28
|
"type": "text/javascript; charset=utf-8",
|
|
36
|
-
"etag": '"
|
|
37
|
-
"mtime": "2026-07-
|
|
38
|
-
"size":
|
|
39
|
-
"path": "../public/assets/
|
|
40
|
-
},
|
|
41
|
-
"/assets/index-CmGZ17BL.js": {
|
|
42
|
-
"type": "text/javascript; charset=utf-8",
|
|
43
|
-
"etag": '"1cd2d-0pcUF6d6HAJaUrV9kHVsiVQREjs"',
|
|
44
|
-
"mtime": "2026-07-14T02:44:56.239Z",
|
|
45
|
-
"size": 118061,
|
|
46
|
-
"path": "../public/assets/index-CmGZ17BL.js"
|
|
29
|
+
"etag": '"502d-wj3LT5RtgZzCp7P2kVTHcIyG63U"',
|
|
30
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
31
|
+
"size": 20525,
|
|
32
|
+
"path": "../public/assets/CompareDrawer-BXQWabQJ.js"
|
|
47
33
|
},
|
|
48
|
-
"/assets/index-
|
|
34
|
+
"/assets/index-I5zN_KrA.js": {
|
|
49
35
|
"type": "text/javascript; charset=utf-8",
|
|
50
|
-
"etag": '"265-
|
|
51
|
-
"mtime": "2026-07-
|
|
36
|
+
"etag": '"265-3z6vN6Vf2javERIkEJVYxPNnFSw"',
|
|
37
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
52
38
|
"size": 613,
|
|
53
|
-
"path": "../public/assets/index-
|
|
54
|
-
},
|
|
55
|
-
"/assets/index-BQqVblQv.css": {
|
|
56
|
-
"type": "text/css; charset=utf-8",
|
|
57
|
-
"etag": '"2b0c7-DAZZG+g1Z71NTob4Ki58V+cY8IE"',
|
|
58
|
-
"mtime": "2026-07-14T02:44:56.239Z",
|
|
59
|
-
"size": 176327,
|
|
60
|
-
"path": "../public/assets/index-BQqVblQv.css"
|
|
39
|
+
"path": "../public/assets/index-I5zN_KrA.js"
|
|
61
40
|
},
|
|
62
|
-
"/assets/
|
|
41
|
+
"/assets/index-DXGp27k9.js": {
|
|
63
42
|
"type": "text/javascript; charset=utf-8",
|
|
64
|
-
"etag": '"
|
|
65
|
-
"mtime": "2026-07-
|
|
66
|
-
"size":
|
|
67
|
-
"path": "../public/assets/
|
|
43
|
+
"etag": '"9f-JHA3U9Tmi39Xto2kydAp8s7unM4"',
|
|
44
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
45
|
+
"size": 159,
|
|
46
|
+
"path": "../public/assets/index-DXGp27k9.js"
|
|
68
47
|
},
|
|
69
|
-
"/assets/
|
|
48
|
+
"/assets/index-Ca0grOxW.js": {
|
|
70
49
|
"type": "text/javascript; charset=utf-8",
|
|
71
|
-
"etag": '"
|
|
72
|
-
"mtime": "2026-07-
|
|
73
|
-
"size":
|
|
74
|
-
"path": "../public/assets/
|
|
50
|
+
"etag": '"5c73b-G/NdvDHkbJ6sYV36+k+y3IAL5zQ"',
|
|
51
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
52
|
+
"size": 378683,
|
|
53
|
+
"path": "../public/assets/index-Ca0grOxW.js"
|
|
75
54
|
},
|
|
76
|
-
"/assets/
|
|
77
|
-
"type": "
|
|
78
|
-
"etag": '"
|
|
79
|
-
"mtime": "2026-07-
|
|
80
|
-
"size":
|
|
81
|
-
"path": "../public/assets/
|
|
55
|
+
"/assets/index-DKwrwHsI.css": {
|
|
56
|
+
"type": "text/css; charset=utf-8",
|
|
57
|
+
"etag": '"2b128-vfhUOjrhTuAxt1g6iWtE4D4FOLQ"',
|
|
58
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
59
|
+
"size": 176424,
|
|
60
|
+
"path": "../public/assets/index-DKwrwHsI.css"
|
|
82
61
|
},
|
|
83
|
-
"/assets/
|
|
62
|
+
"/assets/index-BWWA1Rf6.js": {
|
|
84
63
|
"type": "text/javascript; charset=utf-8",
|
|
85
|
-
"etag": '"
|
|
86
|
-
"mtime": "2026-07-
|
|
87
|
-
"size":
|
|
88
|
-
"path": "../public/assets/
|
|
64
|
+
"etag": '"1cd2d-v8OYwJ68udQ+6TH6JqQs0Y2sohY"',
|
|
65
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
66
|
+
"size": 118061,
|
|
67
|
+
"path": "../public/assets/index-BWWA1Rf6.js"
|
|
89
68
|
},
|
|
90
69
|
"/assets/qwen-mMn3f5ul.webp": {
|
|
91
70
|
"type": "image/webp",
|
|
92
71
|
"etag": '"1b1a-Tw+b2ynhJQl9WztaK3ajSL85yaU"',
|
|
93
|
-
"mtime": "2026-07-
|
|
72
|
+
"mtime": "2026-07-14T03:53:14.174Z",
|
|
94
73
|
"size": 6938,
|
|
95
74
|
"path": "../public/assets/qwen-mMn3f5ul.webp"
|
|
96
75
|
},
|
|
97
|
-
"/assets/
|
|
98
|
-
"type": "
|
|
99
|
-
"etag": '"
|
|
100
|
-
"mtime": "2026-07-
|
|
101
|
-
"size":
|
|
102
|
-
"path": "../public/assets/
|
|
76
|
+
"/assets/alibaba-TTwafVwX.svg": {
|
|
77
|
+
"type": "image/svg+xml",
|
|
78
|
+
"etag": '"171b-6dyV5K8QjiaY35sN9qNprh9zDIs"',
|
|
79
|
+
"mtime": "2026-07-14T03:53:14.174Z",
|
|
80
|
+
"size": 5915,
|
|
81
|
+
"path": "../public/assets/alibaba-TTwafVwX.svg"
|
|
103
82
|
},
|
|
104
|
-
"/assets/ReplayDialog-
|
|
83
|
+
"/assets/ReplayDialog-CnYt4UKE.js": {
|
|
105
84
|
"type": "text/javascript; charset=utf-8",
|
|
106
|
-
"etag": '"3294-
|
|
107
|
-
"mtime": "2026-07-
|
|
85
|
+
"etag": '"3294-DZIs5O1uxyhHqSpm1Nj9SmeHd8A"',
|
|
86
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
108
87
|
"size": 12948,
|
|
109
|
-
"path": "../public/assets/ReplayDialog-
|
|
88
|
+
"path": "../public/assets/ReplayDialog-CnYt4UKE.js"
|
|
110
89
|
},
|
|
111
|
-
"/assets/RequestAnatomy-
|
|
90
|
+
"/assets/RequestAnatomy-BI25al3m.js": {
|
|
112
91
|
"type": "text/javascript; charset=utf-8",
|
|
113
|
-
"etag": '"43f3-
|
|
114
|
-
"mtime": "2026-07-
|
|
92
|
+
"etag": '"43f3-RM8LFuBA15IQXWLr88wi52YcAWI"',
|
|
93
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
115
94
|
"size": 17395,
|
|
116
|
-
"path": "../public/assets/RequestAnatomy-
|
|
95
|
+
"path": "../public/assets/RequestAnatomy-BI25al3m.js"
|
|
96
|
+
},
|
|
97
|
+
"/assets/minimax-BPMzvuL-.jpeg": {
|
|
98
|
+
"type": "image/jpeg",
|
|
99
|
+
"etag": '"1b06-IwivU89ko5UTMUM1/t7hn4sQK9A"',
|
|
100
|
+
"mtime": "2026-07-14T03:53:14.174Z",
|
|
101
|
+
"size": 6918,
|
|
102
|
+
"path": "../public/assets/minimax-BPMzvuL-.jpeg"
|
|
117
103
|
},
|
|
118
|
-
"/assets/ResponseView-
|
|
104
|
+
"/assets/ResponseView-D3y-I9nb.js": {
|
|
119
105
|
"type": "text/javascript; charset=utf-8",
|
|
120
|
-
"etag": '"44d3-
|
|
121
|
-
"mtime": "2026-07-
|
|
106
|
+
"etag": '"44d3-euvhxYdsBi/beKhgqJM3gyyhv3A"',
|
|
107
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
122
108
|
"size": 17619,
|
|
123
|
-
"path": "../public/assets/ResponseView-
|
|
109
|
+
"path": "../public/assets/ResponseView-D3y-I9nb.js"
|
|
124
110
|
},
|
|
125
|
-
"/assets/StreamingChunkSequence-
|
|
111
|
+
"/assets/StreamingChunkSequence-n90dYzPp.js": {
|
|
126
112
|
"type": "text/javascript; charset=utf-8",
|
|
127
|
-
"etag": '"e96-
|
|
128
|
-
"mtime": "2026-07-
|
|
113
|
+
"etag": '"e96-VHotWTR7OtDjSw/Ww+WwxwXCzkk"',
|
|
114
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
129
115
|
"size": 3734,
|
|
130
|
-
"path": "../public/assets/StreamingChunkSequence-
|
|
116
|
+
"path": "../public/assets/StreamingChunkSequence-n90dYzPp.js"
|
|
117
|
+
},
|
|
118
|
+
"/assets/json-viewer-BoB2BfHg.js": {
|
|
119
|
+
"type": "text/javascript; charset=utf-8",
|
|
120
|
+
"etag": '"1ae2-2kE3n3KakGmXMRIQ9QCbo1wG/BI"',
|
|
121
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
122
|
+
"size": 6882,
|
|
123
|
+
"path": "../public/assets/json-viewer-BoB2BfHg.js"
|
|
124
|
+
},
|
|
125
|
+
"/assets/_sessionId-CogrNhCS.js": {
|
|
126
|
+
"type": "text/javascript; charset=utf-8",
|
|
127
|
+
"etag": '"36d-lqKPoXrMH1oEj7DmcEqJlPc/M40"',
|
|
128
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
129
|
+
"size": 877,
|
|
130
|
+
"path": "../public/assets/_sessionId-CogrNhCS.js"
|
|
131
131
|
},
|
|
132
132
|
"/assets/zhipuai-BPNAnxo-.svg": {
|
|
133
133
|
"type": "image/svg+xml",
|
|
134
134
|
"etag": '"2bf8-hNaLCTi89nOFCsIIfWpP/jrfo0s"',
|
|
135
|
-
"mtime": "2026-07-
|
|
135
|
+
"mtime": "2026-07-14T03:53:14.174Z",
|
|
136
136
|
"size": 11256,
|
|
137
137
|
"path": "../public/assets/zhipuai-BPNAnxo-.svg"
|
|
138
138
|
},
|
|
139
|
-
"/assets/_sessionId-
|
|
139
|
+
"/assets/_sessionId-DLbOYm3h.js": {
|
|
140
140
|
"type": "text/javascript; charset=utf-8",
|
|
141
|
-
"etag": '"
|
|
142
|
-
"mtime": "2026-07-
|
|
143
|
-
"size":
|
|
144
|
-
"path": "../public/assets/_sessionId-
|
|
141
|
+
"etag": '"a2-r79VFe05VE6gyf1WJmU+UG8Bkxo"',
|
|
142
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
143
|
+
"size": 162,
|
|
144
|
+
"path": "../public/assets/_sessionId-DLbOYm3h.js"
|
|
145
145
|
},
|
|
146
|
-
"/assets/
|
|
146
|
+
"/assets/jszip.min-CAXkxQd6.js": {
|
|
147
147
|
"type": "text/javascript; charset=utf-8",
|
|
148
|
-
"etag": '"
|
|
149
|
-
"mtime": "2026-07-
|
|
150
|
-
"size":
|
|
151
|
-
"path": "../public/assets/
|
|
148
|
+
"etag": '"17b79-8Zo6xmGJHyAqsPuw65svRYTfp6o"',
|
|
149
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
150
|
+
"size": 97145,
|
|
151
|
+
"path": "../public/assets/jszip.min-CAXkxQd6.js"
|
|
152
152
|
},
|
|
153
|
-
"/assets/InspectorPet-
|
|
153
|
+
"/assets/InspectorPet-CpQEXKcr.js": {
|
|
154
154
|
"type": "text/javascript; charset=utf-8",
|
|
155
|
-
"etag": '"818f0-
|
|
156
|
-
"mtime": "2026-07-
|
|
155
|
+
"etag": '"818f0-zE1mqJ5torVKj33nnp5vwSgHgs8"',
|
|
156
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
157
157
|
"size": 530672,
|
|
158
|
-
"path": "../public/assets/InspectorPet-
|
|
158
|
+
"path": "../public/assets/InspectorPet-CpQEXKcr.js"
|
|
159
159
|
},
|
|
160
|
-
"/assets/ProxyViewerContainer-
|
|
160
|
+
"/assets/ProxyViewerContainer-8pNJsCJ5.js": {
|
|
161
161
|
"type": "text/javascript; charset=utf-8",
|
|
162
|
-
"etag": '"
|
|
163
|
-
"mtime": "2026-07-
|
|
164
|
-
"size":
|
|
165
|
-
"path": "../public/assets/ProxyViewerContainer-
|
|
162
|
+
"etag": '"a512e-05fSCkKSYAYLqEr0dAUWWwSlR/A"',
|
|
163
|
+
"mtime": "2026-07-14T03:53:14.176Z",
|
|
164
|
+
"size": 676142,
|
|
165
|
+
"path": "../public/assets/ProxyViewerContainer-8pNJsCJ5.js"
|
|
166
166
|
}
|
|
167
167
|
};
|
|
168
168
|
function readAsset(id) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tonyclaw/agent-inspector",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.38",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Agent observability and knowledge capture layer for AI coding tools.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -53,6 +53,12 @@
|
|
|
53
53
|
],
|
|
54
54
|
"scripts": {
|
|
55
55
|
"dev": "vite dev",
|
|
56
|
+
"test:smoke": "bun scripts/run-test-suite.mjs smoke",
|
|
57
|
+
"test:fast": "bun scripts/run-test-suite.mjs smoke",
|
|
58
|
+
"test:unit": "bun scripts/run-test-suite.mjs unit",
|
|
59
|
+
"test:integration": "bun scripts/run-test-suite.mjs integration",
|
|
60
|
+
"test:changed": "bun scripts/run-test-suite.mjs changed",
|
|
61
|
+
"test:all": "bun scripts/run-test-suite.mjs all",
|
|
56
62
|
"start": "node .output/cli.js",
|
|
57
63
|
"build": "vite build && bun build:workers && bun build:cli && bun build:mcp && bun check:bundle",
|
|
58
64
|
"build:workers": "npx esbuild src/proxy/logFinalizer.worker.ts src/proxy/sessionWorkerEntry.ts --bundle --platform=node --target=node22 --format=esm --outdir=.output/workers --external:better-sqlite3",
|