@tonyclaw/agent-inspector 2.0.0

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 (400) hide show
  1. package/.output/cli.js +1611 -0
  2. package/.output/nitro.json +17 -0
  3. package/.output/public/assets/CompareDrawer-CU5ZrWcL.js +1 -0
  4. package/.output/public/assets/ProxyViewerContainer-pEBqVp1d.js +101 -0
  5. package/.output/public/assets/ReplayDialog-F58yNg5j.js +1 -0
  6. package/.output/public/assets/RequestAnatomy-C9lT0qE_.js +1 -0
  7. package/.output/public/assets/ResponseView-DHJq6bnz.js +1 -0
  8. package/.output/public/assets/StreamingChunkSequence-BTgfpFUT.js +1 -0
  9. package/.output/public/assets/_sessionId-DsNRbnNm.js +1 -0
  10. package/.output/public/assets/alibaba-TTwafVwX.svg +1 -0
  11. package/.output/public/assets/index-CpWG2hFn.css +1 -0
  12. package/.output/public/assets/index-DmBV8Gve.js +1 -0
  13. package/.output/public/assets/json-viewer-CZVYLR8j.js +14 -0
  14. package/.output/public/assets/main-DHs7FBK3.js +18 -0
  15. package/.output/public/assets/minimax-BPMzvuL-.jpeg +0 -0
  16. package/.output/public/assets/qwen-CONDcHqt.png +0 -0
  17. package/.output/public/assets/zhipuai-BPNAnxo-.svg +219 -0
  18. package/.output/server/_chunks/ssr-renderer.mjs +22 -0
  19. package/.output/server/_libs/@radix-ui/react-accessible-icon+[...].mjs +1 -0
  20. package/.output/server/_libs/@radix-ui/react-dismissable-layer+[...].mjs +210 -0
  21. package/.output/server/_libs/@radix-ui/react-navigation-menu+[...].mjs +2 -0
  22. package/.output/server/_libs/@radix-ui/react-one-time-password-field+[...].mjs +2 -0
  23. package/.output/server/_libs/@radix-ui/react-password-toggle-field+[...].mjs +2 -0
  24. package/.output/server/_libs/@radix-ui/react-use-callback-ref+[...].mjs +11 -0
  25. package/.output/server/_libs/@radix-ui/react-use-controllable-state+[...].mjs +69 -0
  26. package/.output/server/_libs/@radix-ui/react-use-effect-event+[...].mjs +1 -0
  27. package/.output/server/_libs/@radix-ui/react-use-escape-keydown+[...].mjs +17 -0
  28. package/.output/server/_libs/@radix-ui/react-use-is-hydrated+[...].mjs +1 -0
  29. package/.output/server/_libs/@radix-ui/react-use-layout-effect+[...].mjs +6 -0
  30. package/.output/server/_libs/@radix-ui/react-visually-hidden+[...].mjs +34 -0
  31. package/.output/server/_libs/ajv-formats.mjs +330 -0
  32. package/.output/server/_libs/ajv.mjs +11444 -0
  33. package/.output/server/_libs/aria-hidden.mjs +122 -0
  34. package/.output/server/_libs/atomically.mjs +152 -0
  35. package/.output/server/_libs/bail.mjs +8 -0
  36. package/.output/server/_libs/cfworker__json-schema.mjs +1 -0
  37. package/.output/server/_libs/character-entities.mjs +2130 -0
  38. package/.output/server/_libs/class-variance-authority.mjs +44 -0
  39. package/.output/server/_libs/clsx.mjs +16 -0
  40. package/.output/server/_libs/comma-separated-tokens.mjs +10 -0
  41. package/.output/server/_libs/conf.mjs +635 -0
  42. package/.output/server/_libs/cookie-es.mjs +58 -0
  43. package/.output/server/_libs/core-util-is.mjs +75 -0
  44. package/.output/server/_libs/croner.mjs +1 -0
  45. package/.output/server/_libs/crossws.mjs +1 -0
  46. package/.output/server/_libs/debounce-fn.mjs +69 -0
  47. package/.output/server/_libs/decode-named-character-reference+[...].mjs +8 -0
  48. package/.output/server/_libs/dequal.mjs +27 -0
  49. package/.output/server/_libs/detect-node-es.mjs +1 -0
  50. package/.output/server/_libs/devlop.mjs +8 -0
  51. package/.output/server/_libs/diff.mjs +320 -0
  52. package/.output/server/_libs/dot-prop.mjs +265 -0
  53. package/.output/server/_libs/env-paths.mjs +57 -0
  54. package/.output/server/_libs/estree-util-is-identifier-name.mjs +11 -0
  55. package/.output/server/_libs/extend.mjs +97 -0
  56. package/.output/server/_libs/fast-deep-equal.mjs +38 -0
  57. package/.output/server/_libs/fast-uri.mjs +812 -0
  58. package/.output/server/_libs/floating-ui__core.mjs +725 -0
  59. package/.output/server/_libs/floating-ui__dom.mjs +622 -0
  60. package/.output/server/_libs/floating-ui__react-dom.mjs +292 -0
  61. package/.output/server/_libs/floating-ui__utils.mjs +320 -0
  62. package/.output/server/_libs/get-nonce.mjs +9 -0
  63. package/.output/server/_libs/h3-v2.mjs +276 -0
  64. package/.output/server/_libs/h3.mjs +408 -0
  65. package/.output/server/_libs/hast-util-to-jsx-runtime.mjs +388 -0
  66. package/.output/server/_libs/hast-util-whitespace.mjs +10 -0
  67. package/.output/server/_libs/hookable.mjs +1 -0
  68. package/.output/server/_libs/html-url-attributes.mjs +26 -0
  69. package/.output/server/_libs/immediate.mjs +74 -0
  70. package/.output/server/_libs/inherits.mjs +50 -0
  71. package/.output/server/_libs/inline-style-parser.mjs +142 -0
  72. package/.output/server/_libs/is-plain-obj.mjs +10 -0
  73. package/.output/server/_libs/isarray.mjs +14 -0
  74. package/.output/server/_libs/isbot.mjs +20 -0
  75. package/.output/server/_libs/json-schema-traverse.mjs +180 -0
  76. package/.output/server/_libs/jszip.mjs +3051 -0
  77. package/.output/server/_libs/lie.mjs +273 -0
  78. package/.output/server/_libs/lucide-react.mjs +492 -0
  79. package/.output/server/_libs/mdast-util-from-markdown.mjs +717 -0
  80. package/.output/server/_libs/mdast-util-to-hast.mjs +710 -0
  81. package/.output/server/_libs/mdast-util-to-string.mjs +38 -0
  82. package/.output/server/_libs/micromark-core-commonmark.mjs +2259 -0
  83. package/.output/server/_libs/micromark-factory-destination.mjs +94 -0
  84. package/.output/server/_libs/micromark-factory-label.mjs +63 -0
  85. package/.output/server/_libs/micromark-factory-space.mjs +24 -0
  86. package/.output/server/_libs/micromark-factory-title.mjs +65 -0
  87. package/.output/server/_libs/micromark-factory-whitespace.mjs +22 -0
  88. package/.output/server/_libs/micromark-util-character.mjs +44 -0
  89. package/.output/server/_libs/micromark-util-chunked.mjs +36 -0
  90. package/.output/server/_libs/micromark-util-classify-character+[...].mjs +12 -0
  91. package/.output/server/_libs/micromark-util-combine-extensions+[...].mjs +41 -0
  92. package/.output/server/_libs/micromark-util-decode-numeric-character-reference+[...].mjs +19 -0
  93. package/.output/server/_libs/micromark-util-decode-string.mjs +21 -0
  94. package/.output/server/_libs/micromark-util-encode.mjs +1 -0
  95. package/.output/server/_libs/micromark-util-html-tag-name.mjs +69 -0
  96. package/.output/server/_libs/micromark-util-normalize-identifier+[...].mjs +6 -0
  97. package/.output/server/_libs/micromark-util-resolve-all.mjs +15 -0
  98. package/.output/server/_libs/micromark-util-sanitize-uri.mjs +41 -0
  99. package/.output/server/_libs/micromark-util-subtokenize.mjs +346 -0
  100. package/.output/server/_libs/micromark.mjs +906 -0
  101. package/.output/server/_libs/mimic-function.mjs +47 -0
  102. package/.output/server/_libs/modelcontextprotocol__server.mjs +9738 -0
  103. package/.output/server/_libs/ocache.mjs +1 -0
  104. package/.output/server/_libs/ohash.mjs +1 -0
  105. package/.output/server/_libs/pako.mjs +4223 -0
  106. package/.output/server/_libs/process-nextick-args.mjs +48 -0
  107. package/.output/server/_libs/property-information.mjs +1209 -0
  108. package/.output/server/_libs/radix-ui.mjs +1 -0
  109. package/.output/server/_libs/radix-ui__number.mjs +6 -0
  110. package/.output/server/_libs/radix-ui__primitive.mjs +11 -0
  111. package/.output/server/_libs/radix-ui__react-accordion.mjs +1 -0
  112. package/.output/server/_libs/radix-ui__react-alert-dialog.mjs +1 -0
  113. package/.output/server/_libs/radix-ui__react-arrow.mjs +23 -0
  114. package/.output/server/_libs/radix-ui__react-aspect-ratio.mjs +1 -0
  115. package/.output/server/_libs/radix-ui__react-avatar.mjs +1 -0
  116. package/.output/server/_libs/radix-ui__react-checkbox.mjs +1 -0
  117. package/.output/server/_libs/radix-ui__react-collapsible.mjs +144 -0
  118. package/.output/server/_libs/radix-ui__react-collection.mjs +69 -0
  119. package/.output/server/_libs/radix-ui__react-compose-refs.mjs +39 -0
  120. package/.output/server/_libs/radix-ui__react-context-menu.mjs +1 -0
  121. package/.output/server/_libs/radix-ui__react-context.mjs +78 -0
  122. package/.output/server/_libs/radix-ui__react-dialog.mjs +325 -0
  123. package/.output/server/_libs/radix-ui__react-direction.mjs +9 -0
  124. package/.output/server/_libs/radix-ui__react-dropdown-menu.mjs +1 -0
  125. package/.output/server/_libs/radix-ui__react-focus-guards.mjs +29 -0
  126. package/.output/server/_libs/radix-ui__react-focus-scope.mjs +206 -0
  127. package/.output/server/_libs/radix-ui__react-form.mjs +1 -0
  128. package/.output/server/_libs/radix-ui__react-hover-card.mjs +1 -0
  129. package/.output/server/_libs/radix-ui__react-id.mjs +14 -0
  130. package/.output/server/_libs/radix-ui__react-label.mjs +1 -0
  131. package/.output/server/_libs/radix-ui__react-menu.mjs +1 -0
  132. package/.output/server/_libs/radix-ui__react-menubar.mjs +1 -0
  133. package/.output/server/_libs/radix-ui__react-popover.mjs +1 -0
  134. package/.output/server/_libs/radix-ui__react-popper.mjs +286 -0
  135. package/.output/server/_libs/radix-ui__react-portal.mjs +16 -0
  136. package/.output/server/_libs/radix-ui__react-presence.mjs +128 -0
  137. package/.output/server/_libs/radix-ui__react-primitive.mjs +42 -0
  138. package/.output/server/_libs/radix-ui__react-progress.mjs +1 -0
  139. package/.output/server/_libs/radix-ui__react-radio-group.mjs +1 -0
  140. package/.output/server/_libs/radix-ui__react-roving-focus.mjs +224 -0
  141. package/.output/server/_libs/radix-ui__react-scroll-area.mjs +721 -0
  142. package/.output/server/_libs/radix-ui__react-select.mjs +1163 -0
  143. package/.output/server/_libs/radix-ui__react-separator.mjs +28 -0
  144. package/.output/server/_libs/radix-ui__react-slider.mjs +1 -0
  145. package/.output/server/_libs/radix-ui__react-slot.mjs +99 -0
  146. package/.output/server/_libs/radix-ui__react-switch.mjs +1 -0
  147. package/.output/server/_libs/radix-ui__react-tabs.mjs +189 -0
  148. package/.output/server/_libs/radix-ui__react-toast.mjs +2 -0
  149. package/.output/server/_libs/radix-ui__react-toggle-group.mjs +1 -0
  150. package/.output/server/_libs/radix-ui__react-toggle.mjs +1 -0
  151. package/.output/server/_libs/radix-ui__react-toolbar.mjs +1 -0
  152. package/.output/server/_libs/radix-ui__react-tooltip.mjs +495 -0
  153. package/.output/server/_libs/radix-ui__react-use-previous.mjs +14 -0
  154. package/.output/server/_libs/radix-ui__react-use-size.mjs +39 -0
  155. package/.output/server/_libs/react-dom.mjs +10781 -0
  156. package/.output/server/_libs/react-markdown.mjs +147 -0
  157. package/.output/server/_libs/react-remove-scroll-bar.mjs +82 -0
  158. package/.output/server/_libs/react-remove-scroll.mjs +328 -0
  159. package/.output/server/_libs/react-style-singleton.mjs +69 -0
  160. package/.output/server/_libs/react.mjs +515 -0
  161. package/.output/server/_libs/readable-stream.mjs +1518 -0
  162. package/.output/server/_libs/remark-parse.mjs +19 -0
  163. package/.output/server/_libs/remark-rehype.mjs +21 -0
  164. package/.output/server/_libs/rou3.mjs +14 -0
  165. package/.output/server/_libs/safe-buffer.mjs +64 -0
  166. package/.output/server/_libs/semver.mjs +1938 -0
  167. package/.output/server/_libs/seroval-plugins.mjs +58 -0
  168. package/.output/server/_libs/seroval.mjs +1765 -0
  169. package/.output/server/_libs/setimmediate.mjs +152 -0
  170. package/.output/server/_libs/space-separated-tokens.mjs +6 -0
  171. package/.output/server/_libs/srvx.mjs +1029 -0
  172. package/.output/server/_libs/stubborn-fs.mjs +91 -0
  173. package/.output/server/_libs/stubborn-utils.mjs +66 -0
  174. package/.output/server/_libs/style-to-js.mjs +72 -0
  175. package/.output/server/_libs/style-to-object.mjs +38 -0
  176. package/.output/server/_libs/swr.mjs +939 -0
  177. package/.output/server/_libs/tailwind-merge.mjs +3010 -0
  178. package/.output/server/_libs/tanstack__history.mjs +217 -0
  179. package/.output/server/_libs/tanstack__react-router.mjs +1480 -0
  180. package/.output/server/_libs/tanstack__react-store.mjs +1 -0
  181. package/.output/server/_libs/tanstack__react-virtual.mjs +44 -0
  182. package/.output/server/_libs/tanstack__router-core.mjs +4827 -0
  183. package/.output/server/_libs/tanstack__store.mjs +1 -0
  184. package/.output/server/_libs/tanstack__virtual-core.mjs +1225 -0
  185. package/.output/server/_libs/tiny-invariant.mjs +12 -0
  186. package/.output/server/_libs/tiny-warning.mjs +5 -0
  187. package/.output/server/_libs/trim-lines.mjs +41 -0
  188. package/.output/server/_libs/trough.mjs +85 -0
  189. package/.output/server/_libs/tslib.mjs +1 -0
  190. package/.output/server/_libs/ufo.mjs +54 -0
  191. package/.output/server/_libs/uint8array-extras.mjs +69 -0
  192. package/.output/server/_libs/ungap__structured-clone.mjs +212 -0
  193. package/.output/server/_libs/unified.mjs +661 -0
  194. package/.output/server/_libs/unist-util-is.mjs +100 -0
  195. package/.output/server/_libs/unist-util-position.mjs +27 -0
  196. package/.output/server/_libs/unist-util-stringify-position.mjs +27 -0
  197. package/.output/server/_libs/unist-util-visit-parents.mjs +82 -0
  198. package/.output/server/_libs/unist-util-visit.mjs +24 -0
  199. package/.output/server/_libs/unstorage.mjs +1 -0
  200. package/.output/server/_libs/use-callback-ref.mjs +66 -0
  201. package/.output/server/_libs/use-sidecar.mjs +106 -0
  202. package/.output/server/_libs/use-sync-external-store.mjs +64 -0
  203. package/.output/server/_libs/util-deprecate.mjs +12 -0
  204. package/.output/server/_libs/vfile-message.mjs +138 -0
  205. package/.output/server/_libs/vfile.mjs +467 -0
  206. package/.output/server/_libs/when-exit.mjs +53 -0
  207. package/.output/server/_libs/zod.mjs +4524 -0
  208. package/.output/server/_sessionId-wMLPvC5g.mjs +123 -0
  209. package/.output/server/_ssr/CompareDrawer-BU4V0uVf.mjs +1041 -0
  210. package/.output/server/_ssr/ProxyViewerContainer-BnRwFEnn.mjs +5972 -0
  211. package/.output/server/_ssr/ReplayDialog-C7dn9pd_.mjs +322 -0
  212. package/.output/server/_ssr/RequestAnatomy-C1rWpe9-.mjs +353 -0
  213. package/.output/server/_ssr/ResponseView-hGpPaYsf.mjs +602 -0
  214. package/.output/server/_ssr/StreamingChunkSequence-BRWI1r_G.mjs +302 -0
  215. package/.output/server/_ssr/index-BKURLVPz.mjs +118 -0
  216. package/.output/server/_ssr/index.mjs +1184 -0
  217. package/.output/server/_ssr/json-viewer-BBd2DtQP.mjs +515 -0
  218. package/.output/server/_ssr/router-BcZ0D6AB.mjs +6317 -0
  219. package/.output/server/_ssr/start-HYkvq4Ni.mjs +4 -0
  220. package/.output/server/_tanstack-start-manifest_v-1y8ZVxRI.mjs +4 -0
  221. package/.output/server/index.mjs +436 -0
  222. package/.output/server/node_modules/tslib/modules/index.js +70 -0
  223. package/.output/server/node_modules/tslib/modules/package.json +3 -0
  224. package/.output/server/node_modules/tslib/package.json +47 -0
  225. package/.output/server/node_modules/tslib/tslib.js +484 -0
  226. package/.output/server/package.json +9 -0
  227. package/LICENSE +21 -0
  228. package/README.md +52 -0
  229. package/package.json +110 -0
  230. package/src/assets/favicon.svg +31 -0
  231. package/src/assets/logos/alibaba.svg +1 -0
  232. package/src/assets/logos/anthropic.svg +1 -0
  233. package/src/assets/logos/claude-code.svg +4 -0
  234. package/src/assets/logos/deepseek.svg +1 -0
  235. package/src/assets/logos/mcp.png +0 -0
  236. package/src/assets/logos/minimax.jpeg +0 -0
  237. package/src/assets/logos/openai.svg +1 -0
  238. package/src/assets/logos/opencode.svg +4 -0
  239. package/src/assets/logos/qwen.png +0 -0
  240. package/src/assets/logos/zhipuai.svg +219 -0
  241. package/src/cli/detect-tools.ts +147 -0
  242. package/src/cli/doctor.ts +521 -0
  243. package/src/cli/onboard.ts +224 -0
  244. package/src/cli/templates/command-onboard.ts +17 -0
  245. package/src/cli/templates/skill-onboard.ts +547 -0
  246. package/src/cli.ts +345 -0
  247. package/src/components/OnboardingBanner.tsx +67 -0
  248. package/src/components/ProxyViewer.tsx +545 -0
  249. package/src/components/ProxyViewerContainer.tsx +363 -0
  250. package/src/components/providers/ImportWizardDialog.tsx +349 -0
  251. package/src/components/providers/ProviderCard.tsx +474 -0
  252. package/src/components/providers/ProviderForm.tsx +494 -0
  253. package/src/components/providers/ProviderLogo.tsx +117 -0
  254. package/src/components/providers/ProvidersPanel.tsx +619 -0
  255. package/src/components/providers/SettingsDialog.tsx +202 -0
  256. package/src/components/proxy-viewer/CompareDrawer.tsx +893 -0
  257. package/src/components/proxy-viewer/ConversationGroup.tsx +107 -0
  258. package/src/components/proxy-viewer/ConversationHeader.tsx +300 -0
  259. package/src/components/proxy-viewer/LogEntry.tsx +543 -0
  260. package/src/components/proxy-viewer/LogEntryHeader.tsx +501 -0
  261. package/src/components/proxy-viewer/ReplayDialog.tsx +218 -0
  262. package/src/components/proxy-viewer/ResponseView.tsx +171 -0
  263. package/src/components/proxy-viewer/StreamingChunkSequence.tsx +188 -0
  264. package/src/components/proxy-viewer/ThreadConnector.tsx +136 -0
  265. package/src/components/proxy-viewer/TurnGroup.tsx +337 -0
  266. package/src/components/proxy-viewer/anatomy/RequestAnatomy.tsx +98 -0
  267. package/src/components/proxy-viewer/anatomy/SegmentBar.tsx +196 -0
  268. package/src/components/proxy-viewer/anatomy/tokenEstimate.ts +53 -0
  269. package/src/components/proxy-viewer/anatomy/types.ts +39 -0
  270. package/src/components/proxy-viewer/anatomy/useAnatomyJump.ts +114 -0
  271. package/src/components/proxy-viewer/cacheTrend.ts +50 -0
  272. package/src/components/proxy-viewer/diff/DiffView.tsx +321 -0
  273. package/src/components/proxy-viewer/diff/computeDiff.ts +178 -0
  274. package/src/components/proxy-viewer/diff/index.ts +3 -0
  275. package/src/components/proxy-viewer/formats/anthropic/ContentBlocks.tsx +157 -0
  276. package/src/components/proxy-viewer/formats/anthropic/ResponseView.tsx +66 -0
  277. package/src/components/proxy-viewer/formats/anthropic/thinkingExtract.ts +21 -0
  278. package/src/components/proxy-viewer/formats/index.tsx +33 -0
  279. package/src/components/proxy-viewer/formats/openai/ResponseView.tsx +170 -0
  280. package/src/components/proxy-viewer/index.ts +9 -0
  281. package/src/components/proxy-viewer/lazy.ts +37 -0
  282. package/src/components/proxy-viewer/log-formats/anthropic.ts +194 -0
  283. package/src/components/proxy-viewer/log-formats/index.ts +23 -0
  284. package/src/components/proxy-viewer/log-formats/openai.ts +167 -0
  285. package/src/components/proxy-viewer/log-formats/types.ts +40 -0
  286. package/src/components/proxy-viewer/log-formats/unknown.ts +18 -0
  287. package/src/components/proxy-viewer/logEntryVisibility.ts +39 -0
  288. package/src/components/proxy-viewer/requestDiff.ts +277 -0
  289. package/src/components/proxy-viewer/useCopyFeedback.ts +36 -0
  290. package/src/components/proxy-viewer/useKeyboardNavigation.ts +190 -0
  291. package/src/components/proxy-viewer/viewerState.ts +66 -0
  292. package/src/components/ui/badge.tsx +47 -0
  293. package/src/components/ui/button.tsx +47 -0
  294. package/src/components/ui/collapsible.tsx +21 -0
  295. package/src/components/ui/confirm-dialog.tsx +51 -0
  296. package/src/components/ui/crab-logo.tsx +95 -0
  297. package/src/components/ui/crab-variants.tsx +467 -0
  298. package/src/components/ui/dialog.tsx +129 -0
  299. package/src/components/ui/json-expansion-button.tsx +56 -0
  300. package/src/components/ui/json-viewer-bulk.ts +97 -0
  301. package/src/components/ui/json-viewer.tsx +494 -0
  302. package/src/components/ui/mcp-logo.tsx +20 -0
  303. package/src/components/ui/scroll-area.tsx +54 -0
  304. package/src/components/ui/select.tsx +178 -0
  305. package/src/components/ui/separator.tsx +28 -0
  306. package/src/components/ui/tabs.tsx +88 -0
  307. package/src/components/ui/tooltip.tsx +51 -0
  308. package/src/index.css +11 -0
  309. package/src/knowledge/candidateStore.ts +63 -0
  310. package/src/knowledge/distiller.ts +98 -0
  311. package/src/knowledge/openclawClient.ts +118 -0
  312. package/src/knowledge/redactor.ts +80 -0
  313. package/src/knowledge/types.ts +84 -0
  314. package/src/lib/apiClient.ts +49 -0
  315. package/src/lib/export-logs.ts +51 -0
  316. package/src/lib/mask.ts +4 -0
  317. package/src/lib/objectUtils.ts +22 -0
  318. package/src/lib/providerContract.ts +26 -0
  319. package/src/lib/providerTestContract.ts +107 -0
  320. package/src/lib/runtimeConfig.ts +25 -0
  321. package/src/lib/serverPort.ts +41 -0
  322. package/src/lib/sessionUrl.ts +44 -0
  323. package/src/lib/stopReason.ts +58 -0
  324. package/src/lib/useOnboarding.ts +80 -0
  325. package/src/lib/useProviders.ts +30 -0
  326. package/src/lib/useStripConfig.ts +108 -0
  327. package/src/lib/utils.ts +21 -0
  328. package/src/mcp/loopback.ts +76 -0
  329. package/src/mcp/previewExtractor.ts +166 -0
  330. package/src/mcp/server.ts +396 -0
  331. package/src/mcp/toolHandlers.ts +341 -0
  332. package/src/proxy/chunkStorage.ts +112 -0
  333. package/src/proxy/claudeCodeStrip.ts +99 -0
  334. package/src/proxy/config.ts +172 -0
  335. package/src/proxy/constants.ts +47 -0
  336. package/src/proxy/dataDir.ts +86 -0
  337. package/src/proxy/formats/anthropic/anthropicProvider.ts +75 -0
  338. package/src/proxy/formats/anthropic/handler.ts +71 -0
  339. package/src/proxy/formats/anthropic/index.ts +14 -0
  340. package/src/proxy/formats/anthropic/register.ts +4 -0
  341. package/src/proxy/formats/anthropic/schemas.ts +237 -0
  342. package/src/proxy/formats/anthropic/stream.ts +205 -0
  343. package/src/proxy/formats/handler.ts +46 -0
  344. package/src/proxy/formats/index.ts +12 -0
  345. package/src/proxy/formats/jsonSchema.ts +36 -0
  346. package/src/proxy/formats/openai/alibabaProvider.ts +38 -0
  347. package/src/proxy/formats/openai/handler.ts +96 -0
  348. package/src/proxy/formats/openai/index.ts +25 -0
  349. package/src/proxy/formats/openai/provider.ts +50 -0
  350. package/src/proxy/formats/openai/register.ts +4 -0
  351. package/src/proxy/formats/openai/schemas.ts +187 -0
  352. package/src/proxy/formats/openai/stream.ts +206 -0
  353. package/src/proxy/formats/protocol.ts +50 -0
  354. package/src/proxy/formats/providerRegistry.ts +51 -0
  355. package/src/proxy/formats/providers/index.ts +3 -0
  356. package/src/proxy/formats/registry.ts +66 -0
  357. package/src/proxy/handler.ts +334 -0
  358. package/src/proxy/logFinalizer.ts +305 -0
  359. package/src/proxy/logFinalizer.worker.ts +24 -0
  360. package/src/proxy/logIndex.ts +268 -0
  361. package/src/proxy/logger.ts +179 -0
  362. package/src/proxy/openaiOrphanToolStrip.ts +142 -0
  363. package/src/proxy/providerImporters.ts +491 -0
  364. package/src/proxy/providers.ts +613 -0
  365. package/src/proxy/schemas.ts +209 -0
  366. package/src/proxy/sessionProcess.ts +140 -0
  367. package/src/proxy/sessionRuntime.ts +85 -0
  368. package/src/proxy/sessionSupervisor.ts +283 -0
  369. package/src/proxy/sessionWorkerEntry.ts +26 -0
  370. package/src/proxy/socketTracker.ts +255 -0
  371. package/src/proxy/store.ts +412 -0
  372. package/src/proxy/upstream.ts +90 -0
  373. package/src/router.tsx +16 -0
  374. package/src/routes/__root.tsx +45 -0
  375. package/src/routes/api/config.paths.ts +14 -0
  376. package/src/routes/api/config.ts +53 -0
  377. package/src/routes/api/health.ts +15 -0
  378. package/src/routes/api/knowledge.candidates.$candidateId.promote.ts +32 -0
  379. package/src/routes/api/knowledge.candidates.ts +10 -0
  380. package/src/routes/api/knowledge.project-context.ts +18 -0
  381. package/src/routes/api/knowledge.search.ts +31 -0
  382. package/src/routes/api/knowledge.sessions.$sessionId.candidates.ts +16 -0
  383. package/src/routes/api/logs.$id.chunks.ts +36 -0
  384. package/src/routes/api/logs.$id.replay.ts +191 -0
  385. package/src/routes/api/logs.$id.ts +22 -0
  386. package/src/routes/api/logs.stream.ts +74 -0
  387. package/src/routes/api/logs.ts +59 -0
  388. package/src/routes/api/mcp.ts +25 -0
  389. package/src/routes/api/models.ts +10 -0
  390. package/src/routes/api/providers.$providerId.test.log.ts +293 -0
  391. package/src/routes/api/providers.$providerId.ts +50 -0
  392. package/src/routes/api/providers.export.ts +26 -0
  393. package/src/routes/api/providers.import.ts +47 -0
  394. package/src/routes/api/providers.scan.ts +23 -0
  395. package/src/routes/api/providers.ts +45 -0
  396. package/src/routes/api/sessions.ts +17 -0
  397. package/src/routes/index.tsx +6 -0
  398. package/src/routes/proxy/$.ts +15 -0
  399. package/src/routes/session/$sessionId.tsx +23 -0
  400. package/styles/globals.css +188 -0
@@ -0,0 +1,492 @@
1
+ import { r as reactExports } from "./react.mjs";
2
+ const mergeClasses = (...classes) => classes.filter((className, index, array) => {
3
+ return Boolean(className) && className.trim() !== "" && array.indexOf(className) === index;
4
+ }).join(" ").trim();
5
+ const toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
6
+ const toCamelCase = (string) => string.replace(
7
+ /^([A-Z])|[\s-_]+(\w)/g,
8
+ (match, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase()
9
+ );
10
+ const toPascalCase = (string) => {
11
+ const camelCase = toCamelCase(string);
12
+ return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);
13
+ };
14
+ var defaultAttributes = {
15
+ xmlns: "http://www.w3.org/2000/svg",
16
+ width: 24,
17
+ height: 24,
18
+ viewBox: "0 0 24 24",
19
+ fill: "none",
20
+ stroke: "currentColor",
21
+ strokeWidth: 2,
22
+ strokeLinecap: "round",
23
+ strokeLinejoin: "round"
24
+ };
25
+ const hasA11yProp = (props) => {
26
+ for (const prop in props) {
27
+ if (prop.startsWith("aria-") || prop === "role" || prop === "title") {
28
+ return true;
29
+ }
30
+ }
31
+ return false;
32
+ };
33
+ const Icon = reactExports.forwardRef(
34
+ ({
35
+ color = "currentColor",
36
+ size = 24,
37
+ strokeWidth = 2,
38
+ absoluteStrokeWidth,
39
+ className = "",
40
+ children,
41
+ iconNode,
42
+ ...rest
43
+ }, ref) => reactExports.createElement(
44
+ "svg",
45
+ {
46
+ ref,
47
+ ...defaultAttributes,
48
+ width: size,
49
+ height: size,
50
+ stroke: color,
51
+ strokeWidth: absoluteStrokeWidth ? Number(strokeWidth) * 24 / Number(size) : strokeWidth,
52
+ className: mergeClasses("lucide", className),
53
+ ...!children && !hasA11yProp(rest) && { "aria-hidden": "true" },
54
+ ...rest
55
+ },
56
+ [
57
+ ...iconNode.map(([tag, attrs]) => reactExports.createElement(tag, attrs)),
58
+ ...Array.isArray(children) ? children : [children]
59
+ ]
60
+ )
61
+ );
62
+ const createLucideIcon = (iconName, iconNode) => {
63
+ const Component = reactExports.forwardRef(
64
+ ({ className, ...props }, ref) => reactExports.createElement(Icon, {
65
+ ref,
66
+ iconNode,
67
+ className: mergeClasses(
68
+ `lucide-${toKebabCase(toPascalCase(iconName))}`,
69
+ `lucide-${iconName}`,
70
+ className
71
+ ),
72
+ ...props
73
+ })
74
+ );
75
+ Component.displayName = toPascalCase(iconName);
76
+ return Component;
77
+ };
78
+ const __iconNode$Q = [
79
+ ["path", { d: "M12 5v14", key: "s699le" }],
80
+ ["path", { d: "m19 12-7 7-7-7", key: "1idqje" }]
81
+ ];
82
+ const ArrowDown = createLucideIcon("arrow-down", __iconNode$Q);
83
+ const __iconNode$P = [
84
+ ["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
85
+ ["path", { d: "M19 12H5", key: "x3x0zl" }]
86
+ ];
87
+ const ArrowLeft = createLucideIcon("arrow-left", __iconNode$P);
88
+ const __iconNode$O = [
89
+ ["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
90
+ ["path", { d: "M12 19V5", key: "x0mq9r" }]
91
+ ];
92
+ const ArrowUp = createLucideIcon("arrow-up", __iconNode$O);
93
+ const __iconNode$N = [
94
+ ["path", { d: "M12 18V5", key: "adv99a" }],
95
+ ["path", { d: "M15 13a4.17 4.17 0 0 1-3-4 4.17 4.17 0 0 1-3 4", key: "1e3is1" }],
96
+ ["path", { d: "M17.598 6.5A3 3 0 1 0 12 5a3 3 0 1 0-5.598 1.5", key: "1gqd8o" }],
97
+ ["path", { d: "M17.997 5.125a4 4 0 0 1 2.526 5.77", key: "iwvgf7" }],
98
+ ["path", { d: "M18 18a4 4 0 0 0 2-7.464", key: "efp6ie" }],
99
+ ["path", { d: "M19.967 17.483A4 4 0 1 1 12 18a4 4 0 1 1-7.967-.517", key: "1gq6am" }],
100
+ ["path", { d: "M6 18a4 4 0 0 1-2-7.464", key: "k1g0md" }],
101
+ ["path", { d: "M6.003 5.125a4 4 0 0 0-2.526 5.77", key: "q97ue3" }]
102
+ ];
103
+ const Brain = createLucideIcon("brain", __iconNode$N);
104
+ const __iconNode$M = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
105
+ const Check = createLucideIcon("check", __iconNode$M);
106
+ const __iconNode$L = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
107
+ const ChevronDown = createLucideIcon("chevron-down", __iconNode$L);
108
+ const __iconNode$K = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
109
+ const ChevronRight = createLucideIcon("chevron-right", __iconNode$K);
110
+ const __iconNode$J = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
111
+ const ChevronUp = createLucideIcon("chevron-up", __iconNode$J);
112
+ const __iconNode$I = [
113
+ ["path", { d: "m7 6 5 5 5-5", key: "1lc07p" }],
114
+ ["path", { d: "m7 13 5 5 5-5", key: "1d48rs" }]
115
+ ];
116
+ const ChevronsDown = createLucideIcon("chevrons-down", __iconNode$I);
117
+ const __iconNode$H = [
118
+ ["path", { d: "m17 11-5-5-5 5", key: "e8nh98" }],
119
+ ["path", { d: "m17 18-5-5-5 5", key: "2avn1x" }]
120
+ ];
121
+ const ChevronsUp = createLucideIcon("chevrons-up", __iconNode$H);
122
+ const __iconNode$G = [
123
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
124
+ ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
125
+ ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
126
+ ];
127
+ const CircleAlert = createLucideIcon("circle-alert", __iconNode$G);
128
+ const __iconNode$F = [
129
+ ["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
130
+ ["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
131
+ ];
132
+ const CircleCheckBig = createLucideIcon("circle-check-big", __iconNode$F);
133
+ const __iconNode$E = [
134
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
135
+ ["path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3", key: "1u773s" }],
136
+ ["path", { d: "M12 17h.01", key: "p32p05" }]
137
+ ];
138
+ const CircleQuestionMark = createLucideIcon("circle-question-mark", __iconNode$E);
139
+ const __iconNode$D = [
140
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
141
+ ["rect", { x: "9", y: "9", width: "6", height: "6", rx: "1", key: "1ssd4o" }]
142
+ ];
143
+ const CircleStop = createLucideIcon("circle-stop", __iconNode$D);
144
+ const __iconNode$C = [
145
+ ["path", { d: "M12 6v6l4 2", key: "mmk7yg" }],
146
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
147
+ ];
148
+ const Clock = createLucideIcon("clock", __iconNode$C);
149
+ const __iconNode$B = [
150
+ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
151
+ ["path", { d: "M12 3v18", key: "108xh3" }]
152
+ ];
153
+ const Columns2 = createLucideIcon("columns-2", __iconNode$B);
154
+ const __iconNode$A = [
155
+ ["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
156
+ ["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" }]
157
+ ];
158
+ const Copy = createLucideIcon("copy", __iconNode$A);
159
+ const __iconNode$z = [
160
+ ["path", { d: "M12 15V3", key: "m9g1x1" }],
161
+ ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
162
+ ["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
163
+ ];
164
+ const Download = createLucideIcon("download", __iconNode$z);
165
+ const __iconNode$y = [
166
+ ["line", { x1: "5", x2: "19", y1: "9", y2: "9", key: "1nwqeh" }],
167
+ ["line", { x1: "5", x2: "19", y1: "15", y2: "15", key: "g8yjpy" }]
168
+ ];
169
+ const Equal = createLucideIcon("equal", __iconNode$y);
170
+ const __iconNode$x = [
171
+ ["path", { d: "M15 3h6v6", key: "1q9fwt" }],
172
+ ["path", { d: "M10 14 21 3", key: "gplh6r" }],
173
+ ["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
174
+ ];
175
+ const ExternalLink = createLucideIcon("external-link", __iconNode$x);
176
+ const __iconNode$w = [
177
+ [
178
+ "path",
179
+ {
180
+ d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",
181
+ key: "ct8e1f"
182
+ }
183
+ ],
184
+ ["path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242", key: "151rxh" }],
185
+ [
186
+ "path",
187
+ {
188
+ d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",
189
+ key: "13bj9a"
190
+ }
191
+ ],
192
+ ["path", { d: "m2 2 20 20", key: "1ooewy" }]
193
+ ];
194
+ const EyeOff = createLucideIcon("eye-off", __iconNode$w);
195
+ const __iconNode$v = [
196
+ [
197
+ "path",
198
+ {
199
+ d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",
200
+ key: "1nclc0"
201
+ }
202
+ ],
203
+ ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
204
+ ];
205
+ const Eye = createLucideIcon("eye", __iconNode$v);
206
+ const __iconNode$u = [
207
+ [
208
+ "path",
209
+ {
210
+ d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
211
+ key: "1oefj6"
212
+ }
213
+ ],
214
+ ["path", { d: "M9 10h6", key: "9gxzsh" }],
215
+ ["path", { d: "M12 13V7", key: "h0r20n" }],
216
+ ["path", { d: "M9 17h6", key: "r8uit2" }]
217
+ ];
218
+ const FileDiff = createLucideIcon("file-diff", __iconNode$u);
219
+ const __iconNode$t = [
220
+ [
221
+ "path",
222
+ {
223
+ d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
224
+ key: "1oefj6"
225
+ }
226
+ ],
227
+ ["path", { d: "M14 2v5a1 1 0 0 0 1 1h5", key: "wfsgrz" }],
228
+ ["path", { d: "m8 16 2-2-2-2", key: "10vzyd" }],
229
+ ["path", { d: "M12 18h4", key: "1wd2n7" }]
230
+ ];
231
+ const FileTerminal = createLucideIcon("file-terminal", __iconNode$t);
232
+ const __iconNode$s = [
233
+ ["path", { d: "m12 14 4-4", key: "9kzdfg" }],
234
+ ["path", { d: "M3.34 19a10 10 0 1 1 17.32 0", key: "19p75a" }]
235
+ ];
236
+ const Gauge = createLucideIcon("gauge", __iconNode$s);
237
+ const __iconNode$r = [
238
+ ["circle", { cx: "5", cy: "6", r: "3", key: "1qnov2" }],
239
+ ["path", { d: "M12 6h5a2 2 0 0 1 2 2v7", key: "1yj91y" }],
240
+ ["path", { d: "m15 9-3-3 3-3", key: "1lwv8l" }],
241
+ ["circle", { cx: "19", cy: "18", r: "3", key: "1qljk2" }],
242
+ ["path", { d: "M12 18H7a2 2 0 0 1-2-2V9", key: "16sdep" }],
243
+ ["path", { d: "m9 15 3 3-3 3", key: "1m3kbl" }]
244
+ ];
245
+ const GitCompareArrows = createLucideIcon("git-compare-arrows", __iconNode$r);
246
+ const __iconNode$q = [
247
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
248
+ ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
249
+ ["path", { d: "M2 12h20", key: "9i4pu4" }]
250
+ ];
251
+ const Globe = createLucideIcon("globe", __iconNode$q);
252
+ const __iconNode$p = [
253
+ ["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "1357e3" }],
254
+ ["path", { d: "M3 3v5h5", key: "1xhq8a" }],
255
+ ["path", { d: "M12 7v5l4 2", key: "1fdv2h" }]
256
+ ];
257
+ const History = createLucideIcon("history", __iconNode$p);
258
+ const __iconNode$o = [
259
+ ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
260
+ ["path", { d: "M12 16v-4", key: "1dtifu" }],
261
+ ["path", { d: "M12 8h.01", key: "e9boi3" }]
262
+ ];
263
+ const Info = createLucideIcon("info", __iconNode$o);
264
+ const __iconNode$n = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
265
+ const LoaderCircle = createLucideIcon("loader-circle", __iconNode$n);
266
+ const __iconNode$m = [
267
+ ["rect", { width: "18", height: "11", x: "3", y: "11", rx: "2", ry: "2", key: "1w4ew1" }],
268
+ ["path", { d: "M7 11V7a5 5 0 0 1 10 0v4", key: "fwvmzm" }]
269
+ ];
270
+ const Lock = createLucideIcon("lock", __iconNode$m);
271
+ const __iconNode$l = [
272
+ [
273
+ "path",
274
+ {
275
+ d: "M22 17a2 2 0 0 1-2 2H6.828a2 2 0 0 0-1.414.586l-2.202 2.202A.71.71 0 0 1 2 21.286V5a2 2 0 0 1 2-2h16a2 2 0 0 1 2 2z",
276
+ key: "18887p"
277
+ }
278
+ ]
279
+ ];
280
+ const MessageSquare = createLucideIcon("message-square", __iconNode$l);
281
+ const __iconNode$k = [["path", { d: "M5 12h14", key: "1ays0h" }]];
282
+ const Minus = createLucideIcon("minus", __iconNode$k);
283
+ const __iconNode$j = [
284
+ ["path", { d: "M12 16h.01", key: "1drbdi" }],
285
+ ["path", { d: "M12 8v4", key: "1got3b" }],
286
+ [
287
+ "path",
288
+ {
289
+ d: "M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z",
290
+ key: "1fd625"
291
+ }
292
+ ]
293
+ ];
294
+ const OctagonAlert = createLucideIcon("octagon-alert", __iconNode$j);
295
+ const __iconNode$i = [
296
+ [
297
+ "path",
298
+ {
299
+ d: "M21.174 6.812a1 1 0 0 0-3.986-3.987L3.842 16.174a2 2 0 0 0-.5.83l-1.321 4.352a.5.5 0 0 0 .623.622l4.353-1.32a2 2 0 0 0 .83-.497z",
300
+ key: "1a8usu"
301
+ }
302
+ ],
303
+ ["path", { d: "m15 5 4 4", key: "1mk7zo" }]
304
+ ];
305
+ const Pencil = createLucideIcon("pencil", __iconNode$i);
306
+ const __iconNode$h = [
307
+ ["path", { d: "M5 12h14", key: "1ays0h" }],
308
+ ["path", { d: "M12 5v14", key: "s699le" }]
309
+ ];
310
+ const Plus = createLucideIcon("plus", __iconNode$h);
311
+ const __iconNode$g = [
312
+ ["path", { d: "M16.247 7.761a6 6 0 0 1 0 8.478", key: "1fwjs5" }],
313
+ ["path", { d: "M19.075 4.933a10 10 0 0 1 0 14.134", key: "ehdyv1" }],
314
+ ["path", { d: "M4.925 19.067a10 10 0 0 1 0-14.134", key: "1q22gi" }],
315
+ ["path", { d: "M7.753 16.239a6 6 0 0 1 0-8.478", key: "r2q7qm" }],
316
+ ["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }]
317
+ ];
318
+ const Radio = createLucideIcon("radio", __iconNode$g);
319
+ const __iconNode$f = [
320
+ ["path", { d: "M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8", key: "1357e3" }],
321
+ ["path", { d: "M3 3v5h5", key: "1xhq8a" }]
322
+ ];
323
+ const RotateCcw = createLucideIcon("rotate-ccw", __iconNode$f);
324
+ const __iconNode$e = [
325
+ ["path", { d: "M21 12a9 9 0 1 1-9-9c2.52 0 4.93 1 6.74 2.74L21 8", key: "1p45f6" }],
326
+ ["path", { d: "M21 3v5h-5", key: "1q7to0" }]
327
+ ];
328
+ const RotateCw = createLucideIcon("rotate-cw", __iconNode$e);
329
+ const __iconNode$d = [
330
+ ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
331
+ ["path", { d: "M21 9H3", key: "1338ky" }],
332
+ ["path", { d: "M21 15H3", key: "9uk58r" }]
333
+ ];
334
+ const Rows3 = createLucideIcon("rows-3", __iconNode$d);
335
+ const __iconNode$c = [
336
+ ["path", { d: "M3 7V5a2 2 0 0 1 2-2h2", key: "aa7l1z" }],
337
+ ["path", { d: "M17 3h2a2 2 0 0 1 2 2v2", key: "4qcy5o" }],
338
+ ["path", { d: "M21 17v2a2 2 0 0 1-2 2h-2", key: "6vwrx8" }],
339
+ ["path", { d: "M7 21H5a2 2 0 0 1-2-2v-2", key: "ioqczr" }]
340
+ ];
341
+ const Scan = createLucideIcon("scan", __iconNode$c);
342
+ const __iconNode$b = [
343
+ ["rect", { width: "20", height: "8", x: "2", y: "2", rx: "2", ry: "2", key: "ngkwjq" }],
344
+ ["rect", { width: "20", height: "8", x: "2", y: "14", rx: "2", ry: "2", key: "iecqi9" }],
345
+ ["line", { x1: "6", x2: "6.01", y1: "6", y2: "6", key: "16zg32" }],
346
+ ["line", { x1: "6", x2: "6.01", y1: "18", y2: "18", key: "nzw8ys" }]
347
+ ];
348
+ const Server = createLucideIcon("server", __iconNode$b);
349
+ const __iconNode$a = [
350
+ [
351
+ "path",
352
+ {
353
+ d: "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",
354
+ key: "1i5ecw"
355
+ }
356
+ ],
357
+ ["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
358
+ ];
359
+ const Settings = createLucideIcon("settings", __iconNode$a);
360
+ const __iconNode$9 = [
361
+ ["path", { d: "M12 19h8", key: "baeox8" }],
362
+ ["path", { d: "m4 17 6-6-6-6", key: "1yngyt" }]
363
+ ];
364
+ const Terminal = createLucideIcon("terminal", __iconNode$9);
365
+ const __iconNode$8 = [
366
+ ["path", { d: "M10 11v6", key: "nco0om" }],
367
+ ["path", { d: "M14 11v6", key: "outv1u" }],
368
+ ["path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6", key: "miytrc" }],
369
+ ["path", { d: "M3 6h18", key: "d0wm0j" }],
370
+ ["path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2", key: "e791ji" }]
371
+ ];
372
+ const Trash2 = createLucideIcon("trash-2", __iconNode$8);
373
+ const __iconNode$7 = [
374
+ [
375
+ "path",
376
+ {
377
+ d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",
378
+ key: "wmoenq"
379
+ }
380
+ ],
381
+ ["path", { d: "M12 9v4", key: "juzpu7" }],
382
+ ["path", { d: "M12 17h.01", key: "p32p05" }]
383
+ ];
384
+ const TriangleAlert = createLucideIcon("triangle-alert", __iconNode$7);
385
+ const __iconNode$6 = [
386
+ ["path", { d: "M12 3v12", key: "1x0j5s" }],
387
+ ["path", { d: "m17 8-5-5-5 5", key: "7q97r8" }],
388
+ ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }]
389
+ ];
390
+ const Upload = createLucideIcon("upload", __iconNode$6);
391
+ const __iconNode$5 = [
392
+ ["path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2", key: "975kel" }],
393
+ ["circle", { cx: "12", cy: "7", r: "4", key: "17ys0d" }]
394
+ ];
395
+ const User = createLucideIcon("user", __iconNode$5);
396
+ const __iconNode$4 = [
397
+ ["path", { d: "M12 20h.01", key: "zekei9" }],
398
+ ["path", { d: "M8.5 16.429a5 5 0 0 1 7 0", key: "1bycff" }],
399
+ ["path", { d: "M5 12.859a10 10 0 0 1 5.17-2.69", key: "1dl1wf" }],
400
+ ["path", { d: "M19 12.859a10 10 0 0 0-2.007-1.523", key: "4k23kn" }],
401
+ ["path", { d: "M2 8.82a15 15 0 0 1 4.177-2.643", key: "1grhjp" }],
402
+ ["path", { d: "M22 8.82a15 15 0 0 0-11.288-3.764", key: "z3jwby" }],
403
+ ["path", { d: "m2 2 20 20", key: "1ooewy" }]
404
+ ];
405
+ const WifiOff = createLucideIcon("wifi-off", __iconNode$4);
406
+ const __iconNode$3 = [
407
+ ["path", { d: "M12 20h.01", key: "zekei9" }],
408
+ ["path", { d: "M2 8.82a15 15 0 0 1 20 0", key: "dnpr2z" }],
409
+ ["path", { d: "M5 12.859a10 10 0 0 1 14 0", key: "1x1e6c" }],
410
+ ["path", { d: "M8.5 16.429a5 5 0 0 1 7 0", key: "1bycff" }]
411
+ ];
412
+ const Wifi = createLucideIcon("wifi", __iconNode$3);
413
+ const __iconNode$2 = [
414
+ [
415
+ "path",
416
+ {
417
+ d: "M14.7 6.3a1 1 0 0 0 0 1.4l1.6 1.6a1 1 0 0 0 1.4 0l3.106-3.105c.32-.322.863-.22.983.218a6 6 0 0 1-8.259 7.057l-7.91 7.91a1 1 0 0 1-2.999-3l7.91-7.91a6 6 0 0 1 7.057-8.259c.438.12.54.662.219.984z",
418
+ key: "1ngwbx"
419
+ }
420
+ ]
421
+ ];
422
+ const Wrench = createLucideIcon("wrench", __iconNode$2);
423
+ const __iconNode$1 = [
424
+ ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
425
+ ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
426
+ ];
427
+ const X = createLucideIcon("x", __iconNode$1);
428
+ const __iconNode = [
429
+ [
430
+ "path",
431
+ {
432
+ d: "M4 14a1 1 0 0 1-.78-1.63l9.9-10.2a.5.5 0 0 1 .86.46l-1.92 6.02A1 1 0 0 0 13 10h7a1 1 0 0 1 .78 1.63l-9.9 10.2a.5.5 0 0 1-.86-.46l1.92-6.02A1 1 0 0 0 11 14z",
433
+ key: "1xq2db"
434
+ }
435
+ ]
436
+ ];
437
+ const Zap = createLucideIcon("zap", __iconNode);
438
+ export {
439
+ ArrowLeft as A,
440
+ ArrowUp as B,
441
+ Check as C,
442
+ Download as D,
443
+ ExternalLink as E,
444
+ FileTerminal as F,
445
+ Globe as G,
446
+ History as H,
447
+ ArrowDown as I,
448
+ Rows3 as J,
449
+ Columns2 as K,
450
+ LoaderCircle as L,
451
+ MessageSquare as M,
452
+ Equal as N,
453
+ OctagonAlert as O,
454
+ Plus as P,
455
+ Info as Q,
456
+ RotateCw as R,
457
+ Settings as S,
458
+ Trash2 as T,
459
+ Upload as U,
460
+ CircleStop as V,
461
+ Wrench as W,
462
+ X,
463
+ Brain as Y,
464
+ Zap as Z,
465
+ Terminal as _,
466
+ Copy as a,
467
+ ChevronDown as b,
468
+ Scan as c,
469
+ CircleAlert as d,
470
+ ChevronUp as e,
471
+ ChevronRight as f,
472
+ User as g,
473
+ Clock as h,
474
+ TriangleAlert as i,
475
+ EyeOff as j,
476
+ Eye as k,
477
+ Pencil as l,
478
+ Minus as m,
479
+ CircleCheckBig as n,
480
+ Radio as o,
481
+ ChevronsUp as p,
482
+ ChevronsDown as q,
483
+ FileDiff as r,
484
+ RotateCcw as s,
485
+ GitCompareArrows as t,
486
+ CircleQuestionMark as u,
487
+ Server as v,
488
+ Gauge as w,
489
+ Lock as x,
490
+ Wifi as y,
491
+ WifiOff as z
492
+ };