@tonyclaw/agent-inspector 3.0.36 → 3.0.37
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-BvF04FAX.js} +1 -1
- package/.output/public/assets/{InspectorPet-D01knLHJ.js → InspectorPet-CSCn4jWU.js} +1 -1
- package/.output/public/assets/ProxyViewerContainer-9mjL1YlZ.js +126 -0
- package/.output/public/assets/{ReplayDialog-NRgCp09o.js → ReplayDialog-DWJkKTDB.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-BPiUptQ-.js → RequestAnatomy-CDFI55pJ.js} +1 -1
- package/.output/public/assets/{ResponseView-C6oCKVyP.js → ResponseView-tlIj9vRr.js} +1 -1
- package/.output/public/assets/{StreamingChunkSequence-B90BNPvD.js → StreamingChunkSequence-C7Ntivbf.js} +1 -1
- package/.output/public/assets/{_sessionId-c3quqe4s.js → _sessionId-BbrBvkvn.js} +1 -1
- package/.output/public/assets/{_sessionId-B7pqqX6S.js → _sessionId-DUL-l56X.js} +1 -1
- package/.output/public/assets/{index-D4Atppe6.js → index-By0CyDmk.js} +1 -1
- package/.output/public/assets/{index-D444FJGM.js → index-CEdulUJ3.js} +3 -3
- package/.output/public/assets/index-DCj1X8Qt.css +1 -0
- package/.output/public/assets/{index-CmGZ17BL.js → index-DF6bouqm.js} +1 -1
- package/.output/public/assets/{index-CjODQxYY.js → index-e-fWO2Du.js} +1 -1
- package/.output/public/assets/{json-viewer-CuYTDXFj.js → json-viewer-0fOrL_Cz.js} +1 -1
- package/.output/public/assets/{jszip.min-C-avw0w1.js → jszip.min-2Bsoez0Q.js} +1 -1
- package/.output/server/_libs/lucide-react.mjs +65 -65
- package/.output/server/_libs/radix-ui__react-select.mjs +7 -7
- package/.output/server/{_sessionId-BsDZ3m3b.mjs → _sessionId-D-GcecKN.mjs} +2 -2
- package/.output/server/{_sessionId-BTazjVlZ.mjs → _sessionId-DzY1bB_L.mjs} +1 -1
- package/.output/server/_ssr/{CompareDrawer-BMo93_DO.mjs → CompareDrawer-BXm8BitS.mjs} +3 -3
- package/.output/server/_ssr/{InspectorPet-DApzyYro.mjs → InspectorPet-CZUOr9sO.mjs} +1 -1
- package/.output/server/_ssr/{ProxyViewerContainer-CiXXtVXH.mjs → ProxyViewerContainer-BAQY5x_x.mjs} +120 -281
- package/.output/server/_ssr/{ReplayDialog-B8bP1qUr.mjs → ReplayDialog-BOODYnLb.mjs} +4 -4
- package/.output/server/_ssr/{RequestAnatomy-DkVynjyh.mjs → RequestAnatomy-Bd2OBiJP.mjs} +3 -3
- package/.output/server/_ssr/{ResponseView-BAQa0WUP.mjs → ResponseView-ZSjpdHLG.mjs} +3 -3
- package/.output/server/_ssr/{StreamingChunkSequence-B4_K4_VI.mjs → StreamingChunkSequence-BT-yQGLL.mjs} +3 -3
- package/.output/server/_ssr/{index-DhjNsApq.mjs → index-CSJlUfwz.mjs} +1 -1
- package/.output/server/_ssr/{index-BiwG5Sws.mjs → index-CXouA5fR.mjs} +2 -2
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{json-viewer-Dlpq5S-r.mjs → json-viewer-DF2oLr4x.mjs} +3 -3
- package/.output/server/_ssr/{router-6s7p8rsX.mjs → router-75eycvXZ.mjs} +6 -6
- package/.output/server/{_tanstack-start-manifest_v-ClIF-cfh.mjs → _tanstack-start-manifest_v-DjCobDeN.mjs} +1 -1
- package/.output/server/index.mjs +87 -87
- package/package.json +7 -1
- package/src/components/ProxyViewer.tsx +96 -328
- 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,7 +1,7 @@
|
|
|
1
1
|
import { r as reactExports, j as jsxRuntimeExports } from "../_libs/react.mjs";
|
|
2
|
-
import { u as useProviders, f as fetchJsonWithTimeout, D as Dialog, b as DialogContent, c as DialogHeader, d as DialogTitle, T as Tabs, e as TabsList, h as TabsTrigger, i as TabsContent, j as TooltipProvider, k as Tooltip, l as TooltipTrigger, m as TooltipContent, n as dispatchLogFocusRequest, A as ApiTimeoutError } from "./ProxyViewerContainer-
|
|
3
|
-
import { B as Button, C as CapturedLogSchema } from "./router-
|
|
4
|
-
import { ResponseView } from "./ResponseView-
|
|
2
|
+
import { u as useProviders, f as fetchJsonWithTimeout, D as Dialog, b as DialogContent, c as DialogHeader, d as DialogTitle, T as Tabs, e as TabsList, h as TabsTrigger, i as TabsContent, j as TooltipProvider, k as Tooltip, l as TooltipTrigger, m as TooltipContent, n as dispatchLogFocusRequest, A as ApiTimeoutError } from "./ProxyViewerContainer-BAQY5x_x.mjs";
|
|
3
|
+
import { B as Button, C as CapturedLogSchema } from "./router-75eycvXZ.mjs";
|
|
4
|
+
import { ResponseView } from "./ResponseView-ZSjpdHLG.mjs";
|
|
5
5
|
import "node:crypto";
|
|
6
6
|
import "node:path";
|
|
7
7
|
import "node:fs";
|
|
@@ -14,7 +14,7 @@ import "node:net";
|
|
|
14
14
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
15
15
|
import "../_libs/jszip.mjs";
|
|
16
16
|
import "node:os";
|
|
17
|
-
import {
|
|
17
|
+
import { f as RotateCcw, aL as Braces, z as Minimize2 } from "../_libs/lucide-react.mjs";
|
|
18
18
|
import { o as object, n as number, e as array, d as boolean, b as string } from "../_libs/zod.mjs";
|
|
19
19
|
import "../_libs/swr.mjs";
|
|
20
20
|
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 { 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-75eycvXZ.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-BAQY5x_x.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-75eycvXZ.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-BAQY5x_x.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, o 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-BAQY5x_x.mjs";
|
|
3
|
+
import { ag as StreamingChunkSchema$1 } from "./router-75eycvXZ.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-BAQY5x_x.mjs";
|
|
3
|
+
import "./router-75eycvXZ.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-DjCobDeN.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-75eycvXZ.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-75eycvXZ.mjs";
|
|
3
|
+
import { z as parseJsonText, j as TooltipProvider, k as Tooltip, l as TooltipTrigger, m as TooltipContent } from "./ProxyViewerContainer-BAQY5x_x.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,
|
|
16
|
+
import { d as Check, n 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-DCj1X8Qt.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-CSJlUfwz.mjs");
|
|
6816
|
+
const $$splitComponentImporter$1 = () => import("./index-CXouA5fR.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-DzY1bB_L.mjs");
|
|
6823
|
+
const $$splitComponentImporter = () => import("../_sessionId-D-GcecKN.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.37";
|
|
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-CEdulUJ3.js"], scripts: [{ attrs: { type: "module", async: true, src: "/assets/index-CEdulUJ3.js" } }] }, "/": { filePath: "C:/Users/claw/workspace/agent-inspector/src/routes/index.tsx", children: void 0, preloads: ["/assets/index-By0CyDmk.js", "/assets/index-e-fWO2Du.js", "/assets/ProxyViewerContainer-9mjL1YlZ.js"] }, "/session/$sessionId": { filePath: "C:/Users/claw/workspace/agent-inspector/src/routes/session/$sessionId.tsx", children: void 0, preloads: ["/assets/_sessionId-BbrBvkvn.js", "/assets/_sessionId-DUL-l56X.js", "/assets/ProxyViewerContainer-9mjL1YlZ.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:37:43.635Z",
|
|
24
24
|
"size": 14586,
|
|
25
25
|
"path": "../public/assets/agent-inspector-58K1_MsC.ico"
|
|
26
26
|
},
|
|
27
27
|
"/assets/alibaba-TTwafVwX.svg": {
|
|
28
28
|
"type": "image/svg+xml",
|
|
29
29
|
"etag": '"171b-6dyV5K8QjiaY35sN9qNprh9zDIs"',
|
|
30
|
-
"mtime": "2026-07-
|
|
30
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
31
31
|
"size": 5915,
|
|
32
32
|
"path": "../public/assets/alibaba-TTwafVwX.svg"
|
|
33
33
|
},
|
|
34
|
-
"/assets/
|
|
34
|
+
"/assets/CompareDrawer-BvF04FAX.js": {
|
|
35
35
|
"type": "text/javascript; charset=utf-8",
|
|
36
|
-
"etag": '"
|
|
37
|
-
"mtime": "2026-07-
|
|
38
|
-
"size":
|
|
39
|
-
"path": "../public/assets/
|
|
36
|
+
"etag": '"502d-vMe3KeFpLnAWkOFq8QeKtRah8gs"',
|
|
37
|
+
"mtime": "2026-07-14T03:37:43.636Z",
|
|
38
|
+
"size": 20525,
|
|
39
|
+
"path": "../public/assets/CompareDrawer-BvF04FAX.js"
|
|
40
40
|
},
|
|
41
|
-
"/assets/index-
|
|
41
|
+
"/assets/index-By0CyDmk.js": {
|
|
42
42
|
"type": "text/javascript; charset=utf-8",
|
|
43
|
-
"etag": '"
|
|
44
|
-
"mtime": "2026-07-
|
|
45
|
-
"size":
|
|
46
|
-
"path": "../public/assets/index-
|
|
43
|
+
"etag": '"9f-hrCND3nbEmQ8RFp6yZJVVP0Ib0E"',
|
|
44
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
45
|
+
"size": 159,
|
|
46
|
+
"path": "../public/assets/index-By0CyDmk.js"
|
|
47
47
|
},
|
|
48
|
-
"/assets/index-
|
|
48
|
+
"/assets/index-e-fWO2Du.js": {
|
|
49
49
|
"type": "text/javascript; charset=utf-8",
|
|
50
|
-
"etag": '"265-
|
|
51
|
-
"mtime": "2026-07-
|
|
50
|
+
"etag": '"265-cLb5dkcT7iUo5wAi90rMd2clIV4"',
|
|
51
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
52
52
|
"size": 613,
|
|
53
|
-
"path": "../public/assets/index-
|
|
53
|
+
"path": "../public/assets/index-e-fWO2Du.js"
|
|
54
54
|
},
|
|
55
|
-
"/assets/index-
|
|
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"
|
|
61
|
-
},
|
|
62
|
-
"/assets/jszip.min-C-avw0w1.js": {
|
|
55
|
+
"/assets/index-DF6bouqm.js": {
|
|
63
56
|
"type": "text/javascript; charset=utf-8",
|
|
64
|
-
"etag": '"
|
|
65
|
-
"mtime": "2026-07-
|
|
66
|
-
"size":
|
|
67
|
-
"path": "../public/assets/
|
|
57
|
+
"etag": '"1cd2d-J4Qd2KGSXIQ7hHkU33c2lYg39pI"',
|
|
58
|
+
"mtime": "2026-07-14T03:37:43.636Z",
|
|
59
|
+
"size": 118061,
|
|
60
|
+
"path": "../public/assets/index-DF6bouqm.js"
|
|
68
61
|
},
|
|
69
|
-
"/assets/
|
|
62
|
+
"/assets/index-DCj1X8Qt.css": {
|
|
63
|
+
"type": "text/css; charset=utf-8",
|
|
64
|
+
"etag": '"2af68-f2xj+LwefmLbVoww7v1Syfl9Ej4"',
|
|
65
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
66
|
+
"size": 175976,
|
|
67
|
+
"path": "../public/assets/index-DCj1X8Qt.css"
|
|
68
|
+
},
|
|
69
|
+
"/assets/json-viewer-0fOrL_Cz.js": {
|
|
70
70
|
"type": "text/javascript; charset=utf-8",
|
|
71
|
-
"etag": '"1ae2-
|
|
72
|
-
"mtime": "2026-07-
|
|
71
|
+
"etag": '"1ae2-zERDSFADkmrVJsfFKTydK3t4NwU"',
|
|
72
|
+
"mtime": "2026-07-14T03:37:43.636Z",
|
|
73
73
|
"size": 6882,
|
|
74
|
-
"path": "../public/assets/json-viewer-
|
|
74
|
+
"path": "../public/assets/json-viewer-0fOrL_Cz.js"
|
|
75
75
|
},
|
|
76
76
|
"/assets/minimax-BPMzvuL-.jpeg": {
|
|
77
77
|
"type": "image/jpeg",
|
|
78
78
|
"etag": '"1b06-IwivU89ko5UTMUM1/t7hn4sQK9A"',
|
|
79
|
-
"mtime": "2026-07-
|
|
79
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
80
80
|
"size": 6918,
|
|
81
81
|
"path": "../public/assets/minimax-BPMzvuL-.jpeg"
|
|
82
82
|
},
|
|
83
|
-
"/assets/CompareDrawer-BF8Yk4Nq.js": {
|
|
84
|
-
"type": "text/javascript; charset=utf-8",
|
|
85
|
-
"etag": '"502d-+CRLcQPk56apbzopyjIK7OeC+64"',
|
|
86
|
-
"mtime": "2026-07-14T02:44:56.239Z",
|
|
87
|
-
"size": 20525,
|
|
88
|
-
"path": "../public/assets/CompareDrawer-BF8Yk4Nq.js"
|
|
89
|
-
},
|
|
90
83
|
"/assets/qwen-mMn3f5ul.webp": {
|
|
91
84
|
"type": "image/webp",
|
|
92
85
|
"etag": '"1b1a-Tw+b2ynhJQl9WztaK3ajSL85yaU"',
|
|
93
|
-
"mtime": "2026-07-
|
|
86
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
94
87
|
"size": 6938,
|
|
95
88
|
"path": "../public/assets/qwen-mMn3f5ul.webp"
|
|
96
89
|
},
|
|
97
|
-
"/assets/
|
|
90
|
+
"/assets/ReplayDialog-DWJkKTDB.js": {
|
|
91
|
+
"type": "text/javascript; charset=utf-8",
|
|
92
|
+
"etag": '"3294-NzE3/xRIdwdwYT1vR3XfNRdxVyU"',
|
|
93
|
+
"mtime": "2026-07-14T03:37:43.636Z",
|
|
94
|
+
"size": 12948,
|
|
95
|
+
"path": "../public/assets/ReplayDialog-DWJkKTDB.js"
|
|
96
|
+
},
|
|
97
|
+
"/assets/jszip.min-2Bsoez0Q.js": {
|
|
98
98
|
"type": "text/javascript; charset=utf-8",
|
|
99
|
-
"etag": '"
|
|
100
|
-
"mtime": "2026-07-
|
|
99
|
+
"etag": '"17b79-eV+GUZhHOuSxBDk1+pKjEBHcPMo"',
|
|
100
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
101
|
+
"size": 97145,
|
|
102
|
+
"path": "../public/assets/jszip.min-2Bsoez0Q.js"
|
|
103
|
+
},
|
|
104
|
+
"/assets/index-CEdulUJ3.js": {
|
|
105
|
+
"type": "text/javascript; charset=utf-8",
|
|
106
|
+
"etag": '"5c73b-T/oey3Lj3YQ2iBnQAPlrIofqFm4"',
|
|
107
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
101
108
|
"size": 378683,
|
|
102
|
-
"path": "../public/assets/index-
|
|
109
|
+
"path": "../public/assets/index-CEdulUJ3.js"
|
|
103
110
|
},
|
|
104
|
-
"/assets/
|
|
111
|
+
"/assets/StreamingChunkSequence-C7Ntivbf.js": {
|
|
105
112
|
"type": "text/javascript; charset=utf-8",
|
|
106
|
-
"etag": '"
|
|
107
|
-
"mtime": "2026-07-
|
|
108
|
-
"size":
|
|
109
|
-
"path": "../public/assets/
|
|
113
|
+
"etag": '"e96-T2MybOXPmrdvbbhoIeoNoIhF2H4"',
|
|
114
|
+
"mtime": "2026-07-14T03:37:43.636Z",
|
|
115
|
+
"size": 3734,
|
|
116
|
+
"path": "../public/assets/StreamingChunkSequence-C7Ntivbf.js"
|
|
110
117
|
},
|
|
111
|
-
"/assets/RequestAnatomy-
|
|
118
|
+
"/assets/RequestAnatomy-CDFI55pJ.js": {
|
|
112
119
|
"type": "text/javascript; charset=utf-8",
|
|
113
|
-
"etag": '"43f3-
|
|
114
|
-
"mtime": "2026-07-
|
|
120
|
+
"etag": '"43f3-DKIGObhj8/cozYL1KLb5ZD86D8E"',
|
|
121
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
115
122
|
"size": 17395,
|
|
116
|
-
"path": "../public/assets/RequestAnatomy-
|
|
123
|
+
"path": "../public/assets/RequestAnatomy-CDFI55pJ.js"
|
|
117
124
|
},
|
|
118
|
-
"/assets/ResponseView-
|
|
125
|
+
"/assets/ResponseView-tlIj9vRr.js": {
|
|
119
126
|
"type": "text/javascript; charset=utf-8",
|
|
120
|
-
"etag": '"44d3-
|
|
121
|
-
"mtime": "2026-07-
|
|
127
|
+
"etag": '"44d3-0CtncbZdVI7Bw7/CJqgJYT8TIvQ"',
|
|
128
|
+
"mtime": "2026-07-14T03:37:43.636Z",
|
|
122
129
|
"size": 17619,
|
|
123
|
-
"path": "../public/assets/ResponseView-
|
|
130
|
+
"path": "../public/assets/ResponseView-tlIj9vRr.js"
|
|
124
131
|
},
|
|
125
|
-
"/assets/
|
|
132
|
+
"/assets/_sessionId-DUL-l56X.js": {
|
|
126
133
|
"type": "text/javascript; charset=utf-8",
|
|
127
|
-
"etag": '"
|
|
128
|
-
"mtime": "2026-07-
|
|
129
|
-
"size":
|
|
130
|
-
"path": "../public/assets/
|
|
134
|
+
"etag": '"36d-pTsrBY219jOQAmuIO2jD8SvAVQQ"',
|
|
135
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
136
|
+
"size": 877,
|
|
137
|
+
"path": "../public/assets/_sessionId-DUL-l56X.js"
|
|
138
|
+
},
|
|
139
|
+
"/assets/_sessionId-BbrBvkvn.js": {
|
|
140
|
+
"type": "text/javascript; charset=utf-8",
|
|
141
|
+
"etag": '"a2-eG/rVemopMcQPEdx7c1IqZQ3yCk"',
|
|
142
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
143
|
+
"size": 162,
|
|
144
|
+
"path": "../public/assets/_sessionId-BbrBvkvn.js"
|
|
131
145
|
},
|
|
132
146
|
"/assets/zhipuai-BPNAnxo-.svg": {
|
|
133
147
|
"type": "image/svg+xml",
|
|
134
148
|
"etag": '"2bf8-hNaLCTi89nOFCsIIfWpP/jrfo0s"',
|
|
135
|
-
"mtime": "2026-07-
|
|
149
|
+
"mtime": "2026-07-14T03:37:43.635Z",
|
|
136
150
|
"size": 11256,
|
|
137
151
|
"path": "../public/assets/zhipuai-BPNAnxo-.svg"
|
|
138
152
|
},
|
|
139
|
-
"/assets/
|
|
140
|
-
"type": "text/javascript; charset=utf-8",
|
|
141
|
-
"etag": '"36d-q6h6VsxlCrCcH/FaDU8jpTNnCIM"',
|
|
142
|
-
"mtime": "2026-07-14T02:44:56.239Z",
|
|
143
|
-
"size": 877,
|
|
144
|
-
"path": "../public/assets/_sessionId-B7pqqX6S.js"
|
|
145
|
-
},
|
|
146
|
-
"/assets/_sessionId-c3quqe4s.js": {
|
|
147
|
-
"type": "text/javascript; charset=utf-8",
|
|
148
|
-
"etag": '"a2-6qWx+FNRDTotJD3uVbxVOqGMdyg"',
|
|
149
|
-
"mtime": "2026-07-14T02:44:56.239Z",
|
|
150
|
-
"size": 162,
|
|
151
|
-
"path": "../public/assets/_sessionId-c3quqe4s.js"
|
|
152
|
-
},
|
|
153
|
-
"/assets/InspectorPet-D01knLHJ.js": {
|
|
153
|
+
"/assets/InspectorPet-CSCn4jWU.js": {
|
|
154
154
|
"type": "text/javascript; charset=utf-8",
|
|
155
|
-
"etag": '"818f0-
|
|
156
|
-
"mtime": "2026-07-
|
|
155
|
+
"etag": '"818f0-jZf+TlVlZrzmIuMRP/t79/ufYyo"',
|
|
156
|
+
"mtime": "2026-07-14T03:37:43.636Z",
|
|
157
157
|
"size": 530672,
|
|
158
|
-
"path": "../public/assets/InspectorPet-
|
|
158
|
+
"path": "../public/assets/InspectorPet-CSCn4jWU.js"
|
|
159
159
|
},
|
|
160
|
-
"/assets/ProxyViewerContainer-
|
|
160
|
+
"/assets/ProxyViewerContainer-9mjL1YlZ.js": {
|
|
161
161
|
"type": "text/javascript; charset=utf-8",
|
|
162
|
-
"etag": '"
|
|
163
|
-
"mtime": "2026-07-
|
|
164
|
-
"size":
|
|
165
|
-
"path": "../public/assets/ProxyViewerContainer-
|
|
162
|
+
"etag": '"a503e-ujp5hMMMq2krY7gIT10C2N47tf8"',
|
|
163
|
+
"mtime": "2026-07-14T03:37:43.636Z",
|
|
164
|
+
"size": 675902,
|
|
165
|
+
"path": "../public/assets/ProxyViewerContainer-9mjL1YlZ.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.37",
|
|
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",
|