zevairouter 1.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 (2011) hide show
  1. package/CHANGELOG.md +260 -0
  2. package/LICENSE +21 -0
  3. package/README.md +124 -0
  4. package/README.zh-CN.md +124 -0
  5. package/cli/LICENSE +42 -0
  6. package/cli/README.md +125 -0
  7. package/cli/app/.next-cli-build/BUILD_ID +1 -0
  8. package/cli/app/.next-cli-build/app-path-routes-manifest.json +173 -0
  9. package/cli/app/.next-cli-build/build-manifest.json +20 -0
  10. package/cli/app/.next-cli-build/package.json +1 -0
  11. package/cli/app/.next-cli-build/prerender-manifest.json +594 -0
  12. package/cli/app/.next-cli-build/react-loadable-manifest.json +8 -0
  13. package/cli/app/.next-cli-build/required-server-files.json +381 -0
  14. package/cli/app/.next-cli-build/routes-manifest.json +1161 -0
  15. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/automation/page.js +2 -0
  16. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/automation/page.js.nft.json +1 -0
  17. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/automation/page_client-reference-manifest.js +1 -0
  18. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -0
  19. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +1 -0
  20. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -0
  21. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +24 -0
  22. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js.nft.json +1 -0
  23. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -0
  24. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -0
  25. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -0
  26. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -0
  27. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page.js +2 -0
  28. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -0
  29. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -0
  30. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page.js +2 -0
  31. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +1 -0
  32. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -0
  33. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js +2 -0
  34. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -0
  35. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -0
  36. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +60 -0
  37. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +1 -0
  38. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -0
  39. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -0
  40. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +1 -0
  41. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -0
  42. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +5 -0
  43. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +1 -0
  44. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -0
  45. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -0
  46. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js.nft.json +1 -0
  47. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -0
  48. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js +2 -0
  49. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -0
  50. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -0
  51. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js +2 -0
  52. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js.nft.json +1 -0
  53. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -0
  54. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js +2 -0
  55. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -0
  56. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -0
  57. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js +4 -0
  58. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -0
  59. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -0
  60. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js +2 -0
  61. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -0
  62. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -0
  63. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js +2 -0
  64. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -0
  65. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -0
  66. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js +5 -0
  67. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -0
  68. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -0
  69. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js +2 -0
  70. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -0
  71. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -0
  72. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js +2 -0
  73. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js.nft.json +1 -0
  74. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -0
  75. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js +2 -0
  76. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -0
  77. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -0
  78. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js +2 -0
  79. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -0
  80. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -0
  81. package/cli/app/.next-cli-build/server/app/_global-error/page.js +32 -0
  82. package/cli/app/.next-cli-build/server/app/_global-error/page.js.nft.json +1 -0
  83. package/cli/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -0
  84. package/cli/app/.next-cli-build/server/app/_global-error.html +1 -0
  85. package/cli/app/.next-cli-build/server/app/_global-error.meta +16 -0
  86. package/cli/app/.next-cli-build/server/app/_global-error.rsc +14 -0
  87. package/cli/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +14 -0
  88. package/cli/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +5 -0
  89. package/cli/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +5 -0
  90. package/cli/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +5 -0
  91. package/cli/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +5 -0
  92. package/cli/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +1 -0
  93. package/cli/app/.next-cli-build/server/app/_not-found/page.js +2 -0
  94. package/cli/app/.next-cli-build/server/app/_not-found/page.js.nft.json +1 -0
  95. package/cli/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -0
  96. package/cli/app/.next-cli-build/server/app/_not-found.html +1 -0
  97. package/cli/app/.next-cli-build/server/app/_not-found.meta +16 -0
  98. package/cli/app/.next-cli-build/server/app/_not-found.rsc +20 -0
  99. package/cli/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +20 -0
  100. package/cli/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +6 -0
  101. package/cli/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +8 -0
  102. package/cli/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
  103. package/cli/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
  104. package/cli/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +4 -0
  105. package/cli/app/.next-cli-build/server/app/api/auth/login/route.js +1 -0
  106. package/cli/app/.next-cli-build/server/app/api/auth/login/route.js.nft.json +1 -0
  107. package/cli/app/.next-cli-build/server/app/api/auth/login/route_client-reference-manifest.js +1 -0
  108. package/cli/app/.next-cli-build/server/app/api/auth/logout/route.js +1 -0
  109. package/cli/app/.next-cli-build/server/app/api/auth/logout/route.js.nft.json +1 -0
  110. package/cli/app/.next-cli-build/server/app/api/auth/logout/route_client-reference-manifest.js +1 -0
  111. package/cli/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js +1 -0
  112. package/cli/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js.nft.json +1 -0
  113. package/cli/app/.next-cli-build/server/app/api/auth/oidc/callback/route_client-reference-manifest.js +1 -0
  114. package/cli/app/.next-cli-build/server/app/api/auth/oidc/start/route.js +1 -0
  115. package/cli/app/.next-cli-build/server/app/api/auth/oidc/start/route.js.nft.json +1 -0
  116. package/cli/app/.next-cli-build/server/app/api/auth/oidc/start/route_client-reference-manifest.js +1 -0
  117. package/cli/app/.next-cli-build/server/app/api/auth/oidc/test/route.js +1 -0
  118. package/cli/app/.next-cli-build/server/app/api/auth/oidc/test/route.js.nft.json +1 -0
  119. package/cli/app/.next-cli-build/server/app/api/auth/oidc/test/route_client-reference-manifest.js +1 -0
  120. package/cli/app/.next-cli-build/server/app/api/auth/status/route.js +1 -0
  121. package/cli/app/.next-cli-build/server/app/api/auth/status/route.js.nft.json +1 -0
  122. package/cli/app/.next-cli-build/server/app/api/auth/status/route_client-reference-manifest.js +1 -0
  123. package/cli/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +17 -0
  124. package/cli/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js.nft.json +1 -0
  125. package/cli/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route_client-reference-manifest.js +1 -0
  126. package/cli/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -0
  127. package/cli/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -0
  128. package/cli/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -0
  129. package/cli/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js +1 -0
  130. package/cli/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -0
  131. package/cli/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -0
  132. package/cli/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js +2 -0
  133. package/cli/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js.nft.json +1 -0
  134. package/cli/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -0
  135. package/cli/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js +2 -0
  136. package/cli/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js.nft.json +1 -0
  137. package/cli/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route_client-reference-manifest.js +1 -0
  138. package/cli/app/.next-cli-build/server/app/api/cli-tools/codex-gateway/accounts/route.js +1 -0
  139. package/cli/app/.next-cli-build/server/app/api/cli-tools/codex-gateway/accounts/route.js.nft.json +1 -0
  140. package/cli/app/.next-cli-build/server/app/api/cli-tools/codex-gateway/accounts/route_client-reference-manifest.js +1 -0
  141. package/cli/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js +1 -0
  142. package/cli/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js.nft.json +1 -0
  143. package/cli/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -0
  144. package/cli/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js +2 -0
  145. package/cli/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js.nft.json +1 -0
  146. package/cli/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route_client-reference-manifest.js +1 -0
  147. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js +2 -0
  148. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js.nft.json +1 -0
  149. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route_client-reference-manifest.js +1 -0
  150. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js +2 -0
  151. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js.nft.json +1 -0
  152. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route_client-reference-manifest.js +1 -0
  153. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +2 -0
  154. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js.nft.json +1 -0
  155. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route_client-reference-manifest.js +1 -0
  156. package/cli/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +9 -0
  157. package/cli/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js.nft.json +1 -0
  158. package/cli/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route_client-reference-manifest.js +1 -0
  159. package/cli/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js +2 -0
  160. package/cli/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js.nft.json +1 -0
  161. package/cli/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -0
  162. package/cli/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +10 -0
  163. package/cli/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js.nft.json +1 -0
  164. package/cli/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route_client-reference-manifest.js +1 -0
  165. package/cli/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +2 -0
  166. package/cli/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js.nft.json +1 -0
  167. package/cli/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route_client-reference-manifest.js +1 -0
  168. package/cli/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js +2 -0
  169. package/cli/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js.nft.json +1 -0
  170. package/cli/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route_client-reference-manifest.js +1 -0
  171. package/cli/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +2 -0
  172. package/cli/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js.nft.json +1 -0
  173. package/cli/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -0
  174. package/cli/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js +2 -0
  175. package/cli/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js.nft.json +1 -0
  176. package/cli/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route_client-reference-manifest.js +1 -0
  177. package/cli/app/.next-cli-build/server/app/api/combos/[id]/route.js +1 -0
  178. package/cli/app/.next-cli-build/server/app/api/combos/[id]/route.js.nft.json +1 -0
  179. package/cli/app/.next-cli-build/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -0
  180. package/cli/app/.next-cli-build/server/app/api/combos/route.js +1 -0
  181. package/cli/app/.next-cli-build/server/app/api/combos/route.js.nft.json +1 -0
  182. package/cli/app/.next-cli-build/server/app/api/combos/route_client-reference-manifest.js +1 -0
  183. package/cli/app/.next-cli-build/server/app/api/health/route.js +1 -0
  184. package/cli/app/.next-cli-build/server/app/api/health/route.js.nft.json +1 -0
  185. package/cli/app/.next-cli-build/server/app/api/health/route_client-reference-manifest.js +1 -0
  186. package/cli/app/.next-cli-build/server/app/api/init/route.js +1 -0
  187. package/cli/app/.next-cli-build/server/app/api/init/route.js.nft.json +1 -0
  188. package/cli/app/.next-cli-build/server/app/api/init/route_client-reference-manifest.js +1 -0
  189. package/cli/app/.next-cli-build/server/app/api/keys/[id]/route.js +1 -0
  190. package/cli/app/.next-cli-build/server/app/api/keys/[id]/route.js.nft.json +1 -0
  191. package/cli/app/.next-cli-build/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -0
  192. package/cli/app/.next-cli-build/server/app/api/keys/route.js +1 -0
  193. package/cli/app/.next-cli-build/server/app/api/keys/route.js.nft.json +1 -0
  194. package/cli/app/.next-cli-build/server/app/api/keys/route_client-reference-manifest.js +1 -0
  195. package/cli/app/.next-cli-build/server/app/api/locale/route.js +1 -0
  196. package/cli/app/.next-cli-build/server/app/api/locale/route.js.nft.json +1 -0
  197. package/cli/app/.next-cli-build/server/app/api/locale/route_client-reference-manifest.js +1 -0
  198. package/cli/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js +7 -0
  199. package/cli/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js.nft.json +1 -0
  200. package/cli/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route_client-reference-manifest.js +1 -0
  201. package/cli/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js +7 -0
  202. package/cli/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js.nft.json +1 -0
  203. package/cli/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route_client-reference-manifest.js +1 -0
  204. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -0
  205. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +1 -0
  206. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route_client-reference-manifest.js +1 -0
  207. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -0
  208. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +1 -0
  209. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route_client-reference-manifest.js +1 -0
  210. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js +1 -0
  211. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +1 -0
  212. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route_client-reference-manifest.js +1 -0
  213. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js +1 -0
  214. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +1 -0
  215. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route_client-reference-manifest.js +1 -0
  216. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js +1 -0
  217. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js.nft.json +1 -0
  218. package/cli/app/.next-cli-build/server/app/api/media-providers/tts/voices/route_client-reference-manifest.js +1 -0
  219. package/cli/app/.next-cli-build/server/app/api/models/alias/route.js +1 -0
  220. package/cli/app/.next-cli-build/server/app/api/models/alias/route.js.nft.json +1 -0
  221. package/cli/app/.next-cli-build/server/app/api/models/alias/route_client-reference-manifest.js +1 -0
  222. package/cli/app/.next-cli-build/server/app/api/models/availability/route.js +1 -0
  223. package/cli/app/.next-cli-build/server/app/api/models/availability/route.js.nft.json +1 -0
  224. package/cli/app/.next-cli-build/server/app/api/models/availability/route_client-reference-manifest.js +1 -0
  225. package/cli/app/.next-cli-build/server/app/api/models/custom/route.js +1 -0
  226. package/cli/app/.next-cli-build/server/app/api/models/custom/route.js.nft.json +1 -0
  227. package/cli/app/.next-cli-build/server/app/api/models/custom/route_client-reference-manifest.js +1 -0
  228. package/cli/app/.next-cli-build/server/app/api/models/disabled/route.js +1 -0
  229. package/cli/app/.next-cli-build/server/app/api/models/disabled/route.js.nft.json +1 -0
  230. package/cli/app/.next-cli-build/server/app/api/models/disabled/route_client-reference-manifest.js +1 -0
  231. package/cli/app/.next-cli-build/server/app/api/models/route.js +1 -0
  232. package/cli/app/.next-cli-build/server/app/api/models/route.js.nft.json +1 -0
  233. package/cli/app/.next-cli-build/server/app/api/models/route_client-reference-manifest.js +1 -0
  234. package/cli/app/.next-cli-build/server/app/api/models/test/route.js +1 -0
  235. package/cli/app/.next-cli-build/server/app/api/models/test/route.js.nft.json +1 -0
  236. package/cli/app/.next-cli-build/server/app/api/models/test/route_client-reference-manifest.js +1 -0
  237. package/cli/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js +1 -0
  238. package/cli/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -0
  239. package/cli/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -0
  240. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/[jobId]/cancel/route.js +1 -0
  241. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/[jobId]/cancel/route.js.nft.json +1 -0
  242. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/[jobId]/cancel/route_client-reference-manifest.js +1 -0
  243. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/[jobId]/manual/[workerId]/route.js +1 -0
  244. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/[jobId]/manual/[workerId]/route.js.nft.json +1 -0
  245. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/[jobId]/manual/[workerId]/route_client-reference-manifest.js +1 -0
  246. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/[jobId]/route.js +1 -0
  247. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/[jobId]/route.js.nft.json +1 -0
  248. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/[jobId]/route_client-reference-manifest.js +1 -0
  249. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/latest/route.js +1 -0
  250. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/latest/route.js.nft.json +1 -0
  251. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/latest/route_client-reference-manifest.js +1 -0
  252. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/route.js +1 -0
  253. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/route.js.nft.json +1 -0
  254. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-import/route_client-reference-manifest.js +1 -0
  255. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-token/route.js +1 -0
  256. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-token/route.js.nft.json +1 -0
  257. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/bulk-token/route_client-reference-manifest.js +1 -0
  258. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/quota-cookie/route.js +1 -0
  259. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/quota-cookie/route.js.nft.json +1 -0
  260. package/cli/app/.next-cli-build/server/app/api/oauth/codebuddy/quota-cookie/route_client-reference-manifest.js +1 -0
  261. package/cli/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js +1 -0
  262. package/cli/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js.nft.json +1 -0
  263. package/cli/app/.next-cli-build/server/app/api/oauth/codex/import-token/route_client-reference-manifest.js +1 -0
  264. package/cli/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js +4 -0
  265. package/cli/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -0
  266. package/cli/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -0
  267. package/cli/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js +1 -0
  268. package/cli/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js.nft.json +1 -0
  269. package/cli/app/.next-cli-build/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -0
  270. package/cli/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js +1 -0
  271. package/cli/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js.nft.json +1 -0
  272. package/cli/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route_client-reference-manifest.js +1 -0
  273. package/cli/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js +1 -0
  274. package/cli/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -0
  275. package/cli/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route_client-reference-manifest.js +1 -0
  276. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js +1 -0
  277. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js.nft.json +1 -0
  278. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -0
  279. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/[jobId]/cancel/route.js +1 -0
  280. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/[jobId]/cancel/route.js.nft.json +1 -0
  281. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/[jobId]/cancel/route_client-reference-manifest.js +1 -0
  282. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/[jobId]/manual/[workerId]/route.js +1 -0
  283. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/[jobId]/manual/[workerId]/route.js.nft.json +1 -0
  284. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/[jobId]/manual/[workerId]/route_client-reference-manifest.js +1 -0
  285. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/[jobId]/route.js +1 -0
  286. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/[jobId]/route.js.nft.json +1 -0
  287. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/[jobId]/route_client-reference-manifest.js +1 -0
  288. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/latest/route.js +1 -0
  289. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/latest/route.js.nft.json +1 -0
  290. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/latest/route_client-reference-manifest.js +1 -0
  291. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/route.js +1 -0
  292. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/route.js.nft.json +1 -0
  293. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/bulk-import/route_client-reference-manifest.js +1 -0
  294. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js +1 -0
  295. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js.nft.json +1 -0
  296. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -0
  297. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js +1 -0
  298. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -0
  299. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -0
  300. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js +1 -0
  301. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -0
  302. package/cli/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -0
  303. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/[jobId]/cancel/route.js +1 -0
  304. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/[jobId]/cancel/route.js.nft.json +1 -0
  305. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/[jobId]/cancel/route_client-reference-manifest.js +1 -0
  306. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/[jobId]/manual/[workerId]/route.js +1 -0
  307. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/[jobId]/manual/[workerId]/route.js.nft.json +1 -0
  308. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/[jobId]/manual/[workerId]/route_client-reference-manifest.js +1 -0
  309. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/[jobId]/route.js +1 -0
  310. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/[jobId]/route.js.nft.json +1 -0
  311. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/[jobId]/route_client-reference-manifest.js +1 -0
  312. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/latest/route.js +1 -0
  313. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/latest/route.js.nft.json +1 -0
  314. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/latest/route_client-reference-manifest.js +1 -0
  315. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/route.js +1 -0
  316. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/route.js.nft.json +1 -0
  317. package/cli/app/.next-cli-build/server/app/api/oauth/qoder/bulk-import/route_client-reference-manifest.js +1 -0
  318. package/cli/app/.next-cli-build/server/app/api/pricing/route.js +1 -0
  319. package/cli/app/.next-cli-build/server/app/api/pricing/route.js.nft.json +1 -0
  320. package/cli/app/.next-cli-build/server/app/api/pricing/route_client-reference-manifest.js +1 -0
  321. package/cli/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js +1 -0
  322. package/cli/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -0
  323. package/cli/app/.next-cli-build/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -0
  324. package/cli/app/.next-cli-build/server/app/api/provider-nodes/route.js +1 -0
  325. package/cli/app/.next-cli-build/server/app/api/provider-nodes/route.js.nft.json +1 -0
  326. package/cli/app/.next-cli-build/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -0
  327. package/cli/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js +1 -0
  328. package/cli/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js.nft.json +1 -0
  329. package/cli/app/.next-cli-build/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -0
  330. package/cli/app/.next-cli-build/server/app/api/providers/[id]/models/route.js +1 -0
  331. package/cli/app/.next-cli-build/server/app/api/providers/[id]/models/route.js.nft.json +1 -0
  332. package/cli/app/.next-cli-build/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -0
  333. package/cli/app/.next-cli-build/server/app/api/providers/[id]/route.js +1 -0
  334. package/cli/app/.next-cli-build/server/app/api/providers/[id]/route.js.nft.json +1 -0
  335. package/cli/app/.next-cli-build/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -0
  336. package/cli/app/.next-cli-build/server/app/api/providers/[id]/test/route.js +1 -0
  337. package/cli/app/.next-cli-build/server/app/api/providers/[id]/test/route.js.nft.json +1 -0
  338. package/cli/app/.next-cli-build/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -0
  339. package/cli/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js +1 -0
  340. package/cli/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -0
  341. package/cli/app/.next-cli-build/server/app/api/providers/[id]/test-models/route_client-reference-manifest.js +1 -0
  342. package/cli/app/.next-cli-build/server/app/api/providers/client/route.js +1 -0
  343. package/cli/app/.next-cli-build/server/app/api/providers/client/route.js.nft.json +1 -0
  344. package/cli/app/.next-cli-build/server/app/api/providers/client/route_client-reference-manifest.js +1 -0
  345. package/cli/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js +1 -0
  346. package/cli/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js.nft.json +1 -0
  347. package/cli/app/.next-cli-build/server/app/api/providers/kilo/free-models/route_client-reference-manifest.js +1 -0
  348. package/cli/app/.next-cli-build/server/app/api/providers/route.js +1 -0
  349. package/cli/app/.next-cli-build/server/app/api/providers/route.js.nft.json +1 -0
  350. package/cli/app/.next-cli-build/server/app/api/providers/route_client-reference-manifest.js +1 -0
  351. package/cli/app/.next-cli-build/server/app/api/providers/suggested-models/route.js +1 -0
  352. package/cli/app/.next-cli-build/server/app/api/providers/suggested-models/route.js.nft.json +1 -0
  353. package/cli/app/.next-cli-build/server/app/api/providers/suggested-models/route_client-reference-manifest.js +1 -0
  354. package/cli/app/.next-cli-build/server/app/api/providers/test-batch/route.js +1 -0
  355. package/cli/app/.next-cli-build/server/app/api/providers/test-batch/route.js.nft.json +1 -0
  356. package/cli/app/.next-cli-build/server/app/api/providers/test-batch/route_client-reference-manifest.js +1 -0
  357. package/cli/app/.next-cli-build/server/app/api/providers/validate/route.js +1 -0
  358. package/cli/app/.next-cli-build/server/app/api/providers/validate/route.js.nft.json +1 -0
  359. package/cli/app/.next-cli-build/server/app/api/providers/validate/route_client-reference-manifest.js +1 -0
  360. package/cli/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js +1 -0
  361. package/cli/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -0
  362. package/cli/app/.next-cli-build/server/app/api/proxy-pools/[id]/route_client-reference-manifest.js +1 -0
  363. package/cli/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js +1 -0
  364. package/cli/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -0
  365. package/cli/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route_client-reference-manifest.js +1 -0
  366. package/cli/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js +43 -0
  367. package/cli/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js.nft.json +1 -0
  368. package/cli/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route_client-reference-manifest.js +1 -0
  369. package/cli/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js +40 -0
  370. package/cli/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js.nft.json +1 -0
  371. package/cli/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route_client-reference-manifest.js +1 -0
  372. package/cli/app/.next-cli-build/server/app/api/proxy-pools/route.js +1 -0
  373. package/cli/app/.next-cli-build/server/app/api/proxy-pools/route.js.nft.json +1 -0
  374. package/cli/app/.next-cli-build/server/app/api/proxy-pools/route_client-reference-manifest.js +1 -0
  375. package/cli/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js +33 -0
  376. package/cli/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +1 -0
  377. package/cli/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route_client-reference-manifest.js +1 -0
  378. package/cli/app/.next-cli-build/server/app/api/settings/database/route.js +1 -0
  379. package/cli/app/.next-cli-build/server/app/api/settings/database/route.js.nft.json +1 -0
  380. package/cli/app/.next-cli-build/server/app/api/settings/database/route_client-reference-manifest.js +1 -0
  381. package/cli/app/.next-cli-build/server/app/api/settings/proxy-test/route.js +1 -0
  382. package/cli/app/.next-cli-build/server/app/api/settings/proxy-test/route.js.nft.json +1 -0
  383. package/cli/app/.next-cli-build/server/app/api/settings/proxy-test/route_client-reference-manifest.js +1 -0
  384. package/cli/app/.next-cli-build/server/app/api/settings/require-login/route.js +1 -0
  385. package/cli/app/.next-cli-build/server/app/api/settings/require-login/route.js.nft.json +1 -0
  386. package/cli/app/.next-cli-build/server/app/api/settings/require-login/route_client-reference-manifest.js +1 -0
  387. package/cli/app/.next-cli-build/server/app/api/settings/route.js +1 -0
  388. package/cli/app/.next-cli-build/server/app/api/settings/route.js.nft.json +1 -0
  389. package/cli/app/.next-cli-build/server/app/api/settings/route_client-reference-manifest.js +1 -0
  390. package/cli/app/.next-cli-build/server/app/api/shutdown/route.js +1 -0
  391. package/cli/app/.next-cli-build/server/app/api/shutdown/route.js.nft.json +1 -0
  392. package/cli/app/.next-cli-build/server/app/api/shutdown/route_client-reference-manifest.js +1 -0
  393. package/cli/app/.next-cli-build/server/app/api/tags/route.js +1 -0
  394. package/cli/app/.next-cli-build/server/app/api/tags/route.js.nft.json +1 -0
  395. package/cli/app/.next-cli-build/server/app/api/tags/route_client-reference-manifest.js +1 -0
  396. package/cli/app/.next-cli-build/server/app/api/translator/console-logs/route.js +1 -0
  397. package/cli/app/.next-cli-build/server/app/api/translator/console-logs/route.js.nft.json +1 -0
  398. package/cli/app/.next-cli-build/server/app/api/translator/console-logs/route_client-reference-manifest.js +1 -0
  399. package/cli/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js +7 -0
  400. package/cli/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js.nft.json +1 -0
  401. package/cli/app/.next-cli-build/server/app/api/translator/console-logs/stream/route_client-reference-manifest.js +1 -0
  402. package/cli/app/.next-cli-build/server/app/api/translator/load/route.js +1 -0
  403. package/cli/app/.next-cli-build/server/app/api/translator/load/route.js.nft.json +1 -0
  404. package/cli/app/.next-cli-build/server/app/api/translator/load/route_client-reference-manifest.js +1 -0
  405. package/cli/app/.next-cli-build/server/app/api/translator/save/route.js +1 -0
  406. package/cli/app/.next-cli-build/server/app/api/translator/save/route.js.nft.json +1 -0
  407. package/cli/app/.next-cli-build/server/app/api/translator/save/route_client-reference-manifest.js +1 -0
  408. package/cli/app/.next-cli-build/server/app/api/translator/send/route.js +1 -0
  409. package/cli/app/.next-cli-build/server/app/api/translator/send/route.js.nft.json +1 -0
  410. package/cli/app/.next-cli-build/server/app/api/translator/send/route_client-reference-manifest.js +1 -0
  411. package/cli/app/.next-cli-build/server/app/api/translator/translate/route.js +1 -0
  412. package/cli/app/.next-cli-build/server/app/api/translator/translate/route.js.nft.json +1 -0
  413. package/cli/app/.next-cli-build/server/app/api/translator/translate/route_client-reference-manifest.js +1 -0
  414. package/cli/app/.next-cli-build/server/app/api/tunnel/disable/route.js +1 -0
  415. package/cli/app/.next-cli-build/server/app/api/tunnel/disable/route.js.nft.json +1 -0
  416. package/cli/app/.next-cli-build/server/app/api/tunnel/disable/route_client-reference-manifest.js +1 -0
  417. package/cli/app/.next-cli-build/server/app/api/tunnel/enable/route.js +1 -0
  418. package/cli/app/.next-cli-build/server/app/api/tunnel/enable/route.js.nft.json +1 -0
  419. package/cli/app/.next-cli-build/server/app/api/tunnel/enable/route_client-reference-manifest.js +1 -0
  420. package/cli/app/.next-cli-build/server/app/api/tunnel/status/route.js +1 -0
  421. package/cli/app/.next-cli-build/server/app/api/tunnel/status/route.js.nft.json +1 -0
  422. package/cli/app/.next-cli-build/server/app/api/tunnel/status/route_client-reference-manifest.js +1 -0
  423. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js +1 -0
  424. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js.nft.json +1 -0
  425. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route_client-reference-manifest.js +1 -0
  426. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js +1 -0
  427. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js.nft.json +1 -0
  428. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route_client-reference-manifest.js +1 -0
  429. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js +1 -0
  430. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js.nft.json +1 -0
  431. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route_client-reference-manifest.js +1 -0
  432. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js +5 -0
  433. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js.nft.json +1 -0
  434. package/cli/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route_client-reference-manifest.js +1 -0
  435. package/cli/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js +1 -0
  436. package/cli/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js.nft.json +1 -0
  437. package/cli/app/.next-cli-build/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -0
  438. package/cli/app/.next-cli-build/server/app/api/usage/chart/route.js +1 -0
  439. package/cli/app/.next-cli-build/server/app/api/usage/chart/route.js.nft.json +1 -0
  440. package/cli/app/.next-cli-build/server/app/api/usage/chart/route_client-reference-manifest.js +1 -0
  441. package/cli/app/.next-cli-build/server/app/api/usage/history/route.js +1 -0
  442. package/cli/app/.next-cli-build/server/app/api/usage/history/route.js.nft.json +1 -0
  443. package/cli/app/.next-cli-build/server/app/api/usage/history/route_client-reference-manifest.js +1 -0
  444. package/cli/app/.next-cli-build/server/app/api/usage/providers/route.js +1 -0
  445. package/cli/app/.next-cli-build/server/app/api/usage/providers/route.js.nft.json +1 -0
  446. package/cli/app/.next-cli-build/server/app/api/usage/providers/route_client-reference-manifest.js +1 -0
  447. package/cli/app/.next-cli-build/server/app/api/usage/request-details/route.js +1 -0
  448. package/cli/app/.next-cli-build/server/app/api/usage/request-details/route.js.nft.json +1 -0
  449. package/cli/app/.next-cli-build/server/app/api/usage/request-details/route_client-reference-manifest.js +1 -0
  450. package/cli/app/.next-cli-build/server/app/api/usage/request-logs/route.js +1 -0
  451. package/cli/app/.next-cli-build/server/app/api/usage/request-logs/route.js.nft.json +1 -0
  452. package/cli/app/.next-cli-build/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -0
  453. package/cli/app/.next-cli-build/server/app/api/usage/stats/route.js +1 -0
  454. package/cli/app/.next-cli-build/server/app/api/usage/stats/route.js.nft.json +1 -0
  455. package/cli/app/.next-cli-build/server/app/api/usage/stats/route_client-reference-manifest.js +1 -0
  456. package/cli/app/.next-cli-build/server/app/api/usage/stream/route.js +7 -0
  457. package/cli/app/.next-cli-build/server/app/api/usage/stream/route.js.nft.json +1 -0
  458. package/cli/app/.next-cli-build/server/app/api/usage/stream/route_client-reference-manifest.js +1 -0
  459. package/cli/app/.next-cli-build/server/app/api/v1/api/chat/route.js +1 -0
  460. package/cli/app/.next-cli-build/server/app/api/v1/api/chat/route.js.nft.json +1 -0
  461. package/cli/app/.next-cli-build/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -0
  462. package/cli/app/.next-cli-build/server/app/api/v1/audio/speech/route.js +1 -0
  463. package/cli/app/.next-cli-build/server/app/api/v1/audio/speech/route.js.nft.json +1 -0
  464. package/cli/app/.next-cli-build/server/app/api/v1/audio/speech/route_client-reference-manifest.js +1 -0
  465. package/cli/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js +1 -0
  466. package/cli/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -0
  467. package/cli/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route_client-reference-manifest.js +1 -0
  468. package/cli/app/.next-cli-build/server/app/api/v1/audio/voices/route.js +1 -0
  469. package/cli/app/.next-cli-build/server/app/api/v1/audio/voices/route.js.nft.json +1 -0
  470. package/cli/app/.next-cli-build/server/app/api/v1/audio/voices/route_client-reference-manifest.js +1 -0
  471. package/cli/app/.next-cli-build/server/app/api/v1/chat/completions/route.js +1 -0
  472. package/cli/app/.next-cli-build/server/app/api/v1/chat/completions/route.js.nft.json +1 -0
  473. package/cli/app/.next-cli-build/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -0
  474. package/cli/app/.next-cli-build/server/app/api/v1/embeddings/route.js +1 -0
  475. package/cli/app/.next-cli-build/server/app/api/v1/embeddings/route.js.nft.json +1 -0
  476. package/cli/app/.next-cli-build/server/app/api/v1/embeddings/route_client-reference-manifest.js +1 -0
  477. package/cli/app/.next-cli-build/server/app/api/v1/images/generations/route.js +4 -0
  478. package/cli/app/.next-cli-build/server/app/api/v1/images/generations/route.js.nft.json +1 -0
  479. package/cli/app/.next-cli-build/server/app/api/v1/images/generations/route_client-reference-manifest.js +1 -0
  480. package/cli/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js +1 -0
  481. package/cli/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js.nft.json +1 -0
  482. package/cli/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -0
  483. package/cli/app/.next-cli-build/server/app/api/v1/messages/route.js +1 -0
  484. package/cli/app/.next-cli-build/server/app/api/v1/messages/route.js.nft.json +1 -0
  485. package/cli/app/.next-cli-build/server/app/api/v1/messages/route_client-reference-manifest.js +1 -0
  486. package/cli/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js +1 -0
  487. package/cli/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js.nft.json +1 -0
  488. package/cli/app/.next-cli-build/server/app/api/v1/models/[kind]/route_client-reference-manifest.js +1 -0
  489. package/cli/app/.next-cli-build/server/app/api/v1/models/info/route.js +1 -0
  490. package/cli/app/.next-cli-build/server/app/api/v1/models/info/route.js.nft.json +1 -0
  491. package/cli/app/.next-cli-build/server/app/api/v1/models/info/route_client-reference-manifest.js +1 -0
  492. package/cli/app/.next-cli-build/server/app/api/v1/models/route.js +1 -0
  493. package/cli/app/.next-cli-build/server/app/api/v1/models/route.js.nft.json +1 -0
  494. package/cli/app/.next-cli-build/server/app/api/v1/models/route_client-reference-manifest.js +1 -0
  495. package/cli/app/.next-cli-build/server/app/api/v1/responses/compact/route.js +1 -0
  496. package/cli/app/.next-cli-build/server/app/api/v1/responses/compact/route.js.nft.json +1 -0
  497. package/cli/app/.next-cli-build/server/app/api/v1/responses/compact/route_client-reference-manifest.js +1 -0
  498. package/cli/app/.next-cli-build/server/app/api/v1/responses/route.js +1 -0
  499. package/cli/app/.next-cli-build/server/app/api/v1/responses/route.js.nft.json +1 -0
  500. package/cli/app/.next-cli-build/server/app/api/v1/responses/route_client-reference-manifest.js +1 -0
  501. package/cli/app/.next-cli-build/server/app/api/v1/route.js +1 -0
  502. package/cli/app/.next-cli-build/server/app/api/v1/route.js.nft.json +1 -0
  503. package/cli/app/.next-cli-build/server/app/api/v1/route_client-reference-manifest.js +1 -0
  504. package/cli/app/.next-cli-build/server/app/api/v1/search/route.js +1 -0
  505. package/cli/app/.next-cli-build/server/app/api/v1/search/route.js.nft.json +1 -0
  506. package/cli/app/.next-cli-build/server/app/api/v1/search/route_client-reference-manifest.js +1 -0
  507. package/cli/app/.next-cli-build/server/app/api/v1/web/fetch/route.js +1 -0
  508. package/cli/app/.next-cli-build/server/app/api/v1/web/fetch/route.js.nft.json +1 -0
  509. package/cli/app/.next-cli-build/server/app/api/v1/web/fetch/route_client-reference-manifest.js +1 -0
  510. package/cli/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js +1 -0
  511. package/cli/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -0
  512. package/cli/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -0
  513. package/cli/app/.next-cli-build/server/app/api/v1beta/models/route.js +1 -0
  514. package/cli/app/.next-cli-build/server/app/api/v1beta/models/route.js.nft.json +1 -0
  515. package/cli/app/.next-cli-build/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -0
  516. package/cli/app/.next-cli-build/server/app/api/version/route.js +1 -0
  517. package/cli/app/.next-cli-build/server/app/api/version/route.js.nft.json +1 -0
  518. package/cli/app/.next-cli-build/server/app/api/version/route_client-reference-manifest.js +1 -0
  519. package/cli/app/.next-cli-build/server/app/api/version/shutdown/route.js +1 -0
  520. package/cli/app/.next-cli-build/server/app/api/version/shutdown/route.js.nft.json +1 -0
  521. package/cli/app/.next-cli-build/server/app/api/version/shutdown/route_client-reference-manifest.js +1 -0
  522. package/cli/app/.next-cli-build/server/app/api/version/update/route.js +1 -0
  523. package/cli/app/.next-cli-build/server/app/api/version/update/route.js.nft.json +1 -0
  524. package/cli/app/.next-cli-build/server/app/api/version/update/route_client-reference-manifest.js +1 -0
  525. package/cli/app/.next-cli-build/server/app/callback/page.js +2 -0
  526. package/cli/app/.next-cli-build/server/app/callback/page.js.nft.json +1 -0
  527. package/cli/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -0
  528. package/cli/app/.next-cli-build/server/app/callback.html +1 -0
  529. package/cli/app/.next-cli-build/server/app/callback.meta +15 -0
  530. package/cli/app/.next-cli-build/server/app/callback.rsc +24 -0
  531. package/cli/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +24 -0
  532. package/cli/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +6 -0
  533. package/cli/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +8 -0
  534. package/cli/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +4 -0
  535. package/cli/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +9 -0
  536. package/cli/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +5 -0
  537. package/cli/app/.next-cli-build/server/app/dashboard/automation.html +1 -0
  538. package/cli/app/.next-cli-build/server/app/dashboard/automation.meta +17 -0
  539. package/cli/app/.next-cli-build/server/app/dashboard/automation.rsc +26 -0
  540. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/!KGRhc2hib2FyZCk/dashboard/automation/__PAGE__.segment.rsc +9 -0
  541. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/!KGRhc2hib2FyZCk/dashboard/automation.segment.rsc +5 -0
  542. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  543. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  544. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/_full.segment.rsc +26 -0
  545. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/_head.segment.rsc +6 -0
  546. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/_index.segment.rsc +8 -0
  547. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/_tree.segment.rsc +5 -0
  548. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -0
  549. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.meta +17 -0
  550. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +23 -0
  551. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +6 -0
  552. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +5 -0
  553. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  554. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  555. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +23 -0
  556. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_head.segment.rsc +6 -0
  557. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_index.segment.rsc +8 -0
  558. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +5 -0
  559. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -0
  560. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.meta +17 -0
  561. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +24 -0
  562. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +6 -0
  563. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +5 -0
  564. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  565. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  566. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +24 -0
  567. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_head.segment.rsc +6 -0
  568. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_index.segment.rsc +8 -0
  569. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +5 -0
  570. package/cli/app/.next-cli-build/server/app/dashboard/combos.html +1 -0
  571. package/cli/app/.next-cli-build/server/app/dashboard/combos.meta +17 -0
  572. package/cli/app/.next-cli-build/server/app/dashboard/combos.rsc +26 -0
  573. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +9 -0
  574. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +5 -0
  575. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  576. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  577. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +26 -0
  578. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/_head.segment.rsc +6 -0
  579. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/_index.segment.rsc +8 -0
  580. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +5 -0
  581. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -0
  582. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.meta +17 -0
  583. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.rsc +24 -0
  584. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +6 -0
  585. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +5 -0
  586. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  587. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  588. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +24 -0
  589. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/_head.segment.rsc +6 -0
  590. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/_index.segment.rsc +8 -0
  591. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +5 -0
  592. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.html +1 -0
  593. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.meta +18 -0
  594. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.rsc +26 -0
  595. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +9 -0
  596. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +5 -0
  597. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +5 -0
  598. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  599. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  600. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +26 -0
  601. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +6 -0
  602. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +8 -0
  603. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +5 -0
  604. package/cli/app/.next-cli-build/server/app/dashboard/mitm.html +1 -0
  605. package/cli/app/.next-cli-build/server/app/dashboard/mitm.meta +17 -0
  606. package/cli/app/.next-cli-build/server/app/dashboard/mitm.rsc +23 -0
  607. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +6 -0
  608. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +5 -0
  609. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  610. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  611. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +23 -0
  612. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/_head.segment.rsc +6 -0
  613. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/_index.segment.rsc +8 -0
  614. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +5 -0
  615. package/cli/app/.next-cli-build/server/app/dashboard/profile.html +1 -0
  616. package/cli/app/.next-cli-build/server/app/dashboard/profile.meta +17 -0
  617. package/cli/app/.next-cli-build/server/app/dashboard/profile.rsc +26 -0
  618. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +9 -0
  619. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +5 -0
  620. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  621. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  622. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +26 -0
  623. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/_head.segment.rsc +6 -0
  624. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/_index.segment.rsc +8 -0
  625. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +5 -0
  626. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -0
  627. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.meta +18 -0
  628. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.rsc +26 -0
  629. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +9 -0
  630. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +5 -0
  631. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +5 -0
  632. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  633. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  634. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +26 -0
  635. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/_head.segment.rsc +6 -0
  636. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/_index.segment.rsc +8 -0
  637. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +5 -0
  638. package/cli/app/.next-cli-build/server/app/dashboard/providers.html +1 -0
  639. package/cli/app/.next-cli-build/server/app/dashboard/providers.meta +17 -0
  640. package/cli/app/.next-cli-build/server/app/dashboard/providers.rsc +26 -0
  641. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +9 -0
  642. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +5 -0
  643. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  644. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  645. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +26 -0
  646. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/_head.segment.rsc +6 -0
  647. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/_index.segment.rsc +8 -0
  648. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +5 -0
  649. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -0
  650. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.meta +17 -0
  651. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +26 -0
  652. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +9 -0
  653. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +5 -0
  654. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  655. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  656. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +26 -0
  657. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +6 -0
  658. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +8 -0
  659. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +5 -0
  660. package/cli/app/.next-cli-build/server/app/dashboard/quota.html +2 -0
  661. package/cli/app/.next-cli-build/server/app/dashboard/quota.meta +17 -0
  662. package/cli/app/.next-cli-build/server/app/dashboard/quota.rsc +24 -0
  663. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +7 -0
  664. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +5 -0
  665. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  666. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  667. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +24 -0
  668. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/_head.segment.rsc +6 -0
  669. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/_index.segment.rsc +8 -0
  670. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +5 -0
  671. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js +2 -0
  672. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js.nft.json +1 -0
  673. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -0
  674. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -0
  675. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.meta +17 -0
  676. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +24 -0
  677. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +24 -0
  678. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +6 -0
  679. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +8 -0
  680. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +4 -0
  681. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +9 -0
  682. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +5 -0
  683. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +5 -0
  684. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +5 -0
  685. package/cli/app/.next-cli-build/server/app/dashboard/skills.html +1 -0
  686. package/cli/app/.next-cli-build/server/app/dashboard/skills.meta +17 -0
  687. package/cli/app/.next-cli-build/server/app/dashboard/skills.rsc +26 -0
  688. package/cli/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +9 -0
  689. package/cli/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +5 -0
  690. package/cli/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  691. package/cli/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  692. package/cli/app/.next-cli-build/server/app/dashboard/skills.segments/_full.segment.rsc +26 -0
  693. package/cli/app/.next-cli-build/server/app/dashboard/skills.segments/_head.segment.rsc +6 -0
  694. package/cli/app/.next-cli-build/server/app/dashboard/skills.segments/_index.segment.rsc +8 -0
  695. package/cli/app/.next-cli-build/server/app/dashboard/skills.segments/_tree.segment.rsc +5 -0
  696. package/cli/app/.next-cli-build/server/app/dashboard/translator.html +1 -0
  697. package/cli/app/.next-cli-build/server/app/dashboard/translator.meta +17 -0
  698. package/cli/app/.next-cli-build/server/app/dashboard/translator.rsc +26 -0
  699. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +9 -0
  700. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +5 -0
  701. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  702. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  703. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +26 -0
  704. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/_head.segment.rsc +6 -0
  705. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/_index.segment.rsc +8 -0
  706. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +5 -0
  707. package/cli/app/.next-cli-build/server/app/dashboard/usage.html +1 -0
  708. package/cli/app/.next-cli-build/server/app/dashboard/usage.meta +17 -0
  709. package/cli/app/.next-cli-build/server/app/dashboard/usage.rsc +26 -0
  710. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +9 -0
  711. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +5 -0
  712. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  713. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  714. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +26 -0
  715. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/_head.segment.rsc +6 -0
  716. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/_index.segment.rsc +8 -0
  717. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +5 -0
  718. package/cli/app/.next-cli-build/server/app/dashboard.html +1 -0
  719. package/cli/app/.next-cli-build/server/app/dashboard.meta +16 -0
  720. package/cli/app/.next-cli-build/server/app/dashboard.rsc +24 -0
  721. package/cli/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +6 -0
  722. package/cli/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  723. package/cli/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
  724. package/cli/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +24 -0
  725. package/cli/app/.next-cli-build/server/app/dashboard.segments/_head.segment.rsc +6 -0
  726. package/cli/app/.next-cli-build/server/app/dashboard.segments/_index.segment.rsc +8 -0
  727. package/cli/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +5 -0
  728. package/cli/app/.next-cli-build/server/app/index.html +1 -0
  729. package/cli/app/.next-cli-build/server/app/index.meta +16 -0
  730. package/cli/app/.next-cli-build/server/app/index.rsc +19 -0
  731. package/cli/app/.next-cli-build/server/app/index.segments/__PAGE__.segment.rsc +6 -0
  732. package/cli/app/.next-cli-build/server/app/index.segments/_full.segment.rsc +19 -0
  733. package/cli/app/.next-cli-build/server/app/index.segments/_head.segment.rsc +6 -0
  734. package/cli/app/.next-cli-build/server/app/index.segments/_index.segment.rsc +8 -0
  735. package/cli/app/.next-cli-build/server/app/index.segments/_tree.segment.rsc +4 -0
  736. package/cli/app/.next-cli-build/server/app/landing/page.js +2 -0
  737. package/cli/app/.next-cli-build/server/app/landing/page.js.nft.json +1 -0
  738. package/cli/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -0
  739. package/cli/app/.next-cli-build/server/app/landing.html +1 -0
  740. package/cli/app/.next-cli-build/server/app/landing.meta +15 -0
  741. package/cli/app/.next-cli-build/server/app/landing.rsc +24 -0
  742. package/cli/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +24 -0
  743. package/cli/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +6 -0
  744. package/cli/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +8 -0
  745. package/cli/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +4 -0
  746. package/cli/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +9 -0
  747. package/cli/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +5 -0
  748. package/cli/app/.next-cli-build/server/app/login/page.js +2 -0
  749. package/cli/app/.next-cli-build/server/app/login/page.js.nft.json +1 -0
  750. package/cli/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -0
  751. package/cli/app/.next-cli-build/server/app/login.html +1 -0
  752. package/cli/app/.next-cli-build/server/app/login.meta +15 -0
  753. package/cli/app/.next-cli-build/server/app/login.rsc +25 -0
  754. package/cli/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +25 -0
  755. package/cli/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +6 -0
  756. package/cli/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +8 -0
  757. package/cli/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +5 -0
  758. package/cli/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +10 -0
  759. package/cli/app/.next-cli-build/server/app/login.segments/login.segment.rsc +5 -0
  760. package/cli/app/.next-cli-build/server/app/manifest.webmanifest/route.js +16 -0
  761. package/cli/app/.next-cli-build/server/app/manifest.webmanifest/route.js.nft.json +1 -0
  762. package/cli/app/.next-cli-build/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -0
  763. package/cli/app/.next-cli-build/server/app/manifest.webmanifest.body +1 -0
  764. package/cli/app/.next-cli-build/server/app/manifest.webmanifest.meta +1 -0
  765. package/cli/app/.next-cli-build/server/app/page.js +2 -0
  766. package/cli/app/.next-cli-build/server/app/page.js.nft.json +1 -0
  767. package/cli/app/.next-cli-build/server/app/page_client-reference-manifest.js +1 -0
  768. package/cli/app/.next-cli-build/server/app-paths-manifest.json +173 -0
  769. package/cli/app/.next-cli-build/server/chunks/1051.js +1 -0
  770. package/cli/app/.next-cli-build/server/chunks/1260.js +1 -0
  771. package/cli/app/.next-cli-build/server/chunks/1322.js +1 -0
  772. package/cli/app/.next-cli-build/server/chunks/1517.js +1 -0
  773. package/cli/app/.next-cli-build/server/chunks/1531.js +1 -0
  774. package/cli/app/.next-cli-build/server/chunks/1813.js +1 -0
  775. package/cli/app/.next-cli-build/server/chunks/1998.js +1 -0
  776. package/cli/app/.next-cli-build/server/chunks/2030.js +8 -0
  777. package/cli/app/.next-cli-build/server/chunks/2409.js +1 -0
  778. package/cli/app/.next-cli-build/server/chunks/241.js +1 -0
  779. package/cli/app/.next-cli-build/server/chunks/2558.js +1 -0
  780. package/cli/app/.next-cli-build/server/chunks/2722.js +54 -0
  781. package/cli/app/.next-cli-build/server/chunks/3104.js +43 -0
  782. package/cli/app/.next-cli-build/server/chunks/3110.js +69 -0
  783. package/cli/app/.next-cli-build/server/chunks/318.js +190 -0
  784. package/cli/app/.next-cli-build/server/chunks/319.js +45 -0
  785. package/cli/app/.next-cli-build/server/chunks/3593.js +9 -0
  786. package/cli/app/.next-cli-build/server/chunks/4013.js +1 -0
  787. package/cli/app/.next-cli-build/server/chunks/4055.js +9 -0
  788. package/cli/app/.next-cli-build/server/chunks/412.js +7 -0
  789. package/cli/app/.next-cli-build/server/chunks/4136.js +1 -0
  790. package/cli/app/.next-cli-build/server/chunks/4177.js +1 -0
  791. package/cli/app/.next-cli-build/server/chunks/42.js +1 -0
  792. package/cli/app/.next-cli-build/server/chunks/4229.js +1 -0
  793. package/cli/app/.next-cli-build/server/chunks/4404.js +1 -0
  794. package/cli/app/.next-cli-build/server/chunks/4491.js +1 -0
  795. package/cli/app/.next-cli-build/server/chunks/4632.js +1 -0
  796. package/cli/app/.next-cli-build/server/chunks/4739.js +9 -0
  797. package/cli/app/.next-cli-build/server/chunks/4741.js +18 -0
  798. package/cli/app/.next-cli-build/server/chunks/4746.js +7 -0
  799. package/cli/app/.next-cli-build/server/chunks/4780.js +9 -0
  800. package/cli/app/.next-cli-build/server/chunks/4884.js +13 -0
  801. package/cli/app/.next-cli-build/server/chunks/5000.js +6 -0
  802. package/cli/app/.next-cli-build/server/chunks/507.js +9 -0
  803. package/cli/app/.next-cli-build/server/chunks/5217.js +9 -0
  804. package/cli/app/.next-cli-build/server/chunks/5258.js +9 -0
  805. package/cli/app/.next-cli-build/server/chunks/5433.js +1 -0
  806. package/cli/app/.next-cli-build/server/chunks/5573.js +1 -0
  807. package/cli/app/.next-cli-build/server/chunks/5681.js +1 -0
  808. package/cli/app/.next-cli-build/server/chunks/5949.js +1 -0
  809. package/cli/app/.next-cli-build/server/chunks/595.js +1 -0
  810. package/cli/app/.next-cli-build/server/chunks/6036.js +1 -0
  811. package/cli/app/.next-cli-build/server/chunks/6064.js +1 -0
  812. package/cli/app/.next-cli-build/server/chunks/6108.js +1 -0
  813. package/cli/app/.next-cli-build/server/chunks/6457.js +4 -0
  814. package/cli/app/.next-cli-build/server/chunks/6505.js +1 -0
  815. package/cli/app/.next-cli-build/server/chunks/6844.js +1 -0
  816. package/cli/app/.next-cli-build/server/chunks/6896.js +1 -0
  817. package/cli/app/.next-cli-build/server/chunks/6935.js +1 -0
  818. package/cli/app/.next-cli-build/server/chunks/698.js +9 -0
  819. package/cli/app/.next-cli-build/server/chunks/7153.js +1 -0
  820. package/cli/app/.next-cli-build/server/chunks/7341.js +1 -0
  821. package/cli/app/.next-cli-build/server/chunks/7774.js +121 -0
  822. package/cli/app/.next-cli-build/server/chunks/7828.js +1 -0
  823. package/cli/app/.next-cli-build/server/chunks/7879.js +10 -0
  824. package/cli/app/.next-cli-build/server/chunks/7965.js +9 -0
  825. package/cli/app/.next-cli-build/server/chunks/8242.js +3 -0
  826. package/cli/app/.next-cli-build/server/chunks/8520.js +9 -0
  827. package/cli/app/.next-cli-build/server/chunks/8590.js +1 -0
  828. package/cli/app/.next-cli-build/server/chunks/8895.js +55 -0
  829. package/cli/app/.next-cli-build/server/chunks/891.js +1 -0
  830. package/cli/app/.next-cli-build/server/chunks/8971.js +1 -0
  831. package/cli/app/.next-cli-build/server/chunks/915.js +63 -0
  832. package/cli/app/.next-cli-build/server/chunks/9326.js +1 -0
  833. package/cli/app/.next-cli-build/server/chunks/9476.js +66 -0
  834. package/cli/app/.next-cli-build/server/chunks/9489.js +1 -0
  835. package/cli/app/.next-cli-build/server/chunks/9528.js +32 -0
  836. package/cli/app/.next-cli-build/server/functions-config-manifest.json +19 -0
  837. package/cli/app/.next-cli-build/server/middleware-build-manifest.js +1 -0
  838. package/cli/app/.next-cli-build/server/middleware-manifest.json +6 -0
  839. package/cli/app/.next-cli-build/server/middleware-react-loadable-manifest.js +1 -0
  840. package/cli/app/.next-cli-build/server/middleware.js +26 -0
  841. package/cli/app/.next-cli-build/server/next-font-manifest.js +1 -0
  842. package/cli/app/.next-cli-build/server/next-font-manifest.json +1 -0
  843. package/cli/app/.next-cli-build/server/pages/404.html +1 -0
  844. package/cli/app/.next-cli-build/server/pages/500.html +1 -0
  845. package/cli/app/.next-cli-build/server/pages-manifest.json +4 -0
  846. package/cli/app/.next-cli-build/server/prefetch-hints.json +1 -0
  847. package/cli/app/.next-cli-build/server/server-reference-manifest.js +1 -0
  848. package/cli/app/.next-cli-build/server/server-reference-manifest.json +1 -0
  849. package/cli/app/.next-cli-build/server/webpack-runtime.js +1 -0
  850. package/cli/app/.next-cli-build/static/chTn_bEW8IhYbr1Xfz4Z7/_buildManifest.js +1 -0
  851. package/cli/app/.next-cli-build/static/chTn_bEW8IhYbr1Xfz4Z7/_ssgManifest.js +1 -0
  852. package/cli/app/.next-cli-build/static/chunks/1321-cf52e8b09b3e4eb9.js +1 -0
  853. package/cli/app/.next-cli-build/static/chunks/1a258343-bc0b514c079d8898.js +1 -0
  854. package/cli/app/.next-cli-build/static/chunks/3794-e569667691edc8f7.js +32 -0
  855. package/cli/app/.next-cli-build/static/chunks/4343-ccad00872974a61b.js +66 -0
  856. package/cli/app/.next-cli-build/static/chunks/4bd1b696-e356ca5ba0218e27.js +1 -0
  857. package/cli/app/.next-cli-build/static/chunks/523-f7b3c8d7c81efb19.js +3 -0
  858. package/cli/app/.next-cli-build/static/chunks/5242-bb1a1a7ec3bfb62f.js +1 -0
  859. package/cli/app/.next-cli-build/static/chunks/5497-70fc52280004a89d.js +7 -0
  860. package/cli/app/.next-cli-build/static/chunks/6069-0cd36c573934b38b.js +54 -0
  861. package/cli/app/.next-cli-build/static/chunks/7055-e60e20f43bfbe5f8.js +1 -0
  862. package/cli/app/.next-cli-build/static/chunks/8202.1ffc6ce531e066ce.js +1 -0
  863. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/automation/page-f6d65af164c2bd0d.js +1 -0
  864. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/basic-chat/page-6ce60f0572ead047.js +1 -0
  865. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-226479ac738b37ff.js +1 -0
  866. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-95c0533e8dd61515.js +1 -0
  867. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/page-323aadfc160c2878.js +1 -0
  868. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/console-log/page-4ea1e971b8145dc4.js +1 -0
  869. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/endpoint/page-aec3b7aaf412c4b7.js +1 -0
  870. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-b9fdd2a9fe053f2f.js +59 -0
  871. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-11695d955cd6efe1.js +1 -0
  872. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/combo/[id]/page-161fa58c2092f120.js +4 -0
  873. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-353c0a06aa99738e.js +1 -0
  874. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/mitm/page-1be9ecb194cb9f76.js +1 -0
  875. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/page-a643d18e501e18b8.js +1 -0
  876. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/profile/page-8ebc210239b86dfa.js +1 -0
  877. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-f204758bcc0ed5af.js +3 -0
  878. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/new/page-4abf89bfa4f40de4.js +1 -0
  879. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/page-349d9c103cfcca46.js +1 -0
  880. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-3e0b28bcc4733bda.js +4 -0
  881. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-be4721f0e8d602c8.js +1 -0
  882. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/skills/page-004e5cddf1ab755d.js +1 -0
  883. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/translator/page-e9adc48166d1420d.js +1 -0
  884. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/page-04b511f4715af499.js +1 -0
  885. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/layout-f4b9f25d8f2ee3e3.js +1 -0
  886. package/cli/app/.next-cli-build/static/chunks/app/_global-error/page-b749a32da7b50d0e.js +1 -0
  887. package/cli/app/.next-cli-build/static/chunks/app/_not-found/page-499de2bdd91e139f.js +1 -0
  888. package/cli/app/.next-cli-build/static/chunks/app/api/auth/login/route-b749a32da7b50d0e.js +1 -0
  889. package/cli/app/.next-cli-build/static/chunks/app/api/auth/logout/route-b749a32da7b50d0e.js +1 -0
  890. package/cli/app/.next-cli-build/static/chunks/app/api/auth/oidc/callback/route-b749a32da7b50d0e.js +1 -0
  891. package/cli/app/.next-cli-build/static/chunks/app/api/auth/oidc/start/route-b749a32da7b50d0e.js +1 -0
  892. package/cli/app/.next-cli-build/static/chunks/app/api/auth/oidc/test/route-b749a32da7b50d0e.js +1 -0
  893. package/cli/app/.next-cli-build/static/chunks/app/api/auth/status/route-b749a32da7b50d0e.js +1 -0
  894. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/all-statuses/route-b749a32da7b50d0e.js +1 -0
  895. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-b749a32da7b50d0e.js +1 -0
  896. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/route-b749a32da7b50d0e.js +1 -0
  897. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/claude-settings/route-b749a32da7b50d0e.js +1 -0
  898. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/cline-settings/route-b749a32da7b50d0e.js +1 -0
  899. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-gateway/accounts/route-b749a32da7b50d0e.js +1 -0
  900. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-settings/route-b749a32da7b50d0e.js +1 -0
  901. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/copilot-settings/route-b749a32da7b50d0e.js +1 -0
  902. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-b749a32da7b50d0e.js +1 -0
  903. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-b749a32da7b50d0e.js +1 -0
  904. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-settings/route-b749a32da7b50d0e.js +1 -0
  905. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-b749a32da7b50d0e.js +1 -0
  906. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/droid-settings/route-b749a32da7b50d0e.js +1 -0
  907. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/hermes-settings/route-b749a32da7b50d0e.js +1 -0
  908. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/jcode-settings/route-b749a32da7b50d0e.js +1 -0
  909. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/kilo-settings/route-b749a32da7b50d0e.js +1 -0
  910. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/openclaw-settings/route-b749a32da7b50d0e.js +1 -0
  911. package/cli/app/.next-cli-build/static/chunks/app/api/cli-tools/opencode-settings/route-b749a32da7b50d0e.js +1 -0
  912. package/cli/app/.next-cli-build/static/chunks/app/api/combos/[id]/route-b749a32da7b50d0e.js +1 -0
  913. package/cli/app/.next-cli-build/static/chunks/app/api/combos/route-b749a32da7b50d0e.js +1 -0
  914. package/cli/app/.next-cli-build/static/chunks/app/api/health/route-b749a32da7b50d0e.js +1 -0
  915. package/cli/app/.next-cli-build/static/chunks/app/api/init/route-b749a32da7b50d0e.js +1 -0
  916. package/cli/app/.next-cli-build/static/chunks/app/api/keys/[id]/route-b749a32da7b50d0e.js +1 -0
  917. package/cli/app/.next-cli-build/static/chunks/app/api/keys/route-b749a32da7b50d0e.js +1 -0
  918. package/cli/app/.next-cli-build/static/chunks/app/api/locale/route-b749a32da7b50d0e.js +1 -0
  919. package/cli/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/message/route-b749a32da7b50d0e.js +1 -0
  920. package/cli/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/sse/route-b749a32da7b50d0e.js +1 -0
  921. package/cli/app/.next-cli-build/static/chunks/app/api/media-providers/tts/deepgram/voices/route-b749a32da7b50d0e.js +1 -0
  922. package/cli/app/.next-cli-build/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-b749a32da7b50d0e.js +1 -0
  923. package/cli/app/.next-cli-build/static/chunks/app/api/media-providers/tts/inworld/voices/route-b749a32da7b50d0e.js +1 -0
  924. package/cli/app/.next-cli-build/static/chunks/app/api/media-providers/tts/minimax/voices/route-b749a32da7b50d0e.js +1 -0
  925. package/cli/app/.next-cli-build/static/chunks/app/api/media-providers/tts/voices/route-b749a32da7b50d0e.js +1 -0
  926. package/cli/app/.next-cli-build/static/chunks/app/api/models/alias/route-b749a32da7b50d0e.js +1 -0
  927. package/cli/app/.next-cli-build/static/chunks/app/api/models/availability/route-b749a32da7b50d0e.js +1 -0
  928. package/cli/app/.next-cli-build/static/chunks/app/api/models/custom/route-b749a32da7b50d0e.js +1 -0
  929. package/cli/app/.next-cli-build/static/chunks/app/api/models/disabled/route-b749a32da7b50d0e.js +1 -0
  930. package/cli/app/.next-cli-build/static/chunks/app/api/models/route-b749a32da7b50d0e.js +1 -0
  931. package/cli/app/.next-cli-build/static/chunks/app/api/models/test/route-b749a32da7b50d0e.js +1 -0
  932. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/[provider]/[action]/route-b749a32da7b50d0e.js +1 -0
  933. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/codebuddy/bulk-import/[jobId]/cancel/route-b749a32da7b50d0e.js +1 -0
  934. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/codebuddy/bulk-import/[jobId]/manual/[workerId]/route-b749a32da7b50d0e.js +1 -0
  935. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/codebuddy/bulk-import/[jobId]/route-b749a32da7b50d0e.js +1 -0
  936. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/codebuddy/bulk-import/latest/route-b749a32da7b50d0e.js +1 -0
  937. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/codebuddy/bulk-import/route-b749a32da7b50d0e.js +1 -0
  938. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/codebuddy/bulk-token/route-b749a32da7b50d0e.js +1 -0
  939. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/codebuddy/quota-cookie/route-b749a32da7b50d0e.js +1 -0
  940. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/codex/import-token/route-b749a32da7b50d0e.js +1 -0
  941. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/cursor/auto-import/route-b749a32da7b50d0e.js +1 -0
  942. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/cursor/import/route-b749a32da7b50d0e.js +1 -0
  943. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/gitlab/pat/route-b749a32da7b50d0e.js +1 -0
  944. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/iflow/cookie/route-b749a32da7b50d0e.js +1 -0
  945. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/kiro/auto-import/route-b749a32da7b50d0e.js +1 -0
  946. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/kiro/bulk-import/[jobId]/cancel/route-b749a32da7b50d0e.js +1 -0
  947. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/kiro/bulk-import/[jobId]/manual/[workerId]/route-b749a32da7b50d0e.js +1 -0
  948. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/kiro/bulk-import/[jobId]/route-b749a32da7b50d0e.js +1 -0
  949. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/kiro/bulk-import/latest/route-b749a32da7b50d0e.js +1 -0
  950. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/kiro/bulk-import/route-b749a32da7b50d0e.js +1 -0
  951. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import/route-b749a32da7b50d0e.js +1 -0
  952. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-authorize/route-b749a32da7b50d0e.js +1 -0
  953. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-exchange/route-b749a32da7b50d0e.js +1 -0
  954. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/qoder/bulk-import/[jobId]/cancel/route-b749a32da7b50d0e.js +1 -0
  955. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/qoder/bulk-import/[jobId]/manual/[workerId]/route-b749a32da7b50d0e.js +1 -0
  956. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/qoder/bulk-import/[jobId]/route-b749a32da7b50d0e.js +1 -0
  957. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/qoder/bulk-import/latest/route-b749a32da7b50d0e.js +1 -0
  958. package/cli/app/.next-cli-build/static/chunks/app/api/oauth/qoder/bulk-import/route-b749a32da7b50d0e.js +1 -0
  959. package/cli/app/.next-cli-build/static/chunks/app/api/pricing/route-b749a32da7b50d0e.js +1 -0
  960. package/cli/app/.next-cli-build/static/chunks/app/api/provider-nodes/[id]/route-b749a32da7b50d0e.js +1 -0
  961. package/cli/app/.next-cli-build/static/chunks/app/api/provider-nodes/route-b749a32da7b50d0e.js +1 -0
  962. package/cli/app/.next-cli-build/static/chunks/app/api/provider-nodes/validate/route-b749a32da7b50d0e.js +1 -0
  963. package/cli/app/.next-cli-build/static/chunks/app/api/providers/[id]/models/route-b749a32da7b50d0e.js +1 -0
  964. package/cli/app/.next-cli-build/static/chunks/app/api/providers/[id]/route-b749a32da7b50d0e.js +1 -0
  965. package/cli/app/.next-cli-build/static/chunks/app/api/providers/[id]/test/route-b749a32da7b50d0e.js +1 -0
  966. package/cli/app/.next-cli-build/static/chunks/app/api/providers/[id]/test-models/route-b749a32da7b50d0e.js +1 -0
  967. package/cli/app/.next-cli-build/static/chunks/app/api/providers/client/route-b749a32da7b50d0e.js +1 -0
  968. package/cli/app/.next-cli-build/static/chunks/app/api/providers/kilo/free-models/route-b749a32da7b50d0e.js +1 -0
  969. package/cli/app/.next-cli-build/static/chunks/app/api/providers/route-b749a32da7b50d0e.js +1 -0
  970. package/cli/app/.next-cli-build/static/chunks/app/api/providers/suggested-models/route-b749a32da7b50d0e.js +1 -0
  971. package/cli/app/.next-cli-build/static/chunks/app/api/providers/test-batch/route-b749a32da7b50d0e.js +1 -0
  972. package/cli/app/.next-cli-build/static/chunks/app/api/providers/validate/route-b749a32da7b50d0e.js +1 -0
  973. package/cli/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/route-b749a32da7b50d0e.js +1 -0
  974. package/cli/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/test/route-b749a32da7b50d0e.js +1 -0
  975. package/cli/app/.next-cli-build/static/chunks/app/api/proxy-pools/cloudflare-deploy/route-b749a32da7b50d0e.js +1 -0
  976. package/cli/app/.next-cli-build/static/chunks/app/api/proxy-pools/deno-deploy/route-b749a32da7b50d0e.js +1 -0
  977. package/cli/app/.next-cli-build/static/chunks/app/api/proxy-pools/route-b749a32da7b50d0e.js +1 -0
  978. package/cli/app/.next-cli-build/static/chunks/app/api/proxy-pools/vercel-deploy/route-b749a32da7b50d0e.js +1 -0
  979. package/cli/app/.next-cli-build/static/chunks/app/api/settings/database/route-b749a32da7b50d0e.js +1 -0
  980. package/cli/app/.next-cli-build/static/chunks/app/api/settings/proxy-test/route-b749a32da7b50d0e.js +1 -0
  981. package/cli/app/.next-cli-build/static/chunks/app/api/settings/require-login/route-b749a32da7b50d0e.js +1 -0
  982. package/cli/app/.next-cli-build/static/chunks/app/api/settings/route-b749a32da7b50d0e.js +1 -0
  983. package/cli/app/.next-cli-build/static/chunks/app/api/shutdown/route-b749a32da7b50d0e.js +1 -0
  984. package/cli/app/.next-cli-build/static/chunks/app/api/tags/route-b749a32da7b50d0e.js +1 -0
  985. package/cli/app/.next-cli-build/static/chunks/app/api/translator/console-logs/route-b749a32da7b50d0e.js +1 -0
  986. package/cli/app/.next-cli-build/static/chunks/app/api/translator/console-logs/stream/route-b749a32da7b50d0e.js +1 -0
  987. package/cli/app/.next-cli-build/static/chunks/app/api/translator/load/route-b749a32da7b50d0e.js +1 -0
  988. package/cli/app/.next-cli-build/static/chunks/app/api/translator/save/route-b749a32da7b50d0e.js +1 -0
  989. package/cli/app/.next-cli-build/static/chunks/app/api/translator/send/route-b749a32da7b50d0e.js +1 -0
  990. package/cli/app/.next-cli-build/static/chunks/app/api/translator/translate/route-b749a32da7b50d0e.js +1 -0
  991. package/cli/app/.next-cli-build/static/chunks/app/api/tunnel/disable/route-b749a32da7b50d0e.js +1 -0
  992. package/cli/app/.next-cli-build/static/chunks/app/api/tunnel/enable/route-b749a32da7b50d0e.js +1 -0
  993. package/cli/app/.next-cli-build/static/chunks/app/api/tunnel/status/route-b749a32da7b50d0e.js +1 -0
  994. package/cli/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-check/route-b749a32da7b50d0e.js +1 -0
  995. package/cli/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-disable/route-b749a32da7b50d0e.js +1 -0
  996. package/cli/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-enable/route-b749a32da7b50d0e.js +1 -0
  997. package/cli/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-install/route-b749a32da7b50d0e.js +1 -0
  998. package/cli/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/route-b749a32da7b50d0e.js +1 -0
  999. package/cli/app/.next-cli-build/static/chunks/app/api/usage/chart/route-b749a32da7b50d0e.js +1 -0
  1000. package/cli/app/.next-cli-build/static/chunks/app/api/usage/history/route-b749a32da7b50d0e.js +1 -0
  1001. package/cli/app/.next-cli-build/static/chunks/app/api/usage/providers/route-b749a32da7b50d0e.js +1 -0
  1002. package/cli/app/.next-cli-build/static/chunks/app/api/usage/request-details/route-b749a32da7b50d0e.js +1 -0
  1003. package/cli/app/.next-cli-build/static/chunks/app/api/usage/request-logs/route-b749a32da7b50d0e.js +1 -0
  1004. package/cli/app/.next-cli-build/static/chunks/app/api/usage/stats/route-b749a32da7b50d0e.js +1 -0
  1005. package/cli/app/.next-cli-build/static/chunks/app/api/usage/stream/route-b749a32da7b50d0e.js +1 -0
  1006. package/cli/app/.next-cli-build/static/chunks/app/api/v1/api/chat/route-b749a32da7b50d0e.js +1 -0
  1007. package/cli/app/.next-cli-build/static/chunks/app/api/v1/audio/speech/route-b749a32da7b50d0e.js +1 -0
  1008. package/cli/app/.next-cli-build/static/chunks/app/api/v1/audio/transcriptions/route-b749a32da7b50d0e.js +1 -0
  1009. package/cli/app/.next-cli-build/static/chunks/app/api/v1/audio/voices/route-b749a32da7b50d0e.js +1 -0
  1010. package/cli/app/.next-cli-build/static/chunks/app/api/v1/chat/completions/route-b749a32da7b50d0e.js +1 -0
  1011. package/cli/app/.next-cli-build/static/chunks/app/api/v1/embeddings/route-b749a32da7b50d0e.js +1 -0
  1012. package/cli/app/.next-cli-build/static/chunks/app/api/v1/images/generations/route-b749a32da7b50d0e.js +1 -0
  1013. package/cli/app/.next-cli-build/static/chunks/app/api/v1/messages/count_tokens/route-b749a32da7b50d0e.js +1 -0
  1014. package/cli/app/.next-cli-build/static/chunks/app/api/v1/messages/route-b749a32da7b50d0e.js +1 -0
  1015. package/cli/app/.next-cli-build/static/chunks/app/api/v1/models/[kind]/route-b749a32da7b50d0e.js +1 -0
  1016. package/cli/app/.next-cli-build/static/chunks/app/api/v1/models/info/route-b749a32da7b50d0e.js +1 -0
  1017. package/cli/app/.next-cli-build/static/chunks/app/api/v1/models/route-b749a32da7b50d0e.js +1 -0
  1018. package/cli/app/.next-cli-build/static/chunks/app/api/v1/responses/compact/route-b749a32da7b50d0e.js +1 -0
  1019. package/cli/app/.next-cli-build/static/chunks/app/api/v1/responses/route-b749a32da7b50d0e.js +1 -0
  1020. package/cli/app/.next-cli-build/static/chunks/app/api/v1/route-b749a32da7b50d0e.js +1 -0
  1021. package/cli/app/.next-cli-build/static/chunks/app/api/v1/search/route-b749a32da7b50d0e.js +1 -0
  1022. package/cli/app/.next-cli-build/static/chunks/app/api/v1/web/fetch/route-b749a32da7b50d0e.js +1 -0
  1023. package/cli/app/.next-cli-build/static/chunks/app/api/v1beta/models/[...path]/route-b749a32da7b50d0e.js +1 -0
  1024. package/cli/app/.next-cli-build/static/chunks/app/api/v1beta/models/route-b749a32da7b50d0e.js +1 -0
  1025. package/cli/app/.next-cli-build/static/chunks/app/api/version/route-b749a32da7b50d0e.js +1 -0
  1026. package/cli/app/.next-cli-build/static/chunks/app/api/version/shutdown/route-b749a32da7b50d0e.js +1 -0
  1027. package/cli/app/.next-cli-build/static/chunks/app/api/version/update/route-b749a32da7b50d0e.js +1 -0
  1028. package/cli/app/.next-cli-build/static/chunks/app/callback/page-8cb1045c2ddcdffa.js +1 -0
  1029. package/cli/app/.next-cli-build/static/chunks/app/dashboard/settings/pricing/page-d886f4bea6d1980a.js +1 -0
  1030. package/cli/app/.next-cli-build/static/chunks/app/landing/page-a57b3c6af8b364c9.js +1 -0
  1031. package/cli/app/.next-cli-build/static/chunks/app/layout-8bbe21551973d1d5.js +1 -0
  1032. package/cli/app/.next-cli-build/static/chunks/app/login/page-ba6a269c3140fa69.js +1 -0
  1033. package/cli/app/.next-cli-build/static/chunks/app/manifest.webmanifest/route-b749a32da7b50d0e.js +1 -0
  1034. package/cli/app/.next-cli-build/static/chunks/app/page-b749a32da7b50d0e.js +1 -0
  1035. package/cli/app/.next-cli-build/static/chunks/framework-711ef29bc66f648c.js +1 -0
  1036. package/cli/app/.next-cli-build/static/chunks/main-7070798b89352aeb.js +5 -0
  1037. package/cli/app/.next-cli-build/static/chunks/main-app-5a6578c0256da676.js +1 -0
  1038. package/cli/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/app-error-b749a32da7b50d0e.js +1 -0
  1039. package/cli/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/forbidden-b749a32da7b50d0e.js +1 -0
  1040. package/cli/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/global-error-06f8cd887d9b83e5.js +1 -0
  1041. package/cli/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/not-found-b749a32da7b50d0e.js +1 -0
  1042. package/cli/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/unauthorized-b749a32da7b50d0e.js +1 -0
  1043. package/cli/app/.next-cli-build/static/chunks/polyfills-42372ed130431b0a.js +1 -0
  1044. package/cli/app/.next-cli-build/static/chunks/webpack-f482ccef6733ebcc.js +1 -0
  1045. package/cli/app/.next-cli-build/static/css/008a05b0ad6b854a.css +31 -0
  1046. package/cli/app/.next-cli-build/static/css/59fa758a67601733.css +1 -0
  1047. package/cli/app/.next-cli-build/static/css/f0a349c70ab9fca8.css +1 -0
  1048. package/cli/app/.next-cli-build/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
  1049. package/cli/app/.next-cli-build/static/media/21350d82a1f187e9-s.woff2 +0 -0
  1050. package/cli/app/.next-cli-build/static/media/8e9860b6e62d6359-s.woff2 +0 -0
  1051. package/cli/app/.next-cli-build/static/media/ba9851c3c22cd980-s.woff2 +0 -0
  1052. package/cli/app/.next-cli-build/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
  1053. package/cli/app/.next-cli-build/static/media/df0a9ae256c0569c-s.woff2 +0 -0
  1054. package/cli/app/.next-cli-build/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
  1055. package/cli/app/.next-cli-build/static/media/material-symbols-outlined.cf1f75f5.woff2 +0 -0
  1056. package/cli/app/cli/hooks/camoufoxRuntime.js +169 -0
  1057. package/cli/app/cli/hooks/playwrightRuntime.js +168 -0
  1058. package/cli/app/cli/hooks/postinstall.js +22 -0
  1059. package/cli/app/cli/hooks/sqliteRuntime.js +147 -0
  1060. package/cli/app/cli/hooks/trayRuntime.js +107 -0
  1061. package/cli/app/package.json +106 -0
  1062. package/cli/app/public/favicon.svg +12 -0
  1063. package/cli/app/public/file.svg +1 -0
  1064. package/cli/app/public/globe.svg +1 -0
  1065. package/cli/app/public/i18n/literals/ar.json +195 -0
  1066. package/cli/app/public/i18n/literals/bn.json +195 -0
  1067. package/cli/app/public/i18n/literals/cs.json +195 -0
  1068. package/cli/app/public/i18n/literals/da.json +195 -0
  1069. package/cli/app/public/i18n/literals/de.json +195 -0
  1070. package/cli/app/public/i18n/literals/el.json +195 -0
  1071. package/cli/app/public/i18n/literals/es.json +195 -0
  1072. package/cli/app/public/i18n/literals/fi.json +195 -0
  1073. package/cli/app/public/i18n/literals/fr.json +195 -0
  1074. package/cli/app/public/i18n/literals/he.json +195 -0
  1075. package/cli/app/public/i18n/literals/hi.json +195 -0
  1076. package/cli/app/public/i18n/literals/hu.json +195 -0
  1077. package/cli/app/public/i18n/literals/id.json +195 -0
  1078. package/cli/app/public/i18n/literals/it.json +195 -0
  1079. package/cli/app/public/i18n/literals/ja.json +195 -0
  1080. package/cli/app/public/i18n/literals/ko.json +195 -0
  1081. package/cli/app/public/i18n/literals/nl.json +195 -0
  1082. package/cli/app/public/i18n/literals/no.json +195 -0
  1083. package/cli/app/public/i18n/literals/pl.json +195 -0
  1084. package/cli/app/public/i18n/literals/pt-BR.json +195 -0
  1085. package/cli/app/public/i18n/literals/pt-PT.json +195 -0
  1086. package/cli/app/public/i18n/literals/ro.json +195 -0
  1087. package/cli/app/public/i18n/literals/ru.json +195 -0
  1088. package/cli/app/public/i18n/literals/sv.json +195 -0
  1089. package/cli/app/public/i18n/literals/th.json +195 -0
  1090. package/cli/app/public/i18n/literals/tl.json +195 -0
  1091. package/cli/app/public/i18n/literals/tr.json +195 -0
  1092. package/cli/app/public/i18n/literals/uk.json +195 -0
  1093. package/cli/app/public/i18n/literals/ur.json +195 -0
  1094. package/cli/app/public/i18n/literals/vi.json +195 -0
  1095. package/cli/app/public/i18n/literals/zh-CN.json +772 -0
  1096. package/cli/app/public/i18n/literals/zh-TW.json +195 -0
  1097. package/cli/app/public/icons/discord.svg +4 -0
  1098. package/cli/app/public/icons/icon-192.svg +12 -0
  1099. package/cli/app/public/icons/icon-512.svg +12 -0
  1100. package/cli/app/public/next.svg +1 -0
  1101. package/cli/app/public/providers/alicode-intl.png +0 -0
  1102. package/cli/app/public/providers/alicode.png +0 -0
  1103. package/cli/app/public/providers/amp.png +0 -0
  1104. package/cli/app/public/providers/anthropic-m.png +0 -0
  1105. package/cli/app/public/providers/anthropic.png +0 -0
  1106. package/cli/app/public/providers/antigravity.png +0 -0
  1107. package/cli/app/public/providers/assemblyai.png +0 -0
  1108. package/cli/app/public/providers/aws-polly.png +0 -0
  1109. package/cli/app/public/providers/azure.png +0 -0
  1110. package/cli/app/public/providers/black-forest-labs.png +0 -0
  1111. package/cli/app/public/providers/blackbox.png +0 -0
  1112. package/cli/app/public/providers/brave-search.png +0 -0
  1113. package/cli/app/public/providers/byteplus.png +0 -0
  1114. package/cli/app/public/providers/cartesia.png +0 -0
  1115. package/cli/app/public/providers/cerebras.png +0 -0
  1116. package/cli/app/public/providers/chutes.png +0 -0
  1117. package/cli/app/public/providers/claude.png +0 -0
  1118. package/cli/app/public/providers/cline.png +0 -0
  1119. package/cli/app/public/providers/cloudflare-ai.png +0 -0
  1120. package/cli/app/public/providers/codebuddy-cn.png +0 -0
  1121. package/cli/app/public/providers/codebuddy.png +0 -0
  1122. package/cli/app/public/providers/codebuddy.svg +37 -0
  1123. package/cli/app/public/providers/codex.png +0 -0
  1124. package/cli/app/public/providers/cohere.png +0 -0
  1125. package/cli/app/public/providers/comfyui.png +0 -0
  1126. package/cli/app/public/providers/commandcode.png +0 -0
  1127. package/cli/app/public/providers/continue.png +0 -0
  1128. package/cli/app/public/providers/copilot.png +0 -0
  1129. package/cli/app/public/providers/coqui.png +0 -0
  1130. package/cli/app/public/providers/cursor.png +0 -0
  1131. package/cli/app/public/providers/deepgram.png +0 -0
  1132. package/cli/app/public/providers/deepseek-tui.png +0 -0
  1133. package/cli/app/public/providers/deepseek.png +0 -0
  1134. package/cli/app/public/providers/droid.png +0 -0
  1135. package/cli/app/public/providers/edge-tts.png +0 -0
  1136. package/cli/app/public/providers/elevenlabs.png +0 -0
  1137. package/cli/app/public/providers/exa.png +0 -0
  1138. package/cli/app/public/providers/fal-ai.png +0 -0
  1139. package/cli/app/public/providers/firecrawl.png +0 -0
  1140. package/cli/app/public/providers/fireworks.png +0 -0
  1141. package/cli/app/public/providers/gemini-cli.png +0 -0
  1142. package/cli/app/public/providers/gemini.png +0 -0
  1143. package/cli/app/public/providers/github.png +0 -0
  1144. package/cli/app/public/providers/glm-cn.png +0 -0
  1145. package/cli/app/public/providers/glm.png +0 -0
  1146. package/cli/app/public/providers/google-pse.png +0 -0
  1147. package/cli/app/public/providers/google-tts.png +0 -0
  1148. package/cli/app/public/providers/grok-web.png +0 -0
  1149. package/cli/app/public/providers/groq.png +0 -0
  1150. package/cli/app/public/providers/hermes.png +0 -0
  1151. package/cli/app/public/providers/huggingface.png +0 -0
  1152. package/cli/app/public/providers/hyperbolic.png +0 -0
  1153. package/cli/app/public/providers/iflow.png +0 -0
  1154. package/cli/app/public/providers/inworld.png +0 -0
  1155. package/cli/app/public/providers/jcode.png +0 -0
  1156. package/cli/app/public/providers/jina-ai.png +0 -0
  1157. package/cli/app/public/providers/jina-reader.png +0 -0
  1158. package/cli/app/public/providers/kilocode.png +0 -0
  1159. package/cli/app/public/providers/kimi-coding.png +0 -0
  1160. package/cli/app/public/providers/kimi.png +0 -0
  1161. package/cli/app/public/providers/kiro.png +0 -0
  1162. package/cli/app/public/providers/linkup.png +0 -0
  1163. package/cli/app/public/providers/local-device.png +0 -0
  1164. package/cli/app/public/providers/minimax-cn.png +0 -0
  1165. package/cli/app/public/providers/minimax.png +0 -0
  1166. package/cli/app/public/providers/mistral.png +0 -0
  1167. package/cli/app/public/providers/nanobanana.png +0 -0
  1168. package/cli/app/public/providers/nebius.png +0 -0
  1169. package/cli/app/public/providers/nvidia.png +0 -0
  1170. package/cli/app/public/providers/oai-cc.png +0 -0
  1171. package/cli/app/public/providers/oai-r.png +0 -0
  1172. package/cli/app/public/providers/ollama-local.png +0 -0
  1173. package/cli/app/public/providers/ollama.png +0 -0
  1174. package/cli/app/public/providers/openai.png +0 -0
  1175. package/cli/app/public/providers/openclaw.png +0 -0
  1176. package/cli/app/public/providers/opencode-go.png +0 -0
  1177. package/cli/app/public/providers/opencode.png +0 -0
  1178. package/cli/app/public/providers/openrouter.png +0 -0
  1179. package/cli/app/public/providers/perplexity-web.png +0 -0
  1180. package/cli/app/public/providers/perplexity.png +0 -0
  1181. package/cli/app/public/providers/playht.png +0 -0
  1182. package/cli/app/public/providers/qoder.png +0 -0
  1183. package/cli/app/public/providers/qwen.png +0 -0
  1184. package/cli/app/public/providers/recraft.png +0 -0
  1185. package/cli/app/public/providers/roo.png +0 -0
  1186. package/cli/app/public/providers/runwayml.png +0 -0
  1187. package/cli/app/public/providers/sdwebui.png +0 -0
  1188. package/cli/app/public/providers/searchapi.png +0 -0
  1189. package/cli/app/public/providers/searxng.png +0 -0
  1190. package/cli/app/public/providers/serper.png +0 -0
  1191. package/cli/app/public/providers/siliconflow.png +0 -0
  1192. package/cli/app/public/providers/stability-ai.png +0 -0
  1193. package/cli/app/public/providers/tavily.png +0 -0
  1194. package/cli/app/public/providers/together.png +0 -0
  1195. package/cli/app/public/providers/topaz.png +0 -0
  1196. package/cli/app/public/providers/tortoise.png +0 -0
  1197. package/cli/app/public/providers/vertex-partner.png +0 -0
  1198. package/cli/app/public/providers/vertex.png +0 -0
  1199. package/cli/app/public/providers/volcengine-ark.png +0 -0
  1200. package/cli/app/public/providers/voyage-ai.png +0 -0
  1201. package/cli/app/public/providers/xai.png +0 -0
  1202. package/cli/app/public/providers/xiaomi-mimo.png +0 -0
  1203. package/cli/app/public/providers/xiaomi-tokenplan.png +0 -0
  1204. package/cli/app/public/providers/youcom.png +0 -0
  1205. package/cli/app/public/sw.js +22 -0
  1206. package/cli/app/public/vercel.svg +1 -0
  1207. package/cli/app/public/window.svg +1 -0
  1208. package/cli/app/server.js +38 -0
  1209. package/cli/app/src/lib/db/adapters/betterSqliteAdapter.js +55 -0
  1210. package/cli/app/src/lib/db/adapters/bunSqliteAdapter.js +63 -0
  1211. package/cli/app/src/lib/db/adapters/nodeSqliteAdapter.js +84 -0
  1212. package/cli/app/src/lib/db/adapters/sqljsAdapter.js +115 -0
  1213. package/cli/app/src/lib/db/maintenance.js +72 -0
  1214. package/cli/app/src/lib/db/migrate.js +286 -0
  1215. package/cli/app/src/lib/oauth/services/bulkImportBrowserEngine.js +132 -0
  1216. package/cli/app/src/lib/oauth/services/xai.js +238 -0
  1217. package/cli/app/src/lib/updater/updater.js +235 -0
  1218. package/cli/app/src/mitm/server.js +60 -0
  1219. package/cli/app/src/shared/utils/apiKey.js +98 -0
  1220. package/cli/cli.js +818 -0
  1221. package/cli/hooks/camoufoxRuntime.js +169 -0
  1222. package/cli/hooks/playwrightRuntime.js +168 -0
  1223. package/cli/hooks/postinstall.js +22 -0
  1224. package/cli/hooks/sqliteRuntime.js +147 -0
  1225. package/cli/hooks/trayRuntime.js +107 -0
  1226. package/cli/package.json +54 -0
  1227. package/cli/src/cli/api/client.js +547 -0
  1228. package/cli/src/cli/menus/apiKeys.js +233 -0
  1229. package/cli/src/cli/menus/cliTools.js +618 -0
  1230. package/cli/src/cli/menus/combos.js +477 -0
  1231. package/cli/src/cli/menus/providers.js +846 -0
  1232. package/cli/src/cli/menus/settings.js +207 -0
  1233. package/cli/src/cli/terminalUI.js +121 -0
  1234. package/cli/src/cli/tray/autostart.js +306 -0
  1235. package/cli/src/cli/tray/icon.ico +0 -0
  1236. package/cli/src/cli/tray/icon.png +0 -0
  1237. package/cli/src/cli/tray/tray.js +322 -0
  1238. package/cli/src/cli/tray/tray.ps1 +79 -0
  1239. package/cli/src/cli/tray/trayWin.js +89 -0
  1240. package/cli/src/cli/utils/clipboard.js +30 -0
  1241. package/cli/src/cli/utils/display.js +156 -0
  1242. package/cli/src/cli/utils/endpoint.js +32 -0
  1243. package/cli/src/cli/utils/format.js +125 -0
  1244. package/cli/src/cli/utils/input.js +156 -0
  1245. package/cli/src/cli/utils/menuHelper.js +156 -0
  1246. package/cli/src/cli/utils/modelSelector.js +136 -0
  1247. package/i18n/README.ja-JP.md +1209 -0
  1248. package/i18n/README.ru.md +1311 -0
  1249. package/i18n/README.vi.md +1310 -0
  1250. package/i18n/README.zh-CN.md +1306 -0
  1251. package/images/9router.png +0 -0
  1252. package/jsconfig.json +12 -0
  1253. package/next.config.mjs +85 -0
  1254. package/open-sse/config/appConstants.js +203 -0
  1255. package/open-sse/config/codexInstructions.js +119 -0
  1256. package/open-sse/config/constants.js +4 -0
  1257. package/open-sse/config/defaultThinkingSignature.js +12 -0
  1258. package/open-sse/config/errorConfig.js +85 -0
  1259. package/open-sse/config/googleTtsLanguages.js +62 -0
  1260. package/open-sse/config/kiroConstants.js +322 -0
  1261. package/open-sse/config/models.js +13 -0
  1262. package/open-sse/config/ollamaModels.js +19 -0
  1263. package/open-sse/config/providerModels.js +953 -0
  1264. package/open-sse/config/providers.js +466 -0
  1265. package/open-sse/config/runtimeConfig.js +72 -0
  1266. package/open-sse/config/ttsModels.js +129 -0
  1267. package/open-sse/executors/antigravity.js +504 -0
  1268. package/open-sse/executors/azure.js +57 -0
  1269. package/open-sse/executors/base.js +185 -0
  1270. package/open-sse/executors/codex.js +469 -0
  1271. package/open-sse/executors/commandcode.js +88 -0
  1272. package/open-sse/executors/cursor.js +795 -0
  1273. package/open-sse/executors/default.js +531 -0
  1274. package/open-sse/executors/gemini-cli.js +89 -0
  1275. package/open-sse/executors/github.js +379 -0
  1276. package/open-sse/executors/grok-web.js +345 -0
  1277. package/open-sse/executors/iflow.js +108 -0
  1278. package/open-sse/executors/index.js +75 -0
  1279. package/open-sse/executors/kiro.js +508 -0
  1280. package/open-sse/executors/ollama-local.js +14 -0
  1281. package/open-sse/executors/opencode-go.js +41 -0
  1282. package/open-sse/executors/opencode.js +32 -0
  1283. package/open-sse/executors/perplexity-web.js +507 -0
  1284. package/open-sse/executors/qoder.js +468 -0
  1285. package/open-sse/executors/qwen.js +129 -0
  1286. package/open-sse/executors/vertex.js +131 -0
  1287. package/open-sse/executors/xiaomi-tokenplan.js +19 -0
  1288. package/open-sse/handlers/chatCore/nonStreamingHandler.js +230 -0
  1289. package/open-sse/handlers/chatCore/requestDetail.js +102 -0
  1290. package/open-sse/handlers/chatCore/sseToJsonHandler.js +231 -0
  1291. package/open-sse/handlers/chatCore/streamingHandler.js +103 -0
  1292. package/open-sse/handlers/chatCore.js +287 -0
  1293. package/open-sse/handlers/embeddingProviders/_base.js +4 -0
  1294. package/open-sse/handlers/embeddingProviders/gemini.js +54 -0
  1295. package/open-sse/handlers/embeddingProviders/index.js +23 -0
  1296. package/open-sse/handlers/embeddingProviders/openai.js +39 -0
  1297. package/open-sse/handlers/embeddingProviders/openaiCompatNode.js +13 -0
  1298. package/open-sse/handlers/embeddingsCore.js +126 -0
  1299. package/open-sse/handlers/fetch/index.js +237 -0
  1300. package/open-sse/handlers/imageGenerationCore.js +189 -0
  1301. package/open-sse/handlers/imageProviders/_base.js +31 -0
  1302. package/open-sse/handlers/imageProviders/blackForestLabs.js +43 -0
  1303. package/open-sse/handlers/imageProviders/cloudflareAi.js +178 -0
  1304. package/open-sse/handlers/imageProviders/codex.js +198 -0
  1305. package/open-sse/handlers/imageProviders/comfyui.js +8 -0
  1306. package/open-sse/handlers/imageProviders/falAi.js +41 -0
  1307. package/open-sse/handlers/imageProviders/gemini.js +25 -0
  1308. package/open-sse/handlers/imageProviders/huggingface.js +22 -0
  1309. package/open-sse/handlers/imageProviders/index.js +40 -0
  1310. package/open-sse/handlers/imageProviders/nanobanana.js +58 -0
  1311. package/open-sse/handlers/imageProviders/openai.js +40 -0
  1312. package/open-sse/handlers/imageProviders/runwayml.js +47 -0
  1313. package/open-sse/handlers/imageProviders/sdwebui.js +17 -0
  1314. package/open-sse/handlers/imageProviders/stabilityAi.js +34 -0
  1315. package/open-sse/handlers/responsesHandler.js +103 -0
  1316. package/open-sse/handlers/search/callers.js +371 -0
  1317. package/open-sse/handlers/search/chatSearch.js +409 -0
  1318. package/open-sse/handlers/search/index.js +201 -0
  1319. package/open-sse/handlers/search/normalizers.js +223 -0
  1320. package/open-sse/handlers/sttCore.js +194 -0
  1321. package/open-sse/handlers/ttsCore.js +74 -0
  1322. package/open-sse/handlers/ttsProviders/_base.js +39 -0
  1323. package/open-sse/handlers/ttsProviders/edgeTts.js +89 -0
  1324. package/open-sse/handlers/ttsProviders/elevenlabs.js +48 -0
  1325. package/open-sse/handlers/ttsProviders/gemini.js +117 -0
  1326. package/open-sse/handlers/ttsProviders/genericFormats.js +169 -0
  1327. package/open-sse/handlers/ttsProviders/googleTts.js +54 -0
  1328. package/open-sse/handlers/ttsProviders/index.js +50 -0
  1329. package/open-sse/handlers/ttsProviders/localDevice.js +87 -0
  1330. package/open-sse/handlers/ttsProviders/minimax.js +59 -0
  1331. package/open-sse/handlers/ttsProviders/openai.js +30 -0
  1332. package/open-sse/handlers/ttsProviders/openrouter.js +70 -0
  1333. package/open-sse/index.js +82 -0
  1334. package/open-sse/rtk/applyFilter.js +15 -0
  1335. package/open-sse/rtk/autodetect.js +111 -0
  1336. package/open-sse/rtk/caveman.js +100 -0
  1337. package/open-sse/rtk/cavemanPrompts.js +78 -0
  1338. package/open-sse/rtk/constants.js +55 -0
  1339. package/open-sse/rtk/filters/buildOutput.js +127 -0
  1340. package/open-sse/rtk/filters/dedupLog.js +44 -0
  1341. package/open-sse/rtk/filters/find.js +49 -0
  1342. package/open-sse/rtk/filters/gitDiff.js +92 -0
  1343. package/open-sse/rtk/filters/gitStatus.js +117 -0
  1344. package/open-sse/rtk/filters/grep.js +48 -0
  1345. package/open-sse/rtk/filters/ls.js +79 -0
  1346. package/open-sse/rtk/filters/readNumbered.js +27 -0
  1347. package/open-sse/rtk/filters/searchList.js +52 -0
  1348. package/open-sse/rtk/filters/smartTruncate.js +15 -0
  1349. package/open-sse/rtk/filters/tree.js +32 -0
  1350. package/open-sse/rtk/index.js +155 -0
  1351. package/open-sse/rtk/registry.js +38 -0
  1352. package/open-sse/services/accountFallback.js +238 -0
  1353. package/open-sse/services/combo.js +198 -0
  1354. package/open-sse/services/compact.js +71 -0
  1355. package/open-sse/services/kiroModels.js +332 -0
  1356. package/open-sse/services/model.js +263 -0
  1357. package/open-sse/services/oauthCredentialManager.js +151 -0
  1358. package/open-sse/services/projectId.js +306 -0
  1359. package/open-sse/services/provider.js +356 -0
  1360. package/open-sse/services/qoderModels.js +216 -0
  1361. package/open-sse/services/tokenRefresh.js +947 -0
  1362. package/open-sse/services/usage.js +1587 -0
  1363. package/open-sse/transformer/responsesTransformer.js +439 -0
  1364. package/open-sse/transformer/streamToJsonConverter.js +103 -0
  1365. package/open-sse/translator/formats.js +36 -0
  1366. package/open-sse/translator/helpers/claudeHelper.js +216 -0
  1367. package/open-sse/translator/helpers/geminiHelper.js +372 -0
  1368. package/open-sse/translator/helpers/imageHelper.js +34 -0
  1369. package/open-sse/translator/helpers/maxTokensHelper.js +27 -0
  1370. package/open-sse/translator/helpers/openaiHelper.js +130 -0
  1371. package/open-sse/translator/helpers/responsesApiHelper.js +139 -0
  1372. package/open-sse/translator/helpers/toolCallHelper.js +148 -0
  1373. package/open-sse/translator/index.js +251 -0
  1374. package/open-sse/translator/request/antigravity-to-openai.js +229 -0
  1375. package/open-sse/translator/request/claude-to-openai.js +232 -0
  1376. package/open-sse/translator/request/gemini-to-openai.js +147 -0
  1377. package/open-sse/translator/request/openai-responses.js +318 -0
  1378. package/open-sse/translator/request/openai-to-claude.js +401 -0
  1379. package/open-sse/translator/request/openai-to-commandcode.js +170 -0
  1380. package/open-sse/translator/request/openai-to-cursor.js +183 -0
  1381. package/open-sse/translator/request/openai-to-gemini.js +470 -0
  1382. package/open-sse/translator/request/openai-to-kiro.js +629 -0
  1383. package/open-sse/translator/request/openai-to-kiro.old.js +278 -0
  1384. package/open-sse/translator/request/openai-to-ollama.js +192 -0
  1385. package/open-sse/translator/request/openai-to-vertex.js +42 -0
  1386. package/open-sse/translator/response/claude-to-openai.js +206 -0
  1387. package/open-sse/translator/response/commandcode-to-openai.js +197 -0
  1388. package/open-sse/translator/response/cursor-to-openai.js +30 -0
  1389. package/open-sse/translator/response/gemini-to-openai.js +245 -0
  1390. package/open-sse/translator/response/kiro-to-openai.js +195 -0
  1391. package/open-sse/translator/response/ollama-to-openai.js +152 -0
  1392. package/open-sse/translator/response/openai-responses.js +590 -0
  1393. package/open-sse/translator/response/openai-to-antigravity.js +122 -0
  1394. package/open-sse/translator/response/openai-to-claude.js +266 -0
  1395. package/open-sse/utils/bypassHandler.js +298 -0
  1396. package/open-sse/utils/claudeCloaking.js +155 -0
  1397. package/open-sse/utils/claudeHeaderCache.js +70 -0
  1398. package/open-sse/utils/clientDetector.js +63 -0
  1399. package/open-sse/utils/cursorChecksum.js +149 -0
  1400. package/open-sse/utils/cursorProtobuf.js +904 -0
  1401. package/open-sse/utils/debugLog.js +14 -0
  1402. package/open-sse/utils/error.js +147 -0
  1403. package/open-sse/utils/ollamaTransform.js +85 -0
  1404. package/open-sse/utils/proxyFetch.js +368 -0
  1405. package/open-sse/utils/reasoningContentInjector.js +79 -0
  1406. package/open-sse/utils/requestLogger.js +260 -0
  1407. package/open-sse/utils/responsesStreamHelpers.js +49 -0
  1408. package/open-sse/utils/sessionManager.js +82 -0
  1409. package/open-sse/utils/stream.js +462 -0
  1410. package/open-sse/utils/streamHandler.js +250 -0
  1411. package/open-sse/utils/streamHelpers.js +122 -0
  1412. package/open-sse/utils/toolDeduper.js +49 -0
  1413. package/open-sse/utils/usageTracking.js +347 -0
  1414. package/package.json +106 -0
  1415. package/postcss.config.mjs +12 -0
  1416. package/public/favicon.svg +12 -0
  1417. package/public/file.svg +1 -0
  1418. package/public/globe.svg +1 -0
  1419. package/public/i18n/literals/ar.json +195 -0
  1420. package/public/i18n/literals/bn.json +195 -0
  1421. package/public/i18n/literals/cs.json +195 -0
  1422. package/public/i18n/literals/da.json +195 -0
  1423. package/public/i18n/literals/de.json +195 -0
  1424. package/public/i18n/literals/el.json +195 -0
  1425. package/public/i18n/literals/es.json +195 -0
  1426. package/public/i18n/literals/fi.json +195 -0
  1427. package/public/i18n/literals/fr.json +195 -0
  1428. package/public/i18n/literals/he.json +195 -0
  1429. package/public/i18n/literals/hi.json +195 -0
  1430. package/public/i18n/literals/hu.json +195 -0
  1431. package/public/i18n/literals/id.json +195 -0
  1432. package/public/i18n/literals/it.json +195 -0
  1433. package/public/i18n/literals/ja.json +195 -0
  1434. package/public/i18n/literals/ko.json +195 -0
  1435. package/public/i18n/literals/nl.json +195 -0
  1436. package/public/i18n/literals/no.json +195 -0
  1437. package/public/i18n/literals/pl.json +195 -0
  1438. package/public/i18n/literals/pt-BR.json +195 -0
  1439. package/public/i18n/literals/pt-PT.json +195 -0
  1440. package/public/i18n/literals/ro.json +195 -0
  1441. package/public/i18n/literals/ru.json +195 -0
  1442. package/public/i18n/literals/sv.json +195 -0
  1443. package/public/i18n/literals/th.json +195 -0
  1444. package/public/i18n/literals/tl.json +195 -0
  1445. package/public/i18n/literals/tr.json +195 -0
  1446. package/public/i18n/literals/uk.json +195 -0
  1447. package/public/i18n/literals/ur.json +195 -0
  1448. package/public/i18n/literals/vi.json +195 -0
  1449. package/public/i18n/literals/zh-CN.json +772 -0
  1450. package/public/i18n/literals/zh-TW.json +195 -0
  1451. package/public/icons/discord.svg +4 -0
  1452. package/public/icons/icon-192.svg +12 -0
  1453. package/public/icons/icon-512.svg +12 -0
  1454. package/public/next.svg +1 -0
  1455. package/public/providers/alicode-intl.png +0 -0
  1456. package/public/providers/alicode.png +0 -0
  1457. package/public/providers/amp.png +0 -0
  1458. package/public/providers/anthropic-m.png +0 -0
  1459. package/public/providers/anthropic.png +0 -0
  1460. package/public/providers/antigravity.png +0 -0
  1461. package/public/providers/assemblyai.png +0 -0
  1462. package/public/providers/aws-polly.png +0 -0
  1463. package/public/providers/azure.png +0 -0
  1464. package/public/providers/black-forest-labs.png +0 -0
  1465. package/public/providers/blackbox.png +0 -0
  1466. package/public/providers/brave-search.png +0 -0
  1467. package/public/providers/byteplus.png +0 -0
  1468. package/public/providers/cartesia.png +0 -0
  1469. package/public/providers/cerebras.png +0 -0
  1470. package/public/providers/chutes.png +0 -0
  1471. package/public/providers/claude.png +0 -0
  1472. package/public/providers/cline.png +0 -0
  1473. package/public/providers/cloudflare-ai.png +0 -0
  1474. package/public/providers/codebuddy-cn.png +0 -0
  1475. package/public/providers/codebuddy.png +0 -0
  1476. package/public/providers/codebuddy.svg +37 -0
  1477. package/public/providers/codex.png +0 -0
  1478. package/public/providers/cohere.png +0 -0
  1479. package/public/providers/comfyui.png +0 -0
  1480. package/public/providers/commandcode.png +0 -0
  1481. package/public/providers/continue.png +0 -0
  1482. package/public/providers/copilot.png +0 -0
  1483. package/public/providers/coqui.png +0 -0
  1484. package/public/providers/cursor.png +0 -0
  1485. package/public/providers/deepgram.png +0 -0
  1486. package/public/providers/deepseek-tui.png +0 -0
  1487. package/public/providers/deepseek.png +0 -0
  1488. package/public/providers/droid.png +0 -0
  1489. package/public/providers/edge-tts.png +0 -0
  1490. package/public/providers/elevenlabs.png +0 -0
  1491. package/public/providers/exa.png +0 -0
  1492. package/public/providers/fal-ai.png +0 -0
  1493. package/public/providers/firecrawl.png +0 -0
  1494. package/public/providers/fireworks.png +0 -0
  1495. package/public/providers/gemini-cli.png +0 -0
  1496. package/public/providers/gemini.png +0 -0
  1497. package/public/providers/github.png +0 -0
  1498. package/public/providers/glm-cn.png +0 -0
  1499. package/public/providers/glm.png +0 -0
  1500. package/public/providers/google-pse.png +0 -0
  1501. package/public/providers/google-tts.png +0 -0
  1502. package/public/providers/grok-web.png +0 -0
  1503. package/public/providers/groq.png +0 -0
  1504. package/public/providers/hermes.png +0 -0
  1505. package/public/providers/huggingface.png +0 -0
  1506. package/public/providers/hyperbolic.png +0 -0
  1507. package/public/providers/iflow.png +0 -0
  1508. package/public/providers/inworld.png +0 -0
  1509. package/public/providers/jcode.png +0 -0
  1510. package/public/providers/jina-ai.png +0 -0
  1511. package/public/providers/jina-reader.png +0 -0
  1512. package/public/providers/kilocode.png +0 -0
  1513. package/public/providers/kimi-coding.png +0 -0
  1514. package/public/providers/kimi.png +0 -0
  1515. package/public/providers/kiro.png +0 -0
  1516. package/public/providers/linkup.png +0 -0
  1517. package/public/providers/local-device.png +0 -0
  1518. package/public/providers/minimax-cn.png +0 -0
  1519. package/public/providers/minimax.png +0 -0
  1520. package/public/providers/mistral.png +0 -0
  1521. package/public/providers/nanobanana.png +0 -0
  1522. package/public/providers/nebius.png +0 -0
  1523. package/public/providers/nvidia.png +0 -0
  1524. package/public/providers/oai-cc.png +0 -0
  1525. package/public/providers/oai-r.png +0 -0
  1526. package/public/providers/ollama-local.png +0 -0
  1527. package/public/providers/ollama.png +0 -0
  1528. package/public/providers/openai.png +0 -0
  1529. package/public/providers/openclaw.png +0 -0
  1530. package/public/providers/opencode-go.png +0 -0
  1531. package/public/providers/opencode.png +0 -0
  1532. package/public/providers/openrouter.png +0 -0
  1533. package/public/providers/perplexity-web.png +0 -0
  1534. package/public/providers/perplexity.png +0 -0
  1535. package/public/providers/playht.png +0 -0
  1536. package/public/providers/qoder.png +0 -0
  1537. package/public/providers/qwen.png +0 -0
  1538. package/public/providers/recraft.png +0 -0
  1539. package/public/providers/roo.png +0 -0
  1540. package/public/providers/runwayml.png +0 -0
  1541. package/public/providers/sdwebui.png +0 -0
  1542. package/public/providers/searchapi.png +0 -0
  1543. package/public/providers/searxng.png +0 -0
  1544. package/public/providers/serper.png +0 -0
  1545. package/public/providers/siliconflow.png +0 -0
  1546. package/public/providers/stability-ai.png +0 -0
  1547. package/public/providers/tavily.png +0 -0
  1548. package/public/providers/together.png +0 -0
  1549. package/public/providers/topaz.png +0 -0
  1550. package/public/providers/tortoise.png +0 -0
  1551. package/public/providers/vertex-partner.png +0 -0
  1552. package/public/providers/vertex.png +0 -0
  1553. package/public/providers/volcengine-ark.png +0 -0
  1554. package/public/providers/voyage-ai.png +0 -0
  1555. package/public/providers/xai.png +0 -0
  1556. package/public/providers/xiaomi-mimo.png +0 -0
  1557. package/public/providers/xiaomi-tokenplan.png +0 -0
  1558. package/public/providers/youcom.png +0 -0
  1559. package/public/sw.js +22 -0
  1560. package/public/vercel.svg +1 -0
  1561. package/public/window.svg +1 -0
  1562. package/scripts/start-standalone.mjs +43 -0
  1563. package/scripts/translate-readme.js +201 -0
  1564. package/src/app/(dashboard)/dashboard/automation/page.js +475 -0
  1565. package/src/app/(dashboard)/dashboard/basic-chat/BasicChatPageClient.js +967 -0
  1566. package/src/app/(dashboard)/dashboard/basic-chat/page.js +5 -0
  1567. package/src/app/(dashboard)/dashboard/cli-tools/CLIToolsPageClient.js +66 -0
  1568. package/src/app/(dashboard)/dashboard/cli-tools/[toolId]/ToolDetailClient.js +173 -0
  1569. package/src/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +11 -0
  1570. package/src/app/(dashboard)/dashboard/cli-tools/components/AntigravityToolCard.js +481 -0
  1571. package/src/app/(dashboard)/dashboard/cli-tools/components/ApiKeySelect.js +66 -0
  1572. package/src/app/(dashboard)/dashboard/cli-tools/components/BaseUrlSelect.js +174 -0
  1573. package/src/app/(dashboard)/dashboard/cli-tools/components/ClaudeToolCard.js +390 -0
  1574. package/src/app/(dashboard)/dashboard/cli-tools/components/ClineToolCard.js +301 -0
  1575. package/src/app/(dashboard)/dashboard/cli-tools/components/CodexToolCard.js +458 -0
  1576. package/src/app/(dashboard)/dashboard/cli-tools/components/CopilotToolCard.js +323 -0
  1577. package/src/app/(dashboard)/dashboard/cli-tools/components/CoworkToolCard.js +640 -0
  1578. package/src/app/(dashboard)/dashboard/cli-tools/components/DeepSeekTuiToolCard.js +338 -0
  1579. package/src/app/(dashboard)/dashboard/cli-tools/components/DefaultToolCard.js +271 -0
  1580. package/src/app/(dashboard)/dashboard/cli-tools/components/DroidToolCard.js +410 -0
  1581. package/src/app/(dashboard)/dashboard/cli-tools/components/EndpointPresetControl.js +128 -0
  1582. package/src/app/(dashboard)/dashboard/cli-tools/components/HermesToolCard.js +317 -0
  1583. package/src/app/(dashboard)/dashboard/cli-tools/components/JcodeToolCard.js +380 -0
  1584. package/src/app/(dashboard)/dashboard/cli-tools/components/KiloToolCard.js +275 -0
  1585. package/src/app/(dashboard)/dashboard/cli-tools/components/MitmLinkCard.js +40 -0
  1586. package/src/app/(dashboard)/dashboard/cli-tools/components/MitmServerCard.js +329 -0
  1587. package/src/app/(dashboard)/dashboard/cli-tools/components/MitmToolCard.js +318 -0
  1588. package/src/app/(dashboard)/dashboard/cli-tools/components/OpenClawToolCard.js +388 -0
  1589. package/src/app/(dashboard)/dashboard/cli-tools/components/OpenCodeToolCard.js +500 -0
  1590. package/src/app/(dashboard)/dashboard/cli-tools/components/ToolSummaryCard.js +39 -0
  1591. package/src/app/(dashboard)/dashboard/cli-tools/components/cliEndpointMatch.js +13 -0
  1592. package/src/app/(dashboard)/dashboard/cli-tools/components/index.js +19 -0
  1593. package/src/app/(dashboard)/dashboard/cli-tools/page.js +7 -0
  1594. package/src/app/(dashboard)/dashboard/combos/page.js +612 -0
  1595. package/src/app/(dashboard)/dashboard/console-log/ConsoleLogClient.js +91 -0
  1596. package/src/app/(dashboard)/dashboard/console-log/page.js +8 -0
  1597. package/src/app/(dashboard)/dashboard/endpoint/EndpointPageClient.js +1555 -0
  1598. package/src/app/(dashboard)/dashboard/endpoint/page.js +7 -0
  1599. package/src/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +1903 -0
  1600. package/src/app/(dashboard)/dashboard/media-providers/[kind]/page.js +289 -0
  1601. package/src/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +410 -0
  1602. package/src/app/(dashboard)/dashboard/media-providers/web/page.js +209 -0
  1603. package/src/app/(dashboard)/dashboard/mitm/MitmPageClient.js +117 -0
  1604. package/src/app/(dashboard)/dashboard/mitm/page.js +5 -0
  1605. package/src/app/(dashboard)/dashboard/page.js +7 -0
  1606. package/src/app/(dashboard)/dashboard/profile/page.js +1140 -0
  1607. package/src/app/(dashboard)/dashboard/providers/[id]/AddApiKeyModal.js +389 -0
  1608. package/src/app/(dashboard)/dashboard/providers/[id]/AddCustomModelModal.js +125 -0
  1609. package/src/app/(dashboard)/dashboard/providers/[id]/CompatibleModelsSection.js +250 -0
  1610. package/src/app/(dashboard)/dashboard/providers/[id]/ConnectionRow.js +307 -0
  1611. package/src/app/(dashboard)/dashboard/providers/[id]/CooldownTimer.js +42 -0
  1612. package/src/app/(dashboard)/dashboard/providers/[id]/EditCompatibleNodeModal.js +161 -0
  1613. package/src/app/(dashboard)/dashboard/providers/[id]/ModelRow.js +95 -0
  1614. package/src/app/(dashboard)/dashboard/providers/[id]/PassthroughModelsSection.js +183 -0
  1615. package/src/app/(dashboard)/dashboard/providers/[id]/page.js +2052 -0
  1616. package/src/app/(dashboard)/dashboard/providers/[id]/page.new.js +1724 -0
  1617. package/src/app/(dashboard)/dashboard/providers/components/ConnectionsCard.js +497 -0
  1618. package/src/app/(dashboard)/dashboard/providers/components/ModelAvailabilityBadge.js +185 -0
  1619. package/src/app/(dashboard)/dashboard/providers/components/ModelsCard.js +294 -0
  1620. package/src/app/(dashboard)/dashboard/providers/new/page.js +220 -0
  1621. package/src/app/(dashboard)/dashboard/providers/page.js +1370 -0
  1622. package/src/app/(dashboard)/dashboard/proxy-pools/page.js +1092 -0
  1623. package/src/app/(dashboard)/dashboard/quota/page.js +11 -0
  1624. package/src/app/(dashboard)/dashboard/skills/page.js +112 -0
  1625. package/src/app/(dashboard)/dashboard/translator/page.js +303 -0
  1626. package/src/app/(dashboard)/dashboard/usage/components/OverviewCards.js +35 -0
  1627. package/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/ProviderLimitCard.js +185 -0
  1628. package/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/QuotaProgressBar.js +127 -0
  1629. package/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/QuotaTable.js +259 -0
  1630. package/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/index.js +1394 -0
  1631. package/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/utils.js +244 -0
  1632. package/src/app/(dashboard)/dashboard/usage/components/ProviderTopology.js +327 -0
  1633. package/src/app/(dashboard)/dashboard/usage/components/RequestDetailsTab.js +433 -0
  1634. package/src/app/(dashboard)/dashboard/usage/components/UsageChart.js +141 -0
  1635. package/src/app/(dashboard)/dashboard/usage/components/UsageTable.js +247 -0
  1636. package/src/app/(dashboard)/dashboard/usage/page.js +75 -0
  1637. package/src/app/(dashboard)/layout.js +6 -0
  1638. package/src/app/api/auth/login/route.js +76 -0
  1639. package/src/app/api/auth/logout/route.js +12 -0
  1640. package/src/app/api/auth/oidc/callback/route.js +87 -0
  1641. package/src/app/api/auth/oidc/start/route.js +52 -0
  1642. package/src/app/api/auth/oidc/test/route.js +84 -0
  1643. package/src/app/api/auth/status/route.js +45 -0
  1644. package/src/app/api/cli-tools/all-statuses/route.js +46 -0
  1645. package/src/app/api/cli-tools/antigravity-mitm/alias/route.js +53 -0
  1646. package/src/app/api/cli-tools/antigravity-mitm/route.js +202 -0
  1647. package/src/app/api/cli-tools/claude-settings/route.js +203 -0
  1648. package/src/app/api/cli-tools/cline-settings/route.js +133 -0
  1649. package/src/app/api/cli-tools/codex-gateway/accounts/route.js +16 -0
  1650. package/src/app/api/cli-tools/codex-settings/route.js +239 -0
  1651. package/src/app/api/cli-tools/copilot-settings/route.js +148 -0
  1652. package/src/app/api/cli-tools/cowork-mcp-registry/route.js +77 -0
  1653. package/src/app/api/cli-tools/cowork-mcp-tools/route.js +95 -0
  1654. package/src/app/api/cli-tools/cowork-settings/route.js +412 -0
  1655. package/src/app/api/cli-tools/deepseek-tui-settings/route.js +164 -0
  1656. package/src/app/api/cli-tools/droid-settings/route.js +213 -0
  1657. package/src/app/api/cli-tools/hermes-settings/route.js +175 -0
  1658. package/src/app/api/cli-tools/jcode-settings/route.js +216 -0
  1659. package/src/app/api/cli-tools/kilo-settings/route.js +131 -0
  1660. package/src/app/api/cli-tools/openclaw-settings/route.js +292 -0
  1661. package/src/app/api/cli-tools/opencode-settings/route.js +259 -0
  1662. package/src/app/api/combos/[id]/route.js +81 -0
  1663. package/src/app/api/combos/route.js +48 -0
  1664. package/src/app/api/health/route.js +15 -0
  1665. package/src/app/api/init/route.js +4 -0
  1666. package/src/app/api/keys/[id]/route.js +58 -0
  1667. package/src/app/api/keys/route.js +42 -0
  1668. package/src/app/api/locale/route.js +30 -0
  1669. package/src/app/api/mcp/[plugin]/message/route.js +21 -0
  1670. package/src/app/api/mcp/[plugin]/sse/route.js +37 -0
  1671. package/src/app/api/media-providers/tts/deepgram/voices/route.js +65 -0
  1672. package/src/app/api/media-providers/tts/elevenlabs/voices/route.js +71 -0
  1673. package/src/app/api/media-providers/tts/inworld/voices/route.js +61 -0
  1674. package/src/app/api/media-providers/tts/minimax/voices/route.js +113 -0
  1675. package/src/app/api/media-providers/tts/voices/route.js +99 -0
  1676. package/src/app/api/models/alias/route.js +53 -0
  1677. package/src/app/api/models/availability/route.js +103 -0
  1678. package/src/app/api/models/custom/route.js +48 -0
  1679. package/src/app/api/models/disabled/route.js +50 -0
  1680. package/src/app/api/models/route.js +64 -0
  1681. package/src/app/api/models/test/ping.js +191 -0
  1682. package/src/app/api/models/test/route.js +14 -0
  1683. package/src/app/api/oauth/[provider]/[action]/route.js +343 -0
  1684. package/src/app/api/oauth/codebuddy/bulk-import/[jobId]/cancel/route.js +19 -0
  1685. package/src/app/api/oauth/codebuddy/bulk-import/[jobId]/manual/[workerId]/route.js +30 -0
  1686. package/src/app/api/oauth/codebuddy/bulk-import/[jobId]/route.js +23 -0
  1687. package/src/app/api/oauth/codebuddy/bulk-import/latest/route.js +25 -0
  1688. package/src/app/api/oauth/codebuddy/bulk-import/route.js +52 -0
  1689. package/src/app/api/oauth/codebuddy/bulk-token/route.js +118 -0
  1690. package/src/app/api/oauth/codebuddy/quota-cookie/route.js +133 -0
  1691. package/src/app/api/oauth/codex/import-token/route.js +96 -0
  1692. package/src/app/api/oauth/cursor/auto-import/route.js +258 -0
  1693. package/src/app/api/oauth/cursor/import/route.js +100 -0
  1694. package/src/app/api/oauth/gitlab/pat/route.js +62 -0
  1695. package/src/app/api/oauth/iflow/cookie/route.js +137 -0
  1696. package/src/app/api/oauth/kiro/auto-import/route.js +85 -0
  1697. package/src/app/api/oauth/kiro/bulk-import/[jobId]/cancel/route.js +18 -0
  1698. package/src/app/api/oauth/kiro/bulk-import/[jobId]/manual/[workerId]/route.js +29 -0
  1699. package/src/app/api/oauth/kiro/bulk-import/[jobId]/route.js +22 -0
  1700. package/src/app/api/oauth/kiro/bulk-import/latest/route.js +25 -0
  1701. package/src/app/api/oauth/kiro/bulk-import/route.js +52 -0
  1702. package/src/app/api/oauth/kiro/import/route.js +110 -0
  1703. package/src/app/api/oauth/kiro/social-authorize/route.js +27 -0
  1704. package/src/app/api/oauth/kiro/social-exchange/route.js +41 -0
  1705. package/src/app/api/oauth/qoder/bulk-import/[jobId]/cancel/route.js +18 -0
  1706. package/src/app/api/oauth/qoder/bulk-import/[jobId]/manual/[workerId]/route.js +29 -0
  1707. package/src/app/api/oauth/qoder/bulk-import/[jobId]/route.js +23 -0
  1708. package/src/app/api/oauth/qoder/bulk-import/latest/route.js +24 -0
  1709. package/src/app/api/oauth/qoder/bulk-import/route.js +50 -0
  1710. package/src/app/api/pricing/route.js +134 -0
  1711. package/src/app/api/provider-nodes/[id]/route.js +101 -0
  1712. package/src/app/api/provider-nodes/route.js +104 -0
  1713. package/src/app/api/provider-nodes/validate/route.js +201 -0
  1714. package/src/app/api/providers/[id]/models/route.js +526 -0
  1715. package/src/app/api/providers/[id]/route.js +189 -0
  1716. package/src/app/api/providers/[id]/test/route.js +23 -0
  1717. package/src/app/api/providers/[id]/test/testUtils.js +741 -0
  1718. package/src/app/api/providers/[id]/test-models/route.js +66 -0
  1719. package/src/app/api/providers/client/route.js +126 -0
  1720. package/src/app/api/providers/kilo/free-models/route.js +55 -0
  1721. package/src/app/api/providers/route.js +207 -0
  1722. package/src/app/api/providers/suggested-models/filters.js +20 -0
  1723. package/src/app/api/providers/suggested-models/route.js +32 -0
  1724. package/src/app/api/providers/test-batch/route.js +131 -0
  1725. package/src/app/api/providers/validate/route.js +637 -0
  1726. package/src/app/api/proxy-pools/[id]/route.js +123 -0
  1727. package/src/app/api/proxy-pools/[id]/test/route.js +70 -0
  1728. package/src/app/api/proxy-pools/cloudflare-deploy/route.js +145 -0
  1729. package/src/app/api/proxy-pools/deno-deploy/route.js +175 -0
  1730. package/src/app/api/proxy-pools/route.js +93 -0
  1731. package/src/app/api/proxy-pools/vercel-deploy/route.js +142 -0
  1732. package/src/app/api/settings/database/route.js +36 -0
  1733. package/src/app/api/settings/proxy-test/route.js +23 -0
  1734. package/src/app/api/settings/require-login/route.js +15 -0
  1735. package/src/app/api/settings/route.js +100 -0
  1736. package/src/app/api/shutdown/route.js +24 -0
  1737. package/src/app/api/tags/route.js +18 -0
  1738. package/src/app/api/translator/console-logs/route.js +24 -0
  1739. package/src/app/api/translator/console-logs/stream/route.js +79 -0
  1740. package/src/app/api/translator/load/route.js +45 -0
  1741. package/src/app/api/translator/save/route.js +44 -0
  1742. package/src/app/api/translator/send/route.js +94 -0
  1743. package/src/app/api/translator/translate/route.js +90 -0
  1744. package/src/app/api/tunnel/disable/route.js +12 -0
  1745. package/src/app/api/tunnel/enable/route.js +16 -0
  1746. package/src/app/api/tunnel/status/route.js +13 -0
  1747. package/src/app/api/tunnel/tailscale-check/route.js +50 -0
  1748. package/src/app/api/tunnel/tailscale-disable/route.js +12 -0
  1749. package/src/app/api/tunnel/tailscale-enable/route.js +12 -0
  1750. package/src/app/api/tunnel/tailscale-install/route.js +72 -0
  1751. package/src/app/api/usage/[connectionId]/route.js +188 -0
  1752. package/src/app/api/usage/chart/route.js +21 -0
  1753. package/src/app/api/usage/history/route.js +12 -0
  1754. package/src/app/api/usage/logs/route.js +12 -0
  1755. package/src/app/api/usage/providers/route.js +42 -0
  1756. package/src/app/api/usage/request-details/route.js +57 -0
  1757. package/src/app/api/usage/request-logs/route.js +13 -0
  1758. package/src/app/api/usage/stats/route.js +23 -0
  1759. package/src/app/api/usage/stream/route.js +79 -0
  1760. package/src/app/api/v1/api/chat/route.js +37 -0
  1761. package/src/app/api/v1/audio/speech/route.js +16 -0
  1762. package/src/app/api/v1/audio/transcriptions/route.js +19 -0
  1763. package/src/app/api/v1/audio/voices/route.js +68 -0
  1764. package/src/app/api/v1/chat/completions/route.js +35 -0
  1765. package/src/app/api/v1/embeddings/route.js +21 -0
  1766. package/src/app/api/v1/images/generations/route.js +16 -0
  1767. package/src/app/api/v1/messages/count_tokens/route.js +52 -0
  1768. package/src/app/api/v1/messages/route.js +36 -0
  1769. package/src/app/api/v1/models/[kind]/route.js +55 -0
  1770. package/src/app/api/v1/models/info/route.js +110 -0
  1771. package/src/app/api/v1/models/route.js +451 -0
  1772. package/src/app/api/v1/responses/compact/route.js +37 -0
  1773. package/src/app/api/v1/responses/route.js +30 -0
  1774. package/src/app/api/v1/route.js +1 -0
  1775. package/src/app/api/v1/search/route.js +21 -0
  1776. package/src/app/api/v1/web/fetch/route.js +21 -0
  1777. package/src/app/api/v1beta/models/[...path]/route.js +328 -0
  1778. package/src/app/api/v1beta/models/route.js +44 -0
  1779. package/src/app/api/version/route.js +45 -0
  1780. package/src/app/api/version/shutdown/route.js +15 -0
  1781. package/src/app/api/version/update/route.js +21 -0
  1782. package/src/app/callback/page.js +148 -0
  1783. package/src/app/dashboard/settings/pricing/page.js +173 -0
  1784. package/src/app/globals.css +575 -0
  1785. package/src/app/landing/components/AnimatedBackground.js +57 -0
  1786. package/src/app/landing/components/Features.js +133 -0
  1787. package/src/app/landing/components/FlowAnimation.js +175 -0
  1788. package/src/app/landing/components/Footer.js +61 -0
  1789. package/src/app/landing/components/GetStarted.js +97 -0
  1790. package/src/app/landing/components/HeroSection.js +47 -0
  1791. package/src/app/landing/components/HowItWorks.js +66 -0
  1792. package/src/app/landing/components/Navigation.js +72 -0
  1793. package/src/app/landing/page.js +106 -0
  1794. package/src/app/layout.js +49 -0
  1795. package/src/app/login/page.js +197 -0
  1796. package/src/app/manifest.js +30 -0
  1797. package/src/app/page.js +5 -0
  1798. package/src/dashboardGuard.js +242 -0
  1799. package/src/i18n/RuntimeI18nProvider.js +27 -0
  1800. package/src/i18n/config.js +146 -0
  1801. package/src/i18n/runtime.js +162 -0
  1802. package/src/lib/appUpdater.js +200 -0
  1803. package/src/lib/auth/dashboardSession.js +68 -0
  1804. package/src/lib/auth/loginLimiter.js +52 -0
  1805. package/src/lib/auth/oidc.js +234 -0
  1806. package/src/lib/consoleLogBuffer.js +79 -0
  1807. package/src/lib/dataDir.js +29 -0
  1808. package/src/lib/db/adapters/betterSqliteAdapter.js +55 -0
  1809. package/src/lib/db/adapters/bunSqliteAdapter.js +63 -0
  1810. package/src/lib/db/adapters/nodeSqliteAdapter.js +84 -0
  1811. package/src/lib/db/adapters/sqljsAdapter.js +115 -0
  1812. package/src/lib/db/backup.js +35 -0
  1813. package/src/lib/db/dataDirMigration.js +61 -0
  1814. package/src/lib/db/driver.js +90 -0
  1815. package/src/lib/db/helpers/jsonCol.js +9 -0
  1816. package/src/lib/db/helpers/kvStore.js +39 -0
  1817. package/src/lib/db/helpers/metaStore.js +22 -0
  1818. package/src/lib/db/index.js +171 -0
  1819. package/src/lib/db/maintenance.js +72 -0
  1820. package/src/lib/db/migrate.js +286 -0
  1821. package/src/lib/db/migrations/001-initial.js +14 -0
  1822. package/src/lib/db/migrations/index.js +10 -0
  1823. package/src/lib/db/paths.js +21 -0
  1824. package/src/lib/db/repos/aliasRepo.js +62 -0
  1825. package/src/lib/db/repos/apiKeysRepo.js +75 -0
  1826. package/src/lib/db/repos/combosRepo.js +73 -0
  1827. package/src/lib/db/repos/connectionsRepo.js +226 -0
  1828. package/src/lib/db/repos/disabledModelsRepo.js +56 -0
  1829. package/src/lib/db/repos/nodesRepo.js +95 -0
  1830. package/src/lib/db/repos/pricingRepo.js +108 -0
  1831. package/src/lib/db/repos/proxyPoolsRepo.js +103 -0
  1832. package/src/lib/db/repos/requestDetailsRepo.js +259 -0
  1833. package/src/lib/db/repos/settingsRepo.js +104 -0
  1834. package/src/lib/db/repos/usageRepo.js +731 -0
  1835. package/src/lib/db/schema.js +157 -0
  1836. package/src/lib/db/version.js +21 -0
  1837. package/src/lib/disabledModelsDb.js +4 -0
  1838. package/src/lib/localDb.js +21 -0
  1839. package/src/lib/mcp/stdioSseBridge.js +198 -0
  1840. package/src/lib/mitmAliasCache.js +46 -0
  1841. package/src/lib/network/connectionProxy.js +160 -0
  1842. package/src/lib/network/initOutboundProxy.js +25 -0
  1843. package/src/lib/network/outboundProxy.js +68 -0
  1844. package/src/lib/network/proxyTest.js +91 -0
  1845. package/src/lib/oauth/constants/oauth.js +304 -0
  1846. package/src/lib/oauth/constants/xai.js +61 -0
  1847. package/src/lib/oauth/providers.js +1608 -0
  1848. package/src/lib/oauth/services/antigravity.js +321 -0
  1849. package/src/lib/oauth/services/bulkImportBrowserEngine.js +132 -0
  1850. package/src/lib/oauth/services/claude.js +136 -0
  1851. package/src/lib/oauth/services/codebuddyAutomation.js +6 -0
  1852. package/src/lib/oauth/services/codebuddyBulkImportManager.js +1031 -0
  1853. package/src/lib/oauth/services/codex.js +144 -0
  1854. package/src/lib/oauth/services/cursor.js +179 -0
  1855. package/src/lib/oauth/services/gemini.js +240 -0
  1856. package/src/lib/oauth/services/github.js +225 -0
  1857. package/src/lib/oauth/services/googleAutomation.js +9 -0
  1858. package/src/lib/oauth/services/iflow.js +202 -0
  1859. package/src/lib/oauth/services/index.js +17 -0
  1860. package/src/lib/oauth/services/kiro.js +334 -0
  1861. package/src/lib/oauth/services/kiroBulkImportManager.js +1168 -0
  1862. package/src/lib/oauth/services/kiroConnections.js +93 -0
  1863. package/src/lib/oauth/services/kiroGoogleAutomation.js +1421 -0
  1864. package/src/lib/oauth/services/oauth.js +157 -0
  1865. package/src/lib/oauth/services/openai.js +123 -0
  1866. package/src/lib/oauth/services/qoder.js +233 -0
  1867. package/src/lib/oauth/services/qoderBulkImportManager.js +334 -0
  1868. package/src/lib/oauth/services/qwen.js +170 -0
  1869. package/src/lib/oauth/services/xai.js +238 -0
  1870. package/src/lib/oauth/utils/banner.js +63 -0
  1871. package/src/lib/oauth/utils/pkce.js +39 -0
  1872. package/src/lib/oauth/utils/server.js +415 -0
  1873. package/src/lib/oauth/utils/ui.js +48 -0
  1874. package/src/lib/providerNormalization.js +45 -0
  1875. package/src/lib/qoder/constants.js +64 -0
  1876. package/src/lib/qoder/cosy.js +175 -0
  1877. package/src/lib/qoder/encoding.js +55 -0
  1878. package/src/lib/requestDetailsDb.js +4 -0
  1879. package/src/lib/systemSpecs.js +167 -0
  1880. package/src/lib/tunnel/cloudflare/cloudflared.js +449 -0
  1881. package/src/lib/tunnel/cloudflare/config.js +9 -0
  1882. package/src/lib/tunnel/cloudflare/healthCheck.js +29 -0
  1883. package/src/lib/tunnel/cloudflare/manager.js +151 -0
  1884. package/src/lib/tunnel/cloudflare/pid.js +23 -0
  1885. package/src/lib/tunnel/index.js +48 -0
  1886. package/src/lib/tunnel/shared/dnsResolver.js +17 -0
  1887. package/src/lib/tunnel/shared/internetCheck.js +26 -0
  1888. package/src/lib/tunnel/shared/state.js +41 -0
  1889. package/src/lib/tunnel/shared/watchdogConfig.js +8 -0
  1890. package/src/lib/tunnel/tailscale/config.js +7 -0
  1891. package/src/lib/tunnel/tailscale/healthCheck.js +29 -0
  1892. package/src/lib/tunnel/tailscale/manager.js +129 -0
  1893. package/src/lib/tunnel/tailscale/tailscale.js +790 -0
  1894. package/src/lib/updater/updater.js +235 -0
  1895. package/src/lib/usage/fetcher.js +208 -0
  1896. package/src/lib/usageDb.js +7 -0
  1897. package/src/mitm/antigravityIdeVersion.js +50 -0
  1898. package/src/mitm/cert/generate.js +32 -0
  1899. package/src/mitm/cert/install.js +269 -0
  1900. package/src/mitm/cert/rootCA.js +173 -0
  1901. package/src/mitm/config.js +87 -0
  1902. package/src/mitm/dbReader.js +22 -0
  1903. package/src/mitm/dns/dnsConfig.js +266 -0
  1904. package/src/mitm/handlers/antigravity.js +33 -0
  1905. package/src/mitm/handlers/base.js +226 -0
  1906. package/src/mitm/handlers/copilot.js +35 -0
  1907. package/src/mitm/handlers/cursor.js +15 -0
  1908. package/src/mitm/handlers/kiro.js +526 -0
  1909. package/src/mitm/logger.js +106 -0
  1910. package/src/mitm/manager.js +851 -0
  1911. package/src/mitm/paths.js +32 -0
  1912. package/src/mitm/server.js +435 -0
  1913. package/src/mitm/winElevated.js +81 -0
  1914. package/src/models/index.js +38 -0
  1915. package/src/proxy.js +5 -0
  1916. package/src/shared/components/AddCustomEmbeddingModal.js +183 -0
  1917. package/src/shared/components/Avatar.js +88 -0
  1918. package/src/shared/components/Badge.js +54 -0
  1919. package/src/shared/components/BulkAccountAutomationModal.js +614 -0
  1920. package/src/shared/components/Button.js +56 -0
  1921. package/src/shared/components/Card.js +116 -0
  1922. package/src/shared/components/ChangelogModal.js +97 -0
  1923. package/src/shared/components/CodeBuddyQuotaCookieModal.js +109 -0
  1924. package/src/shared/components/ComboFormModal.js +176 -0
  1925. package/src/shared/components/CursorAuthModal.js +212 -0
  1926. package/src/shared/components/DonateModal.js +136 -0
  1927. package/src/shared/components/Drawer.js +82 -0
  1928. package/src/shared/components/EditConnectionModal.js +286 -0
  1929. package/src/shared/components/Footer.js +132 -0
  1930. package/src/shared/components/GitLabAuthModal.js +194 -0
  1931. package/src/shared/components/Header.js +364 -0
  1932. package/src/shared/components/HeaderLanguage.js +46 -0
  1933. package/src/shared/components/HeaderMenu.js +126 -0
  1934. package/src/shared/components/IFlowCookieModal.js +132 -0
  1935. package/src/shared/components/Input.js +65 -0
  1936. package/src/shared/components/KiroAuthModal.js +1171 -0
  1937. package/src/shared/components/KiroOAuthWrapper.js +149 -0
  1938. package/src/shared/components/KiroSocialOAuthModal.js +205 -0
  1939. package/src/shared/components/LanguageSwitcher.js +190 -0
  1940. package/src/shared/components/Loading.js +75 -0
  1941. package/src/shared/components/ManualConfigModal.js +44 -0
  1942. package/src/shared/components/McpMarketplaceModal.js +255 -0
  1943. package/src/shared/components/Modal.js +146 -0
  1944. package/src/shared/components/ModelSelectModal.js +537 -0
  1945. package/src/shared/components/NineRemoteButton.js +23 -0
  1946. package/src/shared/components/NineRemotePromoModal.js +99 -0
  1947. package/src/shared/components/NoAuthProxyCard.js +86 -0
  1948. package/src/shared/components/OAuthModal.js +682 -0
  1949. package/src/shared/components/Pagination.js +150 -0
  1950. package/src/shared/components/PricingModal.js +208 -0
  1951. package/src/shared/components/ProviderIcon.js +63 -0
  1952. package/src/shared/components/ProviderInfoCard.js +82 -0
  1953. package/src/shared/components/RequestLogger.js +121 -0
  1954. package/src/shared/components/SegmentedControl.js +48 -0
  1955. package/src/shared/components/Select.js +67 -0
  1956. package/src/shared/components/Sidebar.js +445 -0
  1957. package/src/shared/components/ThemeProvider.js +15 -0
  1958. package/src/shared/components/ThemeToggle.js +42 -0
  1959. package/src/shared/components/Toggle.js +69 -0
  1960. package/src/shared/components/Tooltip.js +25 -0
  1961. package/src/shared/components/UsageStats.js +505 -0
  1962. package/src/shared/components/index.js +46 -0
  1963. package/src/shared/components/layouts/AuthLayout.js +29 -0
  1964. package/src/shared/components/layouts/DashboardLayout.js +104 -0
  1965. package/src/shared/components/layouts/index.js +4 -0
  1966. package/src/shared/constants/cliTools.js +397 -0
  1967. package/src/shared/constants/colors.js +77 -0
  1968. package/src/shared/constants/config.js +99 -0
  1969. package/src/shared/constants/coworkPlugins.js +75 -0
  1970. package/src/shared/constants/index.js +4 -0
  1971. package/src/shared/constants/locales.js +36 -0
  1972. package/src/shared/constants/mitmToolHosts.js +12 -0
  1973. package/src/shared/constants/models.js +38 -0
  1974. package/src/shared/constants/pricing.js +303 -0
  1975. package/src/shared/constants/providers.js +293 -0
  1976. package/src/shared/constants/skills.js +78 -0
  1977. package/src/shared/constants/ttsProviders.js +138 -0
  1978. package/src/shared/hooks/index.js +2 -0
  1979. package/src/shared/hooks/useCopyToClipboard.js +43 -0
  1980. package/src/shared/hooks/useTheme.js +60 -0
  1981. package/src/shared/services/bootstrap.js +12 -0
  1982. package/src/shared/services/initializeApp.js +268 -0
  1983. package/src/shared/utils/api.js +93 -0
  1984. package/src/shared/utils/apiKey.js +98 -0
  1985. package/src/shared/utils/clineAuth.js +37 -0
  1986. package/src/shared/utils/cn.js +11 -0
  1987. package/src/shared/utils/connectionStatus.js +162 -0
  1988. package/src/shared/utils/index.js +40 -0
  1989. package/src/shared/utils/machine.js +6 -0
  1990. package/src/shared/utils/machineId.js +66 -0
  1991. package/src/shared/utils/providerModelsFetcher.js +30 -0
  1992. package/src/sse/handlers/chat.js +261 -0
  1993. package/src/sse/handlers/embeddings.js +141 -0
  1994. package/src/sse/handlers/fetch.js +213 -0
  1995. package/src/sse/handlers/imageGeneration.js +142 -0
  1996. package/src/sse/handlers/search.js +206 -0
  1997. package/src/sse/handlers/stt.js +88 -0
  1998. package/src/sse/handlers/tts.js +114 -0
  1999. package/src/sse/services/auth.js +388 -0
  2000. package/src/sse/services/codexGateway.js +215 -0
  2001. package/src/sse/services/model.js +99 -0
  2002. package/src/sse/services/tokenRefresh.js +319 -0
  2003. package/src/sse/utils/logger.js +75 -0
  2004. package/src/store/headerSearchStore.js +19 -0
  2005. package/src/store/index.js +6 -0
  2006. package/src/store/notificationStore.js +45 -0
  2007. package/src/store/providerStore.js +55 -0
  2008. package/src/store/settingsStore.js +51 -0
  2009. package/src/store/themeStore.js +54 -0
  2010. package/src/store/userStore.js +20 -0
  2011. package/start.sh +4 -0
@@ -0,0 +1,7 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[5497],{98:(e,t,s)=>{s.d(t,{default:()=>l});var r=s(95155),a=s(31474);function l({label:e,options:t=[],value:s,onChange:n,placeholder:i="Select an option",error:o,hint:d,disabled:c=!1,required:m=!1,className:x,selectClassName:u,...p}){return(0,r.jsxs)("div",{className:(0,a.cn)("flex flex-col gap-1.5",x),children:[e&&(0,r.jsxs)("label",{className:"text-sm font-medium text-text-main",children:[e,m&&(0,r.jsx)("span",{className:"text-red-500 ml-1",children:"*"})]}),(0,r.jsxs)("div",{className:"relative",children:[(0,r.jsxs)("select",{value:s,onChange:n,disabled:c,className:(0,a.cn)("w-full py-2.5 px-3 pr-10 text-sm text-text-main","bg-surface-2 border border-transparent rounded-[10px] appearance-none","focus:outline-none focus:ring-2 focus:ring-brand-500/30 focus:border-brand-500/40","transition-all duration-150 disabled:opacity-50 disabled:cursor-not-allowed","text-[16px] sm:text-sm",o&&"ring-1 ring-red-500 focus:ring-2 focus:ring-red-500/40 border-red-500/40",u),...p,children:[(0,r.jsx)("option",{value:"",disabled:!0,children:i}),t.map(e=>(0,r.jsx)("option",{value:e.value,children:e.label},e.value))]}),(0,r.jsx)("div",{className:"absolute inset-y-0 right-0 flex items-center pr-3 pointer-events-none text-text-muted",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"expand_more"})})]}),o&&(0,r.jsxs)("p",{className:"text-xs text-red-500 flex items-center gap-1",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"error"}),o]}),d&&!o&&(0,r.jsx)("p",{className:"text-xs text-text-muted",children:d})]})}},1620:(e,t,s)=>{s.d(t,{D:()=>o});var r=s(12115),a=s(90085);function l(e){let t=window.matchMedia("(prefers-color-scheme: dark)");return t.addEventListener("change",e),()=>t.removeEventListener("change",e)}function n(){return window.matchMedia("(prefers-color-scheme: dark)").matches}function i(){return!1}function o(){let{theme:e,setTheme:t,toggleTheme:s,initTheme:o}=(0,a.A)(),d=(0,r.useSyncExternalStore)(l,n,i);(0,r.useEffect)(()=>{o()},[o]),(0,r.useEffect)(()=>{if("system"!==e)return;let t=window.matchMedia("(prefers-color-scheme: dark)"),s=()=>o();return t.addEventListener("change",s),()=>t.removeEventListener("change",s)},[e,o]);let c="dark"===e||"system"===e&&d;return{theme:e,setTheme:t,toggleTheme:s,isDark:c}}},4809:(e,t,s)=>{s.d(t,{default:()=>J});var r=s(95155),a=s(12115),l=s(73321),n=s(52679),i=s(56061),o=s(84588),d=s(14051),c=s.n(d);let m=e=>new Intl.NumberFormat().format(e||0);function x({stats:e}){let t;return(0,r.jsxs)("div",{className:"grid min-w-0 grid-cols-1 gap-3 sm:grid-cols-2 md:grid-cols-4 sm:gap-4",children:[(0,r.jsxs)(o.default,{className:"flex min-w-0 flex-col gap-1 px-4 py-3",children:[(0,r.jsx)("span",{className:"text-text-muted text-sm uppercase font-semibold",children:"Total Requests"}),(0,r.jsx)("span",{className:"truncate text-2xl font-bold",children:m(e.totalRequests)})]}),(0,r.jsxs)(o.default,{className:"flex min-w-0 flex-col gap-1 px-4 py-3",children:[(0,r.jsx)("span",{className:"text-text-muted text-sm uppercase font-semibold",children:"Total Input Tokens"}),(0,r.jsx)("span",{className:"truncate text-2xl font-bold text-primary",children:m(e.totalPromptTokens)})]}),(0,r.jsxs)(o.default,{className:"flex min-w-0 flex-col gap-1 px-4 py-3",children:[(0,r.jsx)("span",{className:"text-text-muted text-sm uppercase font-semibold",children:"Output Tokens"}),(0,r.jsx)("span",{className:"truncate text-2xl font-bold text-success",children:m(e.totalCompletionTokens)})]}),(0,r.jsxs)(o.default,{className:"flex min-w-0 flex-col gap-1 px-4 py-3",children:[(0,r.jsx)("span",{className:"text-text-muted text-sm uppercase font-semibold",children:"Est. Cost"}),(0,r.jsxs)("span",{className:"truncate text-2xl font-bold text-warning",children:["~",(t=e.totalCost,`$${(t||0).toFixed(2)}`)]}),(0,r.jsx)("span",{className:"text-[10px] text-text-muted",children:"Estimated, not actual billing"})]})]})}x.propTypes={stats:c().object.isRequired};let u=e=>new Intl.NumberFormat().format(e||0),p=e=>`$${(e||0).toFixed(2)}`;function h(e){if(!e)return"Never";let t=Math.floor((Date.now()-new Date(e))/6e4);return t<1?"Just now":t<60?`${t}m ago`:t<1440?`${Math.floor(t/60)}h ago`:new Date(e).toLocaleDateString()}function b({field:e,currentSort:t,currentOrder:s}){return t!==e?(0,r.jsx)("span",{className:"ml-1 opacity-20",children:"↕"}):(0,r.jsx)("span",{className:"ml-1",children:"asc"===s?"↑":"↓"})}function f({item:e,viewMode:t,isSummary:s=!1}){return"tokens"===t?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted",children:s&&void 0===e.promptTokens?"—":u(e.promptTokens)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted",children:s&&void 0===e.completionTokens?"—":u(e.completionTokens)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right font-medium",children:u(e.totalTokens)})]}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted",children:s&&void 0===e.inputCost?"—":p(e.inputCost)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted",children:s&&void 0===e.outputCost?"—":p(e.outputCost)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right font-medium text-warning",children:p(e.totalCost||e.cost)})]})}function g({title:e,columns:t,groupedData:s,tableType:l,sortBy:n,sortOrder:i,onToggleSort:d,viewMode:c,storageKey:m,renderDetailCells:x,renderSummaryCells:u,emptyMessage:p}){let[h,j]=(0,a.useState)(new Set);(0,a.useEffect)(()=>{try{let e=localStorage.getItem(m);e&&j(new Set(JSON.parse(e)))}catch(e){console.error(`Failed to load ${m}:`,e)}},[m]),(0,a.useEffect)(()=>{try{localStorage.setItem(m,JSON.stringify([...h]))}catch(e){console.error(`Failed to save ${m}:`,e)}},[h,m]);let v=(0,a.useCallback)(e=>{j(t=>{let s=new Set(t);return s.has(e)?s.delete(e):s.add(e),s})},[]),y=(0,a.useMemo)(()=>"tokens"===c?[{field:"promptTokens",label:"Input Tokens"},{field:"completionTokens",label:"Output Tokens"},{field:"totalTokens",label:"Total Tokens"}]:[{field:"promptTokens",label:"Input Cost"},{field:"completionTokens",label:"Output Cost"},{field:"cost",label:"Total Cost"}],[c]),N=t.length+y.length;return(0,r.jsxs)(o.default,{className:"overflow-hidden",children:[(0,r.jsx)("div",{className:"p-4 border-b border-border bg-bg-subtle/50",children:(0,r.jsx)("h3",{className:"font-semibold",children:e})}),(0,r.jsx)("div",{className:"overflow-x-auto",children:(0,r.jsxs)("table",{className:"w-full text-sm text-left",children:[(0,r.jsx)("thead",{className:"bg-bg-subtle/30 text-text-muted uppercase text-xs",children:(0,r.jsxs)("tr",{children:[t.map(e=>(0,r.jsxs)("th",{className:`px-6 py-3 cursor-pointer hover:bg-bg-subtle/50 ${"right"===e.align?"text-right":""}`,onClick:()=>d(l,e.field),children:[e.label," ",(0,r.jsx)(b,{field:e.field,currentSort:n,currentOrder:i})]},e.field)),y.map(e=>(0,r.jsxs)("th",{className:"px-6 py-3 text-right cursor-pointer hover:bg-bg-subtle/50",onClick:()=>d(l,e.field),children:[e.label," ",(0,r.jsx)(b,{field:e.field,currentSort:n,currentOrder:i})]},e.field))]})}),(0,r.jsxs)("tbody",{className:"divide-y divide-border",children:[s.map(e=>(0,r.jsxs)(a.Fragment,{children:[(0,r.jsxs)("tr",{className:"group-summary cursor-pointer hover:bg-bg-subtle/50 transition-colors",onClick:()=>v(e.groupKey),children:[(0,r.jsx)("td",{className:"px-6 py-3",children:(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("span",{className:`material-symbols-outlined text-[18px] text-text-muted transition-transform ${h.has(e.groupKey)?"rotate-90":""}`,children:"chevron_right"}),(0,r.jsx)("span",{className:`font-medium transition-colors ${e.summary.pending>0?"text-primary":""}`,children:e.groupKey})]})}),u(e),(0,r.jsx)(f,{item:e.summary,viewMode:c,isSummary:!0})]}),h.has(e.groupKey)&&e.items.map(e=>(0,r.jsxs)("tr",{className:"group-detail hover:bg-bg-subtle/20 transition-colors",children:[x(e),(0,r.jsx)(f,{item:e,viewMode:c})]},`detail-${e.key}`))]},e.groupKey)),0===s.length&&(0,r.jsx)("tr",{children:(0,r.jsx)("td",{colSpan:N,className:"px-6 py-8 text-center text-text-muted",children:p})})]})]})})]})}b.propTypes={field:c().string.isRequired,currentSort:c().string.isRequired,currentOrder:c().string.isRequired},f.propTypes={item:c().object.isRequired,viewMode:c().string.isRequired,isSummary:c().bool},g.propTypes={title:c().string.isRequired,columns:c().arrayOf(c().shape({field:c().string.isRequired,label:c().string.isRequired,align:c().string})).isRequired,groupedData:c().array.isRequired,tableType:c().string.isRequired,sortBy:c().string.isRequired,sortOrder:c().string.isRequired,onToggleSort:c().func.isRequired,viewMode:c().string.isRequired,storageKey:c().string.isRequired,renderDetailCells:c().func.isRequired,renderSummaryCells:c().func.isRequired,emptyMessage:c().string.isRequired};var j=s(81750),v=s(6793);function y({data:e}){let{label:t,color:s,imageUrl:l,textIcon:n,active:i}=e,[o,d]=(0,a.useState)(!1);return(0,r.jsxs)("div",{className:"flex items-center gap-2.5 px-4 py-2.5 rounded-lg border-2 transition-all duration-300 bg-bg",style:{borderColor:i?s:"var(--color-border)",boxShadow:i?`0 0 16px ${s}40`:"none",minWidth:"150px"},children:[(0,r.jsx)(j.h7,{type:"target",position:v.yX.Top,id:"top",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"target",position:v.yX.Bottom,id:"bottom",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"target",position:v.yX.Left,id:"left",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"target",position:v.yX.Right,id:"right",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)("div",{className:"w-8 h-8 rounded-md flex items-center justify-center shrink-0",style:{backgroundColor:`${s}15`},children:o?(0,r.jsx)("span",{className:"text-sm font-bold",style:{color:s},children:n}):(0,r.jsx)("img",{src:l,alt:t,className:"w-6 h-6 rounded-sm object-contain",onError:()=>d(!0)})}),(0,r.jsx)("span",{className:"text-base font-medium truncate",style:{color:i?s:"var(--color-text)"},children:t}),i&&(0,r.jsxs)("span",{className:"relative flex h-2 w-2 shrink-0",children:[(0,r.jsx)("span",{className:"animate-ping absolute inline-flex h-full w-full rounded-full opacity-75",style:{backgroundColor:s}}),(0,r.jsx)("span",{className:"relative inline-flex rounded-full h-2 w-2",style:{backgroundColor:s}})]})]})}function N({data:e}){return(0,r.jsxs)("div",{className:"flex items-center justify-center px-5 py-3 rounded-xl border-2 border-primary bg-primary/5 shadow-md min-w-[130px]",children:[(0,r.jsx)(j.h7,{type:"source",position:v.yX.Top,id:"top",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"source",position:v.yX.Bottom,id:"bottom",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"source",position:v.yX.Left,id:"left",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"source",position:v.yX.Right,id:"right",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)("img",{src:"/favicon.svg",alt:"9Router",className:"w-6 h-6 mr-2"}),(0,r.jsx)("span",{className:"text-sm font-bold text-primary",children:"9Router"}),e.activeCount>0&&(0,r.jsx)("span",{className:"ml-2 px-1.5 py-0.5 rounded-full bg-primary text-white text-xs font-bold",children:e.activeCount})]})}s(53255),y.propTypes={data:c().object.isRequired},N.propTypes={data:c().object.isRequired};let w={provider:y,router:N};function k({providers:e=[],activeRequests:t=[],lastProvider:s="",errorProvider:l=""}){let i=(0,a.useMemo)(()=>t.map(e=>e.provider?.toLowerCase()).filter(Boolean).sort().join(","),[t]),o=s?.toLowerCase()||"",d=l?.toLowerCase()||"",c=(0,a.useMemo)(()=>new Set(i?i.split(","):[]),[i]),m=(0,a.useMemo)(()=>new Set(o?[o]:[]),[o]),x=(0,a.useMemo)(()=>new Set(d?[d]:[]),[d]),u=(0,a.useRef)({}),[p,h]=(0,a.useState)(0);(0,a.useEffect)(()=>{let e=u.current,t=Date.now();for(let s of c)e[s]||(e[s]=t);for(let t of Object.keys(e))c.has(t)||delete e[t]},[c]),(0,a.useEffect)(()=>{if(0===c.size)return;let e=setInterval(()=>h(e=>e+1),1e3);return()=>clearInterval(e)},[c]);let b=(0,a.useMemo)(()=>{let e=Date.now(),t=new Set;for(let s of c){let r=u.current[s];(!r||e-r<6e4)&&t.add(s)}return t},[c,p]),{nodes:f,edges:g}=(0,a.useMemo)(()=>(function(e,t,s,r){let a=e.length,l=Math.max(320,204*a/(2*Math.PI)),i=Math.max(200,.55*l);if(0===a)return{nodes:[{id:"router",type:"router",position:{x:0,y:0},data:{activeCount:0},draggable:!1}],edges:[]};let o=[],d=[];return o.push({id:"router",type:"router",position:{x:-60,y:-22},data:{activeCount:t.size},draggable:!1}),e.forEach((e,c)=>{var m,x;let u,p,h=(m=e.provider,n.Q2[m]||{color:"#6b7280",name:m}),b=t.has(e.provider?.toLowerCase()),f=!b&&s.has(e.provider?.toLowerCase()),g=!b&&r.has(e.provider?.toLowerCase()),j=`provider-${e.provider}`,v={label:(h.name!==e.provider?h.name:null)||e.name||e.provider,color:h.color||"#6b7280",imageUrl:(x=e.provider,`/providers/${x}.png`),textIcon:h.textIcon||(e.provider||"?").slice(0,2).toUpperCase(),active:b},y=-Math.PI/2+2*Math.PI*c/a,N=l*Math.cos(y),w=i*Math.sin(y);Math.abs(y+Math.PI/2)<Math.PI/4||Math.abs(y-3*Math.PI/2)<Math.PI/4?(u="top",p="bottom"):Math.abs(y-Math.PI/2)<Math.PI/4?(u="bottom",p="top"):N>0?(u="right",p="left"):(u="left",p="right"),o.push({id:j,type:"provider",position:{x:N-90,y:w-15},data:v,draggable:!1}),d.push({id:`e-${j}`,source:"router",sourceHandle:u,target:j,targetHandle:p,animated:b,style:(h.color,g?{stroke:"#ef4444",strokeWidth:2.5,opacity:.9}:b?{stroke:"#22c55e",strokeWidth:2.5,opacity:.9}:f?{stroke:"#f59e0b",strokeWidth:2,opacity:.7}:{stroke:"var(--color-border)",strokeWidth:1,opacity:.3})})}),{nodes:o,edges:d}})(e,b,m,x),[e,b,o,d]),v=(0,a.useMemo)(()=>e.map(e=>e.provider).sort().join(","),[e]),y=(0,a.useRef)(null),N=(0,a.useRef)(null),C={padding:.2,duration:200},S=(0,a.useCallback)(e=>{y.current=e,setTimeout(()=>e.fitView(C),50)},[]);return(0,a.useEffect)(()=>{let e=N.current;if(!e)return;let t=new ResizeObserver(()=>{y.current&&y.current.fitView(C)});return t.observe(e),()=>t.disconnect()},[]),(0,a.useEffect)(()=>{if(y.current){let e=setTimeout(()=>y.current.fitView(C),50);return()=>clearTimeout(e)}},[f.length]),(0,r.jsx)("div",{ref:N,className:"h-[320px] w-full min-w-0 rounded-lg border border-border bg-bg-subtle/30 sm:h-[480px]",children:0===e.length?(0,r.jsx)("div",{className:"h-full flex items-center justify-center text-text-muted text-sm",children:"No providers connected"}):(0,r.jsx)(j.Gc,{nodes:f,edges:g,nodeTypes:w,fitView:!0,fitViewOptions:C,minZoom:.1,maxZoom:2,onInit:S,proOptions:{hideAttribution:!0},panOnDrag:!0,zoomOnScroll:!0,zoomOnPinch:!0,zoomOnDoubleClick:!0,preventScrolling:!1,nodesDraggable:!1,nodesConnectable:!1,elementsSelectable:!1,children:(0,r.jsx)(j.H2,{showInteractive:!1,className:"react-flow-controls-custom"})},v)})}k.propTypes={providers:c().arrayOf(c().shape({id:c().string,provider:c().string,name:c().string})),activeRequests:c().arrayOf(c().shape({provider:c().string,model:c().string,account:c().string})),lastProvider:c().string,errorProvider:c().string};var C=s(21742),S=s(63346),I=s(28408),T=s(32539),$=s(59656),A=s(55433),O=s(40968);let R=e=>e>=1e6?`${(e/1e6).toFixed(1)}M`:e>=1e3?`${(e/1e3).toFixed(1)}K`:String(e||0),P=e=>`$${(e||0).toFixed(4)}`;function _({period:e="7d"}){let[t,s]=(0,a.useState)([]),[l,n]=(0,a.useState)(!0),[i,d]=(0,a.useState)("tokens"),c=(0,a.useCallback)(async()=>{n(!0);try{let t=await fetch(`/api/usage/chart?period=${e}`);if(t.ok){let e=await t.json();s(e)}}catch(e){console.error("Failed to fetch chart data:",e)}finally{n(!1)}},[e]);(0,a.useEffect)(()=>{c()},[c]);let m=t.some(e=>e.tokens>0||e.cost>0);return(0,r.jsxs)(o.default,{className:"flex min-w-0 flex-col gap-3 p-3 sm:p-4",children:[(0,r.jsxs)("div",{className:"grid w-full grid-cols-2 items-center gap-1 rounded-lg border border-border bg-bg-subtle p-1 sm:w-auto sm:self-start",children:[(0,r.jsx)("button",{onClick:()=>d("tokens"),className:`px-3 py-1 rounded-md text-sm font-medium transition-colors ${"tokens"===i?"bg-primary text-white shadow-sm":"text-text-muted hover:text-text hover:bg-bg-hover"}`,children:"Tokens"}),(0,r.jsx)("button",{onClick:()=>d("cost"),className:`px-3 py-1 rounded-md text-sm font-medium transition-colors ${"cost"===i?"bg-primary text-white shadow-sm":"text-text-muted hover:text-text hover:bg-bg-hover"}`,children:"Cost"})]}),l?(0,r.jsx)("div",{className:"h-48 flex items-center justify-center text-text-muted text-sm",children:"Loading..."}):m?(0,r.jsx)(C.u,{width:"100%",height:220,children:(0,r.jsxs)(S.Q,{data:t,margin:{top:4,right:8,left:0,bottom:0},children:[(0,r.jsxs)("defs",{children:[(0,r.jsxs)("linearGradient",{id:"gradTokens",x1:"0",y1:"0",x2:"0",y2:"1",children:[(0,r.jsx)("stop",{offset:"5%",stopColor:"#6366f1",stopOpacity:.25}),(0,r.jsx)("stop",{offset:"95%",stopColor:"#6366f1",stopOpacity:0})]}),(0,r.jsxs)("linearGradient",{id:"gradCost",x1:"0",y1:"0",x2:"0",y2:"1",children:[(0,r.jsx)("stop",{offset:"5%",stopColor:"#f59e0b",stopOpacity:.25}),(0,r.jsx)("stop",{offset:"95%",stopColor:"#f59e0b",stopOpacity:0})]})]}),(0,r.jsx)(I.d,{strokeDasharray:"3 3",strokeOpacity:.1}),(0,r.jsx)(T.W,{dataKey:"label",tick:{fontSize:10,fill:"currentColor",fillOpacity:.5},tickLine:!1,axisLine:!1,interval:"preserveStartEnd"}),(0,r.jsx)($.h,{tick:{fontSize:10,fill:"currentColor",fillOpacity:.5},tickLine:!1,axisLine:!1,tickFormatter:"tokens"===i?R:P,width:50}),(0,r.jsx)(A.m,{contentStyle:{backgroundColor:"var(--color-bg)",border:"1px solid var(--color-border)",borderRadius:"8px",fontSize:"12px"},formatter:(e,t)=>"tokens"===t?[R(e),"Tokens"]:[P(e),"Cost"]}),"tokens"===i?(0,r.jsx)(O.Gk,{type:"monotone",dataKey:"tokens",stroke:"#6366f1",strokeWidth:2,fill:"url(#gradTokens)",dot:!1,activeDot:{r:4}}):(0,r.jsx)(O.Gk,{type:"monotone",dataKey:"cost",stroke:"#f59e0b",strokeWidth:2,fill:"url(#gradCost)",dot:!1,activeDot:{r:4}})]})}):(0,r.jsx)("div",{className:"h-48 flex items-center justify-center text-text-muted text-sm",children:"No data for this period"})]})}function E(e){let t=n.Q2[e];return!t?.serviceKinds||t.serviceKinds.includes("llm")}function M({timestamp:e}){let t,[,s]=(0,a.useState)(0);return(0,a.useEffect)(()=>{let e=setInterval(()=>s(e=>e+1),1e3);return()=>clearInterval(e)},[]),(0,r.jsx)(r.Fragment,{children:(t=Math.floor((Date.now()-new Date(e))/1e3))<60?`${t}s ago`:t<3600?`${Math.floor(t/60)}m ago`:t<86400?`${Math.floor(t/3600)}h ago`:`${Math.floor(t/86400)}d ago`})}function L({requests:e=[]}){return(0,r.jsxs)(o.default,{className:"flex min-w-0 flex-col overflow-hidden",padding:"sm",style:{height:480},children:[(0,r.jsx)("div",{className:"px-1 py-2 border-b border-border shrink-0",children:(0,r.jsx)("span",{className:"text-xs font-semibold text-text-muted uppercase tracking-wide",children:"Recent Requests"})}),e.length?(0,r.jsx)("div",{className:"flex-1 overflow-y-auto",children:(0,r.jsxs)("table",{className:"w-full min-w-[300px] border-collapse text-xs",children:[(0,r.jsx)("thead",{className:"sticky top-0 bg-bg z-10",children:(0,r.jsxs)("tr",{className:"border-b border-border",children:[(0,r.jsx)("th",{className:"py-1.5 text-left font-semibold text-text-muted w-2"}),(0,r.jsx)("th",{className:"py-1.5 text-left font-semibold text-text-muted",children:"Model"}),(0,r.jsx)("th",{className:"py-1.5 text-right font-semibold text-text-muted whitespace-nowrap",children:"In / Out"}),(0,r.jsx)("th",{className:"py-1.5 text-right font-semibold text-text-muted",children:"When"})]})}),(0,r.jsx)("tbody",{className:"divide-y divide-border/50",children:e.map((e,t)=>{let s=!e.status||"ok"===e.status||"success"===e.status;return(0,r.jsxs)("tr",{className:"hover:bg-bg-subtle transition-colors",children:[(0,r.jsx)("td",{className:"py-1.5",children:(0,r.jsx)("span",{className:`block w-1.5 h-1.5 rounded-full ${s?"bg-success":"bg-error"}`})}),(0,r.jsx)("td",{className:"py-1.5 font-mono truncate max-w-[120px]",title:e.model,children:e.model}),(0,r.jsxs)("td",{className:"py-1.5 text-right whitespace-nowrap",children:[(0,r.jsxs)("span",{className:"text-primary",children:[u(e.promptTokens),"↑"]})," ",(0,r.jsxs)("span",{className:"text-success",children:[u(e.completionTokens),"↓"]})]}),(0,r.jsx)("td",{className:"py-1.5 text-right text-text-muted whitespace-nowrap",children:(0,r.jsx)(M,{timestamp:e.timestamp})})]},t)})})]})}):(0,r.jsx)("div",{className:"flex-1 flex items-center justify-center text-text-muted text-sm",children:"No requests yet."})]})}function z(e,t={},s,r){return Object.entries(e||{}).map(([e,s])=>{let r=(s.promptTokens||0)+(s.completionTokens||0),a=s.cost||0,l=r>0?(s.promptTokens||0)*(a/r):0,n=r>0?(s.completionTokens||0)*(a/r):0;return{...s,key:e,totalTokens:r,totalCost:a,inputCost:l,outputCost:n,pending:t[e]||0}}).sort((e,t)=>{let a=e[s],l=t[s];return("string"==typeof a&&(a=a.toLowerCase()),"string"==typeof l&&(l=l.toLowerCase()),a<l)?"asc"===r?-1:1:a>l?"asc"===r?1:-1:0})}function q(e,t){if(!Array.isArray(e))return[];let s={};return e.forEach(e=>{let r=function(e,t){switch(t){case"rawModel":return e.rawModel||"Unknown Model";case"accountName":return e.accountName||`Account ${e.connectionId?.slice(0,8)}...`||"Unknown Account";case"keyName":return e.keyName||"Unknown Key";case"endpoint":return e.endpoint||"Unknown Endpoint";default:return e[t]||"Unknown"}}(e,t);s[r]||(s[r]={groupKey:r,summary:{requests:0,promptTokens:0,completionTokens:0,totalTokens:0,cost:0,inputCost:0,outputCost:0,lastUsed:null,pending:0},items:[]});let a=s[r].summary;a.requests+=e.requests||0,a.promptTokens+=e.promptTokens||0,a.completionTokens+=e.completionTokens||0,a.totalTokens+=e.totalTokens||0,a.cost+=e.cost||0,a.inputCost+=e.inputCost||0,a.outputCost+=e.outputCost||0,a.pending+=e.pending||0,e.lastUsed&&(!a.lastUsed||new Date(e.lastUsed)>new Date(a.lastUsed))&&(a.lastUsed=e.lastUsed),s[r].items.push(e)}),Object.values(s)}_.propTypes={period:c().string};let F=[{field:"rawModel",label:"Model"},{field:"provider",label:"Provider"},{field:"requests",label:"Requests",align:"right"},{field:"lastUsed",label:"Last Used",align:"right"}],U=[{field:"rawModel",label:"Model"},{field:"provider",label:"Provider"},{field:"accountName",label:"Account"},{field:"requests",label:"Requests",align:"right"},{field:"lastUsed",label:"Last Used",align:"right"}],D=[{field:"keyName",label:"API Key Name"},{field:"rawModel",label:"Model"},{field:"provider",label:"Provider"},{field:"requests",label:"Requests",align:"right"},{field:"lastUsed",label:"Last Used",align:"right"}],W=[{field:"endpoint",label:"Endpoint"},{field:"rawModel",label:"Model"},{field:"provider",label:"Provider"},{field:"requests",label:"Requests",align:"right"},{field:"lastUsed",label:"Last Used",align:"right"}],B=[{value:"model",label:"Usage by Model"},{value:"account",label:"Usage by Account"},{value:"apiKey",label:"Usage by API Key"},{value:"endpoint",label:"Usage by Endpoint"}],K=[{value:"today",label:"Today"},{value:"24h",label:"24h"},{value:"7d",label:"7D"},{value:"30d",label:"30D"},{value:"60d",label:"60D"}];function J({period:e,setPeriod:t,hidePeriodSelector:s=!1}={}){let o=(0,l.useRouter)(),d=(0,l.useSearchParams)(),c=d.get("sortBy")||"rawModel",m=d.get("sortOrder")||"asc",[p,b]=(0,a.useState)(null),[f,j]=(0,a.useState)(!0),[v,y]=(0,a.useState)(!1),[N,w]=(0,a.useState)("model"),[C,S]=(0,a.useState)("costs"),[I,T]=(0,a.useState)([]),[$,A]=(0,a.useState)("today"),O=(0,a.useRef)(!0),R=e??$,P=t??A;(0,a.useEffect)(()=>{fetch("/api/providers").then(e=>e.ok?e.json():null).then(e=>{let t=new Set;T([...(e?.connections||[]).filter(e=>!(!1===e.isActive||!E(e.provider)||t.has(e.provider))&&(t.add(e.provider),!0)),...Object.values(n.IS).filter(e=>e.noAuth&&!t.has(e.id)&&E(e.id)).map(e=>({provider:e.id,name:e.name}))])}).catch(()=>{})},[]),(0,a.useEffect)(()=>{O.current?(O.current=!1,j(!0)):y(!0),fetch(`/api/usage/stats?period=${R}`).then(e=>e.ok?e.json():null).then(e=>{e&&b(t=>({...t,...e}))}).catch(()=>{}).finally(()=>{j(!1),y(!1)})},[R]),(0,a.useEffect)(()=>{let e=new EventSource("/api/usage/stream");return e.onmessage=e=>{try{let t=JSON.parse(e.data);b(e=>({...e||{},activeRequests:t.activeRequests,recentRequests:t.recentRequests,errorProvider:t.errorProvider,pending:t.pending})),j(!1)}catch(e){console.error("[SSE CLIENT] parse error:",e)}},e.onerror=()=>j(!1),()=>e.close()},[]);let M=(0,a.useCallback)((e,t)=>{let s=new URLSearchParams(d.toString());s.get("sortBy")===t?s.set("sortOrder","asc"===s.get("sortOrder")?"desc":"asc"):(s.set("sortBy",t),s.set("sortOrder","asc")),o.replace(`?${s.toString()}`,{scroll:!1})},[d,o]),G=(0,a.useMemo)(()=>{if(!p)return null;switch(N){case"model":{let e=p.pending?.byModel||{};return{columns:F,groupedData:q(z(p.byModel,e,c,m),"rawModel"),storageKey:"usage-stats:expanded-models",emptyMessage:"No usage recorded yet.",renderSummaryCells:e=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("td",{className:"px-6 py-3 text-text-muted",children:"—"}),(0,r.jsx)("td",{className:"px-6 py-3 text-right",children:u(e.summary.requests)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted whitespace-nowrap",children:h(e.summary.lastUsed)})]}),renderDetailCells:e=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("td",{className:`px-6 py-3 font-medium transition-colors ${e.pending>0?"text-primary":""}`,children:e.rawModel}),(0,r.jsx)("td",{className:"px-6 py-3",children:(0,r.jsx)(i.default,{variant:e.pending>0?"primary":"neutral",size:"sm",children:e.provider})}),(0,r.jsx)("td",{className:"px-6 py-3 text-right",children:u(e.requests)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted whitespace-nowrap",children:h(e.lastUsed)})]})}}case"account":{let e={};return p?.pending?.byAccount&&Object.entries(p.byAccount||{}).forEach(([t,s])=>{let r=p.pending.byAccount[s.connectionId];if(r){let a=s.provider?`${s.rawModel} (${s.provider})`:s.rawModel;e[t]=r[a]||0}}),{columns:U,groupedData:q(z(p.byAccount,e,c,m),"accountName"),storageKey:"usage-stats:expanded-accounts",emptyMessage:"No account-specific usage recorded yet.",renderSummaryCells:e=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("td",{className:"px-6 py-3 text-text-muted",children:"—"}),(0,r.jsx)("td",{className:"px-6 py-3 text-text-muted",children:"—"}),(0,r.jsx)("td",{className:"px-6 py-3 text-right",children:u(e.summary.requests)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted whitespace-nowrap",children:h(e.summary.lastUsed)})]}),renderDetailCells:e=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("td",{className:`px-6 py-3 font-medium transition-colors ${e.pending>0?"text-primary":""}`,children:e.accountName||`Account ${e.connectionId?.slice(0,8)}...`}),(0,r.jsx)("td",{className:`px-6 py-3 font-medium transition-colors ${e.pending>0?"text-primary":""}`,children:e.rawModel}),(0,r.jsx)("td",{className:"px-6 py-3",children:(0,r.jsx)(i.default,{variant:e.pending>0?"primary":"neutral",size:"sm",children:e.provider})}),(0,r.jsx)("td",{className:"px-6 py-3 text-right",children:u(e.requests)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted whitespace-nowrap",children:h(e.lastUsed)})]})}}case"apiKey":return{columns:D,groupedData:q(z(p.byApiKey,{},c,m),"keyName"),storageKey:"usage-stats:expanded-apikeys",emptyMessage:"No API key usage recorded yet.",renderSummaryCells:e=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("td",{className:"px-6 py-3 text-text-muted",children:"—"}),(0,r.jsx)("td",{className:"px-6 py-3 text-text-muted",children:"—"}),(0,r.jsx)("td",{className:"px-6 py-3 text-right",children:u(e.summary.requests)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted whitespace-nowrap",children:h(e.summary.lastUsed)})]}),renderDetailCells:e=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("td",{className:"px-6 py-3 font-medium",children:e.keyName}),(0,r.jsx)("td",{className:"px-6 py-3",children:e.rawModel}),(0,r.jsx)("td",{className:"px-6 py-3",children:(0,r.jsx)(i.default,{variant:"neutral",size:"sm",children:e.provider})}),(0,r.jsx)("td",{className:"px-6 py-3 text-right",children:u(e.requests)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted whitespace-nowrap",children:h(e.lastUsed)})]})};default:return{columns:W,groupedData:q(z(p.byEndpoint,{},c,m),"endpoint"),storageKey:"usage-stats:expanded-endpoints",emptyMessage:"No endpoint usage recorded yet.",renderSummaryCells:e=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("td",{className:"px-6 py-3 text-text-muted",children:"—"}),(0,r.jsx)("td",{className:"px-6 py-3 text-text-muted",children:"—"}),(0,r.jsx)("td",{className:"px-6 py-3 text-right",children:u(e.summary.requests)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted whitespace-nowrap",children:h(e.summary.lastUsed)})]}),renderDetailCells:e=>(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("td",{className:"px-6 py-3 font-medium font-mono text-sm",children:e.endpoint}),(0,r.jsx)("td",{className:"px-6 py-3",children:e.rawModel}),(0,r.jsx)("td",{className:"px-6 py-3",children:(0,r.jsx)(i.default,{variant:"neutral",size:"sm",children:e.provider})}),(0,r.jsx)("td",{className:"px-6 py-3 text-right",children:u(e.requests)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted whitespace-nowrap",children:h(e.lastUsed)})]})}}},[p,N,c,m]);if(!p&&!f)return(0,r.jsx)("div",{className:"text-text-muted",children:"Failed to load usage statistics."});let V=(0,r.jsx)("div",{className:"flex items-center justify-center py-12 text-text-muted",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[32px] animate-spin",children:"progress_activity"})});return(0,r.jsxs)("div",{className:"flex min-w-0 flex-col gap-6",children:[!s&&(0,r.jsxs)("div",{className:"flex w-full items-center gap-2 sm:w-auto sm:self-end",children:[(0,r.jsx)("div",{className:"grid flex-1 grid-cols-5 items-center gap-1 rounded-lg border border-border bg-bg-subtle p-1 sm:flex sm:flex-none",children:K.map(e=>(0,r.jsx)("button",{onClick:()=>P(e.value),disabled:v,className:`rounded-md px-3 py-1 text-sm font-medium transition-colors ${R===e.value?"bg-primary text-white shadow-sm":"text-text-muted hover:bg-bg-hover hover:text-text"}`,children:e.label},e.value))}),v&&(0,r.jsx)("span",{className:"material-symbols-outlined text-[16px] text-text-muted animate-spin",children:"progress_activity"})]}),f?V:(0,r.jsx)(x,{stats:p}),f?V:(0,r.jsxs)("div",{className:"grid min-w-0 grid-cols-1 items-stretch gap-2 lg:grid-cols-[minmax(0,2fr)_minmax(280px,1fr)]",children:[(0,r.jsx)(k,{providers:I,activeRequests:p.activeRequests||[],lastProvider:p.recentRequests?.[0]?.provider||"",errorProvider:p.errorProvider||""}),(0,r.jsx)(L,{requests:p.recentRequests||[]})]}),f?V:(0,r.jsx)(_,{period:R}),(0,r.jsxs)("div",{className:"flex flex-col gap-3",children:[(0,r.jsxs)("div",{className:"flex flex-col gap-2 sm:flex-row sm:items-center sm:justify-between",children:[(0,r.jsx)("select",{value:N,onChange:e=>w(e.target.value),className:"w-full rounded-lg border border-border bg-surface px-3 py-1.5 text-sm font-medium text-text-main focus:outline-none focus:ring-2 focus:ring-primary/50 sm:w-auto",style:{colorScheme:"auto"},children:B.map(e=>(0,r.jsx)("option",{value:e.value,children:e.label},e.value))}),(0,r.jsxs)("div",{className:"grid grid-cols-2 items-center gap-1 rounded-lg border border-border bg-bg-subtle p-1 sm:flex",children:[(0,r.jsx)("button",{onClick:()=>S("costs"),className:`px-3 py-1 rounded-md text-sm font-medium transition-colors ${"costs"===C?"bg-primary text-white shadow-sm":"text-text-muted hover:text-text hover:bg-bg-hover"}`,children:"Costs"}),(0,r.jsx)("button",{onClick:()=>S("tokens"),className:`px-3 py-1 rounded-md text-sm font-medium transition-colors ${"tokens"===C?"bg-primary text-white shadow-sm":"text-text-muted hover:text-text hover:bg-bg-hover"}`,children:"Tokens"})]})]}),f?V:G&&(0,r.jsx)(g,{title:"",columns:G.columns,groupedData:G.groupedData,tableType:N,sortBy:c,sortOrder:m,onToggleSort:M,viewMode:C,storageKey:G.storageKey,renderSummaryCells:G.renderSummaryCells,renderDetailCells:G.renderDetailCells,emptyMessage:G.emptyMessage})]})]})}},4823:(e,t,s)=>{s.d(t,{default:()=>m});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(84588),o=s(98),d=s(56061);let c="__none__";function m({providerId:e}){let[t,s]=(0,a.useState)([]),[l,n]=(0,a.useState)(c),[x,u]=(0,a.useState)(!1),[p,h]=(0,a.useState)(!1);(0,a.useEffect)(()=>{let t=!1;return Promise.all([fetch("/api/proxy-pools?isActive=true",{cache:"no-store"}).then(e=>e.ok?e.json():{proxyPools:[]}),fetch("/api/settings",{cache:"no-store"}).then(e=>e.ok?e.json():{})]).then(([r,a])=>{t||(s(r.proxyPools||[]),n(((a.providerStrategies||{})[e]||{}).proxyPoolId||c))}).catch(()=>{}),()=>{t=!0}},[e]);let b=async t=>{n(t),u(!0);try{let s=await fetch("/api/settings",{cache:"no-store"}),r=(s.ok?await s.json():{}).providerStrategies||{},a={...r[e]||{}};t===c?delete a.proxyPoolId:a.proxyPoolId=t;let l={...r};0===Object.keys(a).length?delete l[e]:l[e]=a,await fetch("/api/settings",{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({providerStrategies:l})}),h(!0),setTimeout(()=>h(!1),1500)}catch(e){console.log("Save proxyPoolId error:",e)}finally{u(!1)}};return(0,r.jsxs)(i.default,{children:[(0,r.jsxs)("div",{className:"flex items-center gap-3 mb-4",children:[(0,r.jsx)("div",{className:"inline-flex items-center justify-center w-10 h-10 rounded-full bg-green-500/10 text-green-500",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"lock_open"})}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("p",{className:"text-sm font-medium",children:"No authentication required"}),(0,r.jsx)("p",{className:"text-xs text-text-muted",children:"This provider is ready to use. Optionally route requests through a proxy pool to bypass IP-based limits."})]}),p&&(0,r.jsx)(d.default,{variant:"success",size:"sm",children:"Saved"})]}),(0,r.jsx)(o.default,{label:"Proxy Pool",value:l,onChange:e=>b(e.target.value),disabled:x,options:[{value:c,label:"None (direct)"},...t.map(e=>({value:e.id,label:e.name}))]})]})}m.propTypes={providerId:n().string.isRequired}},7648:(e,t,s)=>{s.d(t,{default:()=>d});var r=s(95155),a=s(12115),l=s(73321),n=s(65921),i=s(92622),o=s(24747);function d({children:e}){let[t,s]=(0,a.useState)(!1),c=(0,l.usePathname)(),m=(0,n.i)(e=>e.notifications),x=(0,n.i)(e=>e.removeNotification);return(0,r.jsxs)("div",{className:"flex h-screen w-full overflow-hidden bg-bg",children:[(0,r.jsx)("div",{className:"fixed top-4 right-4 z-[80] flex w-[min(92vw,380px)] flex-col gap-2",children:m.map(e=>{var t;let s="success"===(t=e.type)?{wrapper:"border-green-500/30 bg-green-500/10 text-green-600 dark:text-green-400",icon:"check_circle"}:"error"===t?{wrapper:"border-red-500/30 bg-red-500/10 text-red-600 dark:text-red-400",icon:"error"}:"warning"===t?{wrapper:"border-amber-500/30 bg-amber-500/10 text-amber-600 dark:text-amber-400",icon:"warning"}:{wrapper:"border-blue-500/30 bg-blue-500/10 text-blue-600 dark:text-blue-400",icon:"info"};return(0,r.jsx)("div",{className:`rounded-lg border px-3 py-2 shadow-lg backdrop-blur-sm ${s.wrapper}`,children:(0,r.jsxs)("div",{className:"flex items-start gap-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px] leading-5",children:s.icon}),(0,r.jsxs)("div",{className:"min-w-0 flex-1",children:[e.title?(0,r.jsx)("p",{className:"text-xs font-semibold mb-0.5",children:e.title}):null,(0,r.jsx)("p",{className:"text-xs whitespace-pre-wrap break-words",children:e.message})]}),e.dismissible?(0,r.jsx)("button",{type:"button",onClick:()=>x(e.id),className:"text-current/70 hover:text-current","aria-label":"Dismiss notification",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[16px]",children:"close"})}):null]})},e.id)})}),t&&(0,r.jsx)("div",{className:"fixed inset-0 z-40 bg-black/20 lg:hidden",onClick:()=>s(!1)}),(0,r.jsx)("div",{className:"hidden lg:flex",children:(0,r.jsx)(i.default,{})}),(0,r.jsx)("div",{className:`fixed inset-y-0 left-0 z-50 transform lg:hidden transition-transform duration-300 ease-in-out ${t?"translate-x-0":"-translate-x-full"}`,children:(0,r.jsx)(i.default,{onClose:()=>s(!1)})}),(0,r.jsxs)("main",{className:"flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300 isolate",children:[(0,r.jsx)("div",{className:"landing-grid absolute inset-0 pointer-events-none -z-10","aria-hidden":"true"}),(0,r.jsx)(o.default,{onMenuClick:()=>s(!0)},c),(0,r.jsx)("div",{className:`flex-1 overflow-y-auto custom-scrollbar ${"/dashboard/basic-chat"===c?"":"p-6 lg:p-10"} ${"/dashboard/basic-chat"===c?"flex flex-col overflow-hidden":""}`,children:(0,r.jsx)("div",{className:`${"/dashboard/basic-chat"===c?"flex-1 w-full h-full flex flex-col":"max-w-7xl mx-auto"}`,children:e})})]})]})}},11059:(e,t,s)=>{s.d(t,{C:()=>a});var r=s(12115);function a(e=2e3){let[t,s]=(0,r.useState)(null),l=(0,r.useRef)(null);return{copied:t,copy:(0,r.useCallback)((t,r="default")=>{(async()=>{if(navigator?.clipboard?.writeText)await navigator.clipboard.writeText(t);else{let e=document.createElement("textarea");e.value=t,e.style.position="fixed",e.style.opacity="0",document.body.appendChild(e),e.select(),document.execCommand("copy"),document.body.removeChild(e)}})(),s(r),l.current&&clearTimeout(l.current),l.current=setTimeout(()=>{s(null)},e)},[e])}}},11910:(e,t,s)=>{s.d(t,{default:()=>l});var r=s(95155),a=s(31474);function l({label:e,type:t="text",placeholder:s,value:n,onChange:i,error:o,hint:d,icon:c,disabled:m=!1,required:x=!1,className:u,inputClassName:p,...h}){return(0,r.jsxs)("div",{className:(0,a.cn)("flex flex-col gap-1.5",u),children:[e&&(0,r.jsxs)("label",{className:"text-sm font-medium text-text-main",children:[e,x&&(0,r.jsx)("span",{className:"text-red-500 ml-1",children:"*"})]}),(0,r.jsxs)("div",{className:"relative",children:[c&&(0,r.jsx)("div",{className:"absolute inset-y-0 left-0 flex items-center pl-3 pointer-events-none text-text-muted",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:c})}),(0,r.jsx)("input",{type:t,placeholder:s,value:n,onChange:i,disabled:m,className:(0,a.cn)("w-full py-2.5 px-3 text-sm text-text-main bg-surface-2 rounded-[10px]","border border-transparent placeholder-text-muted/70","focus:outline-none focus:ring-2 focus:ring-brand-500/30 focus:border-brand-500/40","transition-all duration-150 ease-out disabled:opacity-50 disabled:cursor-not-allowed","text-[16px] sm:text-sm",c&&"pl-10",o&&"ring-1 ring-red-500 focus:ring-2 focus:ring-red-500/40 border-red-500/40",p),...h})]}),o&&(0,r.jsxs)("p",{className:"text-xs text-red-500 flex items-center gap-1",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"error"}),o]}),d&&!o&&(0,r.jsx)("p",{className:"text-xs text-text-muted",children:d})]})}},14932:(e,t,s)=>{s.d(t,{A:()=>o});var r=s(95155),a=s(12115),l=s(47650);let n=[{icon:"terminal",label:"Terminal",desc:"Full shell access"},{icon:"cast",label:"Desktop",desc:"Screen sharing"},{icon:"folder_open",label:"Files",desc:"Browse & edit files"}],i=[{icon:"qr_code_scanner",text:"Scan QR to connect instantly"},{icon:"wifi_off",text:"No port forwarding needed"},{icon:"devices",text:"Works on any device"}];function o({isOpen:e,onClose:t}){return((0,a.useEffect)(()=>{if(!e)return;document.body.style.overflow="hidden";let s=e=>{"Escape"===e.key&&t()};return document.addEventListener("keydown",s),()=>{document.body.style.overflow="",document.removeEventListener("keydown",s)}},[e,t]),e)?(0,l.createPortal)((0,r.jsxs)("div",{className:"fixed inset-0 z-[9999] flex items-center justify-center p-4",children:[(0,r.jsx)("div",{className:"absolute inset-0 bg-black/50 backdrop-blur-[2px] fade-in",onClick:t}),(0,r.jsxs)("div",{className:"relative w-full max-w-sm rounded-[14px] overflow-hidden shadow-[var(--shadow-elev)] fade-in flex flex-col bg-surface border border-border-subtle",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between px-5 py-3 border-b border-border-subtle",children:[(0,r.jsxs)("div",{className:"flex items-center gap-3",children:[(0,r.jsx)("div",{className:"w-7 h-7 rounded-[8px] flex items-center justify-center bg-primary",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-white text-base",children:"terminal"})}),(0,r.jsx)("span",{className:"text-xs font-bold uppercase tracking-wider text-primary font-mono",children:"9Remote"})]}),(0,r.jsx)("button",{onClick:t,className:"p-1.5 rounded-[10px] text-text-muted hover:bg-surface-2 hover:text-text-main transition-colors",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-base",children:"close"})})]}),(0,r.jsxs)("div",{className:"px-7 py-7 pb-9 flex flex-col gap-6",children:[(0,r.jsxs)("div",{className:"flex flex-col items-center gap-2 text-center mt-2",children:[(0,r.jsx)("div",{className:"w-14 h-14 rounded-[14px] flex items-center justify-center mb-1 bg-primary shadow-[var(--shadow-warm)]",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-white text-[30px]",children:"terminal"})}),(0,r.jsx)("h1",{className:"text-lg font-bold text-text-main tracking-tight",children:"9Remote"}),(0,r.jsx)("p",{className:"text-xs text-text-muted leading-5 max-w-[220px]",children:"Access your terminal, desktop & files from anywhere"})]}),(0,r.jsx)("div",{className:"flex gap-2 w-full",children:n.map(({icon:e,label:t,desc:s})=>(0,r.jsxs)("div",{className:"flex-1 flex flex-col items-center gap-1.5 py-4 px-1 rounded-[10px] border border-border-subtle bg-surface-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-primary text-[22px]",children:e}),(0,r.jsx)("p",{className:"text-xs font-semibold text-text-main",children:t}),(0,r.jsx)("p",{className:"text-[10px] text-text-muted text-center leading-4",children:s})]},t))}),(0,r.jsx)("div",{className:"flex flex-col gap-3 w-full",children:i.map(({icon:e,text:t})=>(0,r.jsxs)("div",{className:"flex items-center gap-2.5",children:[(0,r.jsx)("span",{className:"material-symbols-outlined flex-shrink-0 text-primary text-[16px]",children:e}),(0,r.jsx)("span",{className:"text-xs text-text-muted",children:t})]},e))}),(0,r.jsxs)("button",{onClick:()=>window.open("https://9remote.cc","_blank"),className:"w-full py-3 flex items-center justify-center gap-2 text-sm font-semibold text-white rounded-[10px] bg-primary hover:bg-primary-hover shadow-[var(--shadow-warm)] active:scale-[0.98] transition-all",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-base",children:"open_in_new"}),"Get 9Remote"]})]})]})]}),document.body):null}},21286:(e,t,s)=>{s.d(t,{default:()=>o});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(35497);function o({isOpen:e,connectionIds:t,onSuccess:s,onClose:l}){let[n,d]=(0,a.useState)(""),[c,m]=(0,a.useState)(!1),[x,u]=(0,a.useState)(""),[p,h]=(0,a.useState)(!1),b=async()=>{if(!n.trim())return void u("Paste your CodeBuddy web cookie first.");m(!0),u("");try{let e=await fetch("/api/oauth/codebuddy/quota-cookie",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cookie:n.trim(),connectionIds:t})}),r=await e.json().catch(()=>({}));if(!e.ok)throw Error(r.error||"Failed to save CodeBuddy quota cookie.");h(!0),setTimeout(()=>{s?.(),f()},900)}catch(e){u(e.message||"Failed to save CodeBuddy quota cookie.")}finally{m(!1)}},f=()=>{d(""),u(""),h(!1),l?.()};return(0,r.jsx)(i.aF,{isOpen:e,onClose:f,title:"CodeBuddy Quota Cookie",children:(0,r.jsx)("div",{className:"space-y-4",children:p?(0,r.jsxs)("div",{className:"py-6 text-center",children:[(0,r.jsx)("p",{className:"text-lg font-medium text-text-primary",children:"Quota cookie saved."}),(0,r.jsx)("p",{className:"mt-2 text-sm text-text-muted",children:"Quota Tracker can now read CodeBuddy credits for the selected connection."})]}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"space-y-2 text-sm text-text-muted",children:[(0,r.jsx)("p",{children:"Paste the cookie string from a logged-in CodeBuddy web session. This is only used for the quota endpoint; your existing OAuth token still handles chat."}),(0,r.jsx)("div",{className:"rounded-lg bg-surface-secondary p-3 text-xs",children:"Open codebuddy.ai, sign in, then copy the request cookie from DevTools Network for a request to codebuddy.ai."})]}),(0,r.jsx)("textarea",{value:n,onChange:e=>d(e.target.value),placeholder:"session=...; AUTH_SESSION_ID=...; ...",className:"h-28 w-full resize-none rounded-lg border border-border bg-surface-secondary px-3 py-2 text-sm text-text-primary placeholder-text-muted focus:outline-none focus:ring-2 focus:ring-primary",disabled:c}),x&&(0,r.jsx)("div",{className:"rounded-lg border border-error/20 bg-error/10 p-3",children:(0,r.jsx)("p",{className:"text-sm text-error",children:x})}),(0,r.jsxs)("div",{className:"flex gap-3 pt-2",children:[(0,r.jsx)(i.$n,{variant:"secondary",onClick:f,disabled:c,fullWidth:!0,children:"Cancel"}),(0,r.jsx)(i.$n,{onClick:b,loading:c,fullWidth:!0,children:"Save Cookie"})]})]})})})}o.propTypes={isOpen:n().bool.isRequired,connectionIds:n().arrayOf(n().string).isRequired,onSuccess:n().func,onClose:n().func}},21931:(e,t,s)=>{s.d(t,{default:()=>d});var r=s(95155),a=s(12115),l=s(47650),n=s(93308),i=s(73006);let o=e=>({en:{name:"English",flag:"\uD83C\uDDFA\uD83C\uDDF8"},vi:{name:"Tiếng Việt",flag:"\uD83C\uDDFB\uD83C\uDDF3"},"zh-CN":{name:"简体中文",flag:"\uD83C\uDDE8\uD83C\uDDF3"},"zh-TW":{name:"繁體中文",flag:"\uD83C\uDDF9\uD83C\uDDFC"},ja:{name:"日本語",flag:"\uD83C\uDDEF\uD83C\uDDF5"},"pt-BR":{name:"Portugu\xeas (Brasil)",flag:"\uD83C\uDDE7\uD83C\uDDF7"},"pt-PT":{name:"Portugu\xeas (Portugal)",flag:"\uD83C\uDDF5\uD83C\uDDF9"},ko:{name:"한국어",flag:"\uD83C\uDDF0\uD83C\uDDF7"},es:{name:"Espa\xf1ol",flag:"\uD83C\uDDEA\uD83C\uDDF8"},de:{name:"Deutsch",flag:"\uD83C\uDDE9\uD83C\uDDEA"},fr:{name:"Fran\xe7ais",flag:"\uD83C\uDDEB\uD83C\uDDF7"},he:{name:"עברית",flag:"\uD83C\uDDEE\uD83C\uDDF1"},ar:{name:"العربية",flag:"\uD83C\uDDF8\uD83C\uDDE6"},ru:{name:"Русский",flag:"\uD83C\uDDF7\uD83C\uDDFA"},pl:{name:"Polski",flag:"\uD83C\uDDF5\uD83C\uDDF1"},cs:{name:"Čeština",flag:"\uD83C\uDDE8\uD83C\uDDFF"},nl:{name:"Nederlands",flag:"\uD83C\uDDF3\uD83C\uDDF1"},tr:{name:"T\xfcrk\xe7e",flag:"\uD83C\uDDF9\uD83C\uDDF7"},uk:{name:"Українська",flag:"\uD83C\uDDFA\uD83C\uDDE6"},tl:{name:"Tagalog",flag:"\uD83C\uDDF5\uD83C\uDDED"},id:{name:"Indonesia",flag:"\uD83C\uDDEE\uD83C\uDDE9"},th:{name:"ไทย",flag:"\uD83C\uDDF9\uD83C\uDDED"},hi:{name:"हिन्दी",flag:"\uD83C\uDDEE\uD83C\uDDF3"},bn:{name:"বাংলা",flag:"\uD83C\uDDE7\uD83C\uDDE9"},ur:{name:"اردو",flag:"\uD83C\uDDF5\uD83C\uDDF0"},ro:{name:"Rom\xe2nă",flag:"\uD83C\uDDF7\uD83C\uDDF4"},sv:{name:"Svenska",flag:"\uD83C\uDDF8\uD83C\uDDEA"},it:{name:"Italiano",flag:"\uD83C\uDDEE\uD83C\uDDF9"},el:{name:"Ελληνικά",flag:"\uD83C\uDDEC\uD83C\uDDF7"},hu:{name:"Magyar",flag:"\uD83C\uDDED\uD83C\uDDFA"},fi:{name:"Suomi",flag:"\uD83C\uDDEB\uD83C\uDDEE"},da:{name:"Dansk",flag:"\uD83C\uDDE9\uD83C\uDDF0"},no:{name:"Norsk",flag:"\uD83C\uDDF3\uD83C\uDDF4"}})[e]||{name:e,flag:"\uD83C\uDF10"};function d({className:e="",isOpen:t,onClose:s,hideTrigger:c=!1}){let[m,x]=(0,a.useState)("en"),[u,p]=(0,a.useState)(!1),[h,b]=(0,a.useState)(!1),f=(0,a.useRef)(null),g="boolean"==typeof t,j=g?t:h,v=e=>{g?!e&&s&&s(m):b(e)};(0,a.useEffect)(()=>{x(function(){if("u"<typeof document)return"en";let e=document.cookie.split(";").find(e=>e.trim().startsWith(`${n.CL}=`)),t=e?decodeURIComponent(e.split("=")[1]):"en";return(0,n.QC)(t)}())},[]),(0,a.useEffect)(()=>{function e(e){f.current&&!f.current.contains(e.target)&&v(!1)}if(j)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[j]);let y=async e=>{if(e!==m&&!u){p(!0),v(!1);try{await fetch("/api/locale",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({locale:e})}),await (0,i.wn)(),x(e)}catch(e){console.error("Failed to set locale:",e)}finally{p(!1)}}};return(0,r.jsxs)("div",{className:e,children:[!c&&(0,r.jsxs)("button",{onClick:()=>v(!j),disabled:u,className:"flex items-center gap-2 px-3 py-2 rounded-lg text-text-muted hover:text-text-main hover:bg-surface/60 transition-colors",title:"Language","data-i18n-skip":"true",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"language"}),(0,r.jsx)("span",{className:"text-sm font-medium",children:o(m).name}),(0,r.jsx)("span",{className:"text-lg",children:o(m).flag})]}),j&&(0,l.createPortal)((0,r.jsxs)("div",{className:"fixed inset-0 z-50 flex items-center justify-center p-4","data-i18n-skip":"true",children:[(0,r.jsx)("div",{className:"absolute inset-0 bg-black/30 backdrop-blur-sm",onClick:()=>v(!1)}),(0,r.jsxs)("div",{ref:f,className:"relative w-full bg-surface border border-black/10 dark:border-white/10 rounded-xl shadow-2xl animate-in fade-in zoom-in-95 duration-200 max-w-2xl flex flex-col max-h-[80vh]",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between p-3 border-b border-black/5 dark:border-white/5",children:[(0,r.jsx)("h2",{className:"text-lg font-semibold text-text-main",children:"Select Language"}),(0,r.jsx)("button",{onClick:()=>v(!1),className:"p-1.5 rounded-lg text-text-muted hover:bg-black/5 dark:hover:bg-white/5 transition-colors","aria-label":"Close",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"close"})})]}),(0,r.jsx)("div",{className:"p-6 overflow-y-auto flex-1",children:(0,r.jsx)("div",{className:"grid grid-cols-[repeat(auto-fill,minmax(100px,1fr))] gap-2",children:n.YZ.map(e=>{let t=m===e,s=o(e);return(0,r.jsxs)("button",{onClick:()=>y(e),disabled:u,className:`flex flex-col items-center justify-start gap-1 px-2 py-3 rounded-lg text-xs font-medium transition-colors w-full ${t?"bg-primary/15 text-primary ring-2 ring-primary":"text-text-main hover:bg-black/5 dark:hover:bg-white/5"} ${u?"opacity-70 cursor-wait":""}`,title:s.name,children:[(0,r.jsx)("span",{className:"text-2xl",children:s.flag}),(0,r.jsx)("span",{className:"text-center leading-tight line-clamp-2 h-8 flex items-center",children:s.name}),t&&(0,r.jsx)("span",{className:"material-symbols-outlined text-sm",children:"check"})]},e)})})})]})]}),document.body)]})}},23615:(e,t,s)=>{s.d(t,{default:()=>n});var r=s(95155),a=s(12115),l=s(84588);function n(){let[e,t]=(0,a.useState)([]),[s,n]=(0,a.useState)(!0),[i,o]=(0,a.useState)(!0);(0,a.useEffect)(()=>{d()},[]),(0,a.useEffect)(()=>{let e;return i&&(e=setInterval(()=>{d(!1)},3e3)),()=>clearInterval(e)},[i]);let d=async(e=!0)=>{e&&n(!0);try{let e=await fetch("/api/usage/request-logs");if(e.ok){let s=await e.json();t(s)}}catch(e){console.error("Failed to fetch logs:",e)}finally{e&&n(!1)}};return(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between",children:[(0,r.jsx)("h2",{className:"text-xl font-semibold",children:"Request Logs"}),(0,r.jsx)("div",{className:"flex items-center gap-2",children:(0,r.jsxs)("label",{className:"text-sm font-medium text-text-muted flex items-center gap-2 cursor-pointer",children:[(0,r.jsx)("span",{children:"Auto Refresh (3s)"}),(0,r.jsx)("div",{onClick:()=>o(!i),className:`relative inline-flex h-5 w-9 items-center rounded-full transition-colors focus:outline-none ${i?"bg-primary":"bg-bg-subtle border border-border"}`,children:(0,r.jsx)("span",{className:`inline-block h-3 w-3 transform rounded-full bg-white transition-transform ${i?"translate-x-5":"translate-x-1"}`})})]})})]}),(0,r.jsx)(l.default,{className:"overflow-hidden bg-black/5 dark:bg-black/20",children:(0,r.jsx)("div",{className:"p-0 overflow-x-auto max-h-[600px] overflow-y-auto font-mono text-xs",children:s&&0===e.length?(0,r.jsx)("div",{className:"p-8 text-center text-text-muted",children:"Loading logs..."}):0===e.length?(0,r.jsx)("div",{className:"p-8 text-center text-text-muted",children:"No logs recorded yet."}):(0,r.jsxs)("table",{className:"w-full text-left border-collapse whitespace-nowrap",children:[(0,r.jsx)("thead",{className:"sticky top-0 bg-bg-subtle border-b border-border z-10",children:(0,r.jsxs)("tr",{children:[(0,r.jsx)("th",{className:"px-3 py-2 border-r border-border",children:"DateTime"}),(0,r.jsx)("th",{className:"px-3 py-2 border-r border-border",children:"Model"}),(0,r.jsx)("th",{className:"px-3 py-2 border-r border-border",children:"Provider"}),(0,r.jsx)("th",{className:"px-3 py-2 border-r border-border",children:"Account"}),(0,r.jsx)("th",{className:"px-3 py-2 border-r border-border",children:"In"}),(0,r.jsx)("th",{className:"px-3 py-2 border-r border-border",children:"Out"}),(0,r.jsx)("th",{className:"px-3 py-2",children:"Status"})]})}),(0,r.jsx)("tbody",{className:"divide-y divide-border/50",children:e.map((e,t)=>{let s=e.split(" | ");if(s.length<7)return null;let a=s[6],l=a.includes("PENDING"),n=a.includes("FAILED"),i=a.includes("OK");return(0,r.jsxs)("tr",{className:`hover:bg-primary/5 transition-colors ${l?"bg-primary/5":""}`,children:[(0,r.jsx)("td",{className:"px-3 py-1.5 border-r border-border text-text-muted",children:s[0]}),(0,r.jsx)("td",{className:"px-3 py-1.5 border-r border-border font-medium",children:s[1]}),(0,r.jsx)("td",{className:"px-3 py-1.5 border-r border-border",children:(0,r.jsx)("span",{className:"px-1.5 py-0.5 rounded bg-bg-subtle border border-border text-[10px] uppercase font-bold",children:s[2]})}),(0,r.jsx)("td",{className:"px-3 py-1.5 border-r border-border truncate max-w-[150px]",title:s[3],children:s[3]}),(0,r.jsx)("td",{className:"px-3 py-1.5 border-r border-border text-right text-primary",children:s[4]}),(0,r.jsx)("td",{className:"px-3 py-1.5 border-r border-border text-right text-success",children:s[5]}),(0,r.jsx)("td",{className:`px-3 py-1.5 font-bold ${i?"text-success":n?"text-error":"text-primary animate-pulse"}`,children:a})]},t)})})]})})}),(0,r.jsx)("div",{className:"text-[10px] text-text-muted italic",children:"Logs are loaded from the request history database."})]})}},23936:(e,t,s)=>{s.d(t,{default:()=>o});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(35497);function o({isOpen:e,onSuccess:t,onClose:s}){let[l,n]=(0,a.useState)(""),[d,c]=(0,a.useState)(!1),[m,x]=(0,a.useState)(null),[u,p]=(0,a.useState)(!1),h=async()=>{if(!l.trim())return void x("Please paste your cookie");c(!0),x(null);try{let e=await fetch("/api/oauth/iflow/cookie",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({cookie:l.trim()})}),s=await e.json();if(!e.ok)throw Error(s.error||"Authentication failed");p(!0),setTimeout(()=>{t?.(),b()},1500)}catch(e){x(e.message)}finally{c(!1)}},b=()=>{n(""),x(null),p(!1),s?.()};return(0,r.jsx)(i.aF,{isOpen:e,onClose:b,title:"iFlow Cookie Authentication",children:(0,r.jsx)("div",{className:"space-y-4",children:u?(0,r.jsxs)("div",{className:"text-center py-8",children:[(0,r.jsx)("div",{className:"text-6xl mb-4",children:"✅"}),(0,r.jsx)("p",{className:"text-lg font-medium text-text-primary",children:"Authentication Successful!"}),(0,r.jsx)("p",{className:"text-sm text-text-muted mt-2",children:"Fresh API key obtained"})]}):(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"space-y-2",children:[(0,r.jsxs)("p",{className:"text-sm text-text-muted",children:["To get a fresh API key, paste your browser cookie from"," ",(0,r.jsx)("a",{href:"https://platform.iflow.cn",target:"_blank",rel:"noopener noreferrer",className:"text-primary hover:underline",children:"platform.iflow.cn"})]}),(0,r.jsxs)("div",{className:"bg-surface-secondary p-3 rounded-lg text-xs space-y-2",children:[(0,r.jsx)("p",{className:"font-medium text-text-primary",children:"How to get cookie:"}),(0,r.jsxs)("ol",{className:"list-decimal list-inside space-y-1 text-text-muted",children:[(0,r.jsx)("li",{children:"Open platform.iflow.cn in your browser"}),(0,r.jsx)("li",{children:"Login to your account"}),(0,r.jsx)("li",{children:"Open DevTools (F12) → Application/Storage → Cookies"}),(0,r.jsx)("li",{children:"Copy the entire cookie string (must include BXAuth)"}),(0,r.jsx)("li",{children:"Paste it below"})]})]})]}),(0,r.jsxs)("div",{className:"space-y-2",children:[(0,r.jsx)("label",{className:"block text-sm font-medium text-text-primary",children:"Cookie String"}),(0,r.jsx)("textarea",{value:l,onChange:e=>n(e.target.value),placeholder:"BXAuth=xxx; ...",className:"w-full px-3 py-2 bg-surface-secondary border border-border rounded-lg text-sm text-text-primary placeholder-text-muted focus:outline-none focus:ring-2 focus:ring-primary resize-none",rows:4,disabled:d})]}),m&&(0,r.jsx)("div",{className:"p-3 bg-error/10 border border-error/20 rounded-lg",children:(0,r.jsx)("p",{className:"text-sm text-error",children:m})}),(0,r.jsxs)("div",{className:"flex gap-3 pt-2",children:[(0,r.jsx)(i.$n,{variant:"secondary",onClick:b,disabled:d,fullWidth:!0,children:"Cancel"}),(0,r.jsx)(i.$n,{onClick:h,loading:d,fullWidth:!0,children:"Authenticate"})]})]})})})}o.propTypes={isOpen:n().bool.isRequired,onSuccess:n().func,onClose:n().func}},24747:(e,t,s)=>{s.d(t,{default:()=>k});var r=s(95155),a=s(12115),l=s(73321),n=s(98500),i=s.n(n),o=s(14051),d=s.n(o),c=s(57250),m=s(80752),x=s(93308),u=s(38202),p=s(21931);function h(){let[e,t]=(0,a.useState)(!1),[s,l]=(0,a.useState)("en");return(0,a.useEffect)(()=>{l(function(){if("u"<typeof document)return"en";let e=document.cookie.split(";").find(e=>e.trim().startsWith(`${x.CL}=`)),t=e?decodeURIComponent(e.split("=")[1]):"en";return(0,x.QC)(t)}())},[e]),(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("button",{onClick:()=>t(!0),className:"flex items-center justify-center p-2 rounded-lg text-text-muted hover:text-text-main hover:bg-black/5 dark:hover:bg-white/5 transition-all",title:"Language","data-i18n-skip":"true",children:(0,r.jsx)("span",{className:"text-lg leading-none",children:u.h[s]||"\uD83C\uDF10"})}),(0,r.jsx)(p.default,{hideTrigger:!0,isOpen:e,onClose:e=>{t(!1),l(e)}})]})}var b=s(38587),f=s(47650),g=s(90620);function j({isOpen:e,onClose:t}){let[s,l]=(0,a.useState)(null),[n,i]=(0,a.useState)(!1),[o,d]=(0,a.useState)(""),c=(0,a.useRef)(null);return((0,a.useEffect)(()=>{e&&!s&&(i(!0),d(""),fetch(g.Nu.donateUrl,{cache:"no-store"}).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`);return e.json()}).then(e=>l(e)).catch(e=>d(e.message||"Failed to load")).finally(()=>i(!1)))},[e,s]),(0,a.useEffect)(()=>{let s=e=>{c.current&&!c.current.contains(e.target)&&t()};if(e)return document.addEventListener("mousedown",s),()=>document.removeEventListener("mousedown",s)},[e,t]),!e||"u"<typeof document)?null:(0,f.createPortal)((0,r.jsxs)("div",{className:"fixed inset-0 z-50 flex items-center justify-center p-4",children:[(0,r.jsx)("div",{className:"absolute inset-0 bg-black/30 backdrop-blur-sm",onClick:t}),(0,r.jsxs)("div",{ref:c,className:"relative w-full bg-surface border border-black/10 dark:border-white/10 rounded-xl shadow-2xl animate-in fade-in zoom-in-95 duration-200 max-w-3xl flex flex-col max-h-[85vh]",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between p-3 border-b border-black/5 dark:border-white/5",children:[(0,r.jsxs)("h2",{className:"text-lg font-semibold text-text-main flex items-center gap-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-pink-500",children:"volunteer_activism"}),s?.title||"Support ZevaiRouter"]}),(0,r.jsx)("button",{onClick:t,className:"p-1.5 rounded-lg text-text-muted hover:bg-black/5 dark:hover:bg-white/5 transition-colors","aria-label":"Close",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"close"})})]}),(0,r.jsxs)("div",{className:"p-6 overflow-y-auto flex-1",children:[n&&(0,r.jsxs)("div",{className:"flex items-center justify-center py-10 text-text-muted",children:[(0,r.jsx)("span",{className:"material-symbols-outlined animate-spin mr-2",children:"progress_activity"}),"Loading..."]}),o&&(0,r.jsxs)("div",{className:"text-red-500 py-4",children:["Failed to load donate info: ",o]}),!n&&!o&&s&&(0,r.jsxs)(r.Fragment,{children:[s.message&&(0,r.jsx)("p",{className:"text-text-muted text-sm mb-6 text-center",children:s.message}),(0,r.jsx)("div",{className:"grid grid-cols-1 sm:grid-cols-3 gap-4",children:s.channels?.map(e=>(0,r.jsx)(v,{channel:e},e.id))})]})]})]})]}),document.body)}function v({channel:e}){let{label:t,description:s,icon:a,color:l,url:n,qr:i}=e,o=(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{className:"w-12 h-12 rounded-full flex items-center justify-center mb-3",style:{backgroundColor:`${l}20`,color:l},children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[26px]",children:a})}),(0,r.jsx)("div",{className:"font-semibold text-text-main mb-1",children:t}),s&&(0,r.jsx)("div",{className:"text-xs text-text-muted mb-3 text-center",children:s}),i&&(0,r.jsx)("img",{src:i,alt:`${t} QR`,className:"w-full max-w-[180px] aspect-square object-contain rounded-lg bg-white p-1"})]});return(0,r.jsxs)("div",{className:"flex flex-col items-center p-4 rounded-xl border border-black/10 dark:border-white/10 bg-surface/50 hover:border-pink-500/40 transition-colors",children:[o,n&&(0,r.jsxs)("a",{href:n,target:"_blank",rel:"noopener noreferrer",className:"mt-3 inline-flex items-center gap-1 px-3 py-1.5 rounded-lg text-sm font-medium text-white hover:opacity-90 transition-opacity",style:{backgroundColor:l},children:["Open",(0,r.jsx)("span",{className:"material-symbols-outlined text-[16px]",children:"open_in_new"})]})]})}j.propTypes={isOpen:d().bool.isRequired,onClose:d().func.isRequired};var y=s(38003),N=s(52679),w=s(73006);function k({onMenuClick:e,showMenuButton:t=!0}){let s=(0,l.usePathname)(),n=(0,l.useRouter)(),[o,d]=(0,a.useState)(""),[x,u]=(0,a.useState)(""),[p,f]=(0,a.useState)(!1),{title:v,description:y,icon:S,breadcrumbs:I}=(0,a.useMemo)(()=>(e=>{if(!e)return{title:"",description:"",breadcrumbs:[]};let t=e.match(/\/media-providers\/([^/]+)\/([^/]+)$/);if(t){let e=t[1],s=t[2],r=N.rj.find(t=>t.id===e),a=N.Q2[s];return{title:a?.name||s,description:"",breadcrumbs:[{label:"Media Providers",href:`/dashboard/media-providers/${e}`},{label:r?.label||e,href:`/dashboard/media-providers/${e}`},{label:a?.name||s,image:`/providers/${s}.png`}]}}let s=e.match(/\/media-providers\/([^/]+)$/);if(s){let e=s[1],t=N.rj.find(t=>t.id===e);return{title:t?.label||e,description:`Manage your ${t?.label||e} providers`,icon:t?.icon||"perm_media",breadcrumbs:[]}}let r=e.match(/\/providers\/([^/]+)$/);if(r){let e=r[1],t=g.zN[e]||g.fg[e];if(t)return{title:t.name,description:"",breadcrumbs:[{label:"Providers",href:"/dashboard/providers"},{label:t.name,image:`/providers/${t.id}.png`}]}}return e.includes("/providers")&&!e.includes("/media-providers")?{title:"Providers",description:"Manage your AI provider connections",icon:"dns",breadcrumbs:[]}:e.includes("/combos")?{title:"Combos",description:"Model combos with fallback",icon:"layers",breadcrumbs:[]}:e.includes("/usage")?{title:"Usage & Analytics",description:"Monitor your API usage, token consumption, and request logs",icon:"bar_chart",breadcrumbs:[]}:e.includes("/auth-files")?{title:"Auth Files",description:"Map provider credentials stored in the local database",icon:"vpn_key",breadcrumbs:[]}:e.includes("/quota")?{title:"Quota Tracker",description:"Track and manage your API quota limits",icon:"data_usage",breadcrumbs:[]}:e.includes("/mitm")?{title:"MITM Proxy",description:"Intercept CLI tool traffic and route through 9Router",icon:"security",breadcrumbs:[]}:e.includes("/cli-tools")?{title:"CLI Tools",description:"Configure CLI tools",icon:"terminal",breadcrumbs:[]}:e.includes("/proxy-pools")?{title:"Proxy Pools",description:"Manage your proxy pool configurations",icon:"lan",breadcrumbs:[]}:e.includes("/skills")?{title:"Agent Skills",description:"Copy a link and paste to your AI to use 9Router — no install needed",icon:"extension",breadcrumbs:[]}:e.includes("/endpoint")?{title:"Endpoint",description:"API endpoint configuration",icon:"api",breadcrumbs:[]}:e.includes("/profile")?{title:"Settings",description:"Manage your preferences",icon:"settings",breadcrumbs:[]}:e.includes("/translator")?{title:"Translator",description:"Debug translation flow between formats",icon:"translate",breadcrumbs:[]}:e.includes("/console-log")?{title:"Console Log",description:"Live server console output",icon:"monitor",breadcrumbs:[]}:"/dashboard"===e?{title:"Endpoint",description:"API endpoint configuration",icon:"api",breadcrumbs:[]}:{title:"",description:"",breadcrumbs:[]}})(s),[s]);(0,a.useEffect)(()=>{let e=!1;return async function(){try{let t=await fetch("/api/auth/status",{cache:"no-store"});if(!t.ok)return;let s=await t.json();e||(d(s?.displayName||s?.oidcName||s?.oidcEmail||""),u(s?.loginMethod||""))}catch{e||(d(""),u(""))}}(),()=>{e=!0}},[]);let T=async()=>{try{(await fetch("/api/auth/logout",{method:"POST"})).ok&&(n.push("/login"),n.refresh())}catch(e){console.error("Failed to logout:",e)}};return(0,r.jsxs)("header",{className:"shrink-0 flex items-center justify-between gap-3 px-4 lg:px-8 pt-3 pb-2 border-b border-border-subtle bg-surface/60 backdrop-blur-xl lg:bg-transparent lg:backdrop-blur-none z-20",children:[(0,r.jsx)("div",{className:"flex items-center gap-3 lg:hidden shrink-0",children:t&&(0,r.jsx)("button",{onClick:e,className:"text-text-main hover:text-primary transition-colors",children:(0,r.jsx)("span",{className:"material-symbols-outlined",children:"menu"})})}),(0,r.jsx)("div",{className:"flex flex-col min-w-0 flex-1",children:I.length>0?(0,r.jsx)("div",{className:"flex items-center gap-2",children:I.map((e,t)=>(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[t>0&&(0,r.jsx)("span",{className:"material-symbols-outlined text-text-muted text-base",children:"chevron_right"}),e.href?(0,r.jsx)(i(),{href:e.href,className:"text-text-muted hover:text-primary transition-colors",children:e.label}):(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[e.image&&(0,r.jsx)(c.A,{src:e.image,alt:e.label,size:28,className:"object-contain rounded max-w-[28px] max-h-[28px]",fallbackText:e.label.slice(0,2).toUpperCase()}),(0,r.jsx)("h1",{className:"text-base lg:text-2xl font-semibold text-text-main tracking-tight truncate",children:(0,w.Tl)(e.label)})]})]},`${e.label}-${e.href||"current"}`))}):v?(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[S&&(0,r.jsx)("span",{className:"material-symbols-outlined text-primary text-xl lg:text-2xl",children:S}),(0,r.jsx)("h1",{className:"text-base lg:text-2xl font-semibold tracking-tight truncate",children:(0,w.Tl)(v)})]}),y&&(0,r.jsx)("p",{className:"hidden lg:block text-sm text-text-muted truncate",children:(0,w.Tl)(y)})]}):null}),(0,r.jsxs)("div",{className:"flex items-center gap-1 shrink-0",children:[o&&"OIDC"===x&&(0,r.jsxs)("div",{className:"hidden sm:flex items-center max-w-[220px] px-3 py-1.5 rounded-full border border-border bg-surface/70 text-xs text-text-muted truncate",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1.5 text-primary",children:"person"}),(0,r.jsx)("span",{className:"truncate",children:o}),(0,r.jsx)("span",{className:"ml-2 shrink-0 rounded-full bg-primary/10 px-2 py-0.5 text-[10px] font-semibold uppercase tracking-wide text-primary",children:"OIDC"})]}),(0,r.jsx)(C,{}),(0,r.jsxs)("button",{onClick:()=>f(!0),className:"flex items-center gap-1.5 px-3 h-8 rounded-lg border border-pink-500/30 bg-pink-500/10 text-pink-600 dark:text-pink-400 hover:bg-pink-500/20 transition-colors text-sm font-medium","aria-label":"Donate",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:"volunteer_activism"}),(0,r.jsx)("span",{className:"hidden sm:inline",children:"Donate"})]}),(0,r.jsx)(b.default,{}),(0,r.jsx)(h,{}),(0,r.jsx)(m.default,{onLogout:T})]}),(0,r.jsx)(j,{isOpen:p,onClose:()=>f(!1)})]})}function C(){let e=(0,y.C)(e=>e.visible),t=(0,y.C)(e=>e.query),s=(0,y.C)(e=>e.placeholder),a=(0,y.C)(e=>e.setQuery);return e?(0,r.jsxs)("div",{className:"relative w-[160px] sm:w-[220px]",children:[(0,r.jsx)("span",{className:"material-symbols-outlined absolute left-2 top-1/2 -translate-y-1/2 text-text-muted text-[16px] pointer-events-none",children:"search"}),(0,r.jsx)("input",{type:"text",value:t,onChange:e=>a(e.target.value),placeholder:s,className:"w-full h-8 pl-7 pr-7 rounded-lg border border-border bg-surface/60 text-sm focus:outline-none focus:border-primary/50 transition-colors"}),t&&(0,r.jsx)("button",{type:"button",onClick:()=>a(""),className:"absolute right-1 top-1/2 -translate-y-1/2 text-text-muted hover:text-text-main p-0.5 rounded","aria-label":"Clear search",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[16px]",children:"close"})})]}):null}k.propTypes={onMenuClick:d().func,showMenuButton:d().bool}},25086:(e,t,s)=>{s.d(t,{CardSkeleton:()=>o,PageLoading:()=>n,Skeleton:()=>i,Spinner:()=>l,default:()=>d});var r=s(95155),a=s(31474);function l({size:e="md",className:t}){return(0,r.jsx)("span",{className:(0,a.cn)("material-symbols-outlined animate-spin text-brand-500",{sm:"size-4",md:"size-6",lg:"size-8",xl:"size-12"}[e],t),children:"progress_activity"})}function n({message:e="Loading..."}){return(0,r.jsxs)("div",{className:"fixed inset-0 z-50 flex flex-col items-center justify-center bg-bg",children:[(0,r.jsx)(l,{size:"xl"}),(0,r.jsx)("p",{className:"mt-4 text-text-muted",children:e})]})}function i({className:e,...t}){return(0,r.jsx)("div",{className:(0,a.cn)("animate-pulse rounded-[10px] bg-surface-2",e),...t})}function o(){return(0,r.jsxs)("div",{className:"p-6 rounded-[14px] border border-border-subtle bg-surface shadow-[var(--shadow-soft)]",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between mb-4",children:[(0,r.jsx)(i,{className:"h-4 w-24"}),(0,r.jsx)(i,{className:"size-10 rounded-[10px]"})]}),(0,r.jsx)(i,{className:"h-8 w-16 mb-2"}),(0,r.jsx)(i,{className:"h-3 w-20"})]})}function d({type:e="spinner",...t}){switch(e){case"page":return(0,r.jsx)(n,{...t});case"skeleton":return(0,r.jsx)(i,{...t});case"card":return(0,r.jsx)(o,{...t});default:return(0,r.jsx)(l,{...t})}}},28058:(e,t,s)=>{s.d(t,{default:()=>n});var r=s(95155),a=s(12115),l=s(81127);function n({isOpen:e,onClose:t,onAdd:s,addedNames:i=[]}){let[o,d]=(0,a.useState)([]),[c,m]=(0,a.useState)(!1),[x,u]=(0,a.useState)(""),[p,h]=(0,a.useState)("all"),[b,f]=(0,a.useState)(null),[g,j]=(0,a.useState)(null),[v,y]=(0,a.useState)({}),[N,w]=(0,a.useState)({}),[k,C]=(0,a.useState)({});(0,a.useEffect)(()=>{!e||o.length>0||(m(!0),fetch("/api/cli-tools/cowork-mcp-registry").then(e=>e.json()).then(e=>{e.error?f(e.error):d(e.servers||[])}).catch(e=>f(e.message)).finally(()=>m(!1)))},[e]);let S=(0,a.useMemo)(()=>new Set(i),[i]),I=(0,a.useMemo)(()=>{let e=x.trim().toLowerCase();return o.filter(t=>("authless"!==p||!t.oauth)&&("oauth"!==p||!!t.oauth)&&(!e||(t.title||"").toLowerCase().includes(e)||(t.description||"").toLowerCase().includes(e)||(t.name||"").toLowerCase().includes(e)))},[o,x,p]),T=async e=>{if(!v[e.url]){w(t=>({...t,[e.url]:!0}));try{let t=await fetch("/api/cli-tools/cowork-mcp-tools",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({url:e.url})}),s=await t.json(),r=s.tools||[],a=Array.isArray(e.toolNames)?e.toolNames:[],l=r.length>0?r.map(e=>e.name):a;y(t=>({...t,[e.url]:{tools:r,requiresAuth:!!s.requiresAuth,error:s.error}})),C(t=>({...t,[e.url]:Object.fromEntries(l.map(e=>[e,!0]))}))}catch(t){y(s=>({...s,[e.url]:{tools:[],error:t.message}}))}finally{w(t=>({...t,[e.url]:!1}))}}},$=(e,t)=>{let s=k[e]||{};C(r=>({...r,[e]:Object.fromEntries(Object.keys(s).map(e=>[e,t]))}))};return(0,r.jsx)(l.default,{isOpen:e,onClose:t,title:"Browse MCP Marketplace",size:"lg",children:(0,r.jsxs)("div",{className:"flex flex-col gap-3",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("input",{type:"text",value:x,onChange:e=>u(e.target.value),placeholder:"Search by name or description...",className:"flex-1 px-2 py-1.5 bg-surface rounded text-xs border border-border focus:outline-none focus:ring-1 focus:ring-primary/50"}),(0,r.jsxs)("select",{value:p,onChange:e=>h(e.target.value),className:"px-2 py-1.5 bg-surface rounded text-xs border border-border focus:outline-none focus:ring-1 focus:ring-primary/50",children:[(0,r.jsx)("option",{value:"all",children:"All"}),(0,r.jsx)("option",{value:"authless",children:"Authless"}),(0,r.jsx)("option",{value:"oauth",children:"OAuth"})]})]}),b&&(0,r.jsx)("div",{className:"px-2 py-1.5 rounded text-xs bg-red-500/10 text-red-600",children:b}),c&&(0,r.jsxs)("div",{className:"flex items-center gap-2 text-text-muted text-xs py-4 justify-center",children:[(0,r.jsx)("span",{className:"material-symbols-outlined animate-spin text-[18px]",children:"progress_activity"}),(0,r.jsx)("span",{children:"Loading registry..."})]}),!c&&(0,r.jsxs)("div",{className:"flex flex-col gap-1 max-h-[60vh] overflow-y-auto",children:[0===I.length&&(0,r.jsx)("div",{className:"text-center text-xs text-text-muted py-6",children:"No servers match filter"}),I.map(e=>{let t=S.has(e.slug||e.name),a=g===e.url,l=v[e.url],n=N[e.url],i=k[e.url]||{},o=Object.keys(i),d=Object.values(i).filter(Boolean).length;return(0,r.jsxs)("div",{className:"rounded border border-transparent hover:border-border",children:[(0,r.jsxs)("div",{className:"flex items-start gap-2 px-2 py-2 hover:bg-black/5 dark:hover:bg-white/5",children:[e.iconUrl?(0,r.jsx)("img",{src:e.iconUrl,alt:"",className:"size-7 rounded shrink-0 object-contain",onError:e=>{e.target.style.display="none"}}):(0,r.jsx)("div",{className:"size-7 rounded bg-surface shrink-0"}),(0,r.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,r.jsxs)("div",{className:"flex items-center gap-1.5 flex-wrap",children:[(0,r.jsx)("span",{className:"font-medium text-xs",children:e.title}),e.oauth?(0,r.jsx)("span",{className:"px-1 py-0.5 text-[9px] rounded bg-amber-500/10 text-amber-600",children:"OAuth"}):(0,r.jsx)("span",{className:"px-1 py-0.5 text-[9px] rounded bg-green-500/10 text-green-600",children:"Authless"}),e.toolCount>0&&(0,r.jsxs)("span",{className:"text-[10px] text-text-muted",children:[e.toolCount," tools"]})]}),e.description&&(0,r.jsx)("p",{className:"text-[10px] text-text-muted line-clamp-2 mt-0.5",children:e.description})]}),(0,r.jsx)("button",{onClick:()=>t?null:void(g===e.url?j(null):(j(e.url),T(e))),disabled:t,className:`shrink-0 px-2 py-1 rounded text-[10px] font-medium transition-colors ${t?"bg-green-500/10 text-green-600 cursor-default":a?"bg-surface border border-border text-text-muted hover:bg-black/5":"bg-primary/10 border border-primary/40 text-primary hover:bg-primary/20"}`,children:t?"Added":a?"Cancel":"+ Add"})]}),a&&(0,r.jsxs)("div",{className:"px-3 py-2 bg-surface/40 border-t border-border flex flex-col gap-2",children:[n&&(0,r.jsxs)("div",{className:"flex items-center gap-2 text-text-muted text-[10px] py-1",children:[(0,r.jsx)("span",{className:"material-symbols-outlined animate-spin text-[14px]",children:"progress_activity"}),(0,r.jsx)("span",{children:"Probing server for tools..."})]}),!n&&l?.requiresAuth&&(0,r.jsx)("p",{className:"text-[10px] text-amber-600 bg-amber-500/10 px-2 py-1 rounded",children:"\uD83D\uDD10 OAuth required. Add now and authenticate after Apply; tool list will be discovered after first connect."}),!n&&l?.error&&!l?.requiresAuth&&(0,r.jsxs)("p",{className:"text-[10px] text-red-600 bg-red-500/10 px-2 py-1 rounded",children:["Probe failed: ",l.error]}),!n&&0===o.length&&!l?.requiresAuth&&!l?.error&&(0,r.jsx)("p",{className:"text-[10px] text-text-muted",children:"No tools advertised by server."}),!n&&o.length>0&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"flex items-center justify-between",children:[(0,r.jsxs)("span",{className:"text-[10px] text-text-muted",children:[d,"/",o.length," tools enabled"]}),(0,r.jsxs)("div",{className:"flex gap-1",children:[(0,r.jsx)("button",{onClick:()=>$(e.url,!0),className:"text-[10px] text-primary hover:underline",children:"All"}),(0,r.jsx)("span",{className:"text-[10px] text-text-muted",children:"\xb7"}),(0,r.jsx)("button",{onClick:()=>$(e.url,!1),className:"text-[10px] text-primary hover:underline",children:"None"})]})]}),(0,r.jsx)("div",{className:"grid grid-cols-2 gap-1 max-h-40 overflow-y-auto",children:o.map(t=>(0,r.jsxs)("label",{className:"flex items-center gap-1.5 text-[10px] cursor-pointer hover:bg-black/5 dark:hover:bg-white/5 px-1 rounded",children:[(0,r.jsx)("input",{type:"checkbox",checked:!!i[t],onChange:()=>{var s;return s=e.url,void C(e=>({...e,[s]:{...e[s],[t]:!e[s]?.[t]}}))},className:"size-3"}),(0,r.jsx)("span",{className:"truncate",children:t})]},t))})]}),(0,r.jsx)("button",{onClick:()=>{let t,r;return r=Object.keys(t=k[e.url]||{}).filter(e=>t[e]),void(s?.({name:e.slug||e.name,title:e.title,description:e.description,url:e.url,transport:e.transport,oauth:e.oauth,toolNames:r}),j(null))},className:"self-end px-2 py-1 rounded text-[10px] font-medium bg-primary text-white hover:bg-primary/90",children:"✓ Confirm Add"})]})]},e.url)})]}),(0,r.jsxs)("div",{className:"text-[10px] text-text-muted text-right",children:[I.length," of ",o.length," servers"]})]})})}},28067:(e,t,s)=>{s.d(t,{default:()=>l});var r=s(95155),a=s(31474);function l({options:e=[],value:t,onChange:s,size:n="md",className:i}){let o={sm:"h-7 text-xs",md:"h-9 text-sm",lg:"h-11 text-base"};return(0,r.jsx)("div",{className:(0,a.cn)("inline-flex items-center p-1 rounded-[10px] overflow-x-auto","bg-surface-2",i),children:e.map(e=>(0,r.jsxs)("button",{onClick:()=>s(e.value),className:(0,a.cn)("shrink-0 px-4 rounded-[8px] font-medium transition-all",o[n],t===e.value?"bg-surface text-text-main shadow-sm":"text-text-muted hover:text-text-main"),children:[e.icon&&(0,r.jsx)("span",{className:"material-symbols-outlined text-[16px] mr-1.5",children:e.icon}),e.label]},e.value))})}},28815:(e,t,s)=>{s.d(t,{default:()=>o});var r=s(95155),a=s(12115),l=s(81127),n=s(92542),i=s(11059);function o({isOpen:e,onClose:t,title:s="Manual Configuration",configs:d=[]}){let{copy:c}=(0,i.C)(),[m,x]=(0,a.useState)(null);return(0,r.jsx)(l.default,{isOpen:e,onClose:t,title:s,size:"xl",children:(0,r.jsx)("div",{className:"flex flex-col gap-4",children:d.map((e,t)=>(0,r.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between",children:[(0,r.jsx)("span",{className:"text-sm font-medium text-text-main",children:e.filename}),(0,r.jsxs)(n.default,{variant:"ghost",size:"sm",onClick:()=>{var s;return s=e.content,void(c(s,`manualconfig-${t}`),x(t),setTimeout(()=>x(null),2e3))},children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1",children:m===t?"check":"content_copy"}),m===t?"Copied!":"Copy"]})]}),(0,r.jsx)("pre",{className:"px-3 py-2 bg-black/5 dark:bg-white/5 rounded font-mono text-xs overflow-x-auto whitespace-pre-wrap break-all max-h-60 overflow-y-auto border border-border",children:e.content})]},t))})})}},30815:(e,t,s)=>{s.d(t,{default:()=>o});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(35497);function o({isOpen:e,onSuccess:t,onClose:s}){let[l,n]=(0,a.useState)(""),[d,c]=(0,a.useState)(""),[m,x]=(0,a.useState)(null),[u,p]=(0,a.useState)(!1),[h,b]=(0,a.useState)(!1),[f,g]=(0,a.useState)(!1),[j,v]=(0,a.useState)(!1),y=async()=>{b(!0),x(null),g(!1),v(!1);try{let e=await fetch("/api/oauth/cursor/auto-import"),t=await e.json();t.found?(n(t.accessToken),c(t.machineId),g(!0)):t.windowsManual?v(!0):x(t.error||"Could not auto-detect tokens")}catch(e){x("Failed to auto-detect tokens")}finally{b(!1)}};(0,a.useEffect)(()=>{e&&y()},[e]);let N=async()=>{if(!l.trim())return void x("Please enter an access token");if(!d.trim())return void x("Please enter a machine ID");p(!0),x(null);try{let e=await fetch("/api/oauth/cursor/import",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({accessToken:l.trim(),machineId:d.trim()})}),r=await e.json();if(!e.ok)throw Error(r.error||"Import failed");t?.(),s()}catch(e){x(e.message)}finally{p(!1)}};return(0,r.jsx)(i.aF,{isOpen:e,title:"Connect Cursor IDE",onClose:s,children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:[h&&(0,r.jsxs)("div",{className:"text-center py-6",children:[(0,r.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-primary/10 flex items-center justify-center",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-3xl text-primary animate-spin",children:"progress_activity"})}),(0,r.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Auto-detecting tokens..."}),(0,r.jsx)("p",{className:"text-sm text-text-muted",children:"Reading from Cursor IDE database"})]}),!h&&(0,r.jsxs)(r.Fragment,{children:[f&&(0,r.jsx)("div",{className:"bg-green-50 dark:bg-green-900/20 p-3 rounded-lg border border-green-200 dark:border-green-800",children:(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-green-600 dark:text-green-400",children:"check_circle"}),(0,r.jsx)("p",{className:"text-sm text-green-800 dark:text-green-200",children:"Tokens auto-detected from Cursor IDE successfully!"})]})}),j&&(0,r.jsxs)("div",{className:"bg-amber-50 dark:bg-amber-900/20 p-3 rounded-lg border border-amber-200 dark:border-amber-800 flex flex-col gap-2",children:[(0,r.jsxs)("div",{className:"flex gap-2 items-center",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-amber-600 dark:text-amber-400",children:"info"}),(0,r.jsx)("p",{className:"text-sm font-medium text-amber-800 dark:text-amber-200",children:"Could not read Cursor database automatically."})]}),(0,r.jsxs)("p",{className:"text-xs text-amber-700 dark:text-amber-300",children:["Make sure Cursor IDE has been opened at least once, then click ",(0,r.jsx)("strong",{children:"Retry"}),". If the problem persists, paste your tokens manually below."]}),(0,r.jsx)(i.$n,{onClick:y,variant:"outline",fullWidth:!0,children:"Retry"})]}),!f&&!j&&!m&&(0,r.jsx)("div",{className:"bg-blue-50 dark:bg-blue-900/20 p-3 rounded-lg border border-blue-200 dark:border-blue-800",children:(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-blue-600 dark:text-blue-400",children:"info"}),(0,r.jsx)("p",{className:"text-sm text-blue-800 dark:text-blue-200",children:"Cursor IDE not detected. Please paste your tokens manually."})]})}),(0,r.jsxs)("div",{children:[(0,r.jsxs)("label",{className:"block text-sm font-medium mb-2",children:["Access Token ",(0,r.jsx)("span",{className:"text-red-500",children:"*"})]}),(0,r.jsx)("textarea",{value:l,onChange:e=>n(e.target.value),placeholder:"Access token will be auto-filled...",rows:3,className:"w-full px-3 py-2 text-sm font-mono border border-border rounded-lg bg-background focus:outline-none focus:border-primary resize-none"})]}),(0,r.jsxs)("div",{children:[(0,r.jsxs)("label",{className:"block text-sm font-medium mb-2",children:["Machine ID ",(0,r.jsx)("span",{className:"text-red-500",children:"*"})]}),(0,r.jsx)(i.pd,{value:d,onChange:e=>c(e.target.value),placeholder:"Machine ID will be auto-filled...",className:"font-mono text-sm"})]}),m&&(0,r.jsx)("div",{className:"bg-red-50 dark:bg-red-900/20 p-3 rounded-lg border border-red-200 dark:border-red-800",children:(0,r.jsx)("p",{className:"text-sm text-red-600 dark:text-red-400",children:m})}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:N,fullWidth:!0,disabled:u||!l.trim()||!d.trim(),children:u?"Importing...":"Import Token"}),(0,r.jsx)(i.$n,{onClick:s,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})]})})}o.propTypes={isOpen:n().bool.isRequired,onSuccess:n().func,onClose:n().func.isRequired}},31474:(e,t,s)=>{s.d(t,{cn:()=>r});function r(...e){return e.filter(Boolean).join(" ").replace(/\s+/g," ").trim()}},35497:(e,t,s)=>{s.d(t,{x0:()=>C.default,Ex:()=>d.default,Go:()=>c.default,$n:()=>r.default,Zp:()=>n.default,Qv:()=>o.CardSkeleton,xl:()=>N.default,CK:()=>h.default,uo:()=>i.ConfirmModal,G9:()=>v.default,wI:()=>k.default,vj:()=>w.default,vE:()=>y.default,pd:()=>a.default,Mh:()=>j.default,uR:()=>p.default,Nf:()=>b.default,aF:()=>i.default,rq:()=>u.default,gw:()=>S.default,LF:()=>x.default,dK:()=>A.default,Wx:()=>$.default,gM:()=>g.default,Iz:()=>I.default,l6:()=>l.default,lM:()=>m.default,m_:()=>T.default,jK:()=>f.default});var r=s(92542),a=s(11910),l=s(98),n=s(84588),i=s(81127),o=s(25086);s(56319);var d=s(56061),c=s(39835),m=s(98542);s(38587),s(21110),s(92622),s(24747),s(92173);var x=s(90882),u=s(72908),p=s(28815),h=s(45455),b=s(28058),f=s(4809);s(21931),s(36548),s(80752),s(40197);var g=s(23615);s(61500);var j=s(62899);s(94230);var v=s(30815),y=s(23936),N=s(21286),w=s(95088),k=s(73579),C=s(96748),S=s(4823),I=s(28067),T=s(97677),$=s(51825),A=s(50378);s(7648),s(91450)},36548:(e,t,s)=>{s.d(t,{default:()=>n});var r=s(95155),a=s(12115),l=s(14932);function n(){let[e,t]=(0,a.useState)(!1);return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("button",{onClick:()=>t(!0),className:"relative flex items-center gap-1.5 px-2.5 py-1.5 rounded-lg transition-all text-text-muted hover:text-text-main hover:bg-black/5 dark:hover:bg-white/5",title:"9Remote",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:"computer"}),(0,r.jsx)("span",{className:"text-xs font-medium",children:"Remote"})]}),(0,r.jsx)(l.A,{isOpen:e,onClose:()=>t(!1)})]})}},38003:(e,t,s)=>{s.d(t,{C:()=>r});let r=(0,s(1934).v)(e=>({query:"",placeholder:"",visible:!1,setQuery:t=>e({query:t}),register:(t="Search...")=>e({visible:!0,placeholder:t,query:""}),unregister:()=>e({visible:!1,placeholder:"",query:""})}))},38202:(e,t,s)=>{s.d(t,{h:()=>r});let r={en:"\uD83C\uDDFA\uD83C\uDDF8",vi:"\uD83C\uDDFB\uD83C\uDDF3","zh-CN":"\uD83C\uDDE8\uD83C\uDDF3","zh-TW":"\uD83C\uDDF9\uD83C\uDDFC",ja:"\uD83C\uDDEF\uD83C\uDDF5","pt-BR":"\uD83C\uDDE7\uD83C\uDDF7","pt-PT":"\uD83C\uDDF5\uD83C\uDDF9",ko:"\uD83C\uDDF0\uD83C\uDDF7",es:"\uD83C\uDDEA\uD83C\uDDF8",de:"\uD83C\uDDE9\uD83C\uDDEA",fr:"\uD83C\uDDEB\uD83C\uDDF7",he:"\uD83C\uDDEE\uD83C\uDDF1",ar:"\uD83C\uDDF8\uD83C\uDDE6",ru:"\uD83C\uDDF7\uD83C\uDDFA",pl:"\uD83C\uDDF5\uD83C\uDDF1",cs:"\uD83C\uDDE8\uD83C\uDDFF",nl:"\uD83C\uDDF3\uD83C\uDDF1",tr:"\uD83C\uDDF9\uD83C\uDDF7",uk:"\uD83C\uDDFA\uD83C\uDDE6",tl:"\uD83C\uDDF5\uD83C\uDDED",id:"\uD83C\uDDEE\uD83C\uDDE9",th:"\uD83C\uDDF9\uD83C\uDDED",hi:"\uD83C\uDDEE\uD83C\uDDF3",bn:"\uD83C\uDDE7\uD83C\uDDE9",ur:"\uD83C\uDDF5\uD83C\uDDF0",ro:"\uD83C\uDDF7\uD83C\uDDF4",sv:"\uD83C\uDDF8\uD83C\uDDEA",it:"\uD83C\uDDEE\uD83C\uDDF9",el:"\uD83C\uDDEC\uD83C\uDDF7",hu:"\uD83C\uDDED\uD83C\uDDFA",fi:"\uD83C\uDDEB\uD83C\uDDEE",da:"\uD83C\uDDE9\uD83C\uDDF0",no:"\uD83C\uDDF3\uD83C\uDDF4"}},38587:(e,t,s)=>{s.d(t,{default:()=>n});var r=s(95155),a=s(1620),l=s(31474);function n({className:e,variant:t="default"}){let{isDark:s,toggleTheme:i}=(0,a.D)(),o={default:(0,l.cn)("flex items-center justify-center size-10 rounded-full","text-text-muted hover:text-text-main","hover:bg-surface-2 transition-colors"),card:(0,l.cn)("flex items-center justify-center size-11 rounded-full","bg-surface/60 hover:bg-surface","border border-border","backdrop-blur-md shadow-sm hover:shadow-[var(--shadow-warm)]","text-text-muted hover:text-brand-500","transition-all group")};return(0,r.jsx)("button",{onClick:i,className:(0,l.cn)(o[t],e),"aria-label":`Switch to ${s?"light":"dark"} mode`,title:`Switch to ${s?"light":"dark"} mode`,children:(0,r.jsx)("span",{className:(0,l.cn)("material-symbols-outlined text-[22px]","card"===t&&"transition-transform duration-300 group-hover:rotate-12"),children:s?"light_mode":"dark_mode"})})}},39835:(e,t,s)=>{s.d(t,{default:()=>N});var r=s(95155),a=s(12115),l=s(5772),n=s(14051),i=s.n(n),o=s(56061),d=s(92542),c=s(11910),m=s(81127),x=s(98);let u=new Set(["queued","running","needs_manual"]),p=new Set(["completed","failed","cancelled"]),h="chromium",b=[{value:"chromium",label:"Chromium (default, fast)"},{value:"camoufox",label:"Camoufox (stealth Firefox, slower)"}];function f(e){return String(e||"waiting").replaceAll("_"," ")}function g(e){if(!e)return"now";let t=new Date(e);return Number.isNaN(t.getTime())?"now":t.toLocaleTimeString([],{hour:"2-digit",minute:"2-digit",second:"2-digit"})}function j({status:e}){return(0,r.jsx)(o.default,{variant:"success"===e||"completed"===e?"success":"needs_manual"===e?"warning":"running"===e||"queued"===e?"info":"cancelled"===e?"default":"danger",size:"sm",children:f(e)})}async function v(e,t){let s=await fetch(`/api/oauth/${e}/bulk-import/${t}`,{cache:"no-store"}),r=await s.json();return{res:s,data:r}}async function y(e,t="recoverable"){let s=await fetch(`/api/oauth/${e}/bulk-import/latest?scope=${encodeURIComponent(t)}`,{cache:"no-store"}),r=await s.json();return{res:s,data:r}}function N({isOpen:e,onClose:t,onSuccess:s,provider:n,title:i,serviceName:o}){let w=`${n}-bulk-import-active-job`,k=(0,a.useRef)(new Set),[C,S]=(0,a.useState)(""),[I,T]=(0,a.useState)(String(4)),[$,A]=(0,a.useState)(!1),[O,R]=(0,a.useState)(h),[P,_]=(0,a.useState)(""),[E,M]=(0,a.useState)([]),[L,z]=(0,a.useState)(null),[q,F]=(0,a.useState)(null),[U,D]=(0,a.useState)(!1),[W,B]=(0,a.useState)(null),K=L&&u.has(L.status),J=L&&p.has(L.status);(0,a.useEffect)(()=>{if(!e)return;let t=!1;return(async()=>{try{let e=await fetch("/api/proxy-pools?isActive=true",{cache:"no-store"}),s=await e.json();!t&&e.ok&&M(s.proxyPools||[])}catch{}})(),()=>{t=!0}},[e]);let G=(0,a.useMemo)(()=>{let e=new Map;for(let t of L?.accounts||[]){let s=t.status||"unknown";e.has(s)||e.set(s,[]),e.get(s).push(t)}return[...e.entries()].map(([e,t])=>({status:e,accounts:t}))},[L]),V=(0,a.useMemo)(()=>[...L?.activity||[]].reverse(),[L]),Q=(0,a.useCallback)(()=>{S(""),T(String(4)),A(!1),R(h),_(""),z(null),F(null),D(!1),B(null),window.localStorage.removeItem(w)},[w]);(0,a.useEffect)(()=>{if(!e)return;let t=!1;return(async()=>{F(null),B(null);try{let e=window.localStorage.getItem(w);if(e){let{res:s,data:r}=await v(n,e);if(!t&&s.ok&&r?.job&&r.recoverable){z(r.job),B("Restored the active bulk login job.");return}}let s=await y(n);!t&&s.res.ok&&s.data?.job&&(z(s.data.job),B("Restored the latest recoverable bulk login job."),window.localStorage.setItem(w,s.data.job.jobId))}catch{t||B(null)}})(),()=>{t=!0}},[e,n,w]),(0,a.useEffect)(()=>{if(!e||!L?.jobId||J)return;let t=window.setInterval(async()=>{try{let{res:e,data:t}=await v(n,L.jobId);e.ok&&t?.job&&(z(t.job),window.localStorage.setItem(w,t.job.jobId),p.has(t.job.status)&&!k.current.has(t.job.jobId)&&(k.current.add(t.job.jobId),s?.()))}catch{}},2e3);return()=>window.clearInterval(t)},[L?.jobId,J,e,s,n,w]);let H=async()=>{let e=C.split("\n").map(e=>e.trim()).filter(Boolean);if(!e.length)return void F("Please enter at least one gmail|password line");D(!0),F(null),B(null);try{let t="none",s=null;"all"===P?t="all":P&&""!==P&&(t="single",s=P);let r=await fetch(`/api/oauth/${n}/bulk-import`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({accounts:e,concurrency:$?"auto":Number.parseInt(I,10)||4,engine:O,proxyPoolMode:t,proxyPoolId:s})}),a=await r.json();if(!r.ok){let e=Array.isArray(a.invalidLines)&&a.invalidLines.length>0?` Invalid lines: ${a.invalidLines.join(", ")}`:"";throw Error((a.error||"Bulk account import failed")+e)}z(a.job||null),a.job?.jobId&&(k.current.delete(a.job.jobId),window.localStorage.setItem(w,a.job.jobId))}catch(e){F(e.message)}finally{D(!1)}},X=async()=>{if(L?.jobId)try{let e=await fetch(`/api/oauth/${n}/bulk-import/${L.jobId}/cancel`,{method:"POST"}),t=await e.json();if(!e.ok)throw Error(t.error||"Failed to cancel job");t.job&&z(t.job)}catch(e){F(e.message)}},Y=async e=>{if(L?.jobId&&e)try{let t=await fetch(`/api/oauth/${n}/bulk-import/${L.jobId}/manual/${e}`,{method:"POST"}),s=await t.json();if(!t.ok)throw Error(s.error||"Failed to open manual session");s.job&&z(s.job)}catch(e){F(e.message)}},Z=()=>{Q(),s?.()};return(0,r.jsx)(m.default,{isOpen:e,title:i,onClose:t,size:"full",className:"max-w-[min(96vw,1320px)]",children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:[!L&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{className:"rounded-lg border border-blue-200 bg-blue-50 p-3 dark:border-blue-800 dark:bg-blue-900/20",children:(0,r.jsx)("p",{className:"text-sm text-blue-800 dark:text-blue-200",children:"Bulk GSuite login runs browser workers in the background. Use one account per line in gmail|password format. Accounts that hit CAPTCHA, 2FA, or recovery prompts move to manual assist."})}),(0,r.jsxs)("div",{children:[(0,r.jsxs)("label",{className:"mb-2 block text-sm font-medium",children:["Bulk Accounts ",(0,r.jsx)("span",{className:"text-red-500",children:"*"})]}),(0,r.jsx)("textarea",{value:C,onChange:e=>S(e.target.value),placeholder:"gmail1@example.com|password1\ngmail2@example.com|password2",className:"min-h-[180px] w-full resize-y rounded-lg border border-border bg-background px-3 py-2 font-mono text-sm focus:outline-none focus:ring-1 focus:ring-primary"}),(0,r.jsx)("p",{className:"mt-1 text-xs text-text-muted",children:"One account per line in the format gmail|password."})]}),(0,r.jsxs)("div",{className:"grid gap-4 sm:grid-cols-2",children:[(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{className:"mb-2 flex items-center justify-between gap-2",children:[(0,r.jsx)("label",{className:"block text-sm font-medium",children:"Concurrent Workers"}),(0,r.jsxs)("label",{className:"flex cursor-pointer items-center gap-1.5 text-xs text-text-muted",children:[(0,r.jsx)("input",{type:"checkbox",checked:$,onChange:e=>A(e.target.checked),className:"size-3.5 rounded border-black/20 dark:border-white/20"}),"Auto-detect"]})]}),(0,r.jsx)(c.default,{type:"number",min:"1",max:"8",value:$?"":I,onChange:e=>T(e.target.value),placeholder:$?"Auto":"4",disabled:$}),(0,r.jsx)("p",{className:"mt-1 text-xs text-text-muted",children:$?"Workers auto-detected from server CPU/RAM, clamped to 1 to 8.":"Default 4. Allowed range: 1 to 8 workers."})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("label",{className:"mb-2 block text-sm font-medium",children:"Browser Engine"}),(0,r.jsx)("select",{value:O,onChange:e=>R(e.target.value),className:"w-full rounded-lg border border-border bg-background px-3 py-2 text-sm focus:outline-none focus:ring-1 focus:ring-primary",children:b.map(e=>(0,r.jsx)("option",{value:e.value,children:e.label},e.value))}),(0,r.jsx)("p",{className:"mt-1 text-xs text-text-muted",children:"Camoufox is a stealth Firefox; first run downloads ~150MB."})]})]}),(0,r.jsx)(x.default,{label:"Proxy Pool",value:P,onChange:e=>_(e.target.value),placeholder:"No Proxy (direct connection)",hint:"all"===P?`Round-robin across ${E.length} active pool${1===E.length?"":"s"}. Each account gets a different proxy.`:P?"All accounts will use this proxy.":"Optional. Assign proxies to accounts for IP rotation.",options:[{value:"all",label:`All Active Pools (${E.length})`},...E.map(e=>({value:e.id,label:e.name||e.proxyUrl}))]})]}),L&&(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsxs)("div",{className:"flex flex-col gap-3 rounded-xl border border-border p-4 sm:flex-row sm:items-start sm:justify-between",children:[(0,r.jsxs)("div",{children:[(0,r.jsxs)("h3",{className:"font-semibold",children:[o," Bulk Login Job"]}),(0,r.jsxs)("p",{className:"text-xs text-text-muted",children:["Job ID: ",(0,r.jsx)("span",{className:"font-mono",children:L.jobId})]}),(0,r.jsxs)("p",{className:"text-xs text-text-muted",children:["Status: ",(0,r.jsx)("span",{className:"font-medium",children:L.status})," | Workers: ",L.concurrency]})]}),(0,r.jsxs)("div",{className:"flex gap-2",children:[K&&(0,r.jsx)(d.default,{size:"sm",variant:"secondary",onClick:X,children:"Cancel Job"}),J&&(0,r.jsx)(d.default,{size:"sm",onClick:Z,children:"Done & Refresh"})]})]}),(0,r.jsx)("div",{className:"grid grid-cols-2 gap-2 sm:grid-cols-3 lg:grid-cols-6",children:Object.entries(L.summary||{}).map(([e,t])=>(0,r.jsxs)("div",{className:"rounded-lg bg-sidebar px-3 py-2",children:[(0,r.jsx)("p",{className:"text-[11px] uppercase tracking-wide text-text-muted",children:f(e)}),(0,r.jsx)("p",{className:"text-lg font-semibold",children:t})]},e))}),L.error&&(0,r.jsx)("div",{className:"rounded-lg border border-red-200 bg-red-50 p-3 text-sm text-red-700 dark:border-red-800 dark:bg-red-900/20 dark:text-red-300",children:L.error}),L.summary?.needs_manual>0&&(0,r.jsxs)("div",{className:"rounded-lg border border-amber-200 bg-amber-50 p-3 text-sm text-amber-800 dark:border-amber-800 dark:bg-amber-900/20 dark:text-amber-200",children:["Some accounts need manual assist. Open the worker session, finish the Google or ",o," prompts, and the job will keep polling."]}),(0,r.jsxs)("div",{className:"grid gap-4 lg:grid-cols-[minmax(0,7fr)_minmax(300px,3fr)]",children:[(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsxs)("div",{className:"overflow-hidden rounded-xl border border-border bg-sidebar",children:[(0,r.jsxs)("div",{className:"flex flex-col gap-2 border-b border-border px-4 py-3 sm:flex-row sm:items-center sm:justify-between",children:[(0,r.jsxs)("div",{children:[(0,r.jsx)("p",{className:"text-sm font-semibold",children:"Live Browser Preview"}),(0,r.jsxs)("p",{className:"text-xs text-text-muted",children:[L.preview?.email||"Waiting for worker",L.preview?.workerId?` | Worker ${L.preview.workerId}`:""]})]}),(0,r.jsxs)("div",{className:"text-right text-xs text-text-muted",children:[(0,r.jsx)("p",{children:f(L.preview?.step)}),(0,r.jsxs)("p",{children:["Updated ",g(L.preview?.updatedAt)]})]})]}),(0,r.jsx)("div",{className:"relative bg-black/90",children:L.preview?.imageData?(0,r.jsx)(l.default,{src:L.preview.imageData,alt:`Live worker preview for ${L.preview.email||o}`,width:1440,height:900,unoptimized:!0,className:"h-[340px] w-full object-contain"}):(0,r.jsxs)("div",{className:"flex h-[340px] flex-col items-center justify-center gap-3 px-6 text-center text-slate-200",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-5xl text-primary/80",children:"browser_updated"}),(0,r.jsxs)("div",{children:[(0,r.jsxs)("p",{className:"text-base font-medium",children:["Preview will appear when a worker opens Google or ",o]}),(0,r.jsx)("p",{className:"mt-1 text-sm text-slate-400",children:"The job keeps running even when a screenshot is not available yet."})]})]})})]}),G.map(e=>(0,r.jsxs)("div",{className:"rounded-xl border border-border p-4",children:[(0,r.jsxs)("div",{className:"mb-3 flex items-center justify-between gap-3",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)(j,{status:e.status}),(0,r.jsx)("p",{className:"text-sm font-semibold capitalize",children:f(e.status)})]}),(0,r.jsxs)("p",{className:"text-xs text-text-muted",children:[e.accounts.length," account",1===e.accounts.length?"":"s"]})]}),(0,r.jsx)("div",{className:"grid gap-3 xl:grid-cols-2",children:e.accounts.map(e=>(0,r.jsxs)("div",{className:"rounded-xl border border-border bg-background/80 p-4",children:[(0,r.jsxs)("div",{className:"flex flex-col gap-2 sm:flex-row sm:items-start sm:justify-between",children:[(0,r.jsxs)("div",{className:"min-w-0",children:[(0,r.jsx)("p",{className:"truncate text-sm font-semibold",children:e.email}),(0,r.jsxs)("p",{className:"text-[11px] text-text-muted",children:["Line ",e.line,e.workerId?` | Worker ${e.workerId}`:""," | ",g(e.updatedAt)]})]}),(0,r.jsx)(j,{status:e.status})]}),(0,r.jsxs)("div",{className:"mt-3 rounded-lg border border-border/70 bg-sidebar/70 px-3 py-2",children:[(0,r.jsx)("p",{className:"text-[11px] uppercase tracking-wide text-text-muted",children:"Current Step"}),(0,r.jsx)("p",{className:"mt-1 text-sm font-medium capitalize",children:f(e.currentStep)})]}),e.proxyUrl&&(0,r.jsxs)("div",{className:"mt-2 flex items-center gap-1.5",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[14px] text-text-muted",children:"vpn_lock"}),(0,r.jsx)("p",{className:"truncate font-mono text-[11px] text-text-muted",children:e.proxyUrl})]}),e.error&&(0,r.jsx)("p",{className:"mt-3 text-xs text-red-500",children:e.error}),e.manualSessionAvailable&&e.workerId?(0,r.jsxs)("div",{className:"mt-3 flex flex-col gap-2 sm:flex-row sm:items-center",children:[(0,r.jsx)(d.default,{size:"sm",variant:e.manualSessionOpened?"secondary":"primary",onClick:()=>Y(e.workerId),children:e.manualSessionOpened?"Re-open Manual Session":"Open Manual Session"}),(0,r.jsx)("p",{className:"text-[11px] text-text-muted",children:"Use this only for CAPTCHA, 2FA, or recovery prompts."})]}):null]},`${e.email}-${e.line}`))})]},e.status))]}),(0,r.jsxs)("div",{className:"rounded-xl border border-border bg-sidebar/70",children:[(0,r.jsxs)("div",{className:"border-b border-border px-4 py-3",children:[(0,r.jsx)("p",{className:"text-sm font-semibold",children:"Live Activity Log"}),(0,r.jsx)("p",{className:"text-xs text-text-muted",children:"Worker steps update in near real time."})]}),(0,r.jsxs)("div",{className:"max-h-[640px] space-y-3 overflow-y-auto p-4",children:[0===V.length&&(0,r.jsx)("div",{className:"rounded-lg bg-background/70 px-3 py-4 text-sm text-text-muted",children:"Waiting for the first worker event..."}),V.map(e=>(0,r.jsxs)("div",{className:"rounded-lg border border-border/70 bg-background/80 px-3 py-3",children:[(0,r.jsxs)("div",{className:"flex items-start justify-between gap-3",children:[(0,r.jsxs)("div",{className:"min-w-0",children:[(0,r.jsx)("p",{className:"truncate text-sm font-semibold",children:e.email}),(0,r.jsxs)("p",{className:"text-[11px] text-text-muted",children:[e.workerId?`Worker ${e.workerId}`:"Waiting"," | ",f(e.step)]})]}),(0,r.jsx)("span",{className:"shrink-0 text-[11px] text-text-muted",children:g(e.at)})]}),(0,r.jsx)("p",{className:"mt-2 text-xs text-text-muted",children:e.message})]},e.id))]})]})]})]}),W&&(0,r.jsx)("div",{className:"rounded-lg border border-amber-200 bg-amber-50 p-3 dark:border-amber-800 dark:bg-amber-900/20",children:(0,r.jsx)("p",{className:"text-sm text-amber-700 dark:text-amber-300",children:W})}),q&&(0,r.jsx)("div",{className:"rounded-lg border border-red-200 bg-red-50 p-3 dark:border-red-800 dark:bg-red-900/20",children:(0,r.jsx)("p",{className:"text-sm text-red-600 dark:text-red-400",children:q})}),(0,r.jsxs)("div",{className:"flex gap-2",children:[!L&&(0,r.jsx)(d.default,{onClick:H,fullWidth:!0,disabled:U||!C.trim(),children:U?"Starting...":"Start Bulk Login"}),L&&!J&&(0,r.jsx)(d.default,{onClick:X,fullWidth:!0,variant:"secondary",disabled:!K,children:K?"Cancel Running Job":"Job Stopped"}),J&&(0,r.jsx)(d.default,{onClick:Z,fullWidth:!0,children:"Done & Refresh Connections"}),(0,r.jsx)(d.default,{onClick:L?Q:t,variant:"ghost",fullWidth:!0,children:L?"Clear":"Cancel"})]})]})})}j.propTypes={status:i().string},N.propTypes={isOpen:i().bool.isRequired,onClose:i().func.isRequired,onSuccess:i().func,provider:i().string.isRequired,title:i().string.isRequired,serviceName:i().string.isRequired}},40197:(e,t,s)=>{s.d(t,{default:()=>c});var r=s(95155),a=s(12115),l=s(47650),n=s(14051),i=s.n(n),o=s(9233),d=s(90620);function c({isOpen:e,onClose:t}){let[s,n]=(0,a.useState)(""),[i,m]=(0,a.useState)(!1),[x,u]=(0,a.useState)(""),p=(0,a.useRef)(null);return((0,a.useEffect)(()=>{e&&!s&&(m(!0),u(""),fetch(d.Nu.changelogUrl).then(e=>{if(!e.ok)throw Error(`HTTP ${e.status}`);return e.text()}).then(e=>n(o.xI.parse(e))).catch(e=>u(e.message||"Failed to load")).finally(()=>m(!1)))},[e,s]),(0,a.useEffect)(()=>{let s=e=>{p.current&&!p.current.contains(e.target)&&t()};if(e)return document.addEventListener("mousedown",s),()=>document.removeEventListener("mousedown",s)},[e,t]),!e||"u"<typeof document)?null:(0,l.createPortal)((0,r.jsxs)("div",{className:"fixed inset-0 z-50 flex items-center justify-center p-4",children:[(0,r.jsx)("div",{className:"absolute inset-0 bg-black/30 backdrop-blur-sm",onClick:t}),(0,r.jsxs)("div",{ref:p,className:"relative w-full bg-surface border border-black/10 dark:border-white/10 rounded-xl shadow-2xl animate-in fade-in zoom-in-95 duration-200 max-w-3xl flex flex-col max-h-[85vh]",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between p-3 border-b border-black/5 dark:border-white/5",children:[(0,r.jsx)("h2",{className:"text-lg font-semibold text-text-main",children:"Change Log"}),(0,r.jsx)("button",{onClick:t,className:"p-1.5 rounded-lg text-text-muted hover:bg-black/5 dark:hover:bg-white/5 transition-colors","aria-label":"Close",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"close"})})]}),(0,r.jsxs)("div",{className:"p-6 overflow-y-auto flex-1",children:[i&&(0,r.jsxs)("div",{className:"flex items-center justify-center py-10 text-text-muted",children:[(0,r.jsx)("span",{className:"material-symbols-outlined animate-spin mr-2",children:"progress_activity"}),"Loading..."]}),x&&(0,r.jsxs)("div",{className:"text-red-500 py-4",children:["Failed to load changelog: ",x]}),!i&&!x&&s&&(0,r.jsx)("div",{className:"changelog-body text-text-main",dangerouslySetInnerHTML:{__html:s}})]})]})]}),document.body)}o.xI.setOptions({gfm:!0,breaks:!0}),c.propTypes={isOpen:i().bool.isRequired,onClose:i().func.isRequired}},45455:(e,t,s)=>{s.d(t,{default:()=>m});var r=s(95155),a=s(12115),l=s(81127),n=s(11910),i=s(92542),o=s(72908);let d=/^[a-zA-Z0-9_.\-]+$/;function c({index:e,model:t,isFirst:s,isLast:l,onEdit:n,onMoveUp:i,onMoveDown:o,onRemove:d}){let[m,x]=(0,a.useState)(!1),[u,p]=(0,a.useState)(t),h=()=>{let e=u.trim();e&&e!==t?n(e):p(t),x(!1)};return(0,r.jsxs)("div",{className:"group flex min-w-0 items-center gap-1.5 rounded-md bg-black/[0.02] px-2 py-1 transition-colors hover:bg-black/[0.04] dark:bg-white/[0.02] dark:hover:bg-white/[0.04]",children:[(0,r.jsx)("span",{className:"text-[10px] font-medium text-text-muted w-3 text-center shrink-0",children:e+1}),m?(0,r.jsx)("input",{autoFocus:!0,value:u,onChange:e=>p(e.target.value),onBlur:h,onKeyDown:e=>{"Enter"===e.key&&h(),"Escape"===e.key&&(p(t),x(!1))},className:"min-w-0 flex-1 rounded border border-primary/40 bg-white px-1.5 py-0.5 font-mono text-xs text-text-main outline-none dark:bg-black/20"}):(0,r.jsx)("div",{className:"min-w-0 flex-1 cursor-text truncate rounded px-1.5 py-0.5 font-mono text-xs text-text-main hover:bg-black/5 dark:hover:bg-white/5",onClick:()=>x(!0),title:"Click to edit",children:t}),(0,r.jsxs)("div",{className:"flex shrink-0 items-center gap-0.5",children:[(0,r.jsx)("button",{onClick:i,disabled:s,className:`p-0.5 rounded ${s?"text-text-muted/20 cursor-not-allowed":"text-text-muted hover:text-primary hover:bg-black/5 dark:hover:bg-white/5"}`,title:"Move up",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[12px]",children:"arrow_upward"})}),(0,r.jsx)("button",{onClick:o,disabled:l,className:`p-0.5 rounded ${l?"text-text-muted/20 cursor-not-allowed":"text-text-muted hover:text-primary hover:bg-black/5 dark:hover:bg-white/5"}`,title:"Move down",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[12px]",children:"arrow_downward"})})]}),(0,r.jsx)("button",{onClick:d,className:"p-0.5 hover:bg-red-500/10 rounded text-text-muted hover:text-red-500 transition-all",title:"Remove",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[12px]",children:"close"})})]})}function m({isOpen:e,combo:t,onClose:s,onSave:x,activeProviders:u,kindFilter:p=null,forcePrefix:h="",title:b}){let f=t?.name?h&&t.name.startsWith(h)?t.name.slice(h.length):t.name:"",[g,j]=(0,a.useState)(f),[v,y]=(0,a.useState)(t?.models||[]),[N,w]=(0,a.useState)(!1),[k,C]=(0,a.useState)(!1),[S,I]=(0,a.useState)(""),[T,$]=(0,a.useState)({});(0,a.useEffect)(()=>{e&&fetch("/api/models/alias").then(e=>e.ok?e.json():null).then(e=>e&&$(e.aliases||{})).catch(()=>{})},[e]);let A=e=>{if(!e.trim())return I("Name is required"),!1;let t=h+e;return d.test(t)?(I(""),!0):(I("Only letters, numbers, -, _ and . allowed"),!1)},O=e=>{let t=e.target.value;h&&t.startsWith(h)&&(t=t.slice(h.length)),j(t),t?A(t):I("")},R=async()=>{A(g)&&(C(!0),await x({name:h+g.trim(),models:v}),C(!1))},P=!!t;return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(l.default,{isOpen:e,onClose:s,title:b||(P?"Edit Combo":"Create Combo"),children:(0,r.jsxs)("div",{className:"flex flex-col gap-3",children:[(0,r.jsxs)("div",{children:[h?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("label",{className:"text-sm font-medium mb-1 block",children:"Combo Name"}),(0,r.jsxs)("div",{className:"flex items-stretch",children:[(0,r.jsx)("span",{className:"inline-flex items-center px-2 rounded-l border border-r-0 border-black/10 dark:border-white/10 bg-black/[0.04] dark:bg-white/[0.04] text-text-muted font-mono text-sm",children:h}),(0,r.jsx)("input",{value:g,onChange:O,placeholder:"my-combo",className:"flex-1 min-w-0 rounded-r border border-black/10 dark:border-white/10 bg-white dark:bg-black/20 px-2 py-1.5 font-mono text-sm outline-none focus:border-primary"})]}),S&&(0,r.jsx)("p",{className:"text-[11px] text-red-500 mt-0.5",children:S})]}):(0,r.jsx)(n.default,{label:"Combo Name",value:g,onChange:O,placeholder:"my-combo",error:S}),(0,r.jsxs)("p",{className:"text-[10px] text-text-muted mt-0.5",children:[h?`Auto-prefixed with "${h}". `:"","Only letters, numbers, -, _ and . allowed"]})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("label",{className:"text-sm font-medium mb-1.5 block",children:"Models"}),0===v.length?(0,r.jsxs)("div",{className:"text-center py-4 border border-dashed border-black/10 dark:border-white/10 rounded-lg bg-black/[0.01] dark:bg-white/[0.01]",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-text-muted text-xl mb-1",children:"layers"}),(0,r.jsx)("p",{className:"text-xs text-text-muted",children:"No models added yet"})]}):(0,r.jsx)("div",{className:"flex max-h-[55vh] min-w-0 flex-col gap-1 overflow-y-auto sm:max-h-[350px]",children:v.map((e,t)=>(0,r.jsx)(c,{index:t,model:e,isFirst:0===t,isLast:t===v.length-1,onEdit:e=>{let s=[...v];s[t]=e,y(s)},onMoveUp:()=>(e=>{if(0===e)return;let t=[...v];[t[e-1],t[e]]=[t[e],t[e-1]],y(t)})(t),onMoveDown:()=>(e=>{if(e===v.length-1)return;let t=[...v];[t[e],t[e+1]]=[t[e+1],t[e]],y(t)})(t),onRemove:()=>y(v.filter((e,s)=>s!==t))},t))}),(0,r.jsxs)("button",{onClick:()=>w(!0),className:"w-full mt-2 py-2 border border-dashed border-black/10 dark:border-white/10 rounded-lg text-xs text-primary font-medium hover:text-primary hover:border-primary/50 transition-colors flex items-center justify-center gap-1",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[16px]",children:"add"}),"Add Model"]})]}),(0,r.jsxs)("div",{className:"flex flex-col gap-2 pt-1 sm:flex-row",children:[(0,r.jsx)(i.default,{onClick:s,variant:"ghost",fullWidth:!0,size:"sm",children:"Cancel"}),(0,r.jsx)(i.default,{onClick:R,fullWidth:!0,size:"sm",disabled:!g.trim()||!!S||k,children:k?"Saving...":P?"Save":"Create"})]})]})}),(0,r.jsx)(o.default,{isOpen:N,onClose:()=>w(!1),onSelect:e=>{v.includes(e.value)||y([...v,e.value])},onDeselect:e=>{y(v.filter(t=>t!==e.value))},activeProviders:u,modelAliases:T,title:"Add Model to Combo",kindFilter:p,addedModelValues:v,closeOnSelect:!1})]})}},50378:(e,t,s)=>{s.d(t,{default:()=>n});var r=s(95155),a=s(31474),l=s(92542);function n({currentPage:e,pageSize:t,totalItems:s,onPageChange:i,onPageSizeChange:o,className:d}){let c=Math.ceil(s/t),m=s>0?(e-1)*t+1:0,x=Math.min(e*t,s),u=(()=>{let t=[],s=Math.max(1,e-2),r=Math.min(c,s+5-1);r-s+1<5&&(s=Math.max(1,r-5+1));for(let e=s;e<=r;e++)t.push(e);return t})();return(0,r.jsxs)("div",{className:(0,a.cn)("flex flex-col sm:flex-row items-center justify-between gap-4 py-4 px-2",d),children:[s>0&&(0,r.jsxs)("div",{className:"text-sm text-text-muted",children:["Showing ",(0,r.jsx)("span",{className:"font-medium text-text-main",children:m})," to"," ",(0,r.jsx)("span",{className:"font-medium text-text-main",children:x})," of"," ",(0,r.jsx)("span",{className:"font-medium text-text-main",children:s})," results"]}),(0,r.jsxs)("div",{className:"flex flex-wrap items-center justify-center gap-2 sm:gap-4",children:[o&&(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("span",{className:"text-sm text-text-muted",children:"Rows:"}),(0,r.jsx)("select",{value:t,onChange:e=>o(Number(e.target.value)),className:(0,a.cn)("h-9 rounded-lg border border-black/10 dark:border-white/10 bg-surface","text-sm text-text-main focus:outline-none focus:ring-2 focus:ring-primary/20","cursor-pointer"),style:{colorScheme:"auto"},children:[10,20,50].map(e=>(0,r.jsx)("option",{value:e,children:e},e))})]}),c>1&&(0,r.jsxs)("div",{className:"flex items-center gap-1",children:[(0,r.jsx)(l.default,{variant:"outline",size:"sm",onClick:()=>i(e-1),disabled:1===e,className:"w-9 px-0",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:"chevron_left"})}),u[0]>1&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(l.default,{variant:"ghost",size:"sm",onClick:()=>i(1),className:"w-9 px-0 hidden sm:inline-flex",children:"1"}),u[0]>2&&(0,r.jsx)("span",{className:"text-text-muted px-1 hidden sm:inline",children:"..."})]}),u.map(t=>(0,r.jsx)(l.default,{variant:e===t?"primary":"ghost",size:"sm",onClick:()=>i(t),className:(0,a.cn)("w-9 px-0",e===t?"inline-flex":"hidden sm:inline-flex"),children:t},t)),u[u.length-1]<c&&(0,r.jsxs)(r.Fragment,{children:[u[u.length-1]<c-1&&(0,r.jsx)("span",{className:"text-text-muted px-1 hidden sm:inline",children:"..."}),(0,r.jsx)(l.default,{variant:"ghost",size:"sm",onClick:()=>i(c),className:"w-9 px-0 hidden sm:inline-flex",children:c})]}),(0,r.jsx)(l.default,{variant:"outline",size:"sm",onClick:()=>i(e+1),disabled:e===c,className:"w-9 px-0",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:"chevron_right"})})]})]})]})}},51825:(e,t,s)=>{s.d(t,{default:()=>n});var r=s(95155),a=s(84588);let l={mode:{label:"Mode",format:e=>e},defaultModel:{label:"Model",format:e=>e,mono:!0},baseUrl:{label:"Endpoint",format:e=>e,isLink:!0,mono:!0},costPerQuery:{label:"Cost / call",format:e=>0===e?"Free":`$${e.toFixed(4)}`},pricingUrl:{label:"Pricing",format:()=>"View pricing",isLink:!0},freeTier:{label:"Free tier",format:e=>e},freeMonthlyQuota:{label:"Free quota",format:e=>0===e?"—":e>=999999?"Unlimited":`${e.toLocaleString()} / mo`},searchTypes:{label:"Types",format:e=>e.join(", ")},formats:{label:"Formats",format:e=>e.join(", ")},maxMaxResults:{label:"Max results",format:e=>e},maxCharacters:{label:"Max chars",format:e=>e.toLocaleString()}};function n({config:e,provider:t,title:s="Provider Info"}){if(!e)return null;let i=Object.entries(l).filter(([t])=>void 0!==e[t]&&null!==e[t]&&""!==e[t]).map(([t,s])=>({key:t,label:s.label,value:s.format(e[t]),isLink:s.isLink,mono:s.mono,raw:e[t]})),o=t?.notice?.apiKeyUrl||t?.website,d=t?.notice?.text;return(0,r.jsxs)(a.default,{children:[(0,r.jsxs)("div",{className:"flex items-center justify-between mb-3",children:[(0,r.jsx)("h2",{className:"text-lg font-semibold",children:s}),o&&(0,r.jsxs)("a",{href:o,target:"_blank",rel:"noopener noreferrer",className:"text-xs text-primary hover:underline inline-flex items-center gap-1",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-sm",children:"open_in_new"}),"Get API Key"]})]}),(0,r.jsxs)("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-x-6 gap-y-2",children:[i.map(e=>(0,r.jsxs)("div",{className:"flex items-center gap-3 min-w-0",children:[(0,r.jsx)("span",{className:"text-xs text-text-muted w-28 shrink-0",children:e.label}),e.isLink?(0,r.jsx)("a",{href:e.raw,target:"_blank",rel:"noopener noreferrer",className:`text-sm text-primary hover:underline truncate ${e.mono?"font-mono":""}`,children:e.value}):(0,r.jsx)("span",{className:`text-sm text-text-main truncate ${e.mono?"font-mono":""}`,children:e.value})]},e.key)),d&&(0,r.jsxs)("div",{className:"flex items-start gap-3 min-w-0 sm:col-span-2",children:[(0,r.jsx)("span",{className:"text-xs text-text-muted w-28 shrink-0 mt-0.5",children:"Notice"}),(0,r.jsx)("span",{className:"text-sm text-text-main leading-relaxed",children:d})]})]})]})}},56061:(e,t,s)=>{s.d(t,{default:()=>i});var r=s(95155),a=s(31474);let l={default:"bg-surface-2 text-text-muted",primary:"bg-brand-500/10 text-brand-600 dark:text-brand-300",success:"bg-green-500/10 text-green-600 dark:text-green-400",warning:"bg-yellow-500/10 text-yellow-600 dark:text-yellow-400",error:"bg-red-500/10 text-red-600 dark:text-red-400",info:"bg-blue-500/10 text-blue-600 dark:text-blue-400"},n={sm:"px-2 py-0.5 text-[10px]",md:"px-2.5 py-1 text-xs",lg:"px-3 py-1.5 text-sm"};function i({children:e,variant:t="default",size:s="md",dot:o=!1,icon:d,className:c}){return(0,r.jsxs)("span",{className:(0,a.cn)("inline-flex items-center gap-1.5 rounded-full font-semibold",l[t],n[s],c),children:[o&&(0,r.jsx)("span",{className:(0,a.cn)("size-1.5 rounded-full","success"===t&&"bg-green-500","warning"===t&&"bg-yellow-500","error"===t&&"bg-red-500","info"===t&&"bg-blue-500","primary"===t&&"bg-brand-500","default"===t&&"bg-gray-500")}),d&&(0,r.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:d}),e]})}},56319:(e,t,s)=>{s.d(t,{default:()=>l});var r=s(95155),a=s(31474);function l({src:e,alt:t="Avatar",name:s,size:n="md",className:i}){let o={xs:"size-6 text-xs",sm:"size-8 text-sm",md:"size-10 text-base",lg:"size-12 text-lg",xl:"size-16 text-xl"};return e?(0,r.jsx)("div",{className:(0,a.cn)("rounded-full bg-cover bg-center bg-no-repeat","ring-2 ring-white dark:ring-surface-dark shadow-sm",o[n],i),style:{backgroundImage:`url(${e})`},role:"img","aria-label":t}):(0,r.jsx)("div",{className:(0,a.cn)("rounded-full flex items-center justify-center font-semibold text-white","ring-2 ring-white dark:ring-surface-dark shadow-sm",o[n],(e=>{if(!e)return"bg-primary";let t=["bg-red-500","bg-orange-500","bg-amber-500","bg-yellow-500","bg-lime-500","bg-green-500","bg-emerald-500","bg-teal-500","bg-cyan-500","bg-sky-500","bg-blue-500","bg-indigo-500","bg-violet-500","bg-purple-500","bg-fuchsia-500","bg-pink-500","bg-rose-500"],s=e.charCodeAt(0)%t.length;return t[s]})(s),i),role:"img","aria-label":t,children:(e=>{if(!e)return"?";let t=e.split(" ");return t.length>=2?`${t[0][0]}${t[1][0]}`.toUpperCase():e.substring(0,2).toUpperCase()})(s)})}},57250:(e,t,s)=>{s.d(t,{A:()=>i});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l);function i({src:e,alt:t,size:s=32,className:l="",fallbackText:n="?",fallbackColor:o}){let[d,c]=(0,a.useState)(!1),[m,x]=(0,a.useState)(e);return((0,a.useEffect)(()=>{c(!1),x(e)},[e]),!m||d)?(0,r.jsx)("span",{className:`inline-flex items-center justify-center font-bold rounded-lg ${l}`.trim(),style:{width:s,height:s,color:o,fontSize:Math.max(10,Math.floor(.38*s))},children:n}):(0,r.jsx)("img",{src:m,alt:t,width:s,height:s,className:l,onError:()=>{"string"==typeof m&&m.endsWith(".png")?x(`${m.slice(0,-4)}.svg`):c(!0)}})}i.propTypes={src:n().string,alt:n().string,size:n().number,className:n().string,fallbackText:n().string,fallbackColor:n().string}},61500:(e,t,s)=>{s.d(t,{default:()=>f});var r=s(95155),a=s(12115),l=s(5772),n=s(14051),i=s.n(n),o=s(35497);let d="kiro-bulk-import-active-job",c="Bulk import progress could not be restored. The previous job session was cleared.";function m(e){return["completed","cancelled","failed"].includes(e)}function x(e){return e?e.replaceAll("_"," "):"waiting"}function u(e){if(!e)return"--:--:--";try{return new Date(e).toLocaleTimeString("id-ID",{hour:"2-digit",minute:"2-digit",second:"2-digit"})}catch{return e}}async function p(e){if(!e)return null;let t=await fetch(`/api/oauth/kiro/bulk-import/${e}`,{cache:"no-store"}),s=await t.json();return{res:t,data:s}}async function h(e="active"){let t=await fetch(`/api/oauth/kiro/bulk-import/latest?scope=${encodeURIComponent(e)}`,{cache:"no-store"}),s=await t.json();return{res:t,data:s}}function b({status:e}){let t={queued:"bg-slate-100 text-slate-700 dark:bg-slate-800 dark:text-slate-200",running:"bg-blue-100 text-blue-700 dark:bg-blue-900/40 dark:text-blue-300",success:"bg-green-100 text-green-700 dark:bg-green-900/40 dark:text-green-300",failed:"bg-red-100 text-red-700 dark:bg-red-900/40 dark:text-red-300",failed_invalid_credentials:"bg-red-100 text-red-700 dark:bg-red-900/40 dark:text-red-300",failed_exchange:"bg-red-100 text-red-700 dark:bg-red-900/40 dark:text-red-300",failed_timeout:"bg-red-100 text-red-700 dark:bg-red-900/40 dark:text-red-300",needs_manual:"bg-amber-100 text-amber-700 dark:bg-amber-900/40 dark:text-amber-300",cancelled:"bg-slate-100 text-slate-700 dark:bg-slate-800 dark:text-slate-200"};return(0,r.jsx)("span",{className:`rounded-full px-2 py-1 text-[11px] font-medium ${t[e]||t.queued}`,children:e.replaceAll("_"," ")})}function f({isOpen:e,onMethodSelect:t,onImportSuccess:s,onClose:n,initialJobId:i,initialSelectedMethod:g,initialImportMode:j,initialFlowKey:v,onBulkJobChange:y}){let[N,w]=(0,a.useState)(null),[k,C]=(0,a.useState)(""),[S,I]=(0,a.useState)("us-east-1"),[T,$]=(0,a.useState)(""),[A,O]=(0,a.useState)("single-token"),[R,P]=(0,a.useState)(""),[_,E]=(0,a.useState)(String(4)),[M,L]=(0,a.useState)(null),[z,q]=(0,a.useState)(null),[F,U]=(0,a.useState)(null),[D,W]=(0,a.useState)(null),[B,K]=(0,a.useState)(!1),[J,G]=(0,a.useState)(!1),[V,Q]=(0,a.useState)(!1),H=(0,a.useRef)(new Set),X=(0,a.useRef)(0),Y=e?i||window.localStorage.getItem(d):null,Z=N||(Y?"import":null),ee="import"===Z&&Y&&!N?"bulk-account":A;(0,a.useEffect)(()=>{!e||g&&(w(g),O(j||"single-token"),L(null),U(null))},[v,j,g,e]),(0,a.useEffect)(()=>{"import"===Z&&"single-token"===ee&&e&&(async()=>{G(!0),U(null),Q(!1);try{let e=await fetch("/api/oauth/kiro/auto-import"),t=await e.json();t.found?($(t.refreshToken),Q(!0)):U(t.error||"Could not auto-detect token")}catch{U("Failed to auto-detect token")}finally{G(!1)}})()},[Z,ee,e]),(0,a.useEffect)(()=>{e&&"import"===Z&&"bulk-account"===ee&&(async()=>{if(!z?.jobId)try{W(null);let t=i||null;if(t){let e=await p(t);if(e.res.ok&&e.data?.job)return void q(e.data.job)}let s=await h();if(s.res.ok&&s.data?.job){q(s.data.job),window.localStorage.setItem(d,s.data.job.jobId);return}if(Y){var e;let t=await p(Y);if(t.res.ok&&t.data?.job&&(e=t.data.job.status,["queued","running","needs_manual"].includes(e)))return void q(t.data.job);window.localStorage.removeItem(d),y?.(null),W(c)}}catch{W(c)}})()},[z?.jobId,ee,Z,i,e,y,Y]),(0,a.useEffect)(()=>{if(!z?.jobId){X.current=0;return}let e=z.summary?.success||0;e>X.current&&s?.(),X.current=e},[z,s]),(0,a.useEffect)(()=>{z?.jobId&&(window.localStorage.setItem(d,z.jobId),y?.(z))},[z,y]),(0,a.useEffect)(()=>{if(!e||!z?.jobId||m(z.status))return;let t=window.setInterval(async()=>{try{let e=await p(z.jobId);if(e.res.ok&&e.data?.job){W(null),q(e.data.job);return}if(404===e.res.status){let e=await h();if(e.res.ok&&e.data?.job){W(null),q(e.data.job),window.localStorage.setItem(d,e.data.job.jobId);return}window.localStorage.removeItem(d),y?.(null),q(null),W("Bulk import progress expired or was cleared.")}}catch{}},1500);return()=>window.clearInterval(t)},[z?.jobId,z?.status,e,y]),(0,a.useEffect)(()=>{!e||"bulk-account"!==ee||!z?.jobId||!m(z.status)||0>=(z.summary?.success||0)||H.current.has(z.jobId)||(H.current.add(z.jobId),s?.())},[z,ee,e,s]);let et="bulk-account"===ee&&z&&!m(z.status),es="bulk-account"===ee&&z&&m(z.status),er=(0,a.useMemo)(()=>z?.summary?[["Total",z.summary.total],["Queued",z.summary.queued],["Running",z.summary.running],["Success",z.summary.success],["Failed",z.summary.failed],["Manual",z.summary.needs_manual]]:[],[z]),ea=(0,a.useMemo)(()=>Array.isArray(z?.activity)?[...z.activity].reverse():[],[z]),el=(0,a.useMemo)(()=>(function(e=[]){let t=new Map;return e.forEach(e=>{let s=e.status||"queued";t.has(s)||t.set(s,[]),t.get(s).push(e)}),["running","queued","needs_manual","success","failed","failed_invalid_credentials","failed_exchange","failed_timeout","cancelled"].filter(e=>t.has(e)).map(e=>({status:e,accounts:t.get(e)}))})(z?.accounts||[]),[z]),en=(0,a.useMemo)(()=>z?.accounts?.length?z.accounts.find(e=>"running"===e.status)||z.accounts.find(e=>"needs_manual"===e.status)||z.accounts.find(e=>"success"===e.status)||z.accounts[0]:null,[z]),ei=e=>{w(e),U(null)},eo=()=>{$(""),P(""),L(null),E(String(4)),U(null),W(null),Q(!1),q(null),X.current=0,window.localStorage.removeItem(d),y?.(null)},ed=()=>{et?n?.():(w(null),O("single-token"),eo())},ec=async()=>{if(!T.trim())return void U("Please enter a refresh token");K(!0),U(null);try{let e=await fetch("/api/oauth/kiro/import",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({mode:"token",refreshToken:T.trim()})}),t=await e.json();if(!e.ok)throw Error(t.error||"Import failed");s?.()}catch(e){U(e.message)}finally{K(!1)}},em=async e=>{let t=await fetch("/api/oauth/kiro/import",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({mode:"token",refreshTokens:e})}),r=await t.json();if(!t.ok)throw Error(r.error||"Bulk import failed");L({success:r.imported||0,failed:r.failed||0}),s?.()},ex=async e=>{let t=await fetch("/api/oauth/kiro/bulk-import",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({accounts:e,concurrency:Number.parseInt(_,10)||4})}),s=await t.json();if(!t.ok){let e=Array.isArray(s.invalidLines)&&s.invalidLines.length>0?` Invalid lines: ${s.invalidLines.join(", ")}`:"";throw Error((s.error||"Bulk account import failed")+e)}q(s.job||null),W(null),s.job?.jobId&&H.current.delete(s.job.jobId),L(null)},eu=async()=>{let e=R.split("\n").map(e=>e.trim()).filter(Boolean);if(!e.length)return void U("bulk-account"===ee?"Please enter at least one gmail|password line":"Please enter at least one refresh token line");K(!0),U(null),L(null);try{"bulk-account"===ee?await ex(e):await em(e)}catch(e){U(e.message)}finally{K(!1)}},ep=async()=>{if(z?.jobId)try{let e=await fetch(`/api/oauth/kiro/bulk-import/${z.jobId}/cancel`,{method:"POST"}),t=await e.json();if(!e.ok)throw Error(t.error||"Failed to cancel job");t.job&&q(t.job)}catch(e){U(e.message)}},eh=()=>{eo(),s?.()},eb=async e=>{if(z?.jobId&&e)try{let t=await fetch(`/api/oauth/kiro/bulk-import/${z.jobId}/manual/${e}`,{method:"POST"}),s=await t.json();if(!t.ok)throw Error(s.error||"Failed to open manual session");s.job&&q(s.job)}catch(e){U(e.message)}},ef=e=>{t("social",{provider:e})};return(0,r.jsx)(o.aF,{isOpen:e,title:"Connect Kiro",onClose:n,size:"full",className:"max-w-[min(96vw,1540px)]",children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:[!Z&&(0,r.jsxs)("div",{className:"space-y-3",children:[(0,r.jsx)("p",{className:"mb-4 text-sm text-text-muted",children:"Choose your authentication method:"}),(0,r.jsx)("button",{onClick:()=>t("builder-id"),className:"w-full rounded-lg border border-border p-4 text-left transition-colors hover:bg-sidebar",children:(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("span",{className:"material-symbols-outlined mt-0.5 text-primary",children:"shield"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("h3",{className:"mb-1 font-semibold",children:"AWS Builder ID"}),(0,r.jsx)("p",{className:"text-sm text-text-muted",children:"Recommended for most users. Free AWS account required."})]})]})}),(0,r.jsx)("button",{onClick:()=>ei("idc"),className:"w-full rounded-lg border border-border p-4 text-left transition-colors hover:bg-sidebar",children:(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("span",{className:"material-symbols-outlined mt-0.5 text-primary",children:"business"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("h3",{className:"mb-1 font-semibold",children:"AWS IAM Identity Center"}),(0,r.jsx)("p",{className:"text-sm text-text-muted",children:"For enterprise users with custom AWS IAM Identity Center."})]})]})}),(0,r.jsx)("button",{onClick:()=>ei("social-google"),className:"hidden w-full rounded-lg border border-border p-4 text-left transition-colors hover:bg-sidebar",children:(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("span",{className:"material-symbols-outlined mt-0.5 text-primary",children:"account_circle"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("h3",{className:"mb-1 font-semibold",children:"Google Account"}),(0,r.jsx)("p",{className:"text-sm text-text-muted",children:"Login with your Google account (manual callback)."})]})]})}),(0,r.jsx)("button",{onClick:()=>ei("social-github"),className:"hidden w-full rounded-lg border border-border p-4 text-left transition-colors hover:bg-sidebar",children:(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("span",{className:"material-symbols-outlined mt-0.5 text-primary",children:"code"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("h3",{className:"mb-1 font-semibold",children:"GitHub Account"}),(0,r.jsx)("p",{className:"text-sm text-text-muted",children:"Login with your GitHub account (manual callback)."})]})]})}),(0,r.jsx)("button",{onClick:()=>ei("import"),className:"w-full rounded-lg border border-border p-4 text-left transition-colors hover:bg-sidebar",children:(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("span",{className:"material-symbols-outlined mt-0.5 text-primary",children:"file_upload"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("h3",{className:"mb-1 font-semibold",children:"Bulk Option"}),(0,r.jsx)("p",{className:"text-sm text-text-muted",children:"Import a single token, bulk tokens, or bulk Google accounts."})]})]})})]}),"idc"===Z&&(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsxs)("div",{children:[(0,r.jsxs)("label",{className:"mb-2 block text-sm font-medium",children:["IDC Start URL ",(0,r.jsx)("span",{className:"text-red-500",children:"*"})]}),(0,r.jsx)(o.pd,{value:k,onChange:e=>C(e.target.value),placeholder:"https://your-org.awsapps.com/start",className:"font-mono text-sm"}),(0,r.jsx)("p",{className:"mt-1 text-xs text-text-muted",children:"Your organization's AWS IAM Identity Center URL"})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("label",{className:"mb-2 block text-sm font-medium",children:"AWS Region"}),(0,r.jsx)(o.pd,{value:S,onChange:e=>I(e.target.value),placeholder:"us-east-1",className:"font-mono text-sm"}),(0,r.jsx)("p",{className:"mt-1 text-xs text-text-muted",children:"AWS region for your Identity Center (default: us-east-1)"})]}),F&&(0,r.jsx)("p",{className:"text-sm text-red-600",children:F}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(o.$n,{onClick:()=>{k.trim()?t("idc",{startUrl:k.trim(),region:S}):U("Please enter your IDC start URL")},fullWidth:!0,children:"Continue"}),(0,r.jsx)(o.$n,{onClick:ed,variant:"ghost",fullWidth:!0,children:"Back"})]})]}),"social-google"===Z&&(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsx)("div",{className:"rounded-lg border border-amber-200 bg-amber-50 p-4 dark:border-amber-800 dark:bg-amber-900/20",children:(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-amber-600 dark:text-amber-400",children:"info"}),(0,r.jsxs)("div",{className:"flex-1 text-sm",children:[(0,r.jsx)("p",{className:"mb-1 font-medium text-amber-900 dark:text-amber-100",children:"Manual Callback Required"}),(0,r.jsx)("p",{className:"text-amber-800 dark:text-amber-200",children:"After login, you'll need to copy the callback URL from your browser and paste it back here."})]})]})}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(o.$n,{onClick:()=>ef("google"),fullWidth:!0,children:"Continue with Google"}),(0,r.jsx)(o.$n,{onClick:ed,variant:"ghost",fullWidth:!0,children:"Back"})]})]}),"social-github"===Z&&(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsx)("div",{className:"rounded-lg border border-amber-200 bg-amber-50 p-4 dark:border-amber-800 dark:bg-amber-900/20",children:(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-amber-600 dark:text-amber-400",children:"info"}),(0,r.jsxs)("div",{className:"flex-1 text-sm",children:[(0,r.jsx)("p",{className:"mb-1 font-medium text-amber-900 dark:text-amber-100",children:"Manual Callback Required"}),(0,r.jsx)("p",{className:"text-amber-800 dark:text-amber-200",children:"After login, you'll need to copy the callback URL from your browser and paste it back here."})]})]})}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(o.$n,{onClick:()=>ef("github"),fullWidth:!0,children:"Continue with GitHub"}),(0,r.jsx)(o.$n,{onClick:ed,variant:"ghost",fullWidth:!0,children:"Back"})]})]}),"import"===Z&&(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsxs)("div",{className:"flex flex-wrap gap-2",children:[(0,r.jsx)(o.$n,{size:"sm",variant:"single-token"===ee?"primary":"ghost",onClick:()=>{O("single-token"),L(null),U(null)},disabled:et,children:"Single Token"}),(0,r.jsx)(o.$n,{size:"sm",variant:"bulk-token"===ee?"primary":"ghost",onClick:()=>{O("bulk-token"),L(null),U(null)},disabled:et,children:"Bulk Token"}),(0,r.jsx)(o.$n,{size:"sm",variant:"bulk-account"===ee?"primary":"ghost",onClick:()=>{O("bulk-account"),L(null),U(null)},children:"Bulk Account"})]}),"single-token"===ee&&(0,r.jsxs)(r.Fragment,{children:[J&&(0,r.jsxs)("div",{className:"py-6 text-center",children:[(0,r.jsx)("div",{className:"mx-auto mb-4 flex size-16 items-center justify-center rounded-full bg-primary/10",children:(0,r.jsx)("span",{className:"material-symbols-outlined animate-spin text-3xl text-primary",children:"progress_activity"})}),(0,r.jsx)("h3",{className:"mb-2 text-lg font-semibold",children:"Auto-detecting token..."}),(0,r.jsx)("p",{className:"text-sm text-text-muted",children:"Reading from AWS SSO cache"})]}),!J&&(0,r.jsxs)(r.Fragment,{children:[V&&(0,r.jsx)("div",{className:"rounded-lg border border-green-200 bg-green-50 p-3 dark:border-green-800 dark:bg-green-900/20",children:(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-green-600 dark:text-green-400",children:"check_circle"}),(0,r.jsx)("p",{className:"text-sm text-green-800 dark:text-green-200",children:"Token auto-detected from Kiro IDE successfully!"})]})}),!V&&!F&&(0,r.jsx)("div",{className:"rounded-lg border border-blue-200 bg-blue-50 p-3 dark:border-blue-800 dark:bg-blue-900/20",children:(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-blue-600 dark:text-blue-400",children:"info"}),(0,r.jsx)("p",{className:"text-sm text-blue-800 dark:text-blue-200",children:"Kiro IDE not detected. Please paste your refresh token manually."})]})}),(0,r.jsxs)("div",{children:[(0,r.jsxs)("label",{className:"mb-2 block text-sm font-medium",children:["Refresh Token ",(0,r.jsx)("span",{className:"text-red-500",children:"*"})]}),(0,r.jsx)(o.pd,{value:T,onChange:e=>$(e.target.value),placeholder:"Token will be auto-filled...",className:"font-mono text-sm"})]}),F&&(0,r.jsx)("div",{className:"rounded-lg border border-red-200 bg-red-50 p-3 dark:border-red-800 dark:bg-red-900/20",children:(0,r.jsx)("p",{className:"text-sm text-red-600 dark:text-red-400",children:F})}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(o.$n,{onClick:ec,fullWidth:!0,disabled:B||!T.trim(),children:B?"Importing...":"Import Token"}),(0,r.jsx)(o.$n,{onClick:ed,variant:"ghost",fullWidth:!0,children:"Back"})]})]})]}),"bulk-token"===ee&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{className:"rounded-lg border border-blue-200 bg-blue-50 p-3 dark:border-blue-800 dark:bg-blue-900/20",children:(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-blue-600 dark:text-blue-400",children:"info"}),(0,r.jsx)("p",{className:"text-sm text-blue-800 dark:text-blue-200",children:"Bulk token import accepts one refresh token per line."})]})}),(0,r.jsxs)("div",{children:[(0,r.jsxs)("label",{className:"mb-2 block text-sm font-medium",children:["Bulk Refresh Tokens ",(0,r.jsx)("span",{className:"text-red-500",children:"*"})]}),(0,r.jsx)("textarea",{value:R,onChange:e=>P(e.target.value),placeholder:"aorAAAAAG...\naorAAAAAG...",className:"min-h-[160px] w-full resize-y rounded-lg border border-border bg-background px-3 py-2 font-mono text-sm focus:outline-none focus:ring-1 focus:ring-primary"}),(0,r.jsx)("p",{className:"mt-1 text-xs text-text-muted",children:"One refresh token per line."})]}),M&&(0,r.jsx)("div",{className:`text-sm font-medium ${M.failed>0?"text-yellow-600 dark:text-yellow-400":"text-green-600 dark:text-green-400"}`,children:`Success: ${M.success} imported${M.failed>0?`, ${M.failed} failed`:""}`}),F&&(0,r.jsx)("div",{className:"rounded-lg border border-red-200 bg-red-50 p-3 dark:border-red-800 dark:bg-red-900/20",children:(0,r.jsx)("p",{className:"text-sm text-red-600 dark:text-red-400",children:F})}),D&&(0,r.jsx)("div",{className:"rounded-lg border border-amber-200 bg-amber-50 p-3 dark:border-amber-800 dark:bg-amber-900/20",children:(0,r.jsx)("p",{className:"text-sm text-amber-700 dark:text-amber-300",children:D})}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(o.$n,{onClick:eu,fullWidth:!0,disabled:B||!R.trim(),children:B?"Importing...":"Import Tokens"}),(0,r.jsx)(o.$n,{onClick:ed,variant:"ghost",fullWidth:!0,children:"Back"})]})]}),"bulk-account"===ee&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("div",{className:"rounded-lg border border-blue-200 bg-blue-50 p-3 dark:border-blue-800 dark:bg-blue-900/20",children:(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-blue-600 dark:text-blue-400",children:"info"}),(0,r.jsx)("p",{className:"text-sm text-blue-800 dark:text-blue-200",children:"Bulk account import runs Playwright in the background, keeps passwords in memory only, and only needs manual action when Google or Kiro blocks a worker. Recommended worker count for a 24 GB machine: 4."})]})}),!z&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{children:[(0,r.jsxs)("label",{className:"mb-2 block text-sm font-medium",children:["Bulk Accounts ",(0,r.jsx)("span",{className:"text-red-500",children:"*"})]}),(0,r.jsx)("textarea",{value:R,onChange:e=>P(e.target.value),placeholder:"gmail1@example.com|password1\ngmail2@example.com|password2",className:"min-h-[180px] w-full resize-y rounded-lg border border-border bg-background px-3 py-2 font-mono text-sm focus:outline-none focus:ring-1 focus:ring-primary"}),(0,r.jsx)("p",{className:"mt-1 text-xs text-text-muted",children:"One account per line in the format gmail|password."})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("label",{className:"mb-2 block text-sm font-medium",children:"Concurrent Workers"}),(0,r.jsx)(o.pd,{type:"number",min:"1",max:"8",value:_,onChange:e=>E(e.target.value),placeholder:"4"}),(0,r.jsx)("p",{className:"mt-1 text-xs text-text-muted",children:"Default 4. Allowed range: 1 to 8 workers."})]})]}),z&&(0,r.jsxs)("div",{className:"space-y-4 rounded-xl border border-border p-4",children:[(0,r.jsxs)("div",{className:"flex flex-col gap-3 sm:flex-row sm:items-center sm:justify-between",children:[(0,r.jsxs)("div",{children:[(0,r.jsx)("h3",{className:"font-semibold",children:"Bulk Import Job"}),(0,r.jsxs)("p",{className:"text-xs text-text-muted",children:["Job ID: ",(0,r.jsx)("span",{className:"font-mono",children:z.jobId})]}),(0,r.jsxs)("p",{className:"text-xs text-text-muted",children:["Status: ",(0,r.jsx)("span",{className:"font-medium",children:z.status})," | Workers: ",z.concurrency]}),(0,r.jsx)("p",{className:"text-xs text-text-muted",children:"Browser workers run in the background. Close this modal if needed and reopen it later from the provider page with Resume Bulk Progress."})]}),(0,r.jsxs)("div",{className:"flex gap-2",children:[et&&(0,r.jsx)(o.$n,{size:"sm",variant:"secondary",onClick:ep,children:"Cancel Job"}),es&&(0,r.jsx)(o.$n,{size:"sm",onClick:eh,children:"Done & Refresh"})]})]}),(0,r.jsx)("div",{className:"grid grid-cols-2 gap-2 sm:grid-cols-3",children:er.map(([e,t])=>(0,r.jsxs)("div",{className:"rounded-lg bg-sidebar px-3 py-2",children:[(0,r.jsx)("p",{className:"text-[11px] uppercase tracking-wide text-text-muted",children:e}),(0,r.jsx)("p",{className:"text-lg font-semibold",children:t})]},e))}),z.error&&(0,r.jsx)("div",{className:"rounded-lg border border-red-200 bg-red-50 p-3 text-sm text-red-700 dark:border-red-800 dark:bg-red-900/20 dark:text-red-300",children:z.error}),z.summary?.needs_manual>0&&(0,r.jsx)("div",{className:"rounded-lg border border-amber-200 bg-amber-50 p-3 text-sm text-amber-800 dark:border-amber-800 dark:bg-amber-900/20 dark:text-amber-200",children:"Some accounts need manual assist. Open the blocked worker session below, finish the Google or Kiro prompts, and the job will continue updating automatically."}),(0,r.jsxs)("div",{className:"grid gap-4 lg:grid-cols-[minmax(0,7fr)_minmax(320px,3fr)]",children:[(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsxs)("div",{className:"overflow-hidden rounded-xl border border-border bg-sidebar",children:[(0,r.jsxs)("div",{className:"flex flex-col gap-2 border-b border-border px-4 py-3 sm:flex-row sm:items-center sm:justify-between",children:[(0,r.jsxs)("div",{children:[(0,r.jsx)("p",{className:"text-sm font-semibold",children:"Live Browser Preview"}),(0,r.jsxs)("p",{className:"text-xs text-text-muted",children:[z.preview?.email||en?.email||"Waiting for worker",z.preview?.workerId?` | Worker ${z.preview.workerId}`:""]})]}),(0,r.jsxs)("div",{className:"text-right text-xs text-text-muted",children:[(0,r.jsx)("p",{children:x(z.preview?.step||en?.currentStep)}),(0,r.jsxs)("p",{children:["Updated ",u(z.preview?.updatedAt||en?.updatedAt)]})]})]}),(0,r.jsx)("div",{className:"relative bg-black/90",children:z.preview?.imageData?(0,r.jsx)(l.default,{src:z.preview.imageData,alt:`Live worker preview for ${z.preview.email||"Kiro import"}`,width:1440,height:900,unoptimized:!0,className:"h-[420px] w-full object-contain"}):(0,r.jsxs)("div",{className:"flex h-[420px] flex-col items-center justify-center gap-3 px-6 text-center text-slate-200",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-5xl text-primary/80",children:"browser_updated"}),(0,r.jsxs)("div",{children:[(0,r.jsx)("p",{className:"text-base font-medium",children:"Preview will appear when a worker opens Google or Kiro"}),(0,r.jsx)("p",{className:"mt-1 text-sm text-slate-400",children:"The import keeps running in the background even if the screenshot is not available yet."})]})]})})]}),(0,r.jsx)("div",{className:"space-y-4",children:el.map(e=>{var t;let s;return(0,r.jsxs)("div",{className:`rounded-xl border p-4 ${(t=e.status,(s={queued:"border-slate-200 bg-slate-50/80 dark:border-slate-800 dark:bg-slate-900/20",running:"border-blue-200 bg-blue-50/80 dark:border-blue-900/50 dark:bg-blue-950/20",success:"border-green-200 bg-green-50/80 dark:border-green-900/50 dark:bg-green-950/20",failed:"border-red-200 bg-red-50/80 dark:border-red-900/50 dark:bg-red-950/20",failed_invalid_credentials:"border-red-200 bg-red-50/80 dark:border-red-900/50 dark:bg-red-950/20",failed_exchange:"border-red-200 bg-red-50/80 dark:border-red-900/50 dark:bg-red-950/20",failed_timeout:"border-red-200 bg-red-50/80 dark:border-red-900/50 dark:bg-red-950/20",needs_manual:"border-amber-200 bg-amber-50/80 dark:border-amber-900/50 dark:bg-amber-950/20",cancelled:"border-slate-200 bg-slate-50/80 dark:border-slate-800 dark:bg-slate-900/20"})[t]||s.queued)}`,children:[(0,r.jsxs)("div",{className:"mb-3 flex items-center justify-between gap-3",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)(b,{status:e.status}),(0,r.jsx)("p",{className:"text-sm font-semibold capitalize",children:x(e.status)})]}),(0,r.jsxs)("p",{className:"text-xs text-text-muted",children:[e.accounts.length," account",e.accounts.length>1?"s":""]})]}),(0,r.jsx)("div",{className:"grid gap-3 xl:grid-cols-2",children:e.accounts.map(e=>(0,r.jsxs)("div",{className:"rounded-xl border border-border bg-background/80 p-4",children:[(0,r.jsxs)("div",{className:"flex flex-col gap-2 sm:flex-row sm:items-start sm:justify-between",children:[(0,r.jsxs)("div",{className:"min-w-0",children:[(0,r.jsx)("p",{className:"truncate text-sm font-semibold",children:e.email}),(0,r.jsxs)("p",{className:"text-[11px] text-text-muted",children:["Line ",e.line,e.workerId?` | Worker ${e.workerId}`:""," | ",u(e.updatedAt)]})]}),(0,r.jsx)(b,{status:e.status})]}),(0,r.jsxs)("div",{className:"mt-3 rounded-lg border border-border/70 bg-sidebar/70 px-3 py-2",children:[(0,r.jsx)("p",{className:"text-[11px] uppercase tracking-wide text-text-muted",children:"Current Step"}),(0,r.jsx)("p",{className:"mt-1 text-sm font-medium capitalize",children:x(e.currentStep)})]}),e.logs?.length>0&&(0,r.jsx)("div",{className:"mt-3 space-y-2",children:e.logs.slice(-3).reverse().map(e=>(0,r.jsxs)("div",{className:"rounded-lg bg-sidebar/60 px-3 py-2",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between gap-3",children:[(0,r.jsx)("p",{className:"text-xs font-medium capitalize",children:x(e.step)}),(0,r.jsx)("span",{className:"text-[11px] text-text-muted",children:u(e.at)})]}),(0,r.jsx)("p",{className:"mt-1 text-xs text-text-muted",children:e.message})]},e.id))}),e.error&&(0,r.jsx)("p",{className:"mt-3 text-xs text-red-500",children:e.error}),e.manualSessionAvailable&&e.workerId?(0,r.jsxs)("div",{className:"mt-3 flex items-center gap-2",children:[(0,r.jsx)(o.$n,{size:"sm",variant:e.manualSessionOpened?"secondary":"primary",onClick:()=>eb(e.workerId),children:e.manualSessionOpened?"Re-open Manual Session":"Open Manual Session"}),(0,r.jsx)("p",{className:"text-[11px] text-text-muted",children:"Open only if this worker is blocked by CAPTCHA, 2FA, or recovery prompts."})]}):null]},`${e.email}-${e.line}`))})]},e.status)})})]}),(0,r.jsxs)("div",{className:"rounded-xl border border-border bg-sidebar/70",children:[(0,r.jsxs)("div",{className:"border-b border-border px-4 py-3",children:[(0,r.jsx)("p",{className:"text-sm font-semibold",children:"Live Activity Log"}),(0,r.jsx)("p",{className:"text-xs text-text-muted",children:"Every worker step is recorded here in near real time."})]}),(0,r.jsxs)("div",{className:"max-h-[720px] space-y-3 overflow-y-auto p-4",children:[0===ea.length&&(0,r.jsx)("div",{className:"rounded-lg bg-background/70 px-3 py-4 text-sm text-text-muted",children:"Waiting for the first worker event..."}),ea.map(e=>(0,r.jsxs)("div",{className:"rounded-lg border border-border/70 bg-background/80 px-3 py-3",children:[(0,r.jsxs)("div",{className:"flex items-start justify-between gap-3",children:[(0,r.jsxs)("div",{className:"min-w-0",children:[(0,r.jsx)("p",{className:"truncate text-sm font-semibold",children:e.email}),(0,r.jsxs)("p",{className:"text-[11px] text-text-muted",children:[e.workerId?`Worker ${e.workerId}`:"Waiting"," | ",x(e.step)]})]}),(0,r.jsx)("span",{className:"shrink-0 text-[11px] text-text-muted",children:u(e.at)})]}),(0,r.jsx)("p",{className:"mt-2 text-xs text-text-muted",children:e.message})]},e.id))]})]})]})]}),F&&(0,r.jsx)("div",{className:"rounded-lg border border-red-200 bg-red-50 p-3 dark:border-red-800 dark:bg-red-900/20",children:(0,r.jsx)("p",{className:"text-sm text-red-600 dark:text-red-400",children:F})}),(0,r.jsxs)("div",{className:"flex gap-2",children:[!z&&(0,r.jsx)(o.$n,{onClick:eu,fullWidth:!0,disabled:B||!R.trim(),children:B?"Starting...":"Start Bulk Import"}),z&&!es&&(0,r.jsx)(o.$n,{onClick:ep,fullWidth:!0,variant:"secondary",disabled:!et,children:et?"Cancel Running Job":"Job Stopped"}),es&&(0,r.jsx)(o.$n,{onClick:eh,fullWidth:!0,children:"Done & Refresh Connections"}),(0,r.jsx)(o.$n,{onClick:ed,variant:"ghost",fullWidth:!0,children:z?"Back":"Cancel"})]})]})]})]})})}b.propTypes={status:i().string.isRequired},f.propTypes={isOpen:i().bool.isRequired,onMethodSelect:i().func.isRequired,onImportSuccess:i().func,initialJobId:i().string,initialSelectedMethod:i().string,initialImportMode:i().string,initialFlowKey:i().oneOfType([i().string,i().number]),onBulkJobChange:i().func,onClose:i().func.isRequired}},62899:(e,t,s)=>{s.d(t,{default:()=>c});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(90882),o=s(61500),d=s(94230);function c({isOpen:e,providerInfo:t,onSuccess:s,onRefresh:l,onClose:n,initialBulkJobId:m,initialFlow:x,onBulkJobChange:u}){let[p,h]=(0,a.useState)(null),[b,f]=(0,a.useState)(null),[g,j]=(0,a.useState)(null);(0,a.useEffect)(()=>{if(e&&x){if("builder-id"===x.method)return void h("builder-id");if("social"===x.method){h("social"),f(x.provider||"google");return}h(null),f(null),j(null)}},[x,e]);let v=(0,a.useCallback)((e,t)=>{"builder-id"===e?h("builder-id"):"idc"===e?(h("idc"),j(t)):"social"===e?(h("social"),f(t.provider)):"import"===e&&s?.()},[s]),y=()=>{h(null),f(null),j(null)};return p?"builder-id"===p||"idc"===p?(0,r.jsx)(i.default,{isOpen:e,provider:"kiro",providerInfo:t,onSuccess:()=>{h(null),j(null),s?.(),n?.()},onClose:y,idcConfig:g}):"social"===p&&b?(0,r.jsx)(d.default,{isOpen:e,provider:b,onSuccess:()=>{h(null),f(null),s?.(),n?.()},onClose:y}):null:(0,r.jsx)(o.default,{isOpen:e,onMethodSelect:v,onImportSuccess:l||s,initialJobId:m,initialSelectedMethod:x?.method==="import"?"import":x?.method==="idc"?"idc":void 0,initialImportMode:x?.method==="import"?x.importMode:void 0,initialFlowKey:x?.key,onBulkJobChange:u,onClose:n})}c.propTypes={isOpen:n().bool.isRequired,providerInfo:n().shape({name:n().string}),initialBulkJobId:n().string,initialFlow:n().shape({key:n().oneOfType([n().string,n().number]),method:n().string,importMode:n().string,provider:n().string}),onBulkJobChange:n().func,onRefresh:n().func,onSuccess:n().func,onClose:n().func.isRequired}},65921:(e,t,s)=>{s.d(t,{i:()=>l});var r=s(1934);let a=0,l=(0,r.v)((e,t)=>({notifications:[],addNotification:s=>{let r=++a,l={id:r,type:s.type||"info",message:s.message,title:s.title||null,duration:s.duration??5e3,dismissible:s.dismissible??!0,createdAt:Date.now()};return e(e=>({notifications:[...e.notifications,l]})),l.duration>0&&setTimeout(()=>t().removeNotification(r),l.duration),r},removeNotification:t=>{e(e=>({notifications:e.notifications.filter(e=>e.id!==t)}))},clearAll:()=>e({notifications:[]}),success:(e,s)=>t().addNotification({type:"success",message:e,title:s}),error:(e,s)=>t().addNotification({type:"error",message:e,title:s,duration:8e3}),warning:(e,s)=>t().addNotification({type:"warning",message:e,title:s}),info:(e,s)=>t().addNotification({type:"info",message:e,title:s})}))},72908:(e,t,s)=>{s.d(t,{default:()=>u});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(81127),o=s(57250),d=s(28777),c=s(52679);let m=[...Object.keys(c.zN),...Object.keys(c.IS),...Object.keys(c.nJ),...Object.keys(c.fg)],x=Object.keys(c.IS).filter(e=>c.IS[e].noAuth);function u({isOpen:e,onClose:t,onSelect:s,onDeselect:l,selectedModel:n,activeProviders:p=[],title:h="Select Model",modelAliases:b={},kindFilter:f=null,addedModelValues:g=[],closeOnSelect:j=!0}){let v=(0,a.useMemo)(()=>f?p.filter(e=>{let t=c.Q2[e.provider];return(t?.serviceKinds||["llm"]).includes(f)}):p,[p,f]),[y,N]=(0,a.useState)(""),[w,k]=(0,a.useState)([]),[C,S]=(0,a.useState)([]),[I,T]=(0,a.useState)([]),[$,A]=(0,a.useState)({}),O=async()=>{try{let e=await fetch("/api/combos");if(!e.ok)throw Error(`Failed to fetch combos: ${e.status}`);let t=await e.json();k(t.combos||[])}catch(e){console.error("Error fetching combos:",e),k([])}};(0,a.useEffect)(()=>{e&&O()},[e]);let R=async()=>{try{let e=await fetch("/api/provider-nodes");if(!e.ok)throw Error(`Failed to fetch provider nodes: ${e.status}`);let t=await e.json();S(t.nodes||[])}catch(e){console.error("Error fetching provider nodes:",e),S([])}};(0,a.useEffect)(()=>{e&&R()},[e]);let P=async()=>{try{let e=await fetch("/api/models/custom");if(!e.ok)throw Error(`Failed to fetch custom models: ${e.status}`);let t=await e.json();T(t.models||[])}catch(e){console.error("Error fetching custom models:",e),T([])}};(0,a.useEffect)(()=>{e&&P()},[e]);let _=async()=>{try{let e=await fetch("/api/models/disabled");if(!e.ok)throw Error(`Failed to fetch disabled models: ${e.status}`);let t=await e.json();A(t.disabled||{})}catch(e){console.error("Error fetching disabled models:",e),A({})}};(0,a.useEffect)(()=>{e&&_()},[e]);let E=(0,a.useMemo)(()=>({...c.zN,...c.IS,...c.nJ,...c.fg}),[]),M=(0,a.useMemo)(()=>{let e={},t=new Set(["webSearch","webFetch"]),s=new Set(["image","tts","stt","embedding","imageToText"]),r=new Set(["tts","image","webFetch"]);return[...new Set([...v.map(e=>e.provider),...f?x.filter(e=>(c.Q2[e]?.serviceKinds||["llm"]).includes(f)):x])].sort((e,t)=>{let s=m.indexOf(e),r=m.indexOf(t);return(-1===s?999:s)-(-1===r?999:r)}).forEach(a=>{let l=(0,c.wG)(a),n=E[a]||{name:a,color:"#666"},i=(0,c.mq)(a)||(0,c.gb)(a);if(f&&t.has(f)){e[a]={name:n.name,alias:l,color:n.color,models:[{id:a,name:n.name,value:a}]};return}if(n.passthroughModels){let t=Object.entries(b).filter(([,e])=>e.startsWith(`${l}/`)).map(([e,t])=>({id:t.replace(`${l}/`,""),name:e,value:t}));if(f&&s.has(f)&&0===(t=(0,d.KC)(a).filter(e=>e.type===f).map(e=>({id:e.id,name:e.name,value:`${l}/${e.id}`,type:e.type}))).length&&r.has(f)&&(n.serviceKinds||["llm"]).includes(f)&&(t=[{id:a,name:n.name,value:l}]),t.length>0){let s=C.find(e=>e.id===a),r=s?.name||n.name;e[a]={name:r,alias:l,color:n.color,models:t}}}else if(i){if(f&&s.has(f))return;let t=p.find(e=>e.provider===a),r=C.find(e=>e.id===a),l=t?.name||r?.name||n.name,i=t?.providerSpecificData?.prefix||r?.prefix||a,o=Object.entries(b).filter(([,e])=>e.startsWith(`${a}/`)).map(([e,t])=>({id:t.replace(`${a}/`,""),name:e,value:`${i}/${t.replace(`${a}/`,"")}`})),d=o.length>0?o:[{id:`__placeholder__${a}`,name:`${i}/model-id`,value:`${i}/model-id`,isPlaceholder:!0}];e[a]={name:l,alias:i,color:n.color,models:d,isCustom:!0,hasModels:o.length>0}}else{var o;let t=(0,d.KC)(a),i=new Set(t.map(e=>e.id)),c=t.length>0,m=Object.entries(b).filter(([e,t])=>t.startsWith(`${l}/`)&&(!c||e===t.replace(`${l}/`,""))&&!i.has(t.replace(`${l}/`,""))).map(([e,t])=>({id:t.replace(`${l}/`,""),name:e,value:t,isCustom:!0})),x=new Set(m.map(e=>e.id)),u=I.filter(e=>e.providerAlias===l&&!i.has(e.id)&&!x.has(e.id)).map(e=>({id:e.id,name:e.name||e.id,value:`${l}/${e.id}`,isCustom:!0})),p=[...t.map(e=>({id:e.id,name:e.name,value:`${l}/${e.id}`,type:e.type})),...m,...u],h=new Set,g=(o=p.filter(e=>!h.has(e.value)&&(h.add(e.value),!0)),f?s.has(f)?o.filter(e=>e.isPlaceholder||e.type===f):o:o.filter(e=>e.isPlaceholder||!e.type||"llm"===e.type));0===g.length&&f&&r.has(f)&&(n.serviceKinds||["llm"]).includes(f)&&(g=[{id:a,name:n.name,value:l}]),g.length>0&&(e[a]={name:n.name,alias:l,color:n.color,models:g})}}),Object.entries(e).forEach(([t,s])=>{let r=new Set([...$[(0,c.wG)(t)]||[],...$[t]||[]]);0!==r.size&&(s.models=s.models.filter(e=>!r.has(e.id)),0===s.models.length&&delete e[t])}),e},[v,b,E,C,I,$,f,p]),L=(0,a.useMemo)(()=>{if(f)return[];if(!y.trim())return w;let e=y.toLowerCase();return w.filter(t=>t.name.toLowerCase().includes(e))},[w,y,f]),z=(0,a.useMemo)(()=>{let e=y.trim().toLowerCase(),t={};return Object.entries(M).forEach(([s,r])=>{var a;let l=r.models;if(e){let t=r.name.toLowerCase().includes(e);if(0===(l=l.filter(t=>t.name.toLowerCase().includes(e)||t.id.toLowerCase().includes(e))).length&&!t)return}t[s]={...r,models:[...(a=l).filter(e=>g.includes(e.value)).sort((e,t)=>e.name.localeCompare(t.name)),...a.filter(e=>!g.includes(e.value)).sort((e,t)=>e.name.localeCompare(t.name))]}}),t},[M,y,g]),q=e=>{let r=e?.value||e?.name||e;g.includes(r)&&l?l(e):s(e),j&&(t(),N(""))};return(0,r.jsxs)(i.default,{isOpen:e,onClose:()=>{t(),N("")},title:h,size:"md",className:"p-4!",footer:null,children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 mb-3 px-2.5 py-2 bg-primary/8 border border-primary/20 rounded-lg text-xs text-text-muted",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-primary shrink-0",style:{fontSize:"14px"},children:"info"}),(0,r.jsx)("span",{children:"Click to add, click again to remove. Changes are saved automatically."})]}),(0,r.jsx)("div",{className:"mb-3",children:(0,r.jsxs)("div",{className:"relative",children:[(0,r.jsx)("span",{className:"material-symbols-outlined absolute left-2.5 top-1/2 -translate-y-1/2 text-text-muted text-[16px]",children:"search"}),(0,r.jsx)("input",{type:"text",placeholder:"Search...",value:y,onChange:e=>N(e.target.value),className:"w-full pl-8 pr-3 py-1.5 bg-surface border border-border rounded text-xs focus:outline-none focus:ring-1 focus:ring-primary/50"})]})}),(0,r.jsxs)("div",{className:"max-h-[400px] overflow-y-auto space-y-3",children:[L.length>0&&(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{className:"flex items-center gap-1.5 mb-1.5 sticky top-0 bg-surface py-0.5",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-primary text-[14px]",children:"layers"}),(0,r.jsx)("span",{className:"text-xs font-medium text-primary",children:"Combos"}),(0,r.jsxs)("span",{className:"text-[10px] text-text-muted",children:["(",L.length,")"]})]}),(0,r.jsx)("div",{className:"flex flex-wrap gap-1.5",children:L.map(e=>{let t=n===e.name;return(0,r.jsxs)("button",{onClick:()=>q({id:e.name,name:e.name,value:e.name}),className:`
2
+ px-2 py-1 rounded-xl text-xs font-medium transition-all border hover:cursor-pointer flex items-center gap-1
3
+ ${t?"bg-primary text-white border-primary":g.includes(e.name)?"bg-primary border-primary text-white hover:bg-primary-hover":"bg-surface border-border text-text-main hover:border-primary/50 hover:bg-primary/5"}
4
+ `,children:[g.includes(e.name)&&(0,r.jsx)("span",{className:"material-symbols-outlined leading-none",style:{fontSize:"10px"},children:"check"}),e.name]},e.id)})})]}),Object.entries(z).map(([e,t])=>(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{className:"flex items-center gap-1.5 mb-1.5 sticky top-0 bg-surface py-0.5",children:[(0,r.jsx)(o.A,{src:`/providers/${e}.png`,alt:t.name,size:14,fallbackText:(t.name||e).slice(0,2).toUpperCase(),fallbackColor:t.color}),(0,r.jsx)("span",{className:"text-xs font-medium text-primary",children:t.name}),(0,r.jsxs)("span",{className:"text-[10px] text-text-muted",children:["(",t.models.length,")"]})]}),(0,r.jsx)("div",{className:"flex flex-wrap gap-1.5",children:t.models.map(e=>{let t=n===e.value,s=e.isPlaceholder;return(0,r.jsx)("button",{onClick:()=>q(e),title:s?"Select to pre-fill, then edit model ID in the input":void 0,className:`
5
+ px-2 py-1 rounded-xl text-xs font-medium transition-all border hover:cursor-pointer
6
+ ${s?"border-dashed border-border text-text-muted hover:border-primary/50 hover:text-primary bg-surface italic":t?"bg-primary text-white border-primary":g.includes(e.value)?"bg-primary border-primary text-white hover:bg-primary-hover":"bg-surface border-border text-text-main hover:border-primary/50 hover:bg-primary/5"}
7
+ `,children:(0,r.jsxs)("span",{className:"flex items-center gap-1",children:[g.includes(e.value)&&!s&&(0,r.jsx)("span",{className:"material-symbols-outlined leading-none",style:{fontSize:"10px"},children:"check"}),s?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[11px]",children:"edit"}),e.name]}):e.isCustom?(0,r.jsxs)(r.Fragment,{children:[e.name,(0,r.jsx)("span",{className:"text-[9px] opacity-60 font-normal",children:"custom"})]}):e.name]})},e.value)})})]},e)),0===Object.keys(z).length&&0===L.length&&(0,r.jsxs)("div",{className:"text-center py-4 text-text-muted",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-2xl mb-1 block",children:"search_off"}),(0,r.jsx)("p",{className:"text-xs",children:"No models found"})]})]})]})}u.propTypes={isOpen:n().bool.isRequired,onClose:n().func.isRequired,onSelect:n().func.isRequired,onDeselect:n().func,selectedModel:n().string,activeProviders:n().arrayOf(n().shape({provider:n().string.isRequired})),title:n().string,modelAliases:n().object,kindFilter:n().string,addedModelValues:n().arrayOf(n().string),closeOnSelect:n().bool}},73579:(e,t,s)=>{s.d(t,{default:()=>x});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(81127),o=s(11910),d=s(92542),c=s(56061),m=s(52679);function x({isOpen:e,connection:t,proxyPools:s,onSave:l,onClose:n}){let[u,p]=(0,a.useState)({name:"",priority:1,apiKey:""}),[h,b]=(0,a.useState)({azureEndpoint:"",apiVersion:"2024-10-01-preview",deployment:"",organization:""}),[f,g]=(0,a.useState)({accountId:""}),[j,v]=(0,a.useState)(!1),[y,N]=(0,a.useState)(null),[w,k]=(0,a.useState)(!1),[C,S]=(0,a.useState)(null),[I,T]=(0,a.useState)(!1);(0,a.useEffect)(()=>{t&&(p({name:t.name||"",priority:t.priority||1,apiKey:""}),"azure"===t.provider&&t.providerSpecificData&&b({azureEndpoint:t.providerSpecificData.azureEndpoint||"",apiVersion:t.providerSpecificData.apiVersion||"2024-10-01-preview",deployment:t.providerSpecificData.deployment||"",organization:t.providerSpecificData.organization||""}),"cloudflare-ai"===t.provider&&t.providerSpecificData&&g({accountId:t.providerSpecificData.accountId||""}),N(null),S(null))},[t]);let $=t?.authType==="oauth",A=t?.provider==="azure",O=t?.provider==="cloudflare-ai",R=!!t&&((0,m.mq)(t.provider)||(0,m.gb)(t.provider)),P=async()=>{if(t?.provider){v(!0),N(null);try{let e=await fetch(`/api/providers/${t.id}/test`,{method:"POST"}),s=await e.json();N(s.valid?"success":"failed")}catch{N("failed")}finally{v(!1)}}},_=async()=>{if(t?.provider&&u.apiKey){k(!0),S(null);try{let e=await fetch("/api/providers/validate",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({provider:t.provider,apiKey:u.apiKey,...A?{providerSpecificData:h}:{},...O?{providerSpecificData:f}:{}})}),s=await e.json();S(s.valid?"success":"failed")}catch{S("failed")}finally{k(!1)}}},E=async()=>{if(t){T(!0);try{let e={name:u.name,priority:u.priority};if(!$&&u.apiKey){e.apiKey=u.apiKey;let s="success"===C;if(!s)try{k(!0),S(null);let e=await fetch("/api/providers/validate",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({provider:t.provider,apiKey:u.apiKey,...A?{providerSpecificData:h}:{},...O?{providerSpecificData:f}:{}})});s=!!(await e.json()).valid,S(s?"success":"failed")}catch{S("failed")}finally{k(!1)}s&&(e.testStatus="active",e.lastError=null,e.lastErrorAt=null)}A&&(e.providerSpecificData={azureEndpoint:h.azureEndpoint,apiVersion:h.apiVersion,deployment:h.deployment,organization:h.organization}),O&&(e.providerSpecificData={accountId:f.accountId}),await l(e)}finally{T(!1)}}};return t?(0,r.jsx)(i.default,{isOpen:e,title:"Edit Connection",onClose:n,children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,r.jsx)(o.default,{label:"Name",value:u.name,onChange:e=>p({...u,name:e.target.value}),placeholder:$?"Account name":"Production Key"}),$&&t.email&&(0,r.jsxs)("div",{className:"bg-sidebar/50 p-3 rounded-lg",children:[(0,r.jsx)("p",{className:"text-sm text-text-muted mb-1",children:"Email"}),(0,r.jsx)("p",{className:"font-medium",children:t.email})]}),(0,r.jsx)(o.default,{label:"Priority",type:"number",value:u.priority,onChange:e=>p({...u,priority:Number.parseInt(e.target.value,10)||1})}),!$&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(o.default,{label:"API Key",type:"password",value:u.apiKey,onChange:e=>p({...u,apiKey:e.target.value}),placeholder:"Enter new API key",hint:"Leave blank to keep the current API key.",className:"flex-1"}),(0,r.jsx)("div",{className:"pt-6",children:(0,r.jsx)(d.default,{onClick:_,disabled:!u.apiKey||w||I,variant:"secondary",children:w?"Checking...":"Check"})})]}),C&&(0,r.jsx)(c.default,{variant:"success"===C?"success":"error",children:"success"===C?"Valid":"Invalid"})]}),A&&(0,r.jsxs)("div",{className:"bg-sidebar/50 p-4 rounded-lg border border-accent/20",children:[(0,r.jsx)("h3",{className:"font-semibold mb-3 text-sm",children:"Azure OpenAI Configuration"}),(0,r.jsxs)("div",{className:"flex flex-col gap-3",children:[(0,r.jsx)(o.default,{label:"Azure Endpoint",value:h.azureEndpoint,onChange:e=>b({...h,azureEndpoint:e.target.value}),placeholder:"https://your-resource.openai.azure.com",hint:"Your Azure OpenAI resource endpoint URL"}),(0,r.jsx)(o.default,{label:"Deployment Name",value:h.deployment,onChange:e=>b({...h,deployment:e.target.value}),placeholder:"gpt-4",hint:"The deployment name in your Azure resource"}),(0,r.jsx)(o.default,{label:"API Version",value:h.apiVersion,onChange:e=>b({...h,apiVersion:e.target.value}),placeholder:"2024-10-01-preview",hint:"Azure OpenAI API version to use"}),(0,r.jsx)(o.default,{label:"Organization",value:h.organization,onChange:e=>b({...h,organization:e.target.value}),placeholder:"Organization ID",hint:"Required for billing"})]})]}),!R&&!A&&!O&&(0,r.jsxs)("div",{className:"flex items-center gap-3",children:[(0,r.jsx)(d.default,{onClick:P,variant:"secondary",disabled:j,children:j?"Testing...":"Test Connection"}),y&&(0,r.jsx)(c.default,{variant:"success"===y?"success":"error",children:"success"===y?"Valid":"Failed"})]}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(d.default,{onClick:E,fullWidth:!0,disabled:I,children:I?"Saving...":"Save"}),(0,r.jsx)(d.default,{onClick:n,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})}):null}x.propTypes={isOpen:n().bool.isRequired,connection:n().shape({id:n().string,name:n().string,email:n().string,priority:n().number,authType:n().string,provider:n().string,providerSpecificData:n().object}),proxyPools:n().arrayOf(n().shape({id:n().string,name:n().string})),onSave:n().func.isRequired,onClose:n().func.isRequired}},80752:(e,t,s)=>{s.d(t,{default:()=>m});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(1620),o=s(40197),d=s(81127);function c({icon:e,label:t,onClick:s,trailing:a,danger:l}){return(0,r.jsxs)("button",{onClick:s,className:`flex items-center gap-3 w-full px-4 py-2.5 text-sm transition-colors ${l?"text-red-500 hover:bg-red-500/10":"text-text-main hover:bg-black/5 dark:hover:bg-white/5"}`,children:[(0,r.jsx)("span",{className:`material-symbols-outlined text-[20px] ${l?"":"text-text-muted"}`,children:e}),(0,r.jsx)("span",{className:"flex-1 text-left",children:t}),a&&(0,r.jsx)("span",{className:"text-base",children:a})]})}function m({onLogout:e}){let[t,s]=(0,a.useState)(!1),[l,n]=(0,a.useState)(!1),[x,u]=(0,a.useState)(!1),[p,h]=(0,a.useState)(!1),{toggleTheme:b,isDark:f}=(0,i.D)(),g=(0,a.useRef)(null),j=async()=>{h(!0);try{await fetch("/api/version/shutdown",{method:"POST"})}catch(e){}h(!1),u(!1)};return(0,a.useEffect)(()=>{let e=e=>{g.current&&!g.current.contains(e.target)&&s(!1)};if(t)return document.addEventListener("mousedown",e),()=>document.removeEventListener("mousedown",e)},[t]),(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"relative",ref:g,children:[(0,r.jsx)("button",{onClick:()=>s(e=>!e),className:"flex items-center justify-center p-2 rounded-lg text-text-muted hover:text-text-main hover:bg-black/5 dark:hover:bg-white/5 transition-all",title:"Menu",children:(0,r.jsx)("span",{className:"material-symbols-outlined",children:"grid_view"})}),t&&(0,r.jsxs)("div",{className:"absolute right-0 top-full mt-2 w-60 bg-surface border border-black/10 dark:border-white/10 rounded-xl shadow-2xl z-50 animate-in fade-in zoom-in-95 duration-150 overflow-hidden py-1",children:[(0,r.jsx)(c,{icon:"history",label:"Change Log",onClick:()=>{s(!1),n(!0)}}),(0,r.jsx)(c,{icon:f?"light_mode":"dark_mode",label:"Theme",onClick:()=>{b(),s(!1)}}),(0,r.jsx)(c,{icon:"power_settings_new",label:"Shutdown",danger:!0,onClick:()=>{s(!1),u(!0)}}),(0,r.jsx)(c,{icon:"logout",label:"Logout",danger:!0,onClick:()=>{s(!1),e()}})]})]}),(0,r.jsx)(o.default,{isOpen:l,onClose:()=>n(!1)}),(0,r.jsx)(d.ConfirmModal,{isOpen:x,onClose:()=>u(!1),onConfirm:j,title:"Close Proxy",message:"Are you sure you want to close the proxy server?",confirmText:"Close",cancelText:"Cancel",variant:"danger",loading:p})]})}c.propTypes={icon:n().string.isRequired,label:n().string.isRequired,onClick:n().func.isRequired,trailing:n().node,danger:n().bool},m.propTypes={onLogout:n().func.isRequired}},81127:(e,t,s)=>{s.d(t,{ConfirmModal:()=>d,default:()=>o});var r=s(95155),a=s(12115),l=s(31474),n=s(92542),i=s(97677);function o({isOpen:e,onClose:t,title:s,children:n,footer:d,size:c="md",closeOnOverlay:m=!0,showTrafficLights:x=!0,className:u}){return((0,a.useEffect)(()=>(e?document.body.style.overflow="hidden":document.body.style.overflow="",()=>{document.body.style.overflow=""}),[e]),(0,a.useEffect)(()=>{let s=s=>{"Escape"===s.key&&e&&t()};return document.addEventListener("keydown",s),()=>document.removeEventListener("keydown",s)},[e,t]),e)?(0,r.jsxs)("div",{className:"fixed inset-0 z-50 flex items-center justify-center p-4",children:[(0,r.jsx)("div",{className:"absolute inset-0 bg-black/50 backdrop-blur-[2px] fade-in",onClick:m?t:void 0}),(0,r.jsxs)("div",{className:(0,l.cn)("relative w-full bg-surface","border border-border-subtle","rounded-[14px] shadow-[var(--shadow-elev)]","fade-in",{sm:"max-w-sm",md:"max-w-md",lg:"max-w-lg",xl:"max-w-xl",full:"max-w-4xl"}[c],u),children:[(s||x)&&(0,r.jsxs)("div",{className:"flex items-center justify-between p-2 border-b border-border-subtle",children:[(0,r.jsxs)("div",{className:"flex items-center",children:[x&&(0,r.jsxs)("div",{className:"hidden md:flex items-center gap-2 mr-4 ml-2",children:[(0,r.jsx)(i.default,{text:"Close",position:"top",color:"#FF5F56",children:(0,r.jsx)("button",{onClick:t,"aria-label":"Close",title:"Close",className:"w-4 h-4 rounded-full bg-[#FF5F56] hover:brightness-90 transition-all cursor-pointer flex items-center justify-center group/dot",children:(0,r.jsx)("span",{className:"text-[9px] font-bold text-white opacity-0 group-hover/dot:opacity-100 transition-opacity leading-none",children:"✕"})})}),(0,r.jsx)("div",{className:"w-4 h-4 rounded-full bg-[#3a3a3a]/20 dark:bg-white/15 cursor-not-allowed"}),(0,r.jsx)("div",{className:"w-4 h-4 rounded-full bg-[#3a3a3a]/20 dark:bg-white/15 cursor-not-allowed"})]}),s&&(0,r.jsx)("h2",{className:"text-lg font-semibold text-text-main",children:s})]}),(0,r.jsx)("button",{onClick:t,"aria-label":"Close",className:"md:hidden p-1.5 rounded-[10px] text-text-muted hover:bg-surface-2 hover:text-text-main transition-colors",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"close"})})]}),(0,r.jsx)("div",{className:"p-6 max-h-[calc(85vh-100px)] overflow-y-auto custom-scrollbar",children:n}),d&&(0,r.jsx)("div",{className:"flex items-center justify-end gap-3 p-6 border-t border-border-subtle",children:d})]})]}):null}function d({isOpen:e,onClose:t,onConfirm:s,title:a="Confirm",message:l,confirmText:i="Confirm",cancelText:c="Cancel",variant:m="danger",loading:x=!1}){return(0,r.jsx)(o,{isOpen:e,onClose:t,title:a,size:"sm",footer:(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(n.default,{variant:"ghost",onClick:t,disabled:x,children:c}),(0,r.jsx)(n.default,{variant:m,onClick:s,loading:x,children:i})]}),children:(0,r.jsx)("p",{className:"text-text-muted",children:l})})}},84588:(e,t,s)=>{s.d(t,{default:()=>l});var r=s(95155),a=s(31474);function l({children:e,title:t,subtitle:s,icon:n,action:i,padding:o="md",hover:d=!1,elev:c=!1,className:m,...x}){return(0,r.jsxs)("div",{className:(0,a.cn)("card-3d border border-border-subtle rounded-[14px]",c&&"card-3d-elev",d&&"hover:border-brand-500/30 cursor-pointer",{none:"",xs:"p-3",sm:"p-4",md:"p-6",lg:"p-8"}[o],m),...x,children:[(t||i)&&(0,r.jsxs)("div",{className:"flex items-center justify-between mb-4",children:[(0,r.jsxs)("div",{className:"flex items-center gap-3",children:[n&&(0,r.jsx)("div",{className:"p-2 rounded-[10px] bg-bg text-text-muted",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:n})}),(0,r.jsxs)("div",{children:[t&&(0,r.jsx)("h3",{className:"text-text-main font-semibold",children:t}),s&&(0,r.jsx)("p",{className:"text-sm text-text-muted",children:s})]})]}),i]}),e]})}l.Section=function({children:e,className:t,...s}){return(0,r.jsx)("div",{className:(0,a.cn)("p-4 rounded-[10px]","bg-bg border border-border-subtle",t),...s,children:e})},l.Row=function({children:e,className:t,...s}){return(0,r.jsx)("div",{className:(0,a.cn)("p-3 -mx-3 px-3 transition-colors","border-b border-border-subtle last:border-b-0","hover:bg-surface-2/50",t),...s,children:e})},l.ListItem=function({children:e,actions:t,className:s,...l}){return(0,r.jsxs)("div",{className:(0,a.cn)("group flex items-center justify-between p-3 -mx-3 px-3","border-b border-border-subtle last:border-b-0","hover:bg-surface-2/50 transition-colors",s),...l,children:[(0,r.jsx)("div",{className:"flex-1 min-w-0",children:e}),t&&(0,r.jsx)("div",{className:"flex items-center gap-1 opacity-0 group-hover:opacity-100 transition-opacity",children:t})]})}},90882:(e,t,s)=>{s.d(t,{default:()=>d});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(35497),o=s(11059);function d({isOpen:e,provider:t,providerInfo:s,onSuccess:l,onClose:n,oauthMeta:c,idcConfig:m}){let[x,u]=(0,a.useState)("waiting"),[p,h]=(0,a.useState)(null),[b,f]=(0,a.useState)(""),[g,j]=(0,a.useState)(null),[v,y]=(0,a.useState)(!1),[N,w]=(0,a.useState)(null),[k,C]=(0,a.useState)(!1),S=(0,a.useRef)(null),I=(0,a.useRef)(!1),{copied:T,copy:$}=(0,o.C)(),[A,O]=(0,a.useState)(!1),[R,P]=(0,a.useState)("/callback?code=..."),_=(0,a.useRef)(!1);(0,a.useEffect)(()=>{O("localhost"===window.location.hostname||"127.0.0.1"===window.location.hostname),P(`${window.location.origin}/callback?code=...`)},[]);let E=(0,a.useCallback)(async(e,s)=>{if(p)try{let r=await fetch(`/api/oauth/${t}/exchange`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:e,redirectUri:p.redirectUri,codeVerifier:p.codeVerifier,state:s,...c?{meta:c}:{}})}),a=await r.json();if(!r.ok)throw Error(a.error);u("success"),l?.()}catch(e){j(e.message),u("error")}},[p,t,l]),M=(0,a.useCallback)(async e=>{if(p?.state)try{let t=await fetch("/api/oauth/xai/manual-code",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:e,state:p.state})}),s=await t.json();if(!t.ok)throw Error(s.error);u("success"),l?.()}catch(e){j(e.message),u("error")}},[p,l]),L=(0,a.useCallback)(async(e,s,r,a,n)=>{I.current=!1,C(!0);let i=Date.now()+(Number.isFinite(n)&&n>0?n:12e4);for(;Date.now()<i;){if(I.current){console.log("[OAuthModal] Polling aborted"),C(!1);return}if(await new Promise(e=>setTimeout(e,1e3*r)),I.current){console.log("[OAuthModal] Polling aborted after sleep"),C(!1);return}try{let n=await fetch(`/api/oauth/${t}/poll`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({deviceCode:e,codeVerifier:s,extraData:a})}),i=await n.json();if(i.success){I.current=!0,u("success"),C(!1),l?.();return}if("expired_token"===i.error||"access_denied"===i.error)throw Error(i.errorDescription||i.error);"slow_down"===i.error&&(r=Math.min(r+5,30))}catch(e){j(e.message),u("error"),C(!1);return}}j("Authorization timeout"),u("error"),C(!1)},[t,l]),z=(0,a.useCallback)(async()=>{if(t)try{let e;if(j(null),["github","qwen","kiro","kimi-coding","kilocode","codebuddy","codebuddy-cn","qoder"].includes(t)){y(!0),u("waiting");let e=new URL(`/api/oauth/${t}/device-code`,window.location.origin);"kiro"===t&&m?.startUrl&&(e.searchParams.set("start_url",m.startUrl),m.region&&e.searchParams.set("region",m.region),e.searchParams.set("auth_method","idc"));let s=await fetch(e.toString()),r=await s.json();if(!s.ok)throw Error(r.error);w(r);let a=r.verification_uri_complete||r.verification_uri;a&&window.open(a,"_blank","noopener,noreferrer");let l="kiro"===t?{_clientId:r._clientId,_clientSecret:r._clientSecret,_region:r._region,_authMethod:r._authMethod,_startUrl:r._startUrl}:"qoder"===t?{_qoderNonce:r._qoderNonce,_qoderMachineId:r._qoderMachineId,_qoderVerifier:r.codeVerifier}:null;L(r.device_code,r.codeVerifier,r.interval||5,l,Number.isFinite(r.expires_in)&&r.expires_in>0?1e3*r.expires_in:void 0);return}let s=window.location.port||("https:"===window.location.protocol?"443":"80");e="codex"===t?"http://localhost:1455/auth/callback":"xai"===t?"http://127.0.0.1:56121/callback":`http://localhost:${s}/callback`;let r=new URL(`/api/oauth/${t}/authorize`,window.location.origin);r.searchParams.set("redirect_uri",e),c&&Object.entries(c).forEach(([e,t])=>{t&&r.searchParams.set(e,t)});let a=await fetch(r.toString()),l=await a.json();if(!a.ok)throw Error(l.error);let n=!1,i=!1;if("codex"===t)try{let t=new URL("/api/oauth/codex/start-proxy",window.location.origin);t.searchParams.set("app_port",s),t.searchParams.set("state",l.state),t.searchParams.set("code_verifier",l.codeVerifier),t.searchParams.set("redirect_uri",e);let r=await fetch(t.toString()),a=await r.json();n=a.success,i=!!a.serverSide}catch{n=!1}let o=!1,d=!1;if("xai"===t)try{let t=new URL("/api/oauth/xai/start-proxy",window.location.origin);t.searchParams.set("app_port",s),t.searchParams.set("state",l.state),t.searchParams.set("code_verifier",l.codeVerifier),t.searchParams.set("redirect_uri",e);let r=await fetch(t.toString()),a=await r.json();if(o=a.success,d=!!a.serverSide,!o&&"port_busy"===a.reason)throw Error("Port 56121 in use; close the conflicting process and retry")}catch(e){if(e?.message)throw e;o=!1}h({...l,redirectUri:e,codexServerSide:i,xaiServerSide:d}),"codex"===t&&n||"xai"===t&&o||A&&"codex"!==t&&"xai"!==t?(u("waiting"),S.current=window.open(l.authUrl,"oauth_popup","width=600,height=700"),S.current||u("input")):(u("input"),window.open(l.authUrl,"_blank"))}catch(e){j(e.message),u("error")}},[t,A,L,c,m]);(0,a.useEffect)(()=>{e&&t?(h(null),f(""),j(null),y(!1),w(null),C(!1),I.current=!1,z()):e||(I.current=!0,"codex"===t?fetch("/api/oauth/codex/stop-proxy").catch(()=>{}):"xai"===t&&fetch("/api/oauth/xai/stop-proxy").catch(()=>{}))},[e,t,z]),(0,a.useEffect)(()=>{let e=p?.codexServerSide?"codex":p?.xaiServerSide?"xai":null;if(!e||!p?.state||_.current)return;let t=!1,s=0,r=async()=>{if(!t&&!_.current){s+=1;try{let s=await fetch(`/api/oauth/${e}/poll-status?state=${encodeURIComponent(p.state)}`),r=await s.json();if(t||_.current)return;if("done"===r.status){_.current=!0,u("success"),l?.();return}if("error"===r.status){_.current=!0,j(r.error||"Authentication failed"),u("error");return}}catch{}if(s>=200){_.current=!0,j("Authentication timeout"),u("error");return}setTimeout(r,1500)}};return setTimeout(r,1500),()=>{t=!0}},[p,l]),(0,a.useEffect)(()=>{let e;if(!p)return;_.current=!1;let t=async e=>{if(_.current)return;let{code:t,state:s,error:r,errorDescription:a}=e;if(r){_.current=!0,j(a||r),u("error");return}t&&(_.current=!0,await E(t,s))},s=e=>{let s=e.origin.includes("localhost")||e.origin.includes("127.0.0.1"),r=e.origin===window.location.origin;(s||r)&&e.data?.type==="oauth_callback"&&t(e.data.data)};window.addEventListener("message",s);try{(e=new BroadcastChannel("oauth_callback")).onmessage=e=>t(e.data)}catch(e){console.log("BroadcastChannel not supported")}let r=e=>{if("oauth_callback"===e.key&&e.newValue)try{let s=JSON.parse(e.newValue);t(s),localStorage.removeItem("oauth_callback")}catch(e){console.log("Failed to parse localStorage data")}};window.addEventListener("storage",r);try{let e=localStorage.getItem("oauth_callback");if(e){let s=JSON.parse(e);s.timestamp&&Date.now()-s.timestamp<3e4&&t(s),localStorage.removeItem("oauth_callback")}}catch{}return()=>{window.removeEventListener("message",s),window.removeEventListener("storage",r),e&&e.close()}},[p,E]);let q=async()=>{try{j(null);let e=b.trim();if(e.startsWith("eyJ")&&e.includes("."))return void await E(e,null);if("xai"===t&&e&&!e.includes("://")&&!e.includes("?")&&!e.includes("code="))return void await M(e);let s=new URL(e),r=s.searchParams.get("code"),a=s.searchParams.get("state"),l=s.searchParams.get("error");if(l)throw Error(s.searchParams.get("error_description")||l);if(!r)throw Error("xai"===t?"Paste the callback URL or copied xAI code":"No authorization code found in URL");await E(r,a)}catch(e){j(e.message),u("error")}},F=(0,a.useCallback)(()=>{"codex"===t?fetch("/api/oauth/codex/stop-proxy").catch(()=>{}):"xai"===t&&fetch("/api/oauth/xai/stop-proxy").catch(()=>{}),n()},[n,t]);if(!t||!s)return null;let U="xai"===t,D=N?.verification_uri_complete||N?.verification_uri||"",W=U?"Connect Grok Build OAuth":`Connect ${s.name}`;return(0,r.jsx)(i.aF,{isOpen:e,title:W,onClose:F,size:"lg",children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:[("waiting"===x||"input"===x)&&!v&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 px-3 py-2 border border-border rounded-lg bg-sidebar/50",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-base text-primary animate-spin",children:"progress_activity"}),(0,r.jsx)("span",{className:"text-sm",children:U?"Waiting for Grok Build OAuth…":"Waiting for popup authorization…"})]}),(0,r.jsxs)("div",{className:"flex items-center gap-3 my-1",children:[(0,r.jsx)("div",{className:"flex-1 h-px bg-border"}),(0,r.jsx)("span",{className:"text-xs text-text-muted uppercase tracking-wider",children:"Or paste callback URL manually"}),(0,r.jsx)("div",{className:"flex-1 h-px bg-border"})]}),(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsxs)("div",{children:[(0,r.jsxs)("p",{className:"text-sm font-medium mb-2",children:["Step 1: Open this ",U?"Grok Build OAuth URL":"URL"," in your browser"]}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.pd,{value:p?.authUrl||"",readOnly:!0,className:"flex-1 font-mono text-xs"}),(0,r.jsx)(i.$n,{variant:"secondary",icon:"auth_url"===T?"check":"content_copy",onClick:()=>$(p?.authUrl,"auth_url"),disabled:!p?.authUrl,children:"Copy"})]})]}),(0,r.jsxs)("div",{children:[(0,r.jsxs)("p",{className:"text-sm font-medium mb-2",children:["Step 2: Paste the ","xai"===t?"callback URL or copied code":"callback URL"," here"]}),(0,r.jsx)("p",{className:"text-xs text-text-muted mb-2",children:"xai"===t?"If xAI shows a code instead of redirecting, paste that code here.":"After authorization, copy the full URL from your browser."}),(0,r.jsx)(i.pd,{value:b,onChange:e=>f(e.target.value),placeholder:U?"http://127.0.0.1:56121/callback?code=... or copied code":R,className:"font-mono text-xs"})]})]}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:q,fullWidth:!0,disabled:!b,children:"Connect"}),(0,r.jsx)(i.$n,{onClick:F,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]}),"waiting"===x&&v&&N&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"text-center py-4",children:[(0,r.jsx)("p",{className:"text-sm text-text-muted mb-4",children:"Visit the login URL below and authorize:"}),(0,r.jsxs)("div",{className:"bg-sidebar p-4 rounded-lg mb-4",children:[(0,r.jsx)("p",{className:"text-xs text-text-muted mb-1",children:"Login URL"}),(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("code",{className:"flex-1 text-sm break-all",children:D}),(0,r.jsx)(i.$n,{size:"sm",variant:"ghost",icon:"login_url"===T?"check":"content_copy",onClick:()=>$(D,"login_url"),disabled:!D}),(0,r.jsx)(i.$n,{size:"sm",variant:"ghost",icon:"open_in_new",onClick:()=>window.open(D,"_blank","noopener,noreferrer"),disabled:!D,children:"Open"})]})]}),(0,r.jsxs)("div",{className:"bg-primary/10 p-4 rounded-lg",children:[(0,r.jsx)("p",{className:"text-xs text-text-muted mb-1",children:"Your Code"}),(0,r.jsxs)("div",{className:"flex items-center justify-center gap-2",children:[(0,r.jsx)("p",{className:"text-2xl font-mono font-bold text-primary",children:N.user_code}),(0,r.jsx)(i.$n,{size:"sm",variant:"ghost",icon:"user_code"===T?"check":"content_copy",onClick:()=>$(N.user_code,"user_code")})]})]})]}),k&&(0,r.jsxs)("div",{className:"flex items-center justify-center gap-2 text-sm text-text-muted",children:[(0,r.jsx)("span",{className:"material-symbols-outlined animate-spin",children:"progress_activity"}),"Waiting for authorization..."]})]}),"success"===x&&(0,r.jsxs)("div",{className:"text-center py-6",children:[(0,r.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-green-100 dark:bg-green-900/30 flex items-center justify-center",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-3xl text-green-600",children:"check_circle"})}),(0,r.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connected Successfully!"}),(0,r.jsxs)("p",{className:"text-sm text-text-muted mb-4",children:["Your ",s.name," account has been connected."]}),(0,r.jsx)(i.$n,{onClick:F,fullWidth:!0,children:"Done"})]}),"error"===x&&(0,r.jsxs)("div",{className:"text-center py-6",children:[(0,r.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-red-100 dark:bg-red-900/30 flex items-center justify-center",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-3xl text-red-600",children:"error"})}),(0,r.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connection Failed"}),(0,r.jsx)("p",{className:"text-sm text-red-600 mb-4",children:g}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:z,variant:"secondary",fullWidth:!0,children:"Try Again"}),(0,r.jsx)(i.$n,{onClick:F,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})]})})}d.propTypes={isOpen:n().bool.isRequired,provider:n().string,providerInfo:n().shape({name:n().string}),onSuccess:n().func,onClose:n().func.isRequired,oauthMeta:n().object,idcConfig:n().shape({startUrl:n().string,region:n().string})}},91450:(e,t,s)=>{s.d(t,{default:()=>i});var r=s(95155),a=s(14051),l=s.n(a),n=s(38587);function i({children:e}){return(0,r.jsxs)("div",{className:"min-h-screen flex flex-col relative bg-bg transition-colors duration-500 overflow-x-hidden selection:bg-primary/20 selection:text-primary",children:[(0,r.jsx)("div",{className:"fixed top-1/2 left-1/2 -translate-x-1/2 -translate-y-1/2 w-[800px] h-[800px] bg-primary/5 dark:bg-primary/5 rounded-full blur-[100px] pointer-events-none z-0"}),(0,r.jsx)("div",{className:"fixed bottom-0 right-0 w-[600px] h-[600px] bg-orange-200/20 dark:bg-orange-900/10 rounded-full blur-[120px] pointer-events-none z-0 translate-y-1/3 translate-x-1/3"}),(0,r.jsx)("div",{className:"absolute top-6 right-6 z-20",children:(0,r.jsx)(n.default,{variant:"card"})}),(0,r.jsx)("main",{className:"flex-1 flex flex-col items-center justify-center p-4 sm:p-6 z-10 w-full h-full",children:e})]})}i.propTypes={children:l().node.isRequired}},92173:(e,t,s)=>{s.d(t,{default:()=>c});var r=s(95155),a=s(98500),l=s.n(a),n=s(90620);let i=[{label:"Features",href:"#features"},{label:"Pricing",href:"#pricing"},{label:"Changelog",href:"#"}],o=[{label:"Documentation",href:"#"},{label:"API Reference",href:"#"},{label:"Help Center",href:"#"}],d=[{label:"About",href:"#"},{label:"Blog",href:"#"},{label:"Contact",href:"#"}];function c(){return(0,r.jsx)("footer",{className:"bg-bg border-t border-border pt-16 pb-12",children:(0,r.jsxs)("div",{className:"container mx-auto px-4 sm:px-6 lg:px-8",children:[(0,r.jsxs)("div",{className:"grid grid-cols-2 md:grid-cols-4 lg:grid-cols-5 gap-10 mb-12",children:[(0,r.jsxs)("div",{className:"col-span-2 lg:col-span-2",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 mb-6",children:[(0,r.jsx)("div",{className:"size-6 text-primary",children:(0,r.jsx)("svg",{className:"w-full h-full",fill:"currentColor",viewBox:"0 0 48 48",children:(0,r.jsx)("path",{clipRule:"evenodd",d:"M12.0799 24L4 19.2479L9.95537 8.75216L18.04 13.4961L18.0446 4H29.9554L29.96 13.4961L38.0446 8.75216L44 19.2479L35.92 24L44 28.7521L38.0446 39.2479L29.96 34.5039L29.9554 44H18.0446L18.04 34.5039L9.95537 39.2479L4 28.7521L12.0799 24Z",fillRule:"evenodd"})})}),(0,r.jsx)("span",{className:"text-xl font-bold text-text-main",children:n.vQ.name})]}),(0,r.jsx)("p",{className:"text-text-muted mb-6 max-w-sm font-light",children:"The unified interface for modern AI infrastructure. Secure, observable, and scalable."}),(0,r.jsxs)("div",{className:"flex gap-4",children:[(0,r.jsx)("a",{href:"#",className:"text-gray-400 hover:text-primary transition-colors","aria-label":"Twitter",children:(0,r.jsx)("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M22.46 6c-.77.35-1.6.58-2.46.69.88-.53 1.56-1.37 1.88-2.38-.83.5-1.75.85-2.72 1.05C18.37 4.5 17.26 4 16 4c-2.35 0-4.27 1.92-4.27 4.29 0 .34.04.67.11.98C8.28 9.09 5.11 7.38 3 4.79c-.37.63-.58 1.37-.58 2.15 0 1.49.75 2.81 1.91 3.56-.71 0-1.37-.2-1.95-.5v.03c0 2.08 1.48 3.82 3.44 4.21a4.22 4.22 0 0 1-1.93.07 4.28 4.28 0 0 0 4 2.98 8.521 8.521 0 0 1-5.33 1.84c-.34 0-.68-.02-1.02-.06C3.44 20.29 5.7 21 8.12 21 16 21 20.33 14.46 20.33 8.79c0-.19 0-.37-.01-.56.84-.6 1.56-1.36 2.14-2.23z"})})}),(0,r.jsx)("a",{href:"#",className:"text-gray-400 hover:text-primary transition-colors","aria-label":"GitHub",children:(0,r.jsx)("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{d:"M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0 1 12 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0 0 22 12.017C22 6.484 17.522 2 12 2z"})})})]})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("h4",{className:"font-semibold text-text-main mb-4",children:"Product"}),(0,r.jsx)("ul",{className:"flex flex-col gap-3 text-sm text-text-muted font-light",children:i.map(e=>(0,r.jsx)("li",{children:(0,r.jsx)(l(),{href:e.href,className:"hover:text-primary transition-colors",children:e.label})},e.label))})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("h4",{className:"font-semibold text-text-main mb-4",children:"Resources"}),(0,r.jsx)("ul",{className:"flex flex-col gap-3 text-sm text-text-muted font-light",children:o.map(e=>(0,r.jsx)("li",{children:(0,r.jsx)(l(),{href:e.href,className:"hover:text-primary transition-colors",children:e.label})},e.label))})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("h4",{className:"font-semibold text-text-main mb-4",children:"Company"}),(0,r.jsx)("ul",{className:"flex flex-col gap-3 text-sm text-text-muted font-light",children:d.map(e=>(0,r.jsx)("li",{children:(0,r.jsx)(l(),{href:e.href,className:"hover:text-primary transition-colors",children:e.label})},e.label))})]})]}),(0,r.jsxs)("div",{className:"border-t border-border pt-8 flex flex-col md:flex-row justify-between items-center gap-4",children:[(0,r.jsxs)("p",{className:"text-sm text-text-muted",children:["\xa9 ",new Date().getFullYear()," ",n.vQ.name," Inc. All rights reserved."]}),(0,r.jsxs)("div",{className:"flex gap-6 text-sm text-text-muted",children:[(0,r.jsx)(l(),{href:"#",className:"hover:text-primary transition-colors",children:"Privacy Policy"}),(0,r.jsx)(l(),{href:"#",className:"hover:text-primary transition-colors",children:"Terms of Service"})]})]})]})})}},92542:(e,t,s)=>{s.d(t,{default:()=>i});var r=s(95155),a=s(31474);let l={primary:"bg-brand-500 hover:bg-brand-600 text-white shadow-sm disabled:bg-surface-3 disabled:text-text-muted",secondary:"bg-surface-2 hover:bg-surface-3 text-text-main border border-border disabled:opacity-50",outline:"border border-border text-text-main hover:bg-surface-2 hover:border-brand-500/40",ghost:"text-text-muted hover:bg-surface-2 hover:text-text-main",danger:"bg-red-500 hover:bg-red-600 text-white shadow-sm disabled:bg-surface-3 disabled:text-text-muted",success:"bg-green-600 hover:bg-green-700 text-white shadow-sm disabled:bg-surface-3 disabled:text-text-muted"},n={sm:"h-7 px-3 text-xs rounded-[8px]",md:"h-9 px-4 text-sm rounded-[10px]",lg:"h-11 px-6 text-sm rounded-[10px]"};function i({children:e,variant:t="primary",size:s="md",icon:o,iconRight:d,disabled:c=!1,loading:m=!1,fullWidth:x=!1,className:u,...p}){return(0,r.jsxs)("button",{className:(0,a.cn)("inline-flex items-center justify-center gap-2 font-semibold transition-all duration-150 ease-out cursor-pointer","active:scale-[0.97] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100",l[t],n[s],x&&"w-full",u),disabled:c||m,...p,children:[m?(0,r.jsx)("span",{className:"material-symbols-outlined animate-spin text-[18px]",children:"progress_activity"}):o?(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:o}):null,e,d&&!m&&(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:d})]})}},92622:(e,t,s)=>{s.d(t,{default:()=>N});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(98500),o=s.n(i),d=s(73321),c=s(31474),m=s(90620),x=s(52679),u=s(11059),p=s(92542),h=s(81127),b=s(14932);let f=["embedding","image","tts","stt"],g="/dashboard/media-providers/web",j=[{href:"/dashboard/endpoint",label:"Endpoint",icon:"api"},{href:"/dashboard/providers",label:"Providers",icon:"dns"},{href:"/dashboard/combos",label:"Combos",icon:"layers"},{href:"/dashboard/usage",label:"Usage",icon:"bar_chart"},{href:"/dashboard/quota",label:"Quota Tracker",icon:"data_usage"},{href:"/dashboard/mitm",label:"MITM",icon:"security"},{href:"/dashboard/automation",label:"Automation",icon:"automation"},{href:"/dashboard/cli-tools",label:"CLI Tools",icon:"terminal"}],v=[{href:"/dashboard/console-log",label:"Console Log",icon:"terminal"},{href:"/dashboard/translator",label:"Translator",icon:"translate"}],y=[{href:"/dashboard/proxy-pools",label:"Proxy Pools",icon:"lan"},{href:"/dashboard/skills",label:"Skills",icon:"extension"}];function N({onClose:e}){let t=(0,d.usePathname)(),[s,l]=(0,a.useState)(!1),[n,i]=(0,a.useState)(!1),[k,C]=(0,a.useState)(!1),[S,I]=(0,a.useState)(null),[T,$]=(0,a.useState)(!1),[A,O]=(0,a.useState)(!1),[R,P]=(0,a.useState)(0),[_,E]=(0,a.useState)(!1),{copied:M,copy:L}=(0,u.C)(2e3),z=m.h0.installCmdLatest;(0,a.useEffect)(()=>{fetch("/api/settings").then(e=>e.json()).then(e=>{e.enableTranslator&&E(!0)}).catch(()=>{})},[]),(0,a.useEffect)(()=>{fetch("/api/version").then(e=>e.json()).then(e=>{e.hasUpdate&&I(e)}).catch(()=>{})},[]);let q=e=>"/dashboard/endpoint"===e?"/dashboard"===t||t.startsWith("/dashboard/endpoint"):t.startsWith(e),F=async()=>{try{await navigator.clipboard.writeText(z)}catch{}L(z);let e=m.h0.shutdownCountdownSec;P(e);let t=setInterval(()=>{P(e-=1),e<=0&&(clearInterval(t),fetch("/api/version/shutdown",{method:"POST"}).catch(()=>{}),C(!0))},1e3)};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("aside",{className:"flex w-72 flex-col border-r border-border-subtle bg-vibrancy backdrop-blur-xl transition-colors duration-300 min-h-full",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 px-6 pt-5 pb-2",children:[(0,r.jsx)("div",{className:"w-3 h-3 rounded-full bg-[#FF5F56]"}),(0,r.jsx)("div",{className:"w-3 h-3 rounded-full bg-[#FFBD2E]"}),(0,r.jsx)("div",{className:"w-3 h-3 rounded-full bg-[#27C93F]"})]}),(0,r.jsxs)("div",{className:"px-6 py-4 flex flex-col gap-2",children:[(0,r.jsxs)(o(),{href:"/dashboard",className:"flex items-center gap-3",children:[(0,r.jsx)("div",{className:"flex items-center justify-center size-9 rounded-[10px] bg-gradient-to-br from-brand-500 to-brand-700 shadow-[var(--shadow-warm)]",children:(0,r.jsxs)("svg",{viewBox:"0 0 32 32",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"w-5 h-5",children:[(0,r.jsx)("path",{d:"M9.5 11H22.5L9.5 21H22.5",fill:"none",stroke:"white",strokeWidth:"2.8",strokeLinecap:"round",strokeLinejoin:"round"}),(0,r.jsx)("circle",{cx:"9.5",cy:"11",r:"2.5",fill:"white"}),(0,r.jsx)("circle",{cx:"22.5",cy:"21",r:"2.5",fill:"white"})]})}),(0,r.jsxs)("div",{className:"flex flex-col",children:[(0,r.jsx)("h1",{className:"text-lg font-semibold tracking-tight text-text-main",children:m.vQ.name}),(0,r.jsxs)("span",{className:"text-xs text-text-muted",children:["v",m.vQ.version]})]})]}),S&&(0,r.jsxs)("div",{className:"flex flex-col gap-1.5 rounded p-1 -m-1",children:[(0,r.jsxs)("span",{className:"text-xs font-semibold text-green-600 dark:text-amber-500",children:["↑ New version available: v",S.latestVersion]}),(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("button",{onClick:()=>$(!0),className:"px-2 py-1 rounded bg-green-600 hover:bg-green-700 dark:bg-amber-500 dark:hover:bg-amber-600 text-white text-[11px] font-semibold transition-colors cursor-pointer",children:"Update now"}),(0,r.jsx)("button",{onClick:()=>L(z),title:"Copy install command",className:"flex-1 text-left hover:opacity-80 transition-opacity cursor-pointer min-w-0",children:(0,r.jsx)("code",{className:"block text-[10px] text-green-600/80 dark:text-amber-400/70 font-mono truncate",children:M?"✓ copied!":z})})]})]})]}),(0,r.jsxs)("nav",{className:"flex-1 px-4 py-2 space-y-0.5 overflow-y-auto custom-scrollbar",children:[j.map(t=>(0,r.jsxs)(o(),{href:t.href,onClick:e,className:(0,c.cn)("flex items-center gap-3 px-3 py-1 rounded-lg transition-all group",q(t.href)?"bg-primary/10 text-primary":"text-text-muted hover:bg-surface-2 hover:text-text-main"),children:[(0,r.jsx)("span",{className:(0,c.cn)("material-symbols-outlined text-[18px]",q(t.href)?"fill-1":"group-hover:text-primary transition-colors"),children:t.icon}),(0,r.jsx)("span",{className:"text-[13px] font-medium",children:t.label})]},t.href)),(0,r.jsxs)("div",{className:"pt-3 mt-2 space-y-0.5",children:[(0,r.jsx)("p",{className:"px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-2",children:"System"}),(0,r.jsxs)("button",{onClick:()=>l(e=>!e),className:(0,c.cn)("w-full flex items-center gap-3 px-3 py-1 rounded-lg transition-all group",t.startsWith("/dashboard/media-providers")?"bg-primary/10 text-primary":"text-text-muted hover:bg-surface-2 hover:text-text-main"),children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:"perm_media"}),(0,r.jsx)("span",{className:"text-[13px] font-medium flex-1 text-left",children:"Media Providers"}),(0,r.jsx)("span",{className:(0,c.cn)("material-symbols-outlined text-[14px] transition-transform",s&&"rotate-180"),children:"expand_more"})]}),s&&(0,r.jsxs)("div",{className:"pl-4",children:[x.rj.filter(e=>f.includes(e.id)).map(s=>(0,r.jsxs)(o(),{href:`/dashboard/media-providers/${s.id}`,onClick:e,className:(0,c.cn)("flex items-center gap-3 px-4 py-1 rounded-lg transition-all group",t.startsWith(`/dashboard/media-providers/${s.id}`)?"bg-primary/10 text-primary":"text-text-muted hover:bg-surface-2 hover:text-text-main"),children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[16px]",children:s.icon}),(0,r.jsx)("span",{className:"text-sm",children:s.label})]},s.id)),(0,r.jsxs)(o(),{href:g,onClick:e,className:(0,c.cn)("flex items-center gap-3 px-4 py-1 rounded-lg transition-all group",t.startsWith(g)?"bg-primary/10 text-primary":"text-text-muted hover:bg-surface-2 hover:text-text-main"),children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[16px]",children:"travel_explore"}),(0,r.jsx)("span",{className:"text-sm",children:"Web Fetch & Search"})]},"web")]}),y.map(t=>(0,r.jsxs)(o(),{href:t.href,onClick:e,className:(0,c.cn)("flex items-center gap-3 px-3 py-1 rounded-lg transition-all group",q(t.href)?"bg-primary/10 text-primary":"text-text-muted hover:bg-surface-2 hover:text-text-main"),children:[(0,r.jsx)("span",{className:(0,c.cn)("material-symbols-outlined text-[18px]",q(t.href)?"fill-1":"group-hover:text-primary transition-colors"),children:t.icon}),(0,r.jsx)("span",{className:"text-[13px] font-medium",children:t.label})]},t.href)),v.map(t=>"/dashboard/translator"!==t.href||_?(0,r.jsxs)(o(),{href:t.href,onClick:e,className:(0,c.cn)("flex items-center gap-3 px-3 py-1 rounded-lg transition-all group",q(t.href)?"bg-primary/10 text-primary":"text-text-muted hover:bg-surface-2 hover:text-text-main"),children:[(0,r.jsx)("span",{className:(0,c.cn)("material-symbols-outlined text-[18px]",q(t.href)?"fill-1":"group-hover:text-primary transition-colors"),children:t.icon}),(0,r.jsx)("span",{className:"text-[13px] font-medium",children:t.label})]},t.href):null),(0,r.jsxs)("button",{onClick:()=>i(!0),className:(0,c.cn)("flex items-center gap-3 px-3 py-1 rounded-lg transition-all group w-full","text-text-muted hover:bg-surface-2 hover:text-text-main"),children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px] group-hover:text-primary transition-colors",children:"computer"}),(0,r.jsx)("span",{className:"text-[13px] font-medium",children:"Remote"})]}),(0,r.jsxs)(o(),{href:"/dashboard/profile",onClick:e,className:(0,c.cn)("flex items-center gap-3 px-3 py-1 rounded-lg transition-all group",q("/dashboard/profile")?"bg-primary/10 text-primary":"text-text-muted hover:bg-surface-2 hover:text-text-main"),children:[(0,r.jsx)("span",{className:(0,c.cn)("material-symbols-outlined text-[18px]",q("/dashboard/profile")?"fill-1":"group-hover:text-primary transition-colors"),children:"settings"}),(0,r.jsx)("span",{className:"text-[13px] font-medium",children:"Settings"})]})]})]})]}),(0,r.jsx)(b.A,{isOpen:n,onClose:()=>i(!1)}),(0,r.jsx)(h.ConfirmModal,{isOpen:T,onClose:()=>$(!1),onConfirm:()=>{$(!1),O(!0)},title:"Update ZevaiRouter",message:`Show install command for v${S?.latestVersion||""}? You can copy it and shutdown to install manually.`,confirmText:"Show Command",cancelText:"Cancel",variant:"primary"}),(k||A)&&(0,r.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/80 backdrop-blur-sm p-6",children:A?(0,r.jsx)(w,{latestVersion:S?.latestVersion,installCmd:z,copied:M,onCopyAndShutdown:F,onCancel:()=>{O(!1),P(0)},countdown:R,isDisconnected:k}):(0,r.jsxs)("div",{className:"text-center p-8",children:[(0,r.jsx)("div",{className:"flex items-center justify-center size-16 rounded-full bg-red-500/20 text-red-500 mx-auto mb-4",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[32px]",children:"power_off"})}),(0,r.jsx)("h2",{className:"text-xl font-semibold text-white mb-2",children:"Server Disconnected"}),(0,r.jsx)("p",{className:"text-text-muted mb-6",children:"The proxy server has been stopped."}),(0,r.jsx)(p.default,{variant:"secondary",onClick:()=>globalThis.location.reload(),children:"Reload Page"})]})})]})}function w({latestVersion:e,installCmd:t,copied:s,onCopyAndShutdown:a,onCancel:l,countdown:n,isDisconnected:i}){let o=n>0;return(0,r.jsxs)("div",{className:"w-full max-w-lg rounded-xl bg-neutral-900/95 border border-white/10 p-6 text-white",children:[(0,r.jsxs)("div",{className:"flex items-center gap-3 mb-4",children:[(0,r.jsx)("div",{className:"flex items-center justify-center size-11 rounded-full bg-amber-500/20 text-amber-400",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[24px]",children:"content_copy"})}),(0,r.jsxs)("div",{children:[(0,r.jsxs)("h2",{className:"text-lg font-semibold",children:["Update ZevaiRouter",e?` to v${e}`:""]}),(0,r.jsx)("p",{className:"text-xs text-white/60",children:i?"Server stopped. Paste the command into a terminal to install.":o?`Command copied. Server will stop in ${n}s...`:"Click the button below to copy the install command and shutdown."})]})]}),(0,r.jsx)("p",{className:"text-sm text-white/80 mb-2",children:"Install command:"}),(0,r.jsx)("div",{className:"w-full px-3 py-2 rounded bg-white/5 mb-4",children:(0,r.jsx)("code",{className:"text-xs font-mono text-amber-400 break-all",children:t})}),(0,r.jsxs)("ol",{className:"text-xs text-white/70 space-y-1 list-decimal list-inside mb-4",children:[(0,r.jsxs)("li",{children:["Click ",(0,r.jsx)("strong",{children:"Copy & Shutdown"})," below."]}),(0,r.jsx)("li",{children:"Paste the command into your terminal and press Enter."}),(0,r.jsxs)("li",{children:["Run ",(0,r.jsx)("code",{className:"px-1 rounded bg-white/10 text-green-400",children:"9router"})," again after install."]})]}),i?(0,r.jsx)(p.default,{variant:"secondary",fullWidth:!0,onClick:()=>globalThis.location.reload(),children:"Reload Page"}):(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(p.default,{variant:"secondary",onClick:l,disabled:o,children:"Cancel"}),(0,r.jsx)(p.default,{variant:"primary",fullWidth:!0,onClick:a,disabled:o,children:s?"✓ Copied — shutting down...":o?`Shutting down in ${n}s`:"Copy & Shutdown"})]})]})}N.propTypes={onClose:n().func},w.propTypes={latestVersion:n().string,installCmd:n().string.isRequired,copied:n().bool,onCopyAndShutdown:n().func.isRequired,onCancel:n().func.isRequired,countdown:n().number,isDisconnected:n().bool}},94230:(e,t,s)=>{s.d(t,{default:()=>d});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(35497),o=s(11059);function d({isOpen:e,provider:t,onSuccess:s,onClose:l}){let[n,c]=(0,a.useState)("loading"),[m,x]=(0,a.useState)(""),[u,p]=(0,a.useState)(null),[h,b]=(0,a.useState)(""),[f,g]=(0,a.useState)(null),{copied:j,copy:v}=(0,o.C)();(0,a.useEffect)(()=>{e&&t&&(async()=>{try{g(null),c("loading");let e=await fetch(`/api/oauth/kiro/social-authorize?provider=${t}`),s=await e.json();if(!e.ok)throw Error(s.error);p(s),x(s.authUrl),c("input"),window.open(s.authUrl,"_blank")}catch(e){g(e.message),c("error")}})()},[e,t]);let y=async()=>{try{let e;g(null);try{e=new URL(h)}catch(e){throw Error("Invalid callback URL format")}let r=e.searchParams.get("code");e.searchParams.get("state");let a=e.searchParams.get("error");if(a)throw Error(e.searchParams.get("error_description")||a);if(!r)throw Error("No authorization code found in URL");let l=await fetch("/api/oauth/kiro/social-exchange",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:r,codeVerifier:u.codeVerifier,provider:t})}),n=await l.json();if(!l.ok)throw Error(n.error);c("success"),s?.()}catch(e){g(e.message),c("error")}},N="google"===t?"Google":"GitHub";return(0,r.jsx)(i.aF,{isOpen:e,title:`Connect Kiro via ${N}`,onClose:l,size:"lg",children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:["loading"===n&&(0,r.jsxs)("div",{className:"text-center py-6",children:[(0,r.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-primary/10 flex items-center justify-center",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-3xl text-primary animate-spin",children:"progress_activity"})}),(0,r.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Initializing..."}),(0,r.jsxs)("p",{className:"text-sm text-text-muted",children:["Setting up ",N," authentication"]})]}),"input"===n&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsxs)("div",{children:[(0,r.jsx)("p",{className:"text-sm font-medium mb-2",children:"Step 1: Open this URL in your browser"}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.pd,{value:m,readOnly:!0,className:"flex-1 font-mono text-xs"}),(0,r.jsx)(i.$n,{variant:"secondary",icon:"auth_url"===j?"check":"content_copy",onClick:()=>v(m,"auth_url"),children:"Copy"})]})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("p",{className:"text-sm font-medium mb-2",children:"Step 2: Paste the callback URL here"}),(0,r.jsx)("p",{className:"text-xs text-text-muted mb-2",children:"After authorization, copy the full URL from your browser address bar."}),(0,r.jsx)(i.pd,{value:h,onChange:e=>b(e.target.value),placeholder:"kiro://kiro.kiroAgent/authenticate-success?code=...",className:"font-mono text-xs"})]})]}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:y,fullWidth:!0,disabled:!h,children:"Connect"}),(0,r.jsx)(i.$n,{onClick:l,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]}),"success"===n&&(0,r.jsxs)("div",{className:"text-center py-6",children:[(0,r.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-green-100 dark:bg-green-900/30 flex items-center justify-center",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-3xl text-green-600",children:"check_circle"})}),(0,r.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connected Successfully!"}),(0,r.jsxs)("p",{className:"text-sm text-text-muted mb-4",children:["Your Kiro account via ",N," has been connected."]}),(0,r.jsx)(i.$n,{onClick:l,fullWidth:!0,children:"Done"})]}),"error"===n&&(0,r.jsxs)("div",{className:"text-center py-6",children:[(0,r.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-red-100 dark:bg-red-900/30 flex items-center justify-center",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-3xl text-red-600",children:"error"})}),(0,r.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connection Failed"}),(0,r.jsx)("p",{className:"text-sm text-red-600 mb-4",children:f}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:()=>c("input"),variant:"secondary",fullWidth:!0,children:"Try Again"}),(0,r.jsx)(i.$n,{onClick:l,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})]})})}d.propTypes={isOpen:n().bool.isRequired,provider:n().oneOf(["google","github"]).isRequired,onSuccess:n().func,onClose:n().func.isRequired}},95088:(e,t,s)=>{s.d(t,{default:()=>d});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(35497);let o="https://gitlab.com";function d({isOpen:e,providerInfo:t,onSuccess:s,onClose:l}){let n,[c,m]=(0,a.useState)(null),[x,u]=(0,a.useState)(o),[p,h]=(0,a.useState)(""),[b,f]=(0,a.useState)(""),[g,j]=(0,a.useState)(""),[v,y]=(0,a.useState)(!1),[N,w]=(0,a.useState)(null),[k,C]=(0,a.useState)(!1),[S,I]=(0,a.useState)(null),T=()=>{m(null),u(o),h(""),f(""),j(""),w(null),y(!1),C(!1),I(null),l()},$=async()=>{if(!g.trim())return void w("Personal Access Token is required");y(!0),w(null);try{let e=await fetch("/api/oauth/gitlab/pat",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({token:g.trim(),baseUrl:x.trim()||o})}),t=await e.json();if(!e.ok)throw Error(t.error||"Authentication failed");s?.(),T()}catch(e){w(e.message)}finally{y(!1)}};return e?k&&S?(0,r.jsx)(i.LF,{isOpen:!0,provider:"gitlab",providerInfo:t,oauthMeta:S,onSuccess:()=>{s?.(),T()},onClose:()=>{C(!1),I(null)}}):(0,r.jsx)(i.aF,{isOpen:e,title:"Connect GitLab Duo",onClose:T,size:"lg",children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:[!c&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("p",{className:"text-sm text-text-muted",children:"Choose how to authenticate with GitLab Duo:"}),(0,r.jsxs)("div",{className:"grid grid-cols-2 gap-3",children:[(0,r.jsxs)("button",{onClick:()=>m("oauth"),className:"flex flex-col items-center gap-2 p-4 rounded-lg border border-border hover:border-primary hover:bg-primary/5 transition-colors text-left",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-2xl text-primary",children:"lock_open"}),(0,r.jsxs)("div",{children:[(0,r.jsx)("p",{className:"text-sm font-medium",children:"OAuth App"}),(0,r.jsx)("p",{className:"text-xs text-text-muted",children:"Use a GitLab OAuth application"})]})]}),(0,r.jsxs)("button",{onClick:()=>m("pat"),className:"flex flex-col items-center gap-2 p-4 rounded-lg border border-border hover:border-primary hover:bg-primary/5 transition-colors text-left",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-2xl text-primary",children:"key"}),(0,r.jsxs)("div",{children:[(0,r.jsx)("p",{className:"text-sm font-medium",children:"Personal Access Token"}),(0,r.jsx)("p",{className:"text-xs text-text-muted",children:"Use a GitLab PAT with api scope"})]})]})]})]}),"oauth"===c&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("p",{className:"text-xs text-text-muted",children:["Create an OAuth app at"," ",(0,r.jsx)("a",{href:`${x.trim()||o}/-/profile/applications`,target:"_blank",rel:"noreferrer",className:"text-primary underline",children:"GitLab Applications"})," ","with redirect URI"," ",(0,r.jsx)("code",{className:"bg-sidebar px-1 rounded text-xs",children:(n=window.location.port||("https:"===window.location.protocol?"443":"80"),`http://localhost:${n}/callback`)})]}),(0,r.jsx)(i.pd,{label:"GitLab Base URL",value:x,onChange:e=>u(e.target.value),placeholder:o}),(0,r.jsx)(i.pd,{label:"Client ID",value:p,onChange:e=>h(e.target.value),placeholder:"Your OAuth application client ID"}),(0,r.jsx)(i.pd,{label:"Client Secret (optional for PKCE)",value:b,onChange:e=>f(e.target.value),placeholder:"Leave empty for public PKCE app"}),N&&(0,r.jsx)("p",{className:"text-sm text-red-500",children:N}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:()=>{p.trim()?(w(null),I({baseUrl:x.trim()||o,clientId:p.trim(),clientSecret:b.trim()}),C(!0)):w("Client ID is required")},fullWidth:!0,disabled:!p.trim(),children:"Authorize"}),(0,r.jsx)(i.$n,{onClick:()=>{m(null),w(null)},variant:"ghost",fullWidth:!0,children:"Back"})]})]}),"pat"===c&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("p",{className:"text-xs text-text-muted",children:["Create a PAT at"," ",(0,r.jsx)("a",{href:`${x.trim()||o}/-/user_settings/personal_access_tokens`,target:"_blank",rel:"noreferrer",className:"text-primary underline",children:"GitLab Access Tokens"})," ","with scopes: ",(0,r.jsx)("code",{className:"bg-sidebar px-1 rounded text-xs",children:"api"}),","," ",(0,r.jsx)("code",{className:"bg-sidebar px-1 rounded text-xs",children:"read_user"}),", and"," ",(0,r.jsx)("code",{className:"bg-sidebar px-1 rounded text-xs",children:"ai_features"}),"."]}),(0,r.jsx)(i.pd,{label:"GitLab Base URL",value:x,onChange:e=>u(e.target.value),placeholder:o}),(0,r.jsx)(i.pd,{label:"Personal Access Token",value:g,onChange:e=>j(e.target.value),placeholder:"glpat-xxxxxxxxxxxxxxxxxxxx",type:"password"}),N&&(0,r.jsx)("p",{className:"text-sm text-red-500",children:N}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:$,fullWidth:!0,disabled:!g.trim()||v,loading:v,children:"Connect"}),(0,r.jsx)(i.$n,{onClick:()=>{m(null),w(null)},variant:"ghost",fullWidth:!0,children:"Back"})]})]})]})}):null}d.propTypes={isOpen:n().bool.isRequired,providerInfo:n().shape({name:n().string}),onSuccess:n().func,onClose:n().func.isRequired}},96748:(e,t,s)=>{s.d(t,{default:()=>d});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(35497);let o="https://api.openai.com/v1";function d({isOpen:e,onClose:t,onCreated:s,onSaved:l,node:n}){let c=!!n,[m,x]=(0,a.useState)({name:"",prefix:"",baseUrl:o}),[u,p]=(0,a.useState)(!1),[h,b]=(0,a.useState)(""),[f,g]=(0,a.useState)(""),[j,v]=(0,a.useState)(!1),[y,N]=(0,a.useState)(null);(0,a.useEffect)(()=>{e&&(N(null),b(""),g(""),c?x({name:n.name||"",prefix:n.prefix||"",baseUrl:n.baseUrl||o}):x({name:"",prefix:"",baseUrl:o}))},[e,c,n]);let w=async()=>{if(m.name.trim()&&m.prefix.trim()&&m.baseUrl.trim()){p(!0);try{let e=c?`/api/provider-nodes/${n.id}`:"/api/provider-nodes",t=c?"PUT":"POST",r={name:m.name,prefix:m.prefix,baseUrl:m.baseUrl};c||(r.type="custom-embedding");let a=await fetch(e,{method:t,headers:{"Content-Type":"application/json"},body:JSON.stringify(r)}),i=await a.json();a.ok&&(c?l?.(i.node):s?.(i.node))}catch(e){console.log("Error saving custom embedding node:",e)}finally{p(!1)}}},k=async()=>{v(!0);try{let e=await fetch("/api/provider-nodes/validate",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({baseUrl:m.baseUrl,apiKey:h,type:"custom-embedding",modelId:f.trim()||void 0})}),t=await e.json();N(t)}catch{N({valid:!1,error:"Network error"})}finally{v(!1)}};return(0,r.jsx)(i.aF,{isOpen:e,title:c?"Edit Custom Embedding":"Add Custom Embedding",onClose:t,children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,r.jsx)(i.pd,{label:"Name",value:m.name,onChange:e=>x({...m,name:e.target.value}),placeholder:"Voyage AI",hint:"Required. A friendly label for this embedding provider."}),(0,r.jsx)(i.pd,{label:"Prefix",value:m.prefix,onChange:e=>x({...m,prefix:e.target.value}),placeholder:"voyage",hint:"Required. Used as the provider prefix for model IDs (e.g. voyage/voyage-3)."}),(0,r.jsx)(i.pd,{label:"Base URL",value:m.baseUrl,onChange:e=>x({...m,baseUrl:e.target.value}),placeholder:"https://api.voyageai.com/v1",hint:"Most embedding APIs are OpenAI-compatible: Voyage, Cohere, Jina, Mistral, Together..."}),(0,r.jsx)(i.pd,{label:"API Key (for Check)",type:"password",value:h,onChange:e=>b(e.target.value)}),(0,r.jsx)(i.pd,{label:"Model ID (for Check)",value:f,onChange:e=>g(e.target.value),placeholder:"e.g. voyage-3, embed-english-v3.0, text-embedding-3-small",hint:"Required for validation. Will send a test embeddings request."}),(0,r.jsxs)("div",{className:"flex items-center gap-3",children:[(0,r.jsx)(i.$n,{onClick:k,disabled:!h||!f.trim()||j||!m.baseUrl.trim(),variant:"secondary",children:j?"Checking...":"Check"}),(()=>{if(!y)return null;let{valid:e,error:t,dimensions:s}=y;return e?(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)(i.Ex,{variant:"success",children:"Valid"}),s&&(0,r.jsxs)("span",{className:"text-sm text-text-muted",children:[s," dims"]})]}):(0,r.jsxs)("div",{className:"flex flex-col gap-1",children:[(0,r.jsx)(i.Ex,{variant:"error",children:"Invalid"}),t&&(0,r.jsx)("span",{className:"text-sm text-red-500",children:t})]})})()]}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:w,fullWidth:!0,disabled:!m.name.trim()||!m.prefix.trim()||!m.baseUrl.trim()||u,children:u?c?"Saving...":"Creating...":c?"Save":"Create"}),(0,r.jsx)(i.$n,{onClick:t,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})})}d.propTypes={isOpen:n().bool.isRequired,onClose:n().func.isRequired,onCreated:n().func,onSaved:n().func,node:n().shape({id:n().string,name:n().string,prefix:n().string,baseUrl:n().string})}},97677:(e,t,s)=>{s.d(t,{default:()=>a});var r=s(95155);function a({text:e,children:t,position:s="top",color:l}){let n=l?"":"bg-gray-900";return(0,r.jsxs)("div",{className:"relative inline-flex group",children:[t,(0,r.jsx)("div",{className:`pointer-events-none absolute ${{top:"bottom-full left-1/2 -translate-x-1/2 mb-1.5",bottom:"top-full left-1/2 -translate-x-1/2 mt-1.5",left:"right-full top-1/2 -translate-y-1/2 mr-1.5",right:"left-full top-1/2 -translate-y-1/2 ml-1.5"}[s]} z-50 w-max max-w-56 rounded px-2 py-1 text-[11px] leading-snug ${n} text-white opacity-0 group-hover:opacity-100 transition-opacity duration-150 whitespace-normal`,style:l?{backgroundColor:l}:{},children:e})]})}},98542:(e,t,s)=>{s.d(t,{default:()=>l});var r=s(95155),a=s(31474);function l({checked:e=!1,onChange:t,label:s,description:n,disabled:i=!1,size:o="md",className:d}){let c={sm:{track:"w-8 h-4",thumb:"size-3",translate:"translate-x-4"},md:{track:"w-11 h-6",thumb:"size-5",translate:"translate-x-5"},lg:{track:"w-14 h-7",thumb:"size-6",translate:"translate-x-7"}};return(0,r.jsxs)("div",{className:(0,a.cn)("flex items-center gap-3",i&&"opacity-50 cursor-not-allowed",d),children:[(0,r.jsx)("button",{type:"button",role:"switch","aria-checked":e,disabled:i,onClick:()=>{!i&&t&&t(!e)},className:(0,a.cn)("relative inline-flex shrink-0 cursor-pointer rounded-full","transition-colors duration-200 ease-in-out","focus:outline-none focus:ring-2 focus:ring-brand-500/30",e?"bg-brand-500":"bg-surface-3",c[o].track,i&&"cursor-not-allowed"),children:(0,r.jsx)("span",{className:(0,a.cn)("pointer-events-none inline-block rounded-full bg-white shadow-sm","transform transition duration-200 ease-in-out",e?c[o].translate:"translate-x-0.5",c[o].thumb,"mt-0.5")})}),(s||n)&&(0,r.jsxs)("div",{className:"flex flex-col",children:[s&&(0,r.jsx)("span",{className:"text-sm font-medium text-text-main",children:s}),n&&(0,r.jsx)("span",{className:"text-xs text-text-muted",children:n})]})]})}}}]);