@tonyclaw/agent-inspector 3.0.43 → 3.0.45
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/cli.js +20744 -16945
- package/.output/nitro.json +1 -1
- package/.output/public/assets/{CompareDrawer-BAXxwTwT.js → CompareDrawer-B3_TLTJh.js} +1 -1
- package/.output/public/assets/{InspectorPet-xYuGV4Qz.js → InspectorPet-Cpn6hv4P.js} +1 -1
- package/.output/public/assets/{ProxyViewerContainer-B6GZnUWi.js → ProxyViewerContainer-BEAhuGOJ.js} +27 -27
- package/.output/public/assets/{ReplayDialog-D73pyIg3.js → ReplayDialog-B3EKVdJk.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-CSDta_nu.js → RequestAnatomy-COOQjyUC.js} +1 -1
- package/.output/public/assets/{ResponseView-C4aIUPby.js → ResponseView-DBCjkwye.js} +1 -1
- package/.output/public/assets/{StreamingChunkSequence-D4xxosLx.js → StreamingChunkSequence-CuXhDgMo.js} +1 -1
- package/.output/public/assets/{_sessionId-CZHbJyWO.js → _sessionId-BJlM3nmt.js} +1 -1
- package/.output/public/assets/{_sessionId-DvuNLzSE.js → _sessionId-zbgYl7ZJ.js} +1 -1
- package/.output/public/assets/{index-DZ_wpqQM.js → index-BIK4bPTv.js} +1 -1
- package/.output/public/assets/{index-B17u7JMC.js → index-BZo_8koU.js} +15 -15
- package/.output/public/assets/{index-C0g79BAs.js → index-D2Qw6Ri2.js} +1 -1
- package/.output/public/assets/{index-BWjeqxbk.css → index-ZWschkCh.css} +1 -1
- package/.output/public/assets/{index-CmEO8ykj.js → index-xF_NY8Yb.js} +5 -5
- package/.output/public/assets/{json-viewer-CuWU-H6K.js → json-viewer-B-Ao6pwW.js} +1 -1
- package/.output/public/assets/{jszip.min-DPJI_UKW.js → jszip.min-B_rfAUCe.js} +1 -1
- package/.output/server/_libs/modelcontextprotocol__core.mjs +25 -25
- package/.output/server/_libs/modelcontextprotocol__server.mjs +2 -2
- package/.output/server/_libs/zod.mjs +6 -6
- package/.output/server/{_sessionId-Cun21KZF.mjs → _sessionId-CJ99gZFV.mjs} +3 -1
- package/.output/server/{_sessionId-CoFyeOti.mjs → _sessionId-DEjScBpK.mjs} +5 -3
- package/.output/server/_ssr/{CompareDrawer-Bgc2TZh_.mjs → CompareDrawer-DtOIMeQB.mjs} +4 -2
- package/.output/server/_ssr/{InspectorPet-DyK2ojeh.mjs → InspectorPet-CXc4oCBQ.mjs} +3 -1
- package/.output/server/_ssr/{ProxyViewerContainer-hvn6oVWD.mjs → ProxyViewerContainer-DVPlwfkt.mjs} +52 -27
- package/.output/server/_ssr/{ReplayDialog-KpnrGtZ-.mjs → ReplayDialog-BQEA95qC.mjs} +6 -4
- package/.output/server/_ssr/{RequestAnatomy-uCsfucn8.mjs → RequestAnatomy-BMyd8B7Q.mjs} +4 -2
- package/.output/server/_ssr/{ResponseView-C8UPqoPO.mjs → ResponseView-qrTaEIM8.mjs} +4 -2
- package/.output/server/_ssr/{StreamingChunkSequence-BP28I9sh.mjs → StreamingChunkSequence-BFTL8mIy.mjs} +5 -3
- package/.output/server/_ssr/{index-Du3YNDKx.mjs → index-Bcj1Hcy4.mjs} +4 -2
- package/.output/server/_ssr/{index-BVwVoQlZ.mjs → index-DW-M7XUG.mjs} +3 -1
- package/.output/server/_ssr/index.mjs +4 -3
- package/.output/server/_ssr/{json-viewer-DrE0vtlB.mjs → json-viewer-DiI0Yjsn.mjs} +4 -2
- package/.output/server/_ssr/publicBasePathContext-5264L3rX.mjs +148 -0
- package/.output/server/_ssr/{router-C6nWUZHK.mjs → router-BJ_ltLim.mjs} +2432 -475
- package/.output/server/_ssr/start-C6MjPjxp.mjs +57 -0
- package/.output/server/_tanstack-start-manifest_v-C6pXXX9R.mjs +4 -0
- package/.output/server/index.mjs +99 -99
- package/.output/workers/logFinalizer.worker.js +4 -0
- package/.output/workers/sessionWorkerEntry.js +4 -0
- package/README.md +221 -25
- package/docs/instance-control.openapi.yaml +306 -0
- package/package.json +4 -1
- package/src/cli/alias.ts +440 -0
- package/src/cli/instance.ts +1037 -0
- package/src/cli/instanceArgs.ts +266 -0
- package/src/cli/instanceControl.ts +183 -0
- package/src/cli/instanceModel.ts +275 -0
- package/src/cli/instanceRegistry.ts +740 -0
- package/src/cli/onboard.ts +123 -35
- package/src/cli/onboardTarget.ts +179 -0
- package/src/cli/templates/codex-skill-onboard.ts +76 -28
- package/src/cli/templates/skill-onboard.ts +93 -59
- package/src/cli.ts +154 -16
- package/src/components/ProxyViewer.tsx +13 -5
- package/src/components/providers/SettingsDialog.tsx +13 -8
- package/src/lib/basePath.ts +8 -2
- package/src/lib/codingAgentEndpoints.ts +16 -0
- package/src/lib/instanceContract.ts +220 -0
- package/src/lib/managedInstance.ts +104 -0
- package/src/lib/publicBasePathContext.ts +107 -0
- package/src/mcp/instanceHandlers.ts +149 -0
- package/src/mcp/loopback.ts +16 -5
- package/src/mcp/mode.ts +25 -0
- package/src/mcp/server.ts +258 -18
- package/src/mcp/toolHandlers.ts +2 -2
- package/src/proxy/identityProxy.ts +656 -36
- package/src/proxy/runtimeShutdown.ts +73 -1
- package/src/proxy/sessionInfo.ts +5 -4
- package/src/routes/api/-instances.ts +109 -0
- package/src/routes/api/instances.$name.connection.ts +12 -0
- package/src/routes/api/instances.$name.restart.ts +23 -0
- package/src/routes/api/instances.$name.start.ts +18 -0
- package/src/routes/api/instances.$name.stop.ts +23 -0
- package/src/routes/api/instances.$name.ts +12 -0
- package/src/routes/api/instances.ts +16 -0
- package/src/start.ts +10 -0
- package/.output/server/_ssr/start-HYkvq4Ni.mjs +0 -4
- package/.output/server/_tanstack-start-manifest_v-rshlRaiN.mjs +0 -4
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
import { c as createMiddleware } from "./index.mjs";
|
|
2
|
+
import "../_libs/seroval.mjs";
|
|
3
|
+
import "../_libs/react.mjs";
|
|
4
|
+
import "node:async_hooks";
|
|
5
|
+
import "../_libs/h3-v2.mjs";
|
|
6
|
+
import "../_libs/rou3.mjs";
|
|
7
|
+
import "../_libs/srvx.mjs";
|
|
8
|
+
import "node:http";
|
|
9
|
+
import "node:stream";
|
|
10
|
+
import "node:stream/promises";
|
|
11
|
+
import "node:https";
|
|
12
|
+
import "node:http2";
|
|
13
|
+
import "../_libs/tanstack__router-core.mjs";
|
|
14
|
+
import "../_libs/cookie-es.mjs";
|
|
15
|
+
import "../_libs/seroval-plugins.mjs";
|
|
16
|
+
import "../_libs/tanstack__history.mjs";
|
|
17
|
+
import "node:stream/web";
|
|
18
|
+
import "../_libs/tanstack__react-router.mjs";
|
|
19
|
+
import "../_libs/react-dom.mjs";
|
|
20
|
+
import "util";
|
|
21
|
+
import "crypto";
|
|
22
|
+
import "async_hooks";
|
|
23
|
+
import "stream";
|
|
24
|
+
import "../_libs/isbot.mjs";
|
|
25
|
+
function dedupeSerializationAdapters(deduped, serializationAdapters) {
|
|
26
|
+
for (let i = 0, len = serializationAdapters.length; i < len; i++) {
|
|
27
|
+
const current = serializationAdapters[i];
|
|
28
|
+
if (!deduped.has(current)) {
|
|
29
|
+
deduped.add(current);
|
|
30
|
+
if (current.extends) dedupeSerializationAdapters(deduped, current.extends);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
var createStart = (getOptions) => {
|
|
35
|
+
return {
|
|
36
|
+
getOptions: async () => {
|
|
37
|
+
const options = await getOptions();
|
|
38
|
+
if (options.serializationAdapters) {
|
|
39
|
+
const deduped = /* @__PURE__ */ new Set();
|
|
40
|
+
dedupeSerializationAdapters(deduped, options.serializationAdapters);
|
|
41
|
+
options.serializationAdapters = Array.from(deduped);
|
|
42
|
+
}
|
|
43
|
+
return options;
|
|
44
|
+
},
|
|
45
|
+
createMiddleware
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
const publicBasePathMiddleware = createMiddleware().server(async ({ next, request }) => {
|
|
49
|
+
const { runWithRequestPublicBasePath } = await import("./publicBasePathContext-5264L3rX.mjs").then((n) => n.p);
|
|
50
|
+
return runWithRequestPublicBasePath(request, () => next());
|
|
51
|
+
});
|
|
52
|
+
const startInstance = createStart(() => ({
|
|
53
|
+
requestMiddleware: [publicBasePathMiddleware]
|
|
54
|
+
}));
|
|
55
|
+
export {
|
|
56
|
+
startInstance
|
|
57
|
+
};
|
|
@@ -0,0 +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/instances", "/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-BZo_8koU.js"], scripts: [{ attrs: { type: "module", async: true, src: "/assets/index-BZo_8koU.js" } }] }, "/": { filePath: "C:/Users/claw/workspace/agent-inspector/src/routes/index.tsx", children: void 0, preloads: ["/assets/index-BIK4bPTv.js", "/assets/index-D2Qw6Ri2.js", "/assets/ProxyViewerContainer-BEAhuGOJ.js"] }, "/session/$sessionId": { filePath: "C:/Users/claw/workspace/agent-inspector/src/routes/session/$sessionId.tsx", children: void 0, preloads: ["/assets/_sessionId-zbgYl7ZJ.js", "/assets/_sessionId-BJlM3nmt.js", "/assets/ProxyViewerContainer-BEAhuGOJ.js"] } } });
|
|
2
|
+
export {
|
|
3
|
+
tsrStartManifest
|
|
4
|
+
};
|
package/.output/server/index.mjs
CHANGED
|
@@ -17,152 +17,152 @@ const headers = ((m) => function headersRouteRule(event) {
|
|
|
17
17
|
}
|
|
18
18
|
});
|
|
19
19
|
const assets = {
|
|
20
|
-
"/assets/
|
|
21
|
-
"type": "image/vnd.microsoft.icon",
|
|
22
|
-
"etag": '"38fa-ZD8kPABHYjPIkcH82FMY6iZM7fI"',
|
|
23
|
-
"mtime": "2026-07-15T02:45:04.523Z",
|
|
24
|
-
"size": 14586,
|
|
25
|
-
"path": "../public/assets/agent-inspector-58K1_MsC.ico"
|
|
26
|
-
},
|
|
27
|
-
"/assets/CompareDrawer-BAXxwTwT.js": {
|
|
20
|
+
"/assets/CompareDrawer-B3_TLTJh.js": {
|
|
28
21
|
"type": "text/javascript; charset=utf-8",
|
|
29
|
-
"etag": '"502d-
|
|
30
|
-
"mtime": "2026-07-
|
|
22
|
+
"etag": '"502d-aK3RFFacckU/5Ej7CleGYyQJMtg"',
|
|
23
|
+
"mtime": "2026-07-15T07:31:00.739Z",
|
|
31
24
|
"size": 20525,
|
|
32
|
-
"path": "../public/assets/CompareDrawer-
|
|
25
|
+
"path": "../public/assets/CompareDrawer-B3_TLTJh.js"
|
|
33
26
|
},
|
|
34
|
-
"/assets/index-
|
|
27
|
+
"/assets/index-D2Qw6Ri2.js": {
|
|
35
28
|
"type": "text/javascript; charset=utf-8",
|
|
36
|
-
"etag": '"
|
|
37
|
-
"mtime": "2026-07-
|
|
38
|
-
"size":
|
|
39
|
-
"path": "../public/assets/index-
|
|
29
|
+
"etag": '"265-aqrKP/m7RXG2xGG4f98hJ0XnHqo"',
|
|
30
|
+
"mtime": "2026-07-15T07:31:00.739Z",
|
|
31
|
+
"size": 613,
|
|
32
|
+
"path": "../public/assets/index-D2Qw6Ri2.js"
|
|
40
33
|
},
|
|
41
34
|
"/assets/alibaba-TTwafVwX.svg": {
|
|
42
35
|
"type": "image/svg+xml",
|
|
43
36
|
"etag": '"171b-6dyV5K8QjiaY35sN9qNprh9zDIs"',
|
|
44
|
-
"mtime": "2026-07-
|
|
37
|
+
"mtime": "2026-07-15T07:31:00.738Z",
|
|
45
38
|
"size": 5915,
|
|
46
39
|
"path": "../public/assets/alibaba-TTwafVwX.svg"
|
|
47
40
|
},
|
|
48
|
-
"/assets/index-
|
|
49
|
-
"type": "text/
|
|
50
|
-
"etag": '"
|
|
51
|
-
"mtime": "2026-07-
|
|
52
|
-
"size":
|
|
53
|
-
"path": "../public/assets/index-
|
|
41
|
+
"/assets/index-BIK4bPTv.js": {
|
|
42
|
+
"type": "text/javascript; charset=utf-8",
|
|
43
|
+
"etag": '"9f-Bg5AewQy90I0AthEQG7Rn9fkNwA"',
|
|
44
|
+
"mtime": "2026-07-15T07:31:00.738Z",
|
|
45
|
+
"size": 159,
|
|
46
|
+
"path": "../public/assets/index-BIK4bPTv.js"
|
|
54
47
|
},
|
|
55
|
-
"/assets/index-
|
|
48
|
+
"/assets/index-xF_NY8Yb.js": {
|
|
56
49
|
"type": "text/javascript; charset=utf-8",
|
|
57
|
-
"etag": '"1cd2d-
|
|
58
|
-
"mtime": "2026-07-
|
|
50
|
+
"etag": '"1cd2d-sVqa/fOF9t0Nvb8oBvn4V6yUVGs"',
|
|
51
|
+
"mtime": "2026-07-15T07:31:00.740Z",
|
|
59
52
|
"size": 118061,
|
|
60
|
-
"path": "../public/assets/index-
|
|
53
|
+
"path": "../public/assets/index-xF_NY8Yb.js"
|
|
61
54
|
},
|
|
62
|
-
"/assets/
|
|
55
|
+
"/assets/agent-inspector-58K1_MsC.ico": {
|
|
56
|
+
"type": "image/vnd.microsoft.icon",
|
|
57
|
+
"etag": '"38fa-ZD8kPABHYjPIkcH82FMY6iZM7fI"',
|
|
58
|
+
"mtime": "2026-07-15T07:31:00.735Z",
|
|
59
|
+
"size": 14586,
|
|
60
|
+
"path": "../public/assets/agent-inspector-58K1_MsC.ico"
|
|
61
|
+
},
|
|
62
|
+
"/assets/index-BZo_8koU.js": {
|
|
63
63
|
"type": "text/javascript; charset=utf-8",
|
|
64
|
-
"etag": '"
|
|
65
|
-
"mtime": "2026-07-
|
|
66
|
-
"size":
|
|
67
|
-
"path": "../public/assets/index-
|
|
64
|
+
"etag": '"5cc50-dJsWYadeE8WKjJ1yXvnfIlOipxU"',
|
|
65
|
+
"mtime": "2026-07-15T07:31:00.739Z",
|
|
66
|
+
"size": 379984,
|
|
67
|
+
"path": "../public/assets/index-BZo_8koU.js"
|
|
68
|
+
},
|
|
69
|
+
"/assets/json-viewer-B-Ao6pwW.js": {
|
|
70
|
+
"type": "text/javascript; charset=utf-8",
|
|
71
|
+
"etag": '"1ae2-8hcj3rCArewf31geWrsmuBVNJAI"',
|
|
72
|
+
"mtime": "2026-07-15T07:31:00.740Z",
|
|
73
|
+
"size": 6882,
|
|
74
|
+
"path": "../public/assets/json-viewer-B-Ao6pwW.js"
|
|
68
75
|
},
|
|
69
76
|
"/assets/minimax-BPMzvuL-.jpeg": {
|
|
70
77
|
"type": "image/jpeg",
|
|
71
78
|
"etag": '"1b06-IwivU89ko5UTMUM1/t7hn4sQK9A"',
|
|
72
|
-
"mtime": "2026-07-
|
|
79
|
+
"mtime": "2026-07-15T07:31:00.738Z",
|
|
73
80
|
"size": 6918,
|
|
74
81
|
"path": "../public/assets/minimax-BPMzvuL-.jpeg"
|
|
75
82
|
},
|
|
76
|
-
"/assets/index-B17u7JMC.js": {
|
|
77
|
-
"type": "text/javascript; charset=utf-8",
|
|
78
|
-
"etag": '"5c899-e5bKrXdnzaqPWls1MKh3IV/GaQw"',
|
|
79
|
-
"mtime": "2026-07-15T02:45:04.525Z",
|
|
80
|
-
"size": 379033,
|
|
81
|
-
"path": "../public/assets/index-B17u7JMC.js"
|
|
82
|
-
},
|
|
83
|
-
"/assets/json-viewer-CuWU-H6K.js": {
|
|
84
|
-
"type": "text/javascript; charset=utf-8",
|
|
85
|
-
"etag": '"1ae2-o19BwHcX8b1Mr0awko38lVJwV9M"',
|
|
86
|
-
"mtime": "2026-07-15T02:45:04.526Z",
|
|
87
|
-
"size": 6882,
|
|
88
|
-
"path": "../public/assets/json-viewer-CuWU-H6K.js"
|
|
89
|
-
},
|
|
90
|
-
"/assets/ReplayDialog-D73pyIg3.js": {
|
|
91
|
-
"type": "text/javascript; charset=utf-8",
|
|
92
|
-
"etag": '"3294-juK1Ds9Q2hKSlMjKrwNu9h9NwxY"',
|
|
93
|
-
"mtime": "2026-07-15T02:45:04.526Z",
|
|
94
|
-
"size": 12948,
|
|
95
|
-
"path": "../public/assets/ReplayDialog-D73pyIg3.js"
|
|
96
|
-
},
|
|
97
83
|
"/assets/qwen-mMn3f5ul.webp": {
|
|
98
84
|
"type": "image/webp",
|
|
99
85
|
"etag": '"1b1a-Tw+b2ynhJQl9WztaK3ajSL85yaU"',
|
|
100
|
-
"mtime": "2026-07-
|
|
86
|
+
"mtime": "2026-07-15T07:31:00.738Z",
|
|
101
87
|
"size": 6938,
|
|
102
88
|
"path": "../public/assets/qwen-mMn3f5ul.webp"
|
|
103
89
|
},
|
|
104
|
-
"/assets/
|
|
90
|
+
"/assets/jszip.min-B_rfAUCe.js": {
|
|
105
91
|
"type": "text/javascript; charset=utf-8",
|
|
106
|
-
"etag": '"
|
|
107
|
-
"mtime": "2026-07-
|
|
108
|
-
"size":
|
|
109
|
-
"path": "../public/assets/
|
|
92
|
+
"etag": '"17b79-KZ9DO/341E/cglrZC7iwo63qlbo"',
|
|
93
|
+
"mtime": "2026-07-15T07:31:00.739Z",
|
|
94
|
+
"size": 97145,
|
|
95
|
+
"path": "../public/assets/jszip.min-B_rfAUCe.js"
|
|
110
96
|
},
|
|
111
|
-
"/assets/
|
|
112
|
-
"type": "
|
|
113
|
-
"etag": '"
|
|
114
|
-
"mtime": "2026-07-
|
|
115
|
-
"size":
|
|
116
|
-
"path": "../public/assets/
|
|
97
|
+
"/assets/index-ZWschkCh.css": {
|
|
98
|
+
"type": "text/css; charset=utf-8",
|
|
99
|
+
"etag": '"2b56d-XO6DP+8X9MxT/DZVhWw23WgghXI"',
|
|
100
|
+
"mtime": "2026-07-15T07:31:00.738Z",
|
|
101
|
+
"size": 177517,
|
|
102
|
+
"path": "../public/assets/index-ZWschkCh.css"
|
|
117
103
|
},
|
|
118
|
-
"/assets/
|
|
104
|
+
"/assets/ReplayDialog-B3EKVdJk.js": {
|
|
119
105
|
"type": "text/javascript; charset=utf-8",
|
|
120
|
-
"etag": '"
|
|
121
|
-
"mtime": "2026-07-
|
|
122
|
-
"size":
|
|
123
|
-
"path": "../public/assets/
|
|
106
|
+
"etag": '"3294-/k4AahpzOh7KYSdXhvqX5Tu83eU"',
|
|
107
|
+
"mtime": "2026-07-15T07:31:00.739Z",
|
|
108
|
+
"size": 12948,
|
|
109
|
+
"path": "../public/assets/ReplayDialog-B3EKVdJk.js"
|
|
124
110
|
},
|
|
125
|
-
"/assets/
|
|
111
|
+
"/assets/ResponseView-DBCjkwye.js": {
|
|
126
112
|
"type": "text/javascript; charset=utf-8",
|
|
127
|
-
"etag": '"
|
|
128
|
-
"mtime": "2026-07-
|
|
129
|
-
"size":
|
|
130
|
-
"path": "../public/assets/
|
|
113
|
+
"etag": '"44d3-Rw6VK3kKL8YYTL9vyivhD9iA9+s"',
|
|
114
|
+
"mtime": "2026-07-15T07:31:00.739Z",
|
|
115
|
+
"size": 17619,
|
|
116
|
+
"path": "../public/assets/ResponseView-DBCjkwye.js"
|
|
131
117
|
},
|
|
132
|
-
"/assets/
|
|
118
|
+
"/assets/RequestAnatomy-COOQjyUC.js": {
|
|
133
119
|
"type": "text/javascript; charset=utf-8",
|
|
134
|
-
"etag": '"
|
|
135
|
-
"mtime": "2026-07-
|
|
136
|
-
"size":
|
|
137
|
-
"path": "../public/assets/
|
|
120
|
+
"etag": '"43f3-aU2/w0qHX0bLL/joiaHCknt8BV4"',
|
|
121
|
+
"mtime": "2026-07-15T07:31:00.739Z",
|
|
122
|
+
"size": 17395,
|
|
123
|
+
"path": "../public/assets/RequestAnatomy-COOQjyUC.js"
|
|
138
124
|
},
|
|
139
|
-
"/assets/
|
|
125
|
+
"/assets/_sessionId-zbgYl7ZJ.js": {
|
|
140
126
|
"type": "text/javascript; charset=utf-8",
|
|
141
|
-
"etag": '"
|
|
142
|
-
"mtime": "2026-07-
|
|
143
|
-
"size":
|
|
144
|
-
"path": "../public/assets/
|
|
127
|
+
"etag": '"a2-OOiGgBsSNy/s+8QufssiKBRJlHM"',
|
|
128
|
+
"mtime": "2026-07-15T07:31:00.739Z",
|
|
129
|
+
"size": 162,
|
|
130
|
+
"path": "../public/assets/_sessionId-zbgYl7ZJ.js"
|
|
145
131
|
},
|
|
146
|
-
"/assets/_sessionId-
|
|
132
|
+
"/assets/_sessionId-BJlM3nmt.js": {
|
|
147
133
|
"type": "text/javascript; charset=utf-8",
|
|
148
|
-
"etag": '"36d-
|
|
149
|
-
"mtime": "2026-07-
|
|
134
|
+
"etag": '"36d-nF6jMPADmD1ISkCKpojWY61JUIs"',
|
|
135
|
+
"mtime": "2026-07-15T07:31:00.739Z",
|
|
150
136
|
"size": 877,
|
|
151
|
-
"path": "../public/assets/_sessionId-
|
|
137
|
+
"path": "../public/assets/_sessionId-BJlM3nmt.js"
|
|
138
|
+
},
|
|
139
|
+
"/assets/zhipuai-BPNAnxo-.svg": {
|
|
140
|
+
"type": "image/svg+xml",
|
|
141
|
+
"etag": '"2bf8-hNaLCTi89nOFCsIIfWpP/jrfo0s"',
|
|
142
|
+
"mtime": "2026-07-15T07:31:00.738Z",
|
|
143
|
+
"size": 11256,
|
|
144
|
+
"path": "../public/assets/zhipuai-BPNAnxo-.svg"
|
|
145
|
+
},
|
|
146
|
+
"/assets/StreamingChunkSequence-CuXhDgMo.js": {
|
|
147
|
+
"type": "text/javascript; charset=utf-8",
|
|
148
|
+
"etag": '"e96-6GPbsEVBrSe/WtLE/kqX/pEZV80"',
|
|
149
|
+
"mtime": "2026-07-15T07:31:00.740Z",
|
|
150
|
+
"size": 3734,
|
|
151
|
+
"path": "../public/assets/StreamingChunkSequence-CuXhDgMo.js"
|
|
152
152
|
},
|
|
153
|
-
"/assets/InspectorPet-
|
|
153
|
+
"/assets/InspectorPet-Cpn6hv4P.js": {
|
|
154
154
|
"type": "text/javascript; charset=utf-8",
|
|
155
|
-
"etag": '"81982-
|
|
156
|
-
"mtime": "2026-07-
|
|
155
|
+
"etag": '"81982-QnPrBOxaXhezjZvFyTQD5VG7FZg"',
|
|
156
|
+
"mtime": "2026-07-15T07:31:00.740Z",
|
|
157
157
|
"size": 530818,
|
|
158
|
-
"path": "../public/assets/InspectorPet-
|
|
158
|
+
"path": "../public/assets/InspectorPet-Cpn6hv4P.js"
|
|
159
159
|
},
|
|
160
|
-
"/assets/ProxyViewerContainer-
|
|
160
|
+
"/assets/ProxyViewerContainer-BEAhuGOJ.js": {
|
|
161
161
|
"type": "text/javascript; charset=utf-8",
|
|
162
|
-
"etag": '"
|
|
163
|
-
"mtime": "2026-07-
|
|
164
|
-
"size":
|
|
165
|
-
"path": "../public/assets/ProxyViewerContainer-
|
|
162
|
+
"etag": '"a5797-e7k3uwW6DfS3wWeJ3Naeqx+VSro"',
|
|
163
|
+
"mtime": "2026-07-15T07:31:00.740Z",
|
|
164
|
+
"size": 677783,
|
|
165
|
+
"path": "../public/assets/ProxyViewerContainer-BEAhuGOJ.js"
|
|
166
166
|
}
|
|
167
167
|
};
|
|
168
168
|
function readAsset(id) {
|
|
@@ -16575,6 +16575,10 @@ function isSessionProcessAvailable() {
|
|
|
16575
16575
|
// src/proxy/logIndex.ts
|
|
16576
16576
|
var idGenerationChain = Promise.resolve();
|
|
16577
16577
|
|
|
16578
|
+
// src/lib/publicBasePathContext.ts
|
|
16579
|
+
import { AsyncLocalStorage } from "node:async_hooks";
|
|
16580
|
+
var publicRequestStorage = new AsyncLocalStorage();
|
|
16581
|
+
|
|
16578
16582
|
// src/proxy/store.ts
|
|
16579
16583
|
var sessionArchiveQueue = Promise.resolve();
|
|
16580
16584
|
|
|
@@ -16572,6 +16572,10 @@ function isSessionProcessAvailable() {
|
|
|
16572
16572
|
// src/proxy/logIndex.ts
|
|
16573
16573
|
var idGenerationChain = Promise.resolve();
|
|
16574
16574
|
|
|
16575
|
+
// src/lib/publicBasePathContext.ts
|
|
16576
|
+
import { AsyncLocalStorage } from "node:async_hooks";
|
|
16577
|
+
var publicRequestStorage = new AsyncLocalStorage();
|
|
16578
|
+
|
|
16575
16579
|
// src/proxy/store.ts
|
|
16576
16580
|
var sessionArchiveQueue = Promise.resolve();
|
|
16577
16581
|
|