@tonyclaw/agent-inspector 2.0.30 → 2.0.32
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-BDzfRSt1.js → CompareDrawer-Dgi0hhg5.js} +1 -1
- package/.output/public/assets/ProxyViewerContainer-4dG0nLRp.js +115 -0
- package/.output/public/assets/{ReplayDialog-p-5TKg75.js → ReplayDialog-BL6BwDuI.js} +1 -1
- package/.output/public/assets/{RequestAnatomy-G0dV8-D_.js → RequestAnatomy-DZMmiIiD.js} +1 -1
- package/.output/public/assets/{ResponseView-D2wE6lD-.js → ResponseView-DJLOiTYq.js} +1 -1
- package/.output/public/assets/{StreamingChunkSequence-D8JRK-j_.js → StreamingChunkSequence--SxZ5cxc.js} +1 -1
- package/.output/public/assets/_sessionId-C4z6gu9i.js +1 -0
- package/.output/public/assets/index-Drpb2qR5.js +1 -0
- package/.output/public/assets/index-fUUi8iQF.css +1 -0
- package/.output/public/assets/{main-XHHZsOBK.js → main-CbRIHhJ5.js} +2 -2
- package/.output/server/_libs/lucide-react.mjs +160 -135
- package/.output/server/{_sessionId-CK9QEhkB.mjs → _sessionId-DNfumR8F.mjs} +2 -2
- package/.output/server/_ssr/{CompareDrawer-BJVPFMIx.mjs → CompareDrawer-CzgjhnUa.mjs} +3 -3
- package/.output/server/_ssr/{ProxyViewerContainer-DhbmJ2zj.mjs → ProxyViewerContainer-BqOcZ7en.mjs} +737 -17
- package/.output/server/_ssr/{ReplayDialog-DXRj95Gj.mjs → ReplayDialog-DmEknIL8.mjs} +4 -4
- package/.output/server/_ssr/{RequestAnatomy-CrYJTXdJ.mjs → RequestAnatomy-DNoiMudY.mjs} +3 -3
- package/.output/server/_ssr/{ResponseView-4ESqSITr.mjs → ResponseView-C_cRrleT.mjs} +3 -3
- package/.output/server/_ssr/{StreamingChunkSequence-Czdko5n_.mjs → StreamingChunkSequence-DHZ9Q_dL.mjs} +3 -3
- package/.output/server/_ssr/{index-bei0I7qL.mjs → index-coYS9XyS.mjs} +2 -2
- package/.output/server/_ssr/index.mjs +2 -2
- package/.output/server/_ssr/{router-sQh4Gk8J.mjs → router-DUb5lKw1.mjs} +174 -40
- package/.output/server/{_tanstack-start-manifest_v-C0fdSWnA.mjs → _tanstack-start-manifest_v-xcG1o8Vt.mjs} +1 -1
- package/.output/server/index.mjs +60 -60
- package/package.json +1 -1
- package/src/components/ProxyViewer.tsx +9 -2
- package/src/components/groups/GroupsDialog.tsx +945 -0
- package/src/lib/groupContract.ts +24 -2
- package/src/lib/runContract.ts +2 -0
- package/src/lib/useGroupEvidence.ts +33 -0
- package/src/lib/useGroups.ts +28 -0
- package/src/mcp/server.ts +20 -1
- package/src/mcp/toolHandlers.ts +22 -0
- package/src/proxy/groupEvidenceExporter.ts +13 -0
- package/src/proxy/groupStore.ts +52 -2
- package/src/routes/api/groups.$groupId.evidence.ts +14 -2
- package/src/routes/api/groups.$groupId.ts +38 -1
- package/.output/public/assets/ProxyViewerContainer-NtOD8Ex_.js +0 -115
- package/.output/public/assets/_sessionId-zimzVrJE.js +0 -1
- package/.output/public/assets/index-Cv5vPgpr.js +0 -1
- package/.output/public/assets/index-CwlHPmgL.css +0 -1
|
@@ -75,32 +75,32 @@ const createLucideIcon = (iconName, iconNode) => {
|
|
|
75
75
|
Component.displayName = toPascalCase(iconName);
|
|
76
76
|
return Component;
|
|
77
77
|
};
|
|
78
|
-
const __iconNode$
|
|
78
|
+
const __iconNode$16 = [
|
|
79
79
|
["path", { d: "m7 7 10 10", key: "1fmybs" }],
|
|
80
80
|
["path", { d: "M17 7v10H7", key: "6fjiku" }]
|
|
81
81
|
];
|
|
82
|
-
const ArrowDownRight = createLucideIcon("arrow-down-right", __iconNode$
|
|
83
|
-
const __iconNode$
|
|
82
|
+
const ArrowDownRight = createLucideIcon("arrow-down-right", __iconNode$16);
|
|
83
|
+
const __iconNode$15 = [
|
|
84
84
|
["path", { d: "M12 5v14", key: "s699le" }],
|
|
85
85
|
["path", { d: "m19 12-7 7-7-7", key: "1idqje" }]
|
|
86
86
|
];
|
|
87
|
-
const ArrowDown = createLucideIcon("arrow-down", __iconNode$
|
|
88
|
-
const __iconNode$
|
|
87
|
+
const ArrowDown = createLucideIcon("arrow-down", __iconNode$15);
|
|
88
|
+
const __iconNode$14 = [
|
|
89
89
|
["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
|
|
90
90
|
["path", { d: "M19 12H5", key: "x3x0zl" }]
|
|
91
91
|
];
|
|
92
|
-
const ArrowLeft = createLucideIcon("arrow-left", __iconNode$
|
|
93
|
-
const __iconNode$
|
|
92
|
+
const ArrowLeft = createLucideIcon("arrow-left", __iconNode$14);
|
|
93
|
+
const __iconNode$13 = [
|
|
94
94
|
["path", { d: "M7 7h10v10", key: "1tivn9" }],
|
|
95
95
|
["path", { d: "M7 17 17 7", key: "1vkiza" }]
|
|
96
96
|
];
|
|
97
|
-
const ArrowUpRight = createLucideIcon("arrow-up-right", __iconNode$
|
|
98
|
-
const __iconNode$
|
|
97
|
+
const ArrowUpRight = createLucideIcon("arrow-up-right", __iconNode$13);
|
|
98
|
+
const __iconNode$12 = [
|
|
99
99
|
["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
|
|
100
100
|
["path", { d: "M12 19V5", key: "x0mq9r" }]
|
|
101
101
|
];
|
|
102
|
-
const ArrowUp = createLucideIcon("arrow-up", __iconNode$
|
|
103
|
-
const __iconNode$
|
|
102
|
+
const ArrowUp = createLucideIcon("arrow-up", __iconNode$12);
|
|
103
|
+
const __iconNode$11 = [
|
|
104
104
|
[
|
|
105
105
|
"path",
|
|
106
106
|
{
|
|
@@ -110,8 +110,8 @@ const __iconNode$10 = [
|
|
|
110
110
|
],
|
|
111
111
|
["rect", { x: "14", y: "2", width: "8", height: "8", rx: "1", key: "88lufb" }]
|
|
112
112
|
];
|
|
113
|
-
const Blocks = createLucideIcon("blocks", __iconNode$
|
|
114
|
-
const __iconNode
|
|
113
|
+
const Blocks = createLucideIcon("blocks", __iconNode$11);
|
|
114
|
+
const __iconNode$10 = [
|
|
115
115
|
[
|
|
116
116
|
"path",
|
|
117
117
|
{ d: "M8 3H7a2 2 0 0 0-2 2v5a2 2 0 0 1-2 2 2 2 0 0 1 2 2v5c0 1.1.9 2 2 2h1", key: "ezmyqa" }
|
|
@@ -124,8 +124,8 @@ const __iconNode$$ = [
|
|
|
124
124
|
}
|
|
125
125
|
]
|
|
126
126
|
];
|
|
127
|
-
const Braces = createLucideIcon("braces", __iconNode
|
|
128
|
-
const __iconNode
|
|
127
|
+
const Braces = createLucideIcon("braces", __iconNode$10);
|
|
128
|
+
const __iconNode$$ = [
|
|
129
129
|
["path", { d: "M12 18V5", key: "adv99a" }],
|
|
130
130
|
["path", { d: "M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4", key: "1e3is1" }],
|
|
131
131
|
["path", { d: "M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5", key: "1gqd8o" }],
|
|
@@ -135,109 +135,109 @@ const __iconNode$_ = [
|
|
|
135
135
|
["path", { d: "M6 18a4 4 0 0 1-2-7.464", key: "k1g0md" }],
|
|
136
136
|
["path", { d: "M6.003 5.125a4 4 0 0 0-2.526 5.77", key: "q97ue3" }]
|
|
137
137
|
];
|
|
138
|
-
const Brain = createLucideIcon("brain", __iconNode
|
|
139
|
-
const __iconNode$
|
|
140
|
-
const Check = createLucideIcon("check", __iconNode$
|
|
141
|
-
const __iconNode$
|
|
142
|
-
const ChevronDown = createLucideIcon("chevron-down", __iconNode$
|
|
143
|
-
const __iconNode$
|
|
144
|
-
const ChevronRight = createLucideIcon("chevron-right", __iconNode$
|
|
145
|
-
const __iconNode$
|
|
146
|
-
const ChevronUp = createLucideIcon("chevron-up", __iconNode$
|
|
147
|
-
const __iconNode$
|
|
138
|
+
const Brain = createLucideIcon("brain", __iconNode$$);
|
|
139
|
+
const __iconNode$_ = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
|
|
140
|
+
const Check = createLucideIcon("check", __iconNode$_);
|
|
141
|
+
const __iconNode$Z = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
|
|
142
|
+
const ChevronDown = createLucideIcon("chevron-down", __iconNode$Z);
|
|
143
|
+
const __iconNode$Y = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
|
|
144
|
+
const ChevronRight = createLucideIcon("chevron-right", __iconNode$Y);
|
|
145
|
+
const __iconNode$X = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
|
|
146
|
+
const ChevronUp = createLucideIcon("chevron-up", __iconNode$X);
|
|
147
|
+
const __iconNode$W = [
|
|
148
148
|
["path", { d: "m7 6 5 5 5-5", key: "1lc07p" }],
|
|
149
149
|
["path", { d: "m7 13 5 5 5-5", key: "1d48rs" }]
|
|
150
150
|
];
|
|
151
|
-
const ChevronsDown = createLucideIcon("chevrons-down", __iconNode$
|
|
152
|
-
const __iconNode$
|
|
151
|
+
const ChevronsDown = createLucideIcon("chevrons-down", __iconNode$W);
|
|
152
|
+
const __iconNode$V = [
|
|
153
153
|
["path", { d: "m17 11-5-5-5 5", key: "e8nh98" }],
|
|
154
154
|
["path", { d: "m17 18-5-5-5 5", key: "2avn1x" }]
|
|
155
155
|
];
|
|
156
|
-
const ChevronsUp = createLucideIcon("chevrons-up", __iconNode$
|
|
157
|
-
const __iconNode$
|
|
156
|
+
const ChevronsUp = createLucideIcon("chevrons-up", __iconNode$V);
|
|
157
|
+
const __iconNode$U = [
|
|
158
158
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
159
159
|
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
160
160
|
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
161
161
|
];
|
|
162
|
-
const CircleAlert = createLucideIcon("circle-alert", __iconNode$
|
|
163
|
-
const __iconNode$
|
|
162
|
+
const CircleAlert = createLucideIcon("circle-alert", __iconNode$U);
|
|
163
|
+
const __iconNode$T = [
|
|
164
164
|
["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
|
|
165
165
|
["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
|
|
166
166
|
];
|
|
167
|
-
const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$
|
|
168
|
-
const __iconNode$
|
|
167
|
+
const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$T);
|
|
168
|
+
const __iconNode$S = [
|
|
169
169
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
170
170
|
["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
|
|
171
171
|
];
|
|
172
|
-
const CircleCheck = createLucideIcon("circle-check", __iconNode$
|
|
173
|
-
const __iconNode$
|
|
172
|
+
const CircleCheck = createLucideIcon("circle-check", __iconNode$S);
|
|
173
|
+
const __iconNode$R = [
|
|
174
174
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
175
175
|
["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", key: "1u773s" }],
|
|
176
176
|
["path", { d: "M12 17h.01", key: "p32p05" }]
|
|
177
177
|
];
|
|
178
|
-
const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$
|
|
179
|
-
const __iconNode$
|
|
178
|
+
const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$R);
|
|
179
|
+
const __iconNode$Q = [
|
|
180
180
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
181
181
|
["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
|
|
182
182
|
];
|
|
183
|
-
const CircleStop = createLucideIcon("circle-stop", __iconNode$
|
|
184
|
-
const __iconNode$
|
|
183
|
+
const CircleStop = createLucideIcon("circle-stop", __iconNode$Q);
|
|
184
|
+
const __iconNode$P = [
|
|
185
185
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
186
186
|
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
|
|
187
187
|
["path", { d: "m9 9 6 6", key: "z0biqf" }]
|
|
188
188
|
];
|
|
189
|
-
const CircleX = createLucideIcon("circle-x", __iconNode$
|
|
190
|
-
const __iconNode$
|
|
189
|
+
const CircleX = createLucideIcon("circle-x", __iconNode$P);
|
|
190
|
+
const __iconNode$O = [
|
|
191
191
|
["path", { d: "M12 6v6l4 2", key: "mmk7yg" }],
|
|
192
192
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
|
|
193
193
|
];
|
|
194
|
-
const Clock = createLucideIcon("clock", __iconNode$
|
|
195
|
-
const __iconNode$
|
|
194
|
+
const Clock = createLucideIcon("clock", __iconNode$O);
|
|
195
|
+
const __iconNode$N = [
|
|
196
196
|
["path", { d: "M12 13v8", key: "1l5pq0" }],
|
|
197
197
|
["path", { d: "M4 14.899A7 7 0 1 1 15.71 8h1.79a4.5 4.5 0 0 1 2.5 8.242", key: "1pljnt" }],
|
|
198
198
|
["path", { d: "m8 17 4-4 4 4", key: "1quai1" }]
|
|
199
199
|
];
|
|
200
|
-
const CloudUpload = createLucideIcon("cloud-upload", __iconNode$
|
|
201
|
-
const __iconNode$
|
|
200
|
+
const CloudUpload = createLucideIcon("cloud-upload", __iconNode$N);
|
|
201
|
+
const __iconNode$M = [
|
|
202
202
|
["path", { d: "m18 16 4-4-4-4", key: "1inbqp" }],
|
|
203
203
|
["path", { d: "m6 8-4 4 4 4", key: "15zrgr" }],
|
|
204
204
|
["path", { d: "m14.5 4-5 16", key: "e7oirm" }]
|
|
205
205
|
];
|
|
206
|
-
const CodeXml = createLucideIcon("code-xml", __iconNode$
|
|
207
|
-
const __iconNode$
|
|
206
|
+
const CodeXml = createLucideIcon("code-xml", __iconNode$M);
|
|
207
|
+
const __iconNode$L = [
|
|
208
208
|
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
209
209
|
["path", { d: "M12 3v18", key: "108xh3" }]
|
|
210
210
|
];
|
|
211
|
-
const Columns2 = createLucideIcon("columns-2", __iconNode$
|
|
212
|
-
const __iconNode$
|
|
211
|
+
const Columns2 = createLucideIcon("columns-2", __iconNode$L);
|
|
212
|
+
const __iconNode$K = [
|
|
213
213
|
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
214
214
|
["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }]
|
|
215
215
|
];
|
|
216
|
-
const Copy = createLucideIcon("copy", __iconNode$
|
|
217
|
-
const __iconNode$
|
|
216
|
+
const Copy = createLucideIcon("copy", __iconNode$K);
|
|
217
|
+
const __iconNode$J = [
|
|
218
218
|
["path", { d: "M12 15V3", key: "m9g1x1" }],
|
|
219
219
|
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
220
220
|
["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
|
|
221
221
|
];
|
|
222
|
-
const Download = createLucideIcon("download", __iconNode$
|
|
223
|
-
const __iconNode$
|
|
222
|
+
const Download = createLucideIcon("download", __iconNode$J);
|
|
223
|
+
const __iconNode$I = [
|
|
224
224
|
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
225
225
|
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
226
226
|
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
227
227
|
];
|
|
228
|
-
const Ellipsis = createLucideIcon("ellipsis", __iconNode$
|
|
229
|
-
const __iconNode$
|
|
228
|
+
const Ellipsis = createLucideIcon("ellipsis", __iconNode$I);
|
|
229
|
+
const __iconNode$H = [
|
|
230
230
|
["line", { x1: "5", x2: "19", y1: "9", y2: "9", key: "1nwqeh" }],
|
|
231
231
|
["line", { x1: "5", x2: "19", y1: "15", y2: "15", key: "g8yjpy" }]
|
|
232
232
|
];
|
|
233
|
-
const Equal = createLucideIcon("equal", __iconNode$
|
|
234
|
-
const __iconNode$
|
|
233
|
+
const Equal = createLucideIcon("equal", __iconNode$H);
|
|
234
|
+
const __iconNode$G = [
|
|
235
235
|
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
236
236
|
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
237
237
|
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
238
238
|
];
|
|
239
|
-
const ExternalLink = createLucideIcon("external-link", __iconNode$
|
|
240
|
-
const __iconNode$
|
|
239
|
+
const ExternalLink = createLucideIcon("external-link", __iconNode$G);
|
|
240
|
+
const __iconNode$F = [
|
|
241
241
|
[
|
|
242
242
|
"path",
|
|
243
243
|
{
|
|
@@ -255,8 +255,8 @@ const __iconNode$E = [
|
|
|
255
255
|
],
|
|
256
256
|
["path", { d: "m2 2 20 20", key: "1ooewy" }]
|
|
257
257
|
];
|
|
258
|
-
const EyeOff = createLucideIcon("eye-off", __iconNode$
|
|
259
|
-
const __iconNode$
|
|
258
|
+
const EyeOff = createLucideIcon("eye-off", __iconNode$F);
|
|
259
|
+
const __iconNode$E = [
|
|
260
260
|
[
|
|
261
261
|
"path",
|
|
262
262
|
{
|
|
@@ -266,8 +266,8 @@ const __iconNode$D = [
|
|
|
266
266
|
],
|
|
267
267
|
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
268
268
|
];
|
|
269
|
-
const Eye = createLucideIcon("eye", __iconNode$
|
|
270
|
-
const __iconNode$
|
|
269
|
+
const Eye = createLucideIcon("eye", __iconNode$E);
|
|
270
|
+
const __iconNode$D = [
|
|
271
271
|
[
|
|
272
272
|
"path",
|
|
273
273
|
{
|
|
@@ -279,8 +279,8 @@ const __iconNode$C = [
|
|
|
279
279
|
["path", { d: "M12 13V7", key: "h0r20n" }],
|
|
280
280
|
["path", { d: "M9 17h6", key: "r8uit2" }]
|
|
281
281
|
];
|
|
282
|
-
const FileDiff = createLucideIcon("file-diff", __iconNode$
|
|
283
|
-
const __iconNode$
|
|
282
|
+
const FileDiff = createLucideIcon("file-diff", __iconNode$D);
|
|
283
|
+
const __iconNode$C = [
|
|
284
284
|
[
|
|
285
285
|
"path",
|
|
286
286
|
{
|
|
@@ -292,8 +292,8 @@ const __iconNode$B = [
|
|
|
292
292
|
["circle", { cx: "11.5", cy: "14.5", r: "2.5", key: "1bq0ko" }],
|
|
293
293
|
["path", { d: "M13.3 16.3 15 18", key: "2quom7" }]
|
|
294
294
|
];
|
|
295
|
-
const FileSearch = createLucideIcon("file-search", __iconNode$
|
|
296
|
-
const __iconNode$
|
|
295
|
+
const FileSearch = createLucideIcon("file-search", __iconNode$C);
|
|
296
|
+
const __iconNode$B = [
|
|
297
297
|
[
|
|
298
298
|
"path",
|
|
299
299
|
{
|
|
@@ -305,8 +305,8 @@ const __iconNode$A = [
|
|
|
305
305
|
["path", { d: "m8 16 2-2-2-2", key: "10vzyd" }],
|
|
306
306
|
["path", { d: "M12 18h4", key: "1wd2n7" }]
|
|
307
307
|
];
|
|
308
|
-
const FileTerminal = createLucideIcon("file-terminal", __iconNode$
|
|
309
|
-
const __iconNode$
|
|
308
|
+
const FileTerminal = createLucideIcon("file-terminal", __iconNode$B);
|
|
309
|
+
const __iconNode$A = [
|
|
310
310
|
[
|
|
311
311
|
"path",
|
|
312
312
|
{
|
|
@@ -319,13 +319,13 @@ const __iconNode$z = [
|
|
|
319
319
|
["path", { d: "M16 13H8", key: "t4e002" }],
|
|
320
320
|
["path", { d: "M16 17H8", key: "z1uh3a" }]
|
|
321
321
|
];
|
|
322
|
-
const FileText = createLucideIcon("file-text", __iconNode$
|
|
323
|
-
const __iconNode$
|
|
322
|
+
const FileText = createLucideIcon("file-text", __iconNode$A);
|
|
323
|
+
const __iconNode$z = [
|
|
324
324
|
["path", { d: "m12 14 4-4", key: "9kzdfg" }],
|
|
325
325
|
["path", { d: "M3.34 19a10 10 0 1 1 17.32 0", key: "19p75a" }]
|
|
326
326
|
];
|
|
327
|
-
const Gauge = createLucideIcon("gauge", __iconNode$
|
|
328
|
-
const __iconNode$
|
|
327
|
+
const Gauge = createLucideIcon("gauge", __iconNode$z);
|
|
328
|
+
const __iconNode$y = [
|
|
329
329
|
["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
|
|
330
330
|
["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }],
|
|
331
331
|
["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
|
|
@@ -333,25 +333,49 @@ const __iconNode$x = [
|
|
|
333
333
|
["path", { d: "M12 18H7a2 2 0 0 1-2-2V9", key: "16sdep" }],
|
|
334
334
|
["path", { d: "m9 15 3 3-3 3", key: "1m3kbl" }]
|
|
335
335
|
];
|
|
336
|
-
const GitCompareArrows = createLucideIcon("git-compare-arrows", __iconNode$
|
|
337
|
-
const __iconNode$
|
|
336
|
+
const GitCompareArrows = createLucideIcon("git-compare-arrows", __iconNode$y);
|
|
337
|
+
const __iconNode$x = [
|
|
338
338
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
339
339
|
["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
|
|
340
340
|
["path", { d: "M2 12h20", key: "9i4pu4" }]
|
|
341
341
|
];
|
|
342
|
-
const Globe = createLucideIcon("globe", __iconNode$
|
|
343
|
-
const __iconNode$
|
|
342
|
+
const Globe = createLucideIcon("globe", __iconNode$x);
|
|
343
|
+
const __iconNode$w = [
|
|
344
344
|
["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "1357e3" }],
|
|
345
345
|
["path", { d: "M3 3v5h5", key: "1xhq8a" }],
|
|
346
346
|
["path", { d: "M12 7v5l4 2", key: "1fdv2h" }]
|
|
347
347
|
];
|
|
348
|
-
const History = createLucideIcon("history", __iconNode$
|
|
349
|
-
const __iconNode$
|
|
348
|
+
const History = createLucideIcon("history", __iconNode$w);
|
|
349
|
+
const __iconNode$v = [
|
|
350
350
|
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
351
351
|
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
352
352
|
["path", { d: "M12 8h.01", key: "e9boi3" }]
|
|
353
353
|
];
|
|
354
|
-
const Info = createLucideIcon("info", __iconNode$
|
|
354
|
+
const Info = createLucideIcon("info", __iconNode$v);
|
|
355
|
+
const __iconNode$u = [
|
|
356
|
+
[
|
|
357
|
+
"path",
|
|
358
|
+
{
|
|
359
|
+
d: "M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z",
|
|
360
|
+
key: "zw3jo"
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
[
|
|
364
|
+
"path",
|
|
365
|
+
{
|
|
366
|
+
d: "M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12",
|
|
367
|
+
key: "1wduqc"
|
|
368
|
+
}
|
|
369
|
+
],
|
|
370
|
+
[
|
|
371
|
+
"path",
|
|
372
|
+
{
|
|
373
|
+
d: "M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17",
|
|
374
|
+
key: "kqbvx6"
|
|
375
|
+
}
|
|
376
|
+
]
|
|
377
|
+
];
|
|
378
|
+
const Layers = createLucideIcon("layers", __iconNode$u);
|
|
355
379
|
const __iconNode$t = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
|
|
356
380
|
const LoaderCircle = createLucideIcon("loader-circle", __iconNode$t);
|
|
357
381
|
const __iconNode$s = [
|
|
@@ -583,7 +607,7 @@ const __iconNode = [
|
|
|
583
607
|
];
|
|
584
608
|
const Zap = createLucideIcon("zap", __iconNode);
|
|
585
609
|
export {
|
|
586
|
-
|
|
610
|
+
Server as $,
|
|
587
611
|
ArrowLeft as A,
|
|
588
612
|
Brain as B,
|
|
589
613
|
Check as C,
|
|
@@ -591,66 +615,67 @@ export {
|
|
|
591
615
|
EyeOff as E,
|
|
592
616
|
FileSearch as F,
|
|
593
617
|
Gauge as G,
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
618
|
+
FileTerminal as H,
|
|
619
|
+
ChevronsUp as I,
|
|
620
|
+
ChevronsDown as J,
|
|
621
|
+
FileDiff as K,
|
|
622
|
+
Layers as L,
|
|
599
623
|
MessageSquare as M,
|
|
600
|
-
|
|
624
|
+
History as N,
|
|
601
625
|
OctagonAlert as O,
|
|
602
626
|
Plus as P,
|
|
603
|
-
|
|
604
|
-
|
|
627
|
+
RotateCcw as Q,
|
|
628
|
+
RefreshCw as R,
|
|
605
629
|
Settings as S,
|
|
606
|
-
|
|
630
|
+
Trash2 as T,
|
|
607
631
|
Upload as U,
|
|
608
|
-
|
|
632
|
+
Search as V,
|
|
609
633
|
Wrench as W,
|
|
610
634
|
X,
|
|
611
|
-
|
|
635
|
+
GitCompareArrows as Y,
|
|
612
636
|
Zap as Z,
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
637
|
+
CircleQuestionMark as _,
|
|
638
|
+
LoaderCircle as a,
|
|
639
|
+
Lock as a0,
|
|
640
|
+
Wifi as a1,
|
|
641
|
+
WifiOff as a2,
|
|
642
|
+
ArrowUp as a3,
|
|
643
|
+
ArrowDown as a4,
|
|
644
|
+
Ellipsis as a5,
|
|
645
|
+
CodeXml as a6,
|
|
646
|
+
Blocks as a7,
|
|
647
|
+
MousePointerClick as a8,
|
|
648
|
+
FileText as a9,
|
|
649
|
+
Rows3 as aa,
|
|
650
|
+
Columns2 as ab,
|
|
651
|
+
Equal as ac,
|
|
652
|
+
Braces as ad,
|
|
653
|
+
Minimize2 as ae,
|
|
654
|
+
Info as af,
|
|
655
|
+
CircleStop as ag,
|
|
656
|
+
Copy as b,
|
|
657
|
+
ChevronDown as c,
|
|
658
|
+
Scan as d,
|
|
659
|
+
CircleAlert as e,
|
|
660
|
+
Terminal as f,
|
|
661
|
+
ChevronUp as g,
|
|
662
|
+
Eye as h,
|
|
663
|
+
ExternalLink as i,
|
|
664
|
+
RotateCw as j,
|
|
665
|
+
Clock as k,
|
|
666
|
+
ChevronRight as l,
|
|
667
|
+
Pencil as m,
|
|
668
|
+
ArrowUpRight as n,
|
|
669
|
+
ArrowDownRight as o,
|
|
670
|
+
User as p,
|
|
671
|
+
TriangleAlert as q,
|
|
672
|
+
Minus as r,
|
|
673
|
+
CircleCheckBig as s,
|
|
674
|
+
CircleX as t,
|
|
675
|
+
ShieldCheck as u,
|
|
676
|
+
Save as v,
|
|
677
|
+
CircleCheck as w,
|
|
678
|
+
CloudUpload as x,
|
|
679
|
+
Radio as y,
|
|
680
|
+
Globe as z
|
|
656
681
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { j as jsxRuntimeExports } from "./_libs/react.mjs";
|
|
2
|
-
import { P as ProxyViewerContainer } from "./_ssr/ProxyViewerContainer-
|
|
3
|
-
import { R as Route$x } from "./_ssr/router-
|
|
2
|
+
import { P as ProxyViewerContainer } from "./_ssr/ProxyViewerContainer-BqOcZ7en.mjs";
|
|
3
|
+
import { R as Route$x } from "./_ssr/router-DUb5lKw1.mjs";
|
|
4
4
|
import "./_libs/jszip.mjs";
|
|
5
5
|
import "./_libs/modelcontextprotocol__server.mjs";
|
|
6
6
|
import "./_libs/swr.mjs";
|
|
@@ -1,9 +1,9 @@
|
|
|
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, J as JsonViewerFromString } 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, J as JsonViewerFromString } from "./ProxyViewerContainer-BqOcZ7en.mjs";
|
|
3
|
+
import "./router-DUb5lKw1.mjs";
|
|
4
4
|
import "../_libs/modelcontextprotocol__server.mjs";
|
|
5
5
|
import "../_libs/jszip.mjs";
|
|
6
|
-
import { X,
|
|
6
|
+
import { X, aa as Rows3, ab as Columns2, r as Minus, P as Plus, m as Pencil, l as ChevronRight, ac as Equal, C as Check, b as Copy } from "../_libs/lucide-react.mjs";
|
|
7
7
|
import "../_libs/swr.mjs";
|
|
8
8
|
import "../_libs/use-sync-external-store.mjs";
|
|
9
9
|
import "../_libs/dequal.mjs";
|