@tonyclaw/agent-inspector 2.1.15 → 2.1.16

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.
Files changed (65) hide show
  1. package/.output/nitro.json +1 -1
  2. package/.output/public/assets/{CompareDrawer-BcEd6V-V.js → CompareDrawer-Ccrrcx1j.js} +1 -1
  3. package/.output/public/assets/ProxyViewerContainer-DLqClc9A.js +106 -0
  4. package/.output/public/assets/{ReplayDialog-BNpC0548.js → ReplayDialog-C7axhr-l.js} +1 -1
  5. package/.output/public/assets/{RequestAnatomy-Ds1uRLVB.js → RequestAnatomy-WOptg8j_.js} +1 -1
  6. package/.output/public/assets/{ResponseView-7KPVqKl5.js → ResponseView-CSAcxh_M.js} +2 -2
  7. package/.output/public/assets/{StreamingChunkSequence-BHQT261s.js → StreamingChunkSequence-DJS5KhPx.js} +1 -1
  8. package/.output/public/assets/_sessionId-DUSalzKH.js +1 -0
  9. package/.output/public/assets/index-BPpA21dY.css +1 -0
  10. package/.output/public/assets/index-Bt0Az2I2.js +1 -0
  11. package/.output/public/assets/{index-DjKt8XKe.js → index-DMPNh46t.js} +1 -1
  12. package/.output/public/assets/{json-viewer-CkCu-rka.js → json-viewer-inX5QSa3.js} +1 -1
  13. package/.output/public/assets/{main-DpD1N0S8.js → main-aCAKYGSD.js} +2 -2
  14. package/.output/server/_libs/lucide-react.mjs +207 -171
  15. package/.output/server/{_sessionId-DF9Sy8cP.mjs → _sessionId-C0fhvQnn.mjs} +2 -2
  16. package/.output/server/_ssr/{CompareDrawer-BoxztaO7.mjs → CompareDrawer-CO-Ti5sg.mjs} +3 -3
  17. package/.output/server/_ssr/{ProxyViewerContainer-CRBkqFlJ.mjs → ProxyViewerContainer-N4J7uBCX.mjs} +807 -386
  18. package/.output/server/_ssr/{ReplayDialog-Cc1dyDuK.mjs → ReplayDialog-J1VxC0In.mjs} +4 -4
  19. package/.output/server/_ssr/{RequestAnatomy-CMGSsz5Z.mjs → RequestAnatomy-DBH-F3rq.mjs} +3 -3
  20. package/.output/server/_ssr/{ResponseView-Cp10DM1D.mjs → ResponseView-DLFwV7Hd.mjs} +3 -3
  21. package/.output/server/_ssr/{StreamingChunkSequence-B1VGxy3A.mjs → StreamingChunkSequence-BywmuND0.mjs} +3 -3
  22. package/.output/server/_ssr/{index-47XVPghS.mjs → index-CStymIc0.mjs} +2 -2
  23. package/.output/server/_ssr/index.mjs +2 -2
  24. package/.output/server/_ssr/{json-viewer-zDE2rrmJ.mjs → json-viewer-DlQu0N1x.mjs} +3 -3
  25. package/.output/server/_ssr/{router-DVeuZFqI.mjs → router-CQ4Zxhmr.mjs} +112 -46
  26. package/.output/server/{_tanstack-start-manifest_v-Bp8JxtPW.mjs → _tanstack-start-manifest_v-BHeJBGfo.mjs} +1 -1
  27. package/.output/server/index.mjs +72 -72
  28. package/package.json +1 -1
  29. package/src/components/ProxyViewer.tsx +146 -105
  30. package/src/components/ProxyViewerContainer.tsx +77 -67
  31. package/src/components/alerts/AlertsDialog.tsx +2 -1
  32. package/src/components/clients/ClientLogo.tsx +1 -1
  33. package/src/components/groups/GroupsDialog.tsx +19 -1
  34. package/src/components/providers/ProviderCard.tsx +1 -1
  35. package/src/components/providers/ProviderForm.tsx +18 -18
  36. package/src/components/providers/ProviderLogo.tsx +6 -1
  37. package/src/components/providers/ProvidersPanel.tsx +6 -6
  38. package/src/components/providers/SettingsDialog.tsx +13 -6
  39. package/src/components/proxy-viewer/AgentTraceSummary.tsx +6 -6
  40. package/src/components/proxy-viewer/ConversationGroup.tsx +43 -32
  41. package/src/components/proxy-viewer/ConversationGroupList.tsx +452 -89
  42. package/src/components/proxy-viewer/ConversationHeader.tsx +44 -32
  43. package/src/components/proxy-viewer/LogEntry.tsx +21 -17
  44. package/src/components/proxy-viewer/LogEntryHeader.tsx +38 -45
  45. package/src/components/proxy-viewer/ProviderLogoStack.tsx +2 -2
  46. package/src/components/proxy-viewer/RequestToolsPanel.tsx +9 -9
  47. package/src/components/proxy-viewer/ThreadConnector.tsx +4 -4
  48. package/src/components/proxy-viewer/TurnGroup.tsx +16 -11
  49. package/src/components/proxy-viewer/TurnGroupList.tsx +3 -0
  50. package/src/components/proxy-viewer/viewerState.ts +0 -4
  51. package/src/components/ui/icon-trigger.ts +2 -0
  52. package/src/components/ui/transient-toast.tsx +104 -0
  53. package/src/lib/sessionInfoContract.ts +4 -0
  54. package/src/mcp/server.ts +71 -27
  55. package/src/mcp/toolHandlers.ts +23 -4
  56. package/src/proxy/formats/openai/alibabaProvider.ts +0 -4
  57. package/src/proxy/sessionInfo.ts +31 -2
  58. package/src/proxy/sessionSupervisor.ts +20 -1
  59. package/src/proxy/store.ts +1 -1
  60. package/src/routes/api/providers.$providerId.test.log.ts +8 -4
  61. package/styles/globals.css +180 -180
  62. package/.output/public/assets/ProxyViewerContainer-h851qWNp.js +0 -106
  63. package/.output/public/assets/_sessionId-DWePGjnS.js +0 -1
  64. package/.output/public/assets/index-CI1-G8ua.js +0 -1
  65. package/.output/public/assets/index-DdhFqPsI.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$1e = [
78
+ const __iconNode$1h = [
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$1e);
83
- const __iconNode$1d = [
82
+ const ArrowDownRight = createLucideIcon("arrow-down-right", __iconNode$1h);
83
+ const __iconNode$1g = [
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$1d);
88
- const __iconNode$1c = [
87
+ const ArrowDown = createLucideIcon("arrow-down", __iconNode$1g);
88
+ const __iconNode$1f = [
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$1c);
93
- const __iconNode$1b = [
92
+ const ArrowLeft = createLucideIcon("arrow-left", __iconNode$1f);
93
+ const __iconNode$1e = [
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$1b);
98
- const __iconNode$1a = [
97
+ const ArrowUpRight = createLucideIcon("arrow-up-right", __iconNode$1e);
98
+ const __iconNode$1d = [
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$1a);
103
- const __iconNode$19 = [
102
+ const ArrowUp = createLucideIcon("arrow-up", __iconNode$1d);
103
+ const __iconNode$1c = [
104
104
  ["path", { d: "M10.268 21a2 2 0 0 0 3.464 0", key: "vwvbt9" }],
105
105
  [
106
106
  "path",
@@ -110,8 +110,8 @@ const __iconNode$19 = [
110
110
  }
111
111
  ]
112
112
  ];
113
- const Bell = createLucideIcon("bell", __iconNode$19);
114
- const __iconNode$18 = [
113
+ const Bell = createLucideIcon("bell", __iconNode$1c);
114
+ const __iconNode$1b = [
115
115
  [
116
116
  "path",
117
117
  {
@@ -121,8 +121,8 @@ const __iconNode$18 = [
121
121
  ],
122
122
  ["rect", { x: "14", y: "2", width: "8", height: "8", rx: "1", key: "88lufb" }]
123
123
  ];
124
- const Blocks = createLucideIcon("blocks", __iconNode$18);
125
- const __iconNode$17 = [
124
+ const Blocks = createLucideIcon("blocks", __iconNode$1b);
125
+ const __iconNode$1a = [
126
126
  [
127
127
  "path",
128
128
  { 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" }
@@ -135,8 +135,8 @@ const __iconNode$17 = [
135
135
  }
136
136
  ]
137
137
  ];
138
- const Braces = createLucideIcon("braces", __iconNode$17);
139
- const __iconNode$16 = [
138
+ const Braces = createLucideIcon("braces", __iconNode$1a);
139
+ const __iconNode$19 = [
140
140
  ["path", { d: "M12 18V5", key: "adv99a" }],
141
141
  ["path", { d: "M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4", key: "1e3is1" }],
142
142
  ["path", { d: "M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5", key: "1gqd8o" }],
@@ -146,71 +146,71 @@ const __iconNode$16 = [
146
146
  ["path", { d: "M6 18a4 4 0 0 1-2-7.464", key: "k1g0md" }],
147
147
  ["path", { d: "M6.003 5.125a4 4 0 0 0-2.526 5.77", key: "q97ue3" }]
148
148
  ];
149
- const Brain = createLucideIcon("brain", __iconNode$16);
150
- const __iconNode$15 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
151
- const Check = createLucideIcon("check", __iconNode$15);
152
- const __iconNode$14 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
153
- const ChevronDown = createLucideIcon("chevron-down", __iconNode$14);
154
- const __iconNode$13 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
155
- const ChevronLeft = createLucideIcon("chevron-left", __iconNode$13);
156
- const __iconNode$12 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
157
- const ChevronRight = createLucideIcon("chevron-right", __iconNode$12);
158
- const __iconNode$11 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
159
- const ChevronUp = createLucideIcon("chevron-up", __iconNode$11);
160
- const __iconNode$10 = [
149
+ const Brain = createLucideIcon("brain", __iconNode$19);
150
+ const __iconNode$18 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
151
+ const Check = createLucideIcon("check", __iconNode$18);
152
+ const __iconNode$17 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
153
+ const ChevronDown = createLucideIcon("chevron-down", __iconNode$17);
154
+ const __iconNode$16 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
155
+ const ChevronLeft = createLucideIcon("chevron-left", __iconNode$16);
156
+ const __iconNode$15 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
157
+ const ChevronRight = createLucideIcon("chevron-right", __iconNode$15);
158
+ const __iconNode$14 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
159
+ const ChevronUp = createLucideIcon("chevron-up", __iconNode$14);
160
+ const __iconNode$13 = [
161
161
  ["path", { d: "m7 6 5 5 5-5", key: "1lc07p" }],
162
162
  ["path", { d: "m7 13 5 5 5-5", key: "1d48rs" }]
163
163
  ];
164
- const ChevronsDown = createLucideIcon("chevrons-down", __iconNode$10);
165
- const __iconNode$$ = [
164
+ const ChevronsDown = createLucideIcon("chevrons-down", __iconNode$13);
165
+ const __iconNode$12 = [
166
166
  ["path", { d: "m11 17-5-5 5-5", key: "13zhaf" }],
167
167
  ["path", { d: "m18 17-5-5 5-5", key: "h8a8et" }]
168
168
  ];
169
- const ChevronsLeft = createLucideIcon("chevrons-left", __iconNode$$);
170
- const __iconNode$_ = [
169
+ const ChevronsLeft = createLucideIcon("chevrons-left", __iconNode$12);
170
+ const __iconNode$11 = [
171
171
  ["path", { d: "m6 17 5-5-5-5", key: "xnjwq" }],
172
172
  ["path", { d: "m13 17 5-5-5-5", key: "17xmmf" }]
173
173
  ];
174
- const ChevronsRight = createLucideIcon("chevrons-right", __iconNode$_);
175
- const __iconNode$Z = [
174
+ const ChevronsRight = createLucideIcon("chevrons-right", __iconNode$11);
175
+ const __iconNode$10 = [
176
176
  ["path", { d: "m17 11-5-5-5 5", key: "e8nh98" }],
177
177
  ["path", { d: "m17 18-5-5-5 5", key: "2avn1x" }]
178
178
  ];
179
- const ChevronsUp = createLucideIcon("chevrons-up", __iconNode$Z);
180
- const __iconNode$Y = [
179
+ const ChevronsUp = createLucideIcon("chevrons-up", __iconNode$10);
180
+ const __iconNode$$ = [
181
181
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
182
182
  ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
183
183
  ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
184
184
  ];
185
- const CircleAlert = createLucideIcon("circle-alert", __iconNode$Y);
186
- const __iconNode$X = [
185
+ const CircleAlert = createLucideIcon("circle-alert", __iconNode$$);
186
+ const __iconNode$_ = [
187
187
  ["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
188
188
  ["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
189
189
  ];
190
- const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$X);
191
- const __iconNode$W = [
190
+ const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$_);
191
+ const __iconNode$Z = [
192
192
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
193
193
  ["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
194
194
  ];
195
- const CircleCheck = createLucideIcon("circle-check", __iconNode$W);
196
- const __iconNode$V = [
195
+ const CircleCheck = createLucideIcon("circle-check", __iconNode$Z);
196
+ const __iconNode$Y = [
197
197
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
198
198
  ["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", key: "1u773s" }],
199
199
  ["path", { d: "M12 17h.01", key: "p32p05" }]
200
200
  ];
201
- const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$V);
202
- const __iconNode$U = [
201
+ const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$Y);
202
+ const __iconNode$X = [
203
203
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
204
204
  ["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
205
205
  ];
206
- const CircleStop = createLucideIcon("circle-stop", __iconNode$U);
207
- const __iconNode$T = [
206
+ const CircleStop = createLucideIcon("circle-stop", __iconNode$X);
207
+ const __iconNode$W = [
208
208
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
209
209
  ["path", { d: "m15 9-6 6", key: "1uzhvr" }],
210
210
  ["path", { d: "m9 9 6 6", key: "z0biqf" }]
211
211
  ];
212
- const CircleX = createLucideIcon("circle-x", __iconNode$T);
213
- const __iconNode$S = [
212
+ const CircleX = createLucideIcon("circle-x", __iconNode$W);
213
+ const __iconNode$V = [
214
214
  [
215
215
  "path",
216
216
  { d: "M20.2 6 3 11l-.9-2.4c-.3-1.1.3-2.2 1.3-2.5l13.5-4c1.1-.3 2.2.3 2.5 1.3Z", key: "1tn4o7" }
@@ -219,63 +219,80 @@ const __iconNode$S = [
219
219
  ["path", { d: "m12.4 3.4 3.1 4", key: "6hsd6n" }],
220
220
  ["path", { d: "M3 11h18v8a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2Z", key: "ltgou9" }]
221
221
  ];
222
- const Clapperboard = createLucideIcon("clapperboard", __iconNode$S);
223
- const __iconNode$R = [
222
+ const Clapperboard = createLucideIcon("clapperboard", __iconNode$V);
223
+ const __iconNode$U = [
224
224
  ["path", { d: "M12 6v6h4", key: "135r8i" }],
225
225
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
226
226
  ];
227
- const Clock3 = createLucideIcon("clock-3", __iconNode$R);
228
- const __iconNode$Q = [
227
+ const Clock3 = createLucideIcon("clock-3", __iconNode$U);
228
+ const __iconNode$T = [
229
229
  ["path", { d: "M12 6v6l4 2", key: "mmk7yg" }],
230
230
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
231
231
  ];
232
- const Clock = createLucideIcon("clock", __iconNode$Q);
233
- const __iconNode$P = [
232
+ const Clock = createLucideIcon("clock", __iconNode$T);
233
+ const __iconNode$S = [
234
234
  ["path", { d: "M12 13v8", key: "1l5pq0" }],
235
235
  ["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" }],
236
236
  ["path", { d: "m8 17 4-4 4 4", key: "1quai1" }]
237
237
  ];
238
- const CloudUpload = createLucideIcon("cloud-upload", __iconNode$P);
239
- const __iconNode$O = [
238
+ const CloudUpload = createLucideIcon("cloud-upload", __iconNode$S);
239
+ const __iconNode$R = [
240
240
  ["path", { d: "m18 16 4-4-4-4", key: "1inbqp" }],
241
241
  ["path", { d: "m6 8-4 4 4 4", key: "15zrgr" }],
242
242
  ["path", { d: "m14.5 4-5 16", key: "e7oirm" }]
243
243
  ];
244
- const CodeXml = createLucideIcon("code-xml", __iconNode$O);
245
- const __iconNode$N = [
244
+ const CodeXml = createLucideIcon("code-xml", __iconNode$R);
245
+ const __iconNode$Q = [
246
246
  ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
247
247
  ["path", { d: "M12 3v18", key: "108xh3" }]
248
248
  ];
249
- const Columns2 = createLucideIcon("columns-2", __iconNode$N);
250
- const __iconNode$M = [
249
+ const Columns2 = createLucideIcon("columns-2", __iconNode$Q);
250
+ const __iconNode$P = [
251
251
  ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
252
252
  ["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" }]
253
253
  ];
254
- const Copy = createLucideIcon("copy", __iconNode$M);
255
- const __iconNode$L = [
254
+ const Copy = createLucideIcon("copy", __iconNode$P);
255
+ const __iconNode$O = [
256
+ ["path", { d: "M12 20v2", key: "1lh1kg" }],
257
+ ["path", { d: "M12 2v2", key: "tus03m" }],
258
+ ["path", { d: "M17 20v2", key: "1rnc9c" }],
259
+ ["path", { d: "M17 2v2", key: "11trls" }],
260
+ ["path", { d: "M2 12h2", key: "1t8f8n" }],
261
+ ["path", { d: "M2 17h2", key: "7oei6x" }],
262
+ ["path", { d: "M2 7h2", key: "asdhe0" }],
263
+ ["path", { d: "M20 12h2", key: "1q8mjw" }],
264
+ ["path", { d: "M20 17h2", key: "1fpfkl" }],
265
+ ["path", { d: "M20 7h2", key: "1o8tra" }],
266
+ ["path", { d: "M7 20v2", key: "4gnj0m" }],
267
+ ["path", { d: "M7 2v2", key: "1i4yhu" }],
268
+ ["rect", { x: "4", y: "4", width: "16", height: "16", rx: "2", key: "1vbyd7" }],
269
+ ["rect", { x: "8", y: "8", width: "8", height: "8", rx: "1", key: "z9xiuo" }]
270
+ ];
271
+ const Cpu = createLucideIcon("cpu", __iconNode$O);
272
+ const __iconNode$N = [
256
273
  ["path", { d: "M12 15V3", key: "m9g1x1" }],
257
274
  ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
258
275
  ["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
259
276
  ];
260
- const Download = createLucideIcon("download", __iconNode$L);
261
- const __iconNode$K = [
277
+ const Download = createLucideIcon("download", __iconNode$N);
278
+ const __iconNode$M = [
262
279
  ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
263
280
  ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
264
281
  ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
265
282
  ];
266
- const Ellipsis = createLucideIcon("ellipsis", __iconNode$K);
267
- const __iconNode$J = [
283
+ const Ellipsis = createLucideIcon("ellipsis", __iconNode$M);
284
+ const __iconNode$L = [
268
285
  ["line", { x1: "5", x2: "19", y1: "9", y2: "9", key: "1nwqeh" }],
269
286
  ["line", { x1: "5", x2: "19", y1: "15", y2: "15", key: "g8yjpy" }]
270
287
  ];
271
- const Equal = createLucideIcon("equal", __iconNode$J);
272
- const __iconNode$I = [
288
+ const Equal = createLucideIcon("equal", __iconNode$L);
289
+ const __iconNode$K = [
273
290
  ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
274
291
  ["path", { d: "M10 14 21 3", key: "gplh6r" }],
275
292
  ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
276
293
  ];
277
- const ExternalLink = createLucideIcon("external-link", __iconNode$I);
278
- const __iconNode$H = [
294
+ const ExternalLink = createLucideIcon("external-link", __iconNode$K);
295
+ const __iconNode$J = [
279
296
  [
280
297
  "path",
281
298
  {
@@ -293,8 +310,8 @@ const __iconNode$H = [
293
310
  ],
294
311
  ["path", { d: "m2 2 20 20", key: "1ooewy" }]
295
312
  ];
296
- const EyeOff = createLucideIcon("eye-off", __iconNode$H);
297
- const __iconNode$G = [
313
+ const EyeOff = createLucideIcon("eye-off", __iconNode$J);
314
+ const __iconNode$I = [
298
315
  [
299
316
  "path",
300
317
  {
@@ -304,8 +321,8 @@ const __iconNode$G = [
304
321
  ],
305
322
  ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
306
323
  ];
307
- const Eye = createLucideIcon("eye", __iconNode$G);
308
- const __iconNode$F = [
324
+ const Eye = createLucideIcon("eye", __iconNode$I);
325
+ const __iconNode$H = [
309
326
  [
310
327
  "path",
311
328
  {
@@ -323,8 +340,8 @@ const __iconNode$F = [
323
340
  { d: "M14 18a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1 1 1 0 0 1-1-1v-1a1 1 0 0 0-1-1", key: "mpwhp6" }
324
341
  ]
325
342
  ];
326
- const FileBraces = createLucideIcon("file-braces", __iconNode$F);
327
- const __iconNode$E = [
343
+ const FileBraces = createLucideIcon("file-braces", __iconNode$H);
344
+ const __iconNode$G = [
328
345
  [
329
346
  "path",
330
347
  {
@@ -336,8 +353,8 @@ const __iconNode$E = [
336
353
  ["path", { d: "M12 13V7", key: "h0r20n" }],
337
354
  ["path", { d: "M9 17h6", key: "r8uit2" }]
338
355
  ];
339
- const FileDiff = createLucideIcon("file-diff", __iconNode$E);
340
- const __iconNode$D = [
356
+ const FileDiff = createLucideIcon("file-diff", __iconNode$G);
357
+ const __iconNode$F = [
341
358
  [
342
359
  "path",
343
360
  {
@@ -349,8 +366,8 @@ const __iconNode$D = [
349
366
  ["circle", { cx: "11.5", cy: "14.5", r: "2.5", key: "1bq0ko" }],
350
367
  ["path", { d: "M13.3 16.3 15 18", key: "2quom7" }]
351
368
  ];
352
- const FileSearch = createLucideIcon("file-search", __iconNode$D);
353
- const __iconNode$C = [
369
+ const FileSearch = createLucideIcon("file-search", __iconNode$F);
370
+ const __iconNode$E = [
354
371
  [
355
372
  "path",
356
373
  {
@@ -362,8 +379,8 @@ const __iconNode$C = [
362
379
  ["path", { d: "m8 16 2-2-2-2", key: "10vzyd" }],
363
380
  ["path", { d: "M12 18h4", key: "1wd2n7" }]
364
381
  ];
365
- const FileTerminal = createLucideIcon("file-terminal", __iconNode$C);
366
- const __iconNode$B = [
382
+ const FileTerminal = createLucideIcon("file-terminal", __iconNode$E);
383
+ const __iconNode$D = [
367
384
  [
368
385
  "path",
369
386
  {
@@ -376,13 +393,23 @@ const __iconNode$B = [
376
393
  ["path", { d: "M16 13H8", key: "t4e002" }],
377
394
  ["path", { d: "M16 17H8", key: "z1uh3a" }]
378
395
  ];
379
- const FileText = createLucideIcon("file-text", __iconNode$B);
380
- const __iconNode$A = [
396
+ const FileText = createLucideIcon("file-text", __iconNode$D);
397
+ const __iconNode$C = [
398
+ [
399
+ "path",
400
+ {
401
+ d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",
402
+ key: "usdka0"
403
+ }
404
+ ]
405
+ ];
406
+ const FolderOpen = createLucideIcon("folder-open", __iconNode$C);
407
+ const __iconNode$B = [
381
408
  ["path", { d: "m12 14 4-4", key: "9kzdfg" }],
382
409
  ["path", { d: "M3.34 19a10 10 0 1 1 17.32 0", key: "19p75a" }]
383
410
  ];
384
- const Gauge = createLucideIcon("gauge", __iconNode$A);
385
- const __iconNode$z = [
411
+ const Gauge = createLucideIcon("gauge", __iconNode$B);
412
+ const __iconNode$A = [
386
413
  ["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
387
414
  ["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }],
388
415
  ["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
@@ -390,26 +417,26 @@ const __iconNode$z = [
390
417
  ["path", { d: "M12 18H7a2 2 0 0 1-2-2V9", key: "16sdep" }],
391
418
  ["path", { d: "m9 15 3 3-3 3", key: "1m3kbl" }]
392
419
  ];
393
- const GitCompareArrows = createLucideIcon("git-compare-arrows", __iconNode$z);
394
- const __iconNode$y = [
420
+ const GitCompareArrows = createLucideIcon("git-compare-arrows", __iconNode$A);
421
+ const __iconNode$z = [
395
422
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
396
423
  ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
397
424
  ["path", { d: "M2 12h20", key: "9i4pu4" }]
398
425
  ];
399
- const Globe = createLucideIcon("globe", __iconNode$y);
400
- const __iconNode$x = [
426
+ const Globe = createLucideIcon("globe", __iconNode$z);
427
+ const __iconNode$y = [
401
428
  ["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "1357e3" }],
402
429
  ["path", { d: "M3 3v5h5", key: "1xhq8a" }],
403
430
  ["path", { d: "M12 7v5l4 2", key: "1fdv2h" }]
404
431
  ];
405
- const History = createLucideIcon("history", __iconNode$x);
406
- const __iconNode$w = [
432
+ const History = createLucideIcon("history", __iconNode$y);
433
+ const __iconNode$x = [
407
434
  ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
408
435
  ["path", { d: "M12 16v-4", key: "1dtifu" }],
409
436
  ["path", { d: "M12 8h.01", key: "e9boi3" }]
410
437
  ];
411
- const Info = createLucideIcon("info", __iconNode$w);
412
- const __iconNode$v = [
438
+ const Info = createLucideIcon("info", __iconNode$x);
439
+ const __iconNode$w = [
413
440
  [
414
441
  "path",
415
442
  {
@@ -432,15 +459,15 @@ const __iconNode$v = [
432
459
  }
433
460
  ]
434
461
  ];
435
- const Layers = createLucideIcon("layers", __iconNode$v);
436
- const __iconNode$u = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
437
- const LoaderCircle = createLucideIcon("loader-circle", __iconNode$u);
438
- const __iconNode$t = [
462
+ const Layers = createLucideIcon("layers", __iconNode$w);
463
+ const __iconNode$v = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
464
+ const LoaderCircle = createLucideIcon("loader-circle", __iconNode$v);
465
+ const __iconNode$u = [
439
466
  ["rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2", key: "1w4ew1" }],
440
467
  ["path", { d: "M7 11V7a5 5 0 0 1 10 0v4", key: "fwvmzm" }]
441
468
  ];
442
- const Lock = createLucideIcon("lock", __iconNode$t);
443
- const __iconNode$s = [
469
+ const Lock = createLucideIcon("lock", __iconNode$u);
470
+ const __iconNode$t = [
444
471
  [
445
472
  "path",
446
473
  {
@@ -449,16 +476,22 @@ const __iconNode$s = [
449
476
  }
450
477
  ]
451
478
  ];
452
- const MessageSquare = createLucideIcon("message-square", __iconNode$s);
453
- const __iconNode$r = [
479
+ const MessageSquare = createLucideIcon("message-square", __iconNode$t);
480
+ const __iconNode$s = [
454
481
  ["path", { d: "m14 10 7-7", key: "oa77jy" }],
455
482
  ["path", { d: "M20 10h-6V4", key: "mjg0md" }],
456
483
  ["path", { d: "m3 21 7-7", key: "tjx5ai" }],
457
484
  ["path", { d: "M4 14h6v6", key: "rmj7iw" }]
458
485
  ];
459
- const Minimize2 = createLucideIcon("minimize-2", __iconNode$r);
460
- const __iconNode$q = [["path", { d: "M5 12h14", key: "1ays0h" }]];
461
- const Minus = createLucideIcon("minus", __iconNode$q);
486
+ const Minimize2 = createLucideIcon("minimize-2", __iconNode$s);
487
+ const __iconNode$r = [["path", { d: "M5 12h14", key: "1ays0h" }]];
488
+ const Minus = createLucideIcon("minus", __iconNode$r);
489
+ const __iconNode$q = [
490
+ ["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2", key: "48i651" }],
491
+ ["line", { x1: "8", x2: "16", y1: "21", y2: "21", key: "1svkeh" }],
492
+ ["line", { x1: "12", x2: "12", y1: "17", y2: "21", key: "vw1qmm" }]
493
+ ];
494
+ const Monitor = createLucideIcon("monitor", __iconNode$q);
462
495
  const __iconNode$p = [
463
496
  ["path", { d: "M14 4.1 12 6", key: "ita8i4" }],
464
497
  ["path", { d: "m5.1 8-2.9-.8", key: "1go3kf" }],
@@ -685,83 +718,86 @@ const __iconNode = [
685
718
  ];
686
719
  const Zap = createLucideIcon("zap", __iconNode);
687
720
  export {
688
- Wifi as $,
721
+ CircleX as $,
689
722
  ArrowLeft as A,
690
- Brain as B,
691
- ChevronDown as C,
723
+ Bell as B,
724
+ CircleCheck as C,
692
725
  Download as D,
693
- ExternalLink as E,
726
+ EyeOff as E,
694
727
  FileBraces as F,
695
728
  Gauge as G,
696
- Save as H,
729
+ MessageSquare as H,
697
730
  Info as I,
698
- FileSearch as J,
699
- CircleCheck as K,
731
+ Brain as J,
732
+ Minus as K,
700
733
  LoaderCircle as L,
701
- MessageSquare as M,
702
- CloudUpload as N,
703
- Minus as O,
734
+ Monitor as M,
735
+ CircleCheckBig as N,
736
+ CircleQuestionMark as O,
704
737
  Plus as P,
705
- CircleCheckBig as Q,
738
+ Server as Q,
706
739
  RefreshCw as R,
707
740
  Siren as S,
708
- Trash2 as T,
741
+ TriangleAlert as T,
709
742
  Upload as U,
710
- CircleQuestionMark as V,
743
+ Lock as V,
711
744
  Wrench as W,
712
745
  X,
713
- Server as Y,
746
+ Wifi as Y,
714
747
  Zap as Z,
715
- Lock as _,
716
- Check as a,
717
- WifiOff as a0,
718
- OctagonAlert as a1,
719
- Radio as a2,
720
- Globe as a3,
721
- FileTerminal as a4,
722
- ChevronsUp as a5,
723
- ChevronsDown as a6,
724
- FileDiff as a7,
725
- History as a8,
726
- RotateCcw as a9,
727
- Search as aa,
728
- GitCompareArrows as ab,
729
- ArrowUp as ac,
730
- ArrowDown as ad,
731
- Ellipsis as ae,
732
- CodeXml as af,
733
- Blocks as ag,
734
- MousePointerClick as ah,
735
- FileText as ai,
736
- Rows3 as aj,
737
- Columns2 as ak,
738
- Equal as al,
739
- Braces as am,
740
- Minimize2 as an,
741
- CircleStop as ao,
742
- ChevronUp as b,
743
- Copy as c,
744
- ChevronsLeft as d,
745
- ChevronLeft as e,
746
- ChevronRight as f,
747
- ChevronsRight as g,
748
- Clapperboard as h,
749
- Layers as i,
750
- Settings as j,
751
- Scan as k,
752
- CircleAlert as l,
753
- Terminal as m,
754
- ArrowUpRight as n,
755
- ArrowDownRight as o,
756
- Clock as p,
757
- TriangleAlert as q,
758
- Bell as r,
759
- Clock3 as s,
760
- ShieldAlert as t,
761
- EyeOff as u,
748
+ WifiOff as _,
749
+ ChevronDown as a,
750
+ ShieldCheck as a0,
751
+ Save as a1,
752
+ FileSearch as a2,
753
+ CloudUpload as a3,
754
+ OctagonAlert as a4,
755
+ Radio as a5,
756
+ Globe as a6,
757
+ FileTerminal as a7,
758
+ ChevronsUp as a8,
759
+ ChevronsDown as a9,
760
+ FileDiff as aa,
761
+ History as ab,
762
+ RotateCcw as ac,
763
+ Search as ad,
764
+ GitCompareArrows as ae,
765
+ ArrowUp as af,
766
+ ArrowDown as ag,
767
+ Ellipsis as ah,
768
+ CodeXml as ai,
769
+ Blocks as aj,
770
+ MousePointerClick as ak,
771
+ FileText as al,
772
+ Rows3 as am,
773
+ Columns2 as an,
774
+ Equal as ao,
775
+ Braces as ap,
776
+ Minimize2 as aq,
777
+ CircleStop as ar,
778
+ Check as b,
779
+ Trash2 as c,
780
+ ChevronUp as d,
781
+ Copy as e,
782
+ ChevronsLeft as f,
783
+ ChevronLeft as g,
784
+ ChevronRight as h,
785
+ ChevronsRight as i,
786
+ Clapperboard as j,
787
+ Layers as k,
788
+ Settings as l,
789
+ Scan as m,
790
+ CircleAlert as n,
791
+ Terminal as o,
792
+ ArrowUpRight as p,
793
+ ArrowDownRight as q,
794
+ Cpu as r,
795
+ FolderOpen as s,
796
+ Clock3 as t,
797
+ ShieldAlert as u,
762
798
  Eye as v,
763
- RotateCw as w,
764
- Pencil as x,
765
- CircleX as y,
766
- ShieldCheck as z
799
+ ExternalLink as w,
800
+ RotateCw as x,
801
+ Clock as y,
802
+ Pencil as z
767
803
  };
@@ -1,6 +1,6 @@
1
1
  import { j as jsxRuntimeExports } from "./_libs/react.mjs";
2
- import { P as ProxyViewerContainer } from "./_ssr/ProxyViewerContainer-CRBkqFlJ.mjs";
3
- import { R as Route$B } from "./_ssr/router-DVeuZFqI.mjs";
2
+ import { P as ProxyViewerContainer } from "./_ssr/ProxyViewerContainer-N4J7uBCX.mjs";
3
+ import { R as Route$B } from "./_ssr/router-CQ4Zxhmr.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, b as copyTextToClipboard, L as LazyJsonViewerFromString } from "./ProxyViewerContainer-CRBkqFlJ.mjs";
3
- import "./router-DVeuZFqI.mjs";
2
+ import { g as getLogFormatAdapter, r as resolveLogFormat, a as getConversationId, c as cn, B as Badge, f as formatTokens, b as copyTextToClipboard, L as LazyJsonViewerFromString } from "./ProxyViewerContainer-N4J7uBCX.mjs";
3
+ import "./router-CQ4Zxhmr.mjs";
4
4
  import "../_libs/modelcontextprotocol__server.mjs";
5
5
  import "../_libs/jszip.mjs";
6
- import { X, aj as Rows3, ak as Columns2, O as Minus, P as Plus, x as Pencil, f as ChevronRight, al as Equal, a as Check, c as Copy } from "../_libs/lucide-react.mjs";
6
+ import { X, am as Rows3, an as Columns2, K as Minus, P as Plus, z as Pencil, h as ChevronRight, ao as Equal, b as Check, e 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";