9router 0.2.84 → 0.2.87

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 (1162) hide show
  1. package/app/.next/BUILD_ID +1 -1
  2. package/app/.next/app-path-routes-manifest.json +33 -30
  3. package/app/.next/build-manifest.json +6 -6
  4. package/app/.next/react-loadable-manifest.json +2 -2
  5. package/app/.next/routes-manifest.json +18 -0
  6. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
  7. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
  8. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  9. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +1 -1
  10. package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
  11. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  12. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +1 -1
  13. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
  14. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  15. package/app/.next/server/app/(dashboard)/dashboard/page.js +1 -1
  16. package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  17. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  18. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +1 -1
  19. package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
  20. package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  21. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +1 -1
  22. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
  23. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  24. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +1 -1
  25. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
  26. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  27. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
  28. package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
  29. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  30. package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
  31. package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
  32. package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  33. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
  34. package/app/.next/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
  35. package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  36. package/app/.next/server/app/_global-error/page.js +2 -2
  37. package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
  38. package/app/.next/server/app/_global-error.html +2 -2
  39. package/app/.next/server/app/_global-error.rsc +7 -7
  40. package/app/.next/server/app/_global-error.segments/_full.segment.rsc +7 -7
  41. package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +2 -2
  42. package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +3 -3
  43. package/app/.next/server/app/_global-error.segments/_head.segment.rsc +3 -3
  44. package/app/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
  45. package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  46. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  47. package/app/.next/server/app/_not-found.html +1 -1
  48. package/app/.next/server/app/_not-found.rsc +10 -10
  49. package/app/.next/server/app/_not-found.segments/_full.segment.rsc +10 -10
  50. package/app/.next/server/app/_not-found.segments/_head.segment.rsc +4 -4
  51. package/app/.next/server/app/_not-found.segments/_index.segment.rsc +5 -5
  52. package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +2 -2
  53. package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +3 -3
  54. package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  55. package/app/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  56. package/app/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  57. package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -1
  58. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +3 -3
  59. package/app/.next/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -1
  60. package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
  61. package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
  62. package/app/.next/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -1
  63. package/app/.next/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -1
  64. package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
  65. package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
  66. package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
  67. package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
  68. package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
  69. package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
  70. package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
  71. package/app/.next/server/app/api/keys/[id]/route.js +1 -1
  72. package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
  73. package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
  74. package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
  75. package/app/.next/server/app/api/models/route.js +1 -1
  76. package/app/.next/server/app/api/models/route.js.nft.json +1 -1
  77. package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  78. package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  79. package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
  80. package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +1 -1
  81. package/app/.next/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -1
  82. package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
  83. package/app/.next/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -1
  84. package/app/.next/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -1
  85. package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
  86. package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
  87. package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
  88. package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
  89. package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
  90. package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
  91. package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +1 -1
  92. package/app/.next/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -1
  93. package/app/.next/server/app/api/provider-nodes/route.js +1 -1
  94. package/app/.next/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -1
  95. package/app/.next/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -1
  96. package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
  97. package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
  98. package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
  99. package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
  100. package/app/.next/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
  101. package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
  102. package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
  103. package/app/.next/server/app/api/providers/route.js +1 -1
  104. package/app/.next/server/app/api/providers/route.js.nft.json +1 -1
  105. package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
  106. package/app/.next/server/app/api/providers/test-batch/route.js +1 -0
  107. package/app/.next/server/app/api/providers/test-batch/route.js.nft.json +1 -0
  108. package/app/.next/server/app/api/providers/test-batch/route_client-reference-manifest.js +1 -0
  109. package/app/.next/server/app/api/providers/validate/route.js +1 -1
  110. package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
  111. package/app/.next/server/app/api/settings/require-login/route_client-reference-manifest.js +1 -1
  112. package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  113. package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
  114. package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -1
  115. package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -1
  116. package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
  117. package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
  118. package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
  119. package/app/.next/server/app/api/translator/send/route.js +1 -1
  120. package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
  121. package/app/.next/server/app/api/translator/translate/route.js +1 -1
  122. package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
  123. package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
  124. package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
  125. package/app/.next/server/app/api/usage/chart/route.js +1 -0
  126. package/app/.next/server/app/api/usage/chart/route.js.nft.json +1 -0
  127. package/app/.next/server/app/api/usage/chart/route_client-reference-manifest.js +1 -0
  128. package/app/.next/server/app/api/usage/history/route.js +1 -1
  129. package/app/.next/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
  130. package/app/.next/server/app/api/usage/providers/route.js +1 -1
  131. package/app/.next/server/app/api/usage/providers/route_client-reference-manifest.js +1 -1
  132. package/app/.next/server/app/api/usage/request-details/route.js +1 -1
  133. package/app/.next/server/app/api/usage/request-details/route_client-reference-manifest.js +1 -1
  134. package/app/.next/server/app/api/usage/request-logs/route.js +1 -1
  135. package/app/.next/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -1
  136. package/app/.next/server/app/api/usage/stream/route.js +3 -0
  137. package/app/.next/server/app/api/usage/stream/route.js.nft.json +1 -0
  138. package/app/.next/server/app/api/usage/stream/route_client-reference-manifest.js +1 -0
  139. package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
  140. package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  141. package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
  142. package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
  143. package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  144. package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
  145. package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
  146. package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
  147. package/app/.next/server/app/api/v1/embeddings/route_client-reference-manifest.js +1 -1
  148. package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
  149. package/app/.next/server/app/api/v1/messages/route.js +1 -1
  150. package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
  151. package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
  152. package/app/.next/server/app/api/v1/models/route.js +1 -1
  153. package/app/.next/server/app/api/v1/models/route.js.nft.json +1 -1
  154. package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
  155. package/app/.next/server/app/api/v1/responses/route.js +1 -1
  156. package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
  157. package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
  158. package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
  159. package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
  160. package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  161. package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
  162. package/app/.next/server/app/api/v1beta/models/route.js +1 -1
  163. package/app/.next/server/app/api/v1beta/models/route.js.nft.json +1 -1
  164. package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
  165. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  166. package/app/.next/server/app/callback.html +1 -1
  167. package/app/.next/server/app/callback.rsc +12 -12
  168. package/app/.next/server/app/callback.segments/_full.segment.rsc +12 -12
  169. package/app/.next/server/app/callback.segments/_head.segment.rsc +4 -4
  170. package/app/.next/server/app/callback.segments/_index.segment.rsc +5 -5
  171. package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
  172. package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +4 -4
  173. package/app/.next/server/app/callback.segments/callback.segment.rsc +3 -3
  174. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  175. package/app/.next/server/app/dashboard/cli-tools.rsc +13 -12
  176. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +3 -3
  177. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +3 -3
  178. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +3 -3
  179. package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +5 -4
  180. package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +13 -12
  181. package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +4 -4
  182. package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +5 -5
  183. package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +3 -2
  184. package/app/.next/server/app/dashboard/combos.html +1 -1
  185. package/app/.next/server/app/dashboard/combos.rsc +14 -13
  186. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +4 -4
  187. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +3 -3
  188. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +3 -3
  189. package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +5 -4
  190. package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +14 -13
  191. package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +4 -4
  192. package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +5 -5
  193. package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +3 -2
  194. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  195. package/app/.next/server/app/dashboard/endpoint.rsc +13 -12
  196. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +3 -3
  197. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +3 -3
  198. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +3 -3
  199. package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +5 -4
  200. package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +13 -12
  201. package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +4 -4
  202. package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +5 -5
  203. package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +3 -2
  204. package/app/.next/server/app/dashboard/profile.html +1 -1
  205. package/app/.next/server/app/dashboard/profile.rsc +14 -13
  206. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +4 -4
  207. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +3 -3
  208. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +3 -3
  209. package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +5 -4
  210. package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +14 -13
  211. package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +4 -4
  212. package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +5 -5
  213. package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +3 -2
  214. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  215. package/app/.next/server/app/dashboard/providers/new.rsc +14 -13
  216. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +4 -4
  217. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +3 -3
  218. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +3 -3
  219. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +3 -3
  220. package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +5 -4
  221. package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +14 -13
  222. package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +4 -4
  223. package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +5 -5
  224. package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +3 -2
  225. package/app/.next/server/app/dashboard/providers.html +1 -1
  226. package/app/.next/server/app/dashboard/providers.rsc +14 -13
  227. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +4 -4
  228. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +3 -3
  229. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +3 -3
  230. package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +5 -4
  231. package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +14 -13
  232. package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +4 -4
  233. package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +5 -5
  234. package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +3 -2
  235. package/app/.next/server/app/dashboard/settings/pricing/page.js +1 -1
  236. package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  237. package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
  238. package/app/.next/server/app/dashboard/settings/pricing.rsc +12 -12
  239. package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +12 -12
  240. package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +4 -4
  241. package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +5 -5
  242. package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  243. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +4 -4
  244. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +3 -3
  245. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +3 -3
  246. package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +3 -3
  247. package/app/.next/server/app/dashboard/translator.html +1 -1
  248. package/app/.next/server/app/dashboard/translator.rsc +14 -13
  249. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +4 -4
  250. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +3 -3
  251. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +3 -3
  252. package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +5 -4
  253. package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +14 -13
  254. package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +4 -4
  255. package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +5 -5
  256. package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +3 -2
  257. package/app/.next/server/app/dashboard/usage.html +1 -1
  258. package/app/.next/server/app/dashboard/usage.rsc +14 -13
  259. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +4 -4
  260. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +3 -3
  261. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +3 -3
  262. package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +5 -4
  263. package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +14 -13
  264. package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +4 -4
  265. package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +5 -5
  266. package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +3 -2
  267. package/app/.next/server/app/dashboard.html +1 -1
  268. package/app/.next/server/app/dashboard.rsc +13 -12
  269. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +3 -3
  270. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +3 -3
  271. package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +5 -4
  272. package/app/.next/server/app/dashboard.segments/_full.segment.rsc +13 -12
  273. package/app/.next/server/app/dashboard.segments/_head.segment.rsc +4 -4
  274. package/app/.next/server/app/dashboard.segments/_index.segment.rsc +5 -5
  275. package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +3 -2
  276. package/app/.next/server/app/index.html +1 -1
  277. package/app/.next/server/app/index.rsc +10 -10
  278. package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +2 -2
  279. package/app/.next/server/app/index.segments/_full.segment.rsc +10 -10
  280. package/app/.next/server/app/index.segments/_head.segment.rsc +4 -4
  281. package/app/.next/server/app/index.segments/_index.segment.rsc +5 -5
  282. package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
  283. package/app/.next/server/app/landing/page.js +2 -2
  284. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  285. package/app/.next/server/app/landing.html +1 -1
  286. package/app/.next/server/app/landing.rsc +12 -12
  287. package/app/.next/server/app/landing.segments/_full.segment.rsc +12 -12
  288. package/app/.next/server/app/landing.segments/_head.segment.rsc +4 -4
  289. package/app/.next/server/app/landing.segments/_index.segment.rsc +5 -5
  290. package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
  291. package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +4 -4
  292. package/app/.next/server/app/landing.segments/landing.segment.rsc +3 -3
  293. package/app/.next/server/app/login/page.js +1 -1
  294. package/app/.next/server/app/login/page.js.nft.json +1 -1
  295. package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
  296. package/app/.next/server/app/login.html +1 -1
  297. package/app/.next/server/app/login.rsc +13 -12
  298. package/app/.next/server/app/login.segments/_full.segment.rsc +13 -12
  299. package/app/.next/server/app/login.segments/_head.segment.rsc +4 -4
  300. package/app/.next/server/app/login.segments/_index.segment.rsc +5 -5
  301. package/app/.next/server/app/login.segments/_tree.segment.rsc +3 -2
  302. package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +5 -4
  303. package/app/.next/server/app/login.segments/login.segment.rsc +3 -3
  304. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  305. package/app/.next/server/app-paths-manifest.json +33 -30
  306. package/app/.next/server/chunks/1164.js +1 -1
  307. package/app/.next/server/chunks/1638.js +1 -0
  308. package/app/.next/server/chunks/2243.js +1 -0
  309. package/app/.next/server/chunks/3110.js +3 -3
  310. package/app/.next/server/chunks/3919.js +1 -1
  311. package/app/.next/server/chunks/3990.js +2 -2
  312. package/app/.next/server/chunks/412.js +2 -2
  313. package/app/.next/server/chunks/4822.js +1 -1
  314. package/app/.next/server/chunks/5330.js +2 -2
  315. package/app/.next/server/chunks/6943.js +1 -0
  316. package/app/.next/server/chunks/7341.js +1 -1
  317. package/app/.next/server/chunks/7471.js +4 -4
  318. package/app/.next/server/chunks/7647.js +1 -1
  319. package/app/.next/server/chunks/8647.js +1 -0
  320. package/app/.next/server/chunks/8954.js +1 -1
  321. package/app/.next/server/chunks/9489.js +4 -4
  322. package/app/.next/server/chunks/9718.js +1 -1
  323. package/app/.next/server/chunks/9862.js +3 -1
  324. package/app/.next/server/middleware-build-manifest.js +1 -1
  325. package/app/.next/server/middleware-react-loadable-manifest.js +1 -1
  326. package/app/.next/server/pages/404.html +1 -1
  327. package/app/.next/server/pages/500.html +2 -2
  328. package/app/.next/static/chunks/1393-5b60aa357f848139.js +3 -0
  329. package/app/.next/static/chunks/1672-4ed8fbaefe011b6e.js +1 -0
  330. package/app/.next/static/chunks/3794-c67589461d449d62.js +2 -0
  331. package/app/.next/static/chunks/4bd1b696-e5d7c65570c947b7.js +1 -0
  332. package/app/.next/static/chunks/5497-825dd88e0a663cfe.js +7 -0
  333. package/app/.next/static/chunks/600-3e3d52de0d15664e.js +3 -0
  334. package/app/.next/static/chunks/8202.c5f295182187a1e0.js +1 -0
  335. package/app/.next/static/chunks/8729-4d9f5ebc26ea7fb5.js +1 -0
  336. package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/{page-8a7d7ab7f43677a0.js → page-d5e2be111394971e.js} +3 -3
  337. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-053910552f8141ec.js +1 -0
  338. package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-970e1ec0511819ea.js +1 -0
  339. package/app/.next/static/chunks/app/(dashboard)/dashboard/page-16377aded5ab54f4.js +1 -0
  340. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-6daa1079e32e8e4d.js +1 -0
  341. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-ccad74632e355e04.js +1 -0
  342. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-133c3e673c6fd026.js +1 -0
  343. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-dbe1b90d188f366c.js +1 -0
  344. package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/page-ae0ac756433907e6.js +1 -0
  345. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-694743ad2b6f145b.js +1 -0
  346. package/app/.next/static/chunks/app/(dashboard)/layout-66d69a4ba6e79bd5.js +1 -0
  347. package/app/.next/static/chunks/app/_global-error/page-d1d78f0818dfa7f5.js +1 -0
  348. package/app/.next/static/chunks/app/_not-found/page-3396db0e61e07183.js +1 -0
  349. package/app/.next/static/chunks/app/api/auth/login/route-d1d78f0818dfa7f5.js +1 -0
  350. package/app/.next/static/chunks/app/api/auth/logout/route-d1d78f0818dfa7f5.js +1 -0
  351. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-d1d78f0818dfa7f5.js +1 -0
  352. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-d1d78f0818dfa7f5.js +1 -0
  353. package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-d1d78f0818dfa7f5.js +1 -0
  354. package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-d1d78f0818dfa7f5.js +1 -0
  355. package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-d1d78f0818dfa7f5.js +1 -0
  356. package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-d1d78f0818dfa7f5.js +1 -0
  357. package/app/.next/static/chunks/app/api/cloud/auth/route-d1d78f0818dfa7f5.js +1 -0
  358. package/app/.next/static/chunks/app/api/cloud/credentials/update/route-d1d78f0818dfa7f5.js +1 -0
  359. package/app/.next/static/chunks/app/api/cloud/model/resolve/route-d1d78f0818dfa7f5.js +1 -0
  360. package/app/.next/static/chunks/app/api/cloud/models/alias/route-d1d78f0818dfa7f5.js +1 -0
  361. package/app/.next/static/chunks/app/api/combos/[id]/route-d1d78f0818dfa7f5.js +1 -0
  362. package/app/.next/static/chunks/app/api/combos/route-d1d78f0818dfa7f5.js +1 -0
  363. package/app/.next/static/chunks/app/api/init/route-d1d78f0818dfa7f5.js +1 -0
  364. package/app/.next/static/chunks/app/api/keys/[id]/route-d1d78f0818dfa7f5.js +1 -0
  365. package/app/.next/static/chunks/app/api/keys/route-d1d78f0818dfa7f5.js +1 -0
  366. package/app/.next/static/chunks/app/api/models/alias/route-d1d78f0818dfa7f5.js +1 -0
  367. package/app/.next/static/chunks/app/api/models/route-d1d78f0818dfa7f5.js +1 -0
  368. package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-d1d78f0818dfa7f5.js +1 -0
  369. package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-d1d78f0818dfa7f5.js +1 -0
  370. package/app/.next/static/chunks/app/api/oauth/cursor/import/route-d1d78f0818dfa7f5.js +1 -0
  371. package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-d1d78f0818dfa7f5.js +1 -0
  372. package/app/.next/static/chunks/app/api/oauth/kiro/import/route-d1d78f0818dfa7f5.js +1 -0
  373. package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-d1d78f0818dfa7f5.js +1 -0
  374. package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-d1d78f0818dfa7f5.js +1 -0
  375. package/app/.next/static/chunks/app/api/pricing/route-d1d78f0818dfa7f5.js +1 -0
  376. package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-d1d78f0818dfa7f5.js +1 -0
  377. package/app/.next/static/chunks/app/api/provider-nodes/route-d1d78f0818dfa7f5.js +1 -0
  378. package/app/.next/static/chunks/app/api/provider-nodes/validate/route-d1d78f0818dfa7f5.js +1 -0
  379. package/app/.next/static/chunks/app/api/providers/[id]/models/route-d1d78f0818dfa7f5.js +1 -0
  380. package/app/.next/static/chunks/app/api/providers/[id]/route-d1d78f0818dfa7f5.js +1 -0
  381. package/app/.next/static/chunks/app/api/providers/[id]/test/route-d1d78f0818dfa7f5.js +1 -0
  382. package/app/.next/static/chunks/app/api/providers/client/route-d1d78f0818dfa7f5.js +1 -0
  383. package/app/.next/static/chunks/app/api/providers/route-d1d78f0818dfa7f5.js +1 -0
  384. package/app/.next/static/chunks/app/api/providers/test-batch/route-d1d78f0818dfa7f5.js +1 -0
  385. package/app/.next/static/chunks/app/api/providers/validate/route-d1d78f0818dfa7f5.js +1 -0
  386. package/app/.next/static/chunks/app/api/settings/require-login/route-d1d78f0818dfa7f5.js +1 -0
  387. package/app/.next/static/chunks/app/api/settings/route-d1d78f0818dfa7f5.js +1 -0
  388. package/app/.next/static/chunks/app/api/shutdown/route-d1d78f0818dfa7f5.js +1 -0
  389. package/app/.next/static/chunks/app/api/sync/cloud/route-d1d78f0818dfa7f5.js +1 -0
  390. package/app/.next/static/chunks/app/api/sync/initialize/route-d1d78f0818dfa7f5.js +1 -0
  391. package/app/.next/static/chunks/app/api/tags/route-d1d78f0818dfa7f5.js +1 -0
  392. package/app/.next/static/chunks/app/api/translator/load/route-d1d78f0818dfa7f5.js +1 -0
  393. package/app/.next/static/chunks/app/api/translator/save/route-d1d78f0818dfa7f5.js +1 -0
  394. package/app/.next/static/chunks/app/api/translator/send/route-d1d78f0818dfa7f5.js +1 -0
  395. package/app/.next/static/chunks/app/api/translator/translate/route-d1d78f0818dfa7f5.js +1 -0
  396. package/app/.next/static/chunks/app/api/usage/[connectionId]/route-d1d78f0818dfa7f5.js +1 -0
  397. package/app/.next/static/chunks/app/api/usage/chart/route-d1d78f0818dfa7f5.js +1 -0
  398. package/app/.next/static/chunks/app/api/usage/history/route-d1d78f0818dfa7f5.js +1 -0
  399. package/app/.next/static/chunks/app/api/usage/providers/route-d1d78f0818dfa7f5.js +1 -0
  400. package/app/.next/static/chunks/app/api/usage/request-details/route-d1d78f0818dfa7f5.js +1 -0
  401. package/app/.next/static/chunks/app/api/usage/request-logs/route-d1d78f0818dfa7f5.js +1 -0
  402. package/app/.next/static/chunks/app/api/usage/stream/route-d1d78f0818dfa7f5.js +1 -0
  403. package/app/.next/static/chunks/app/api/v1/api/chat/route-d1d78f0818dfa7f5.js +1 -0
  404. package/app/.next/static/chunks/app/api/v1/chat/completions/route-d1d78f0818dfa7f5.js +1 -0
  405. package/app/.next/static/chunks/app/api/v1/embeddings/route-d1d78f0818dfa7f5.js +1 -0
  406. package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-d1d78f0818dfa7f5.js +1 -0
  407. package/app/.next/static/chunks/app/api/v1/messages/route-d1d78f0818dfa7f5.js +1 -0
  408. package/app/.next/static/chunks/app/api/v1/models/route-d1d78f0818dfa7f5.js +1 -0
  409. package/app/.next/static/chunks/app/api/v1/responses/route-d1d78f0818dfa7f5.js +1 -0
  410. package/app/.next/static/chunks/app/api/v1/route-d1d78f0818dfa7f5.js +1 -0
  411. package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-d1d78f0818dfa7f5.js +1 -0
  412. package/app/.next/static/chunks/app/api/v1beta/models/route-d1d78f0818dfa7f5.js +1 -0
  413. package/app/.next/static/chunks/app/callback/page-358b85864d879fcc.js +1 -0
  414. package/app/.next/static/chunks/app/dashboard/settings/pricing/page-ffe0e1792e93168b.js +1 -0
  415. package/app/.next/static/chunks/app/landing/page-9988533823669cfc.js +1 -0
  416. package/app/.next/static/chunks/app/layout-a9ae8d014d5d7102.js +1 -0
  417. package/app/.next/static/chunks/app/login/page-62fed427ad312406.js +1 -0
  418. package/app/.next/static/chunks/app/page-d1d78f0818dfa7f5.js +1 -0
  419. package/app/.next/static/chunks/c6123951-59125299ca0d7b46.js +1 -0
  420. package/app/.next/static/chunks/framework-9f63a52f5ba18ac8.js +1 -0
  421. package/app/.next/static/chunks/main-aab9e1b069a77e0f.js +5 -0
  422. package/app/.next/static/chunks/main-app-8803a230dfc5c361.js +1 -0
  423. package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-d1d78f0818dfa7f5.js +1 -0
  424. package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-d1d78f0818dfa7f5.js +1 -0
  425. package/app/.next/static/chunks/next/dist/client/components/builtin/global-error-f740e7b53cfd899a.js +1 -0
  426. package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-d1d78f0818dfa7f5.js +1 -0
  427. package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-d1d78f0818dfa7f5.js +1 -0
  428. package/app/.next/static/chunks/webpack-25c43999146c934e.js +1 -0
  429. package/app/.next/static/css/599369d853c61df7.css +31 -0
  430. package/app/.next/static/css/6a76c1062906da03.css +3 -0
  431. package/app/.next/static/jWN0ATVbXrki9UzHFr5nv/_buildManifest.js +1 -0
  432. package/app/node_modules/caniuse-lite/data/agents.js +1 -1
  433. package/app/node_modules/caniuse-lite/data/browserVersions.js +1 -1
  434. package/app/node_modules/caniuse-lite/data/features/aac.js +1 -1
  435. package/app/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -1
  436. package/app/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -1
  437. package/app/node_modules/caniuse-lite/data/features/accelerometer.js +1 -1
  438. package/app/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -1
  439. package/app/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -1
  440. package/app/node_modules/caniuse-lite/data/features/ambient-light.js +1 -1
  441. package/app/node_modules/caniuse-lite/data/features/apng.js +1 -1
  442. package/app/node_modules/caniuse-lite/data/features/array-find-index.js +1 -1
  443. package/app/node_modules/caniuse-lite/data/features/array-find.js +1 -1
  444. package/app/node_modules/caniuse-lite/data/features/array-flat.js +1 -1
  445. package/app/node_modules/caniuse-lite/data/features/array-includes.js +1 -1
  446. package/app/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -1
  447. package/app/node_modules/caniuse-lite/data/features/asmjs.js +1 -1
  448. package/app/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -1
  449. package/app/node_modules/caniuse-lite/data/features/async-functions.js +1 -1
  450. package/app/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -1
  451. package/app/node_modules/caniuse-lite/data/features/audio-api.js +1 -1
  452. package/app/node_modules/caniuse-lite/data/features/audio.js +1 -1
  453. package/app/node_modules/caniuse-lite/data/features/audiotracks.js +1 -1
  454. package/app/node_modules/caniuse-lite/data/features/autofocus.js +1 -1
  455. package/app/node_modules/caniuse-lite/data/features/auxclick.js +1 -1
  456. package/app/node_modules/caniuse-lite/data/features/av1.js +1 -1
  457. package/app/node_modules/caniuse-lite/data/features/avif.js +1 -1
  458. package/app/node_modules/caniuse-lite/data/features/background-attachment.js +1 -1
  459. package/app/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -1
  460. package/app/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -1
  461. package/app/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -1
  462. package/app/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -1
  463. package/app/node_modules/caniuse-lite/data/features/background-sync.js +1 -1
  464. package/app/node_modules/caniuse-lite/data/features/battery-status.js +1 -1
  465. package/app/node_modules/caniuse-lite/data/features/beacon.js +1 -1
  466. package/app/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -1
  467. package/app/node_modules/caniuse-lite/data/features/bigint.js +1 -1
  468. package/app/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -1
  469. package/app/node_modules/caniuse-lite/data/features/bloburls.js +1 -1
  470. package/app/node_modules/caniuse-lite/data/features/border-image.js +1 -1
  471. package/app/node_modules/caniuse-lite/data/features/border-radius.js +1 -1
  472. package/app/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -1
  473. package/app/node_modules/caniuse-lite/data/features/brotli.js +1 -1
  474. package/app/node_modules/caniuse-lite/data/features/calc.js +1 -1
  475. package/app/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -1
  476. package/app/node_modules/caniuse-lite/data/features/canvas-text.js +1 -1
  477. package/app/node_modules/caniuse-lite/data/features/canvas.js +1 -1
  478. package/app/node_modules/caniuse-lite/data/features/ch-unit.js +1 -1
  479. package/app/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -1
  480. package/app/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -1
  481. package/app/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -1
  482. package/app/node_modules/caniuse-lite/data/features/classlist.js +1 -1
  483. package/app/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -1
  484. package/app/node_modules/caniuse-lite/data/features/clipboard.js +1 -1
  485. package/app/node_modules/caniuse-lite/data/features/colr-v1.js +1 -1
  486. package/app/node_modules/caniuse-lite/data/features/colr.js +1 -1
  487. package/app/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -1
  488. package/app/node_modules/caniuse-lite/data/features/console-basic.js +1 -1
  489. package/app/node_modules/caniuse-lite/data/features/console-time.js +1 -1
  490. package/app/node_modules/caniuse-lite/data/features/const.js +1 -1
  491. package/app/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -1
  492. package/app/node_modules/caniuse-lite/data/features/contenteditable.js +1 -1
  493. package/app/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -1
  494. package/app/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -1
  495. package/app/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -1
  496. package/app/node_modules/caniuse-lite/data/features/cors.js +1 -1
  497. package/app/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -1
  498. package/app/node_modules/caniuse-lite/data/features/credential-management.js +1 -1
  499. package/app/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -1
  500. package/app/node_modules/caniuse-lite/data/features/cryptography.js +1 -1
  501. package/app/node_modules/caniuse-lite/data/features/css-all.js +1 -1
  502. package/app/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -1
  503. package/app/node_modules/caniuse-lite/data/features/css-animation.js +1 -1
  504. package/app/node_modules/caniuse-lite/data/features/css-any-link.js +1 -1
  505. package/app/node_modules/caniuse-lite/data/features/css-appearance.js +1 -1
  506. package/app/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -1
  507. package/app/node_modules/caniuse-lite/data/features/css-autofill.js +1 -1
  508. package/app/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -1
  509. package/app/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -1
  510. package/app/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -1
  511. package/app/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -1
  512. package/app/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -1
  513. package/app/node_modules/caniuse-lite/data/features/css-canvas.js +1 -1
  514. package/app/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -1
  515. package/app/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -1
  516. package/app/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -1
  517. package/app/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -1
  518. package/app/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -1
  519. package/app/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -1
  520. package/app/node_modules/caniuse-lite/data/features/css-color-function.js +1 -1
  521. package/app/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -1
  522. package/app/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -1
  523. package/app/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -1
  524. package/app/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -1
  525. package/app/node_modules/caniuse-lite/data/features/css-containment.js +1 -1
  526. package/app/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -1
  527. package/app/node_modules/caniuse-lite/data/features/css-counters.js +1 -1
  528. package/app/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -1
  529. package/app/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -1
  530. package/app/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -1
  531. package/app/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -1
  532. package/app/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -1
  533. package/app/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -1
  534. package/app/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -1
  535. package/app/node_modules/caniuse-lite/data/features/css-element-function.js +1 -1
  536. package/app/node_modules/caniuse-lite/data/features/css-env-function.js +1 -1
  537. package/app/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -1
  538. package/app/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -1
  539. package/app/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -1
  540. package/app/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -1
  541. package/app/node_modules/caniuse-lite/data/features/css-filters.js +1 -1
  542. package/app/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -1
  543. package/app/node_modules/caniuse-lite/data/features/css-first-line.js +1 -1
  544. package/app/node_modules/caniuse-lite/data/features/css-fixed.js +1 -1
  545. package/app/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -1
  546. package/app/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -1
  547. package/app/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -1
  548. package/app/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -1
  549. package/app/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -1
  550. package/app/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -1
  551. package/app/node_modules/caniuse-lite/data/features/css-gradients.js +1 -1
  552. package/app/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -1
  553. package/app/node_modules/caniuse-lite/data/features/css-grid-lanes.js +1 -1
  554. package/app/node_modules/caniuse-lite/data/features/css-grid.js +1 -1
  555. package/app/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -1
  556. package/app/node_modules/caniuse-lite/data/features/css-has.js +1 -1
  557. package/app/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -1
  558. package/app/node_modules/caniuse-lite/data/features/css-if.js +1 -1
  559. package/app/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -1
  560. package/app/node_modules/caniuse-lite/data/features/css-image-set.js +1 -1
  561. package/app/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -1
  562. package/app/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -1
  563. package/app/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -1
  564. package/app/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -1
  565. package/app/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -1
  566. package/app/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -1
  567. package/app/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -1
  568. package/app/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -1
  569. package/app/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -1
  570. package/app/node_modules/caniuse-lite/data/features/css-masks.js +1 -1
  571. package/app/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -1
  572. package/app/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -1
  573. package/app/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -1
  574. package/app/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -1
  575. package/app/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -1
  576. package/app/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -1
  577. package/app/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -1
  578. package/app/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -1
  579. package/app/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -1
  580. package/app/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -1
  581. package/app/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -1
  582. package/app/node_modules/caniuse-lite/data/features/css-nesting.js +1 -1
  583. package/app/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -1
  584. package/app/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -1
  585. package/app/node_modules/caniuse-lite/data/features/css-opacity.js +1 -1
  586. package/app/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -1
  587. package/app/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -1
  588. package/app/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -1
  589. package/app/node_modules/caniuse-lite/data/features/css-overflow.js +1 -1
  590. package/app/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -1
  591. package/app/node_modules/caniuse-lite/data/features/css-page-break.js +1 -1
  592. package/app/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -1
  593. package/app/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -1
  594. package/app/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -1
  595. package/app/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -1
  596. package/app/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -1
  597. package/app/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -1
  598. package/app/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -1
  599. package/app/node_modules/caniuse-lite/data/features/css-reflections.js +1 -1
  600. package/app/node_modules/caniuse-lite/data/features/css-regions.js +1 -1
  601. package/app/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -1
  602. package/app/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -1
  603. package/app/node_modules/caniuse-lite/data/features/css-resize.js +1 -1
  604. package/app/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -1
  605. package/app/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -1
  606. package/app/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -1
  607. package/app/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -1
  608. package/app/node_modules/caniuse-lite/data/features/css-sel2.js +1 -1
  609. package/app/node_modules/caniuse-lite/data/features/css-sel3.js +1 -1
  610. package/app/node_modules/caniuse-lite/data/features/css-selection.js +1 -1
  611. package/app/node_modules/caniuse-lite/data/features/css-shapes.js +1 -1
  612. package/app/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -1
  613. package/app/node_modules/caniuse-lite/data/features/css-sticky.js +1 -1
  614. package/app/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -1
  615. package/app/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -1
  616. package/app/node_modules/caniuse-lite/data/features/css-table.js +1 -1
  617. package/app/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -1
  618. package/app/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -1
  619. package/app/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -1
  620. package/app/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -1
  621. package/app/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -1
  622. package/app/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -1
  623. package/app/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -1
  624. package/app/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -1
  625. package/app/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -1
  626. package/app/node_modules/caniuse-lite/data/features/css-transitions.js +1 -1
  627. package/app/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -1
  628. package/app/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -1
  629. package/app/node_modules/caniuse-lite/data/features/css-variables.js +1 -1
  630. package/app/node_modules/caniuse-lite/data/features/css-when-else.js +1 -1
  631. package/app/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -1
  632. package/app/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -1
  633. package/app/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -1
  634. package/app/node_modules/caniuse-lite/data/features/css-zoom.js +1 -1
  635. package/app/node_modules/caniuse-lite/data/features/css3-attr.js +1 -1
  636. package/app/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -1
  637. package/app/node_modules/caniuse-lite/data/features/css3-colors.js +1 -1
  638. package/app/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -1
  639. package/app/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -1
  640. package/app/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -1
  641. package/app/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -1
  642. package/app/node_modules/caniuse-lite/data/features/currentcolor.js +1 -1
  643. package/app/node_modules/caniuse-lite/data/features/custom-elements.js +1 -1
  644. package/app/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -1
  645. package/app/node_modules/caniuse-lite/data/features/customevent.js +1 -1
  646. package/app/node_modules/caniuse-lite/data/features/datalist.js +1 -1
  647. package/app/node_modules/caniuse-lite/data/features/dataset.js +1 -1
  648. package/app/node_modules/caniuse-lite/data/features/datauri.js +1 -1
  649. package/app/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -1
  650. package/app/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -1
  651. package/app/node_modules/caniuse-lite/data/features/decorators.js +1 -1
  652. package/app/node_modules/caniuse-lite/data/features/details.js +1 -1
  653. package/app/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -1
  654. package/app/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -1
  655. package/app/node_modules/caniuse-lite/data/features/dialog.js +1 -1
  656. package/app/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -1
  657. package/app/node_modules/caniuse-lite/data/features/dnssec.js +1 -1
  658. package/app/node_modules/caniuse-lite/data/features/do-not-track.js +1 -1
  659. package/app/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -1
  660. package/app/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -1
  661. package/app/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -1
  662. package/app/node_modules/caniuse-lite/data/features/document-policy.js +1 -1
  663. package/app/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -1
  664. package/app/node_modules/caniuse-lite/data/features/documenthead.js +1 -1
  665. package/app/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -1
  666. package/app/node_modules/caniuse-lite/data/features/dom-range.js +1 -1
  667. package/app/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -1
  668. package/app/node_modules/caniuse-lite/data/features/dommatrix.js +1 -1
  669. package/app/node_modules/caniuse-lite/data/features/download.js +1 -1
  670. package/app/node_modules/caniuse-lite/data/features/dragndrop.js +1 -1
  671. package/app/node_modules/caniuse-lite/data/features/element-closest.js +1 -1
  672. package/app/node_modules/caniuse-lite/data/features/element-from-point.js +1 -1
  673. package/app/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -1
  674. package/app/node_modules/caniuse-lite/data/features/eme.js +1 -1
  675. package/app/node_modules/caniuse-lite/data/features/eot.js +1 -1
  676. package/app/node_modules/caniuse-lite/data/features/es5.js +1 -1
  677. package/app/node_modules/caniuse-lite/data/features/es6-class.js +1 -1
  678. package/app/node_modules/caniuse-lite/data/features/es6-generators.js +1 -1
  679. package/app/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -1
  680. package/app/node_modules/caniuse-lite/data/features/es6-module.js +1 -1
  681. package/app/node_modules/caniuse-lite/data/features/es6-number.js +1 -1
  682. package/app/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -1
  683. package/app/node_modules/caniuse-lite/data/features/es6.js +1 -1
  684. package/app/node_modules/caniuse-lite/data/features/eventsource.js +1 -1
  685. package/app/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -1
  686. package/app/node_modules/caniuse-lite/data/features/feature-policy.js +1 -1
  687. package/app/node_modules/caniuse-lite/data/features/fetch.js +1 -1
  688. package/app/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -1
  689. package/app/node_modules/caniuse-lite/data/features/fileapi.js +1 -1
  690. package/app/node_modules/caniuse-lite/data/features/filereader.js +1 -1
  691. package/app/node_modules/caniuse-lite/data/features/filereadersync.js +1 -1
  692. package/app/node_modules/caniuse-lite/data/features/filesystem.js +1 -1
  693. package/app/node_modules/caniuse-lite/data/features/flac.js +1 -1
  694. package/app/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -1
  695. package/app/node_modules/caniuse-lite/data/features/flexbox.js +1 -1
  696. package/app/node_modules/caniuse-lite/data/features/flow-root.js +1 -1
  697. package/app/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -1
  698. package/app/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -1
  699. package/app/node_modules/caniuse-lite/data/features/font-feature.js +1 -1
  700. package/app/node_modules/caniuse-lite/data/features/font-kerning.js +1 -1
  701. package/app/node_modules/caniuse-lite/data/features/font-loading.js +1 -1
  702. package/app/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -1
  703. package/app/node_modules/caniuse-lite/data/features/font-smooth.js +1 -1
  704. package/app/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -1
  705. package/app/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -1
  706. package/app/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -1
  707. package/app/node_modules/caniuse-lite/data/features/fontface.js +1 -1
  708. package/app/node_modules/caniuse-lite/data/features/form-attribute.js +1 -1
  709. package/app/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -1
  710. package/app/node_modules/caniuse-lite/data/features/form-validation.js +1 -1
  711. package/app/node_modules/caniuse-lite/data/features/forms.js +1 -1
  712. package/app/node_modules/caniuse-lite/data/features/fullscreen.js +1 -1
  713. package/app/node_modules/caniuse-lite/data/features/gamepad.js +1 -1
  714. package/app/node_modules/caniuse-lite/data/features/geolocation.js +1 -1
  715. package/app/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -1
  716. package/app/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -1
  717. package/app/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -1
  718. package/app/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -1
  719. package/app/node_modules/caniuse-lite/data/features/gyroscope.js +1 -1
  720. package/app/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -1
  721. package/app/node_modules/caniuse-lite/data/features/hashchange.js +1 -1
  722. package/app/node_modules/caniuse-lite/data/features/heif.js +1 -1
  723. package/app/node_modules/caniuse-lite/data/features/hevc.js +1 -1
  724. package/app/node_modules/caniuse-lite/data/features/hidden.js +1 -1
  725. package/app/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -1
  726. package/app/node_modules/caniuse-lite/data/features/history.js +1 -1
  727. package/app/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -1
  728. package/app/node_modules/caniuse-lite/data/features/html5semantic.js +1 -1
  729. package/app/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -1
  730. package/app/node_modules/caniuse-lite/data/features/http2.js +1 -1
  731. package/app/node_modules/caniuse-lite/data/features/http3.js +1 -1
  732. package/app/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -1
  733. package/app/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -1
  734. package/app/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -1
  735. package/app/node_modules/caniuse-lite/data/features/imagecapture.js +1 -1
  736. package/app/node_modules/caniuse-lite/data/features/ime.js +1 -1
  737. package/app/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -1
  738. package/app/node_modules/caniuse-lite/data/features/import-maps.js +1 -1
  739. package/app/node_modules/caniuse-lite/data/features/imports.js +1 -1
  740. package/app/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -1
  741. package/app/node_modules/caniuse-lite/data/features/indexeddb.js +1 -1
  742. package/app/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -1
  743. package/app/node_modules/caniuse-lite/data/features/inline-block.js +1 -1
  744. package/app/node_modules/caniuse-lite/data/features/innertext.js +1 -1
  745. package/app/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -1
  746. package/app/node_modules/caniuse-lite/data/features/input-color.js +1 -1
  747. package/app/node_modules/caniuse-lite/data/features/input-datetime.js +1 -1
  748. package/app/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -1
  749. package/app/node_modules/caniuse-lite/data/features/input-event.js +1 -1
  750. package/app/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -1
  751. package/app/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -1
  752. package/app/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -1
  753. package/app/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -1
  754. package/app/node_modules/caniuse-lite/data/features/input-minlength.js +1 -1
  755. package/app/node_modules/caniuse-lite/data/features/input-number.js +1 -1
  756. package/app/node_modules/caniuse-lite/data/features/input-pattern.js +1 -1
  757. package/app/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -1
  758. package/app/node_modules/caniuse-lite/data/features/input-range.js +1 -1
  759. package/app/node_modules/caniuse-lite/data/features/input-search.js +1 -1
  760. package/app/node_modules/caniuse-lite/data/features/input-selection.js +1 -1
  761. package/app/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -1
  762. package/app/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -1
  763. package/app/node_modules/caniuse-lite/data/features/internationalization.js +1 -1
  764. package/app/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -1
  765. package/app/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -1
  766. package/app/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -1
  767. package/app/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -1
  768. package/app/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -1
  769. package/app/node_modules/caniuse-lite/data/features/jpegxl.js +1 -1
  770. package/app/node_modules/caniuse-lite/data/features/jpegxr.js +1 -1
  771. package/app/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -1
  772. package/app/node_modules/caniuse-lite/data/features/json.js +1 -1
  773. package/app/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -1
  774. package/app/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -1
  775. package/app/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -1
  776. package/app/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -1
  777. package/app/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -1
  778. package/app/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -1
  779. package/app/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -1
  780. package/app/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -1
  781. package/app/node_modules/caniuse-lite/data/features/lazyload.js +1 -1
  782. package/app/node_modules/caniuse-lite/data/features/let.js +1 -1
  783. package/app/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -1
  784. package/app/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -1
  785. package/app/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -1
  786. package/app/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -1
  787. package/app/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -1
  788. package/app/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -1
  789. package/app/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -1
  790. package/app/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -1
  791. package/app/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -1
  792. package/app/node_modules/caniuse-lite/data/features/localecompare.js +1 -1
  793. package/app/node_modules/caniuse-lite/data/features/magnetometer.js +1 -1
  794. package/app/node_modules/caniuse-lite/data/features/matchesselector.js +1 -1
  795. package/app/node_modules/caniuse-lite/data/features/matchmedia.js +1 -1
  796. package/app/node_modules/caniuse-lite/data/features/mathml.js +1 -1
  797. package/app/node_modules/caniuse-lite/data/features/maxlength.js +1 -1
  798. package/app/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -1
  799. package/app/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -1
  800. package/app/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -1
  801. package/app/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -1
  802. package/app/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -1
  803. package/app/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -1
  804. package/app/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -1
  805. package/app/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -1
  806. package/app/node_modules/caniuse-lite/data/features/media-fragments.js +1 -1
  807. package/app/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -1
  808. package/app/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -1
  809. package/app/node_modules/caniuse-lite/data/features/mediasource.js +1 -1
  810. package/app/node_modules/caniuse-lite/data/features/menu.js +1 -1
  811. package/app/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -1
  812. package/app/node_modules/caniuse-lite/data/features/meter.js +1 -1
  813. package/app/node_modules/caniuse-lite/data/features/midi.js +1 -1
  814. package/app/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -1
  815. package/app/node_modules/caniuse-lite/data/features/mp3.js +1 -1
  816. package/app/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -1
  817. package/app/node_modules/caniuse-lite/data/features/mpeg4.js +1 -1
  818. package/app/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -1
  819. package/app/node_modules/caniuse-lite/data/features/multicolumn.js +1 -1
  820. package/app/node_modules/caniuse-lite/data/features/mutation-events.js +1 -1
  821. package/app/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -1
  822. package/app/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -1
  823. package/app/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -1
  824. package/app/node_modules/caniuse-lite/data/features/nav-timing.js +1 -1
  825. package/app/node_modules/caniuse-lite/data/features/netinfo.js +1 -1
  826. package/app/node_modules/caniuse-lite/data/features/notifications.js +1 -1
  827. package/app/node_modules/caniuse-lite/data/features/object-entries.js +1 -1
  828. package/app/node_modules/caniuse-lite/data/features/object-fit.js +1 -1
  829. package/app/node_modules/caniuse-lite/data/features/object-observe.js +1 -1
  830. package/app/node_modules/caniuse-lite/data/features/object-values.js +1 -1
  831. package/app/node_modules/caniuse-lite/data/features/objectrtc.js +1 -1
  832. package/app/node_modules/caniuse-lite/data/features/offline-apps.js +1 -1
  833. package/app/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -1
  834. package/app/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -1
  835. package/app/node_modules/caniuse-lite/data/features/ogv.js +1 -1
  836. package/app/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -1
  837. package/app/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -1
  838. package/app/node_modules/caniuse-lite/data/features/online-status.js +1 -1
  839. package/app/node_modules/caniuse-lite/data/features/opus.js +1 -1
  840. package/app/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -1
  841. package/app/node_modules/caniuse-lite/data/features/outline.js +1 -1
  842. package/app/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -1
  843. package/app/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -1
  844. package/app/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -1
  845. package/app/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -1
  846. package/app/node_modules/caniuse-lite/data/features/passkeys.js +1 -1
  847. package/app/node_modules/caniuse-lite/data/features/passwordrules.js +1 -1
  848. package/app/node_modules/caniuse-lite/data/features/path2d.js +1 -1
  849. package/app/node_modules/caniuse-lite/data/features/payment-request.js +1 -1
  850. package/app/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -1
  851. package/app/node_modules/caniuse-lite/data/features/permissions-api.js +1 -1
  852. package/app/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -1
  853. package/app/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -1
  854. package/app/node_modules/caniuse-lite/data/features/picture.js +1 -1
  855. package/app/node_modules/caniuse-lite/data/features/ping.js +1 -1
  856. package/app/node_modules/caniuse-lite/data/features/png-alpha.js +1 -1
  857. package/app/node_modules/caniuse-lite/data/features/pointer-events.js +1 -1
  858. package/app/node_modules/caniuse-lite/data/features/pointer.js +1 -1
  859. package/app/node_modules/caniuse-lite/data/features/pointerlock.js +1 -1
  860. package/app/node_modules/caniuse-lite/data/features/portals.js +1 -1
  861. package/app/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -1
  862. package/app/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -1
  863. package/app/node_modules/caniuse-lite/data/features/progress.js +1 -1
  864. package/app/node_modules/caniuse-lite/data/features/promise-finally.js +1 -1
  865. package/app/node_modules/caniuse-lite/data/features/promises.js +1 -1
  866. package/app/node_modules/caniuse-lite/data/features/proximity.js +1 -1
  867. package/app/node_modules/caniuse-lite/data/features/proxy.js +1 -1
  868. package/app/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -1
  869. package/app/node_modules/caniuse-lite/data/features/push-api.js +1 -1
  870. package/app/node_modules/caniuse-lite/data/features/queryselector.js +1 -1
  871. package/app/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -1
  872. package/app/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -1
  873. package/app/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -1
  874. package/app/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -1
  875. package/app/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -1
  876. package/app/node_modules/caniuse-lite/data/features/rellist.js +1 -1
  877. package/app/node_modules/caniuse-lite/data/features/rem.js +1 -1
  878. package/app/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -1
  879. package/app/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -1
  880. package/app/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -1
  881. package/app/node_modules/caniuse-lite/data/features/resource-timing.js +1 -1
  882. package/app/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -1
  883. package/app/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -1
  884. package/app/node_modules/caniuse-lite/data/features/ruby.js +1 -1
  885. package/app/node_modules/caniuse-lite/data/features/run-in.js +1 -1
  886. package/app/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -1
  887. package/app/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -1
  888. package/app/node_modules/caniuse-lite/data/features/script-async.js +1 -1
  889. package/app/node_modules/caniuse-lite/data/features/script-defer.js +1 -1
  890. package/app/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -1
  891. package/app/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -1
  892. package/app/node_modules/caniuse-lite/data/features/sdch.js +1 -1
  893. package/app/node_modules/caniuse-lite/data/features/selection-api.js +1 -1
  894. package/app/node_modules/caniuse-lite/data/features/selectlist.js +1 -1
  895. package/app/node_modules/caniuse-lite/data/features/server-timing.js +1 -1
  896. package/app/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -1
  897. package/app/node_modules/caniuse-lite/data/features/setimmediate.js +1 -1
  898. package/app/node_modules/caniuse-lite/data/features/shadowdom.js +1 -1
  899. package/app/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -1
  900. package/app/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -1
  901. package/app/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -1
  902. package/app/node_modules/caniuse-lite/data/features/sni.js +1 -1
  903. package/app/node_modules/caniuse-lite/data/features/spdy.js +1 -1
  904. package/app/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -1
  905. package/app/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -1
  906. package/app/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -1
  907. package/app/node_modules/caniuse-lite/data/features/sql-storage.js +1 -1
  908. package/app/node_modules/caniuse-lite/data/features/srcset.js +1 -1
  909. package/app/node_modules/caniuse-lite/data/features/stream.js +1 -1
  910. package/app/node_modules/caniuse-lite/data/features/streams.js +1 -1
  911. package/app/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -1
  912. package/app/node_modules/caniuse-lite/data/features/style-scoped.js +1 -1
  913. package/app/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -1
  914. package/app/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -1
  915. package/app/node_modules/caniuse-lite/data/features/svg-css.js +1 -1
  916. package/app/node_modules/caniuse-lite/data/features/svg-filters.js +1 -1
  917. package/app/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -1
  918. package/app/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -1
  919. package/app/node_modules/caniuse-lite/data/features/svg-html.js +1 -1
  920. package/app/node_modules/caniuse-lite/data/features/svg-html5.js +1 -1
  921. package/app/node_modules/caniuse-lite/data/features/svg-img.js +1 -1
  922. package/app/node_modules/caniuse-lite/data/features/svg-smil.js +1 -1
  923. package/app/node_modules/caniuse-lite/data/features/svg.js +1 -1
  924. package/app/node_modules/caniuse-lite/data/features/sxg.js +1 -1
  925. package/app/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -1
  926. package/app/node_modules/caniuse-lite/data/features/template-literals.js +1 -1
  927. package/app/node_modules/caniuse-lite/data/features/template.js +1 -1
  928. package/app/node_modules/caniuse-lite/data/features/temporal.js +1 -1
  929. package/app/node_modules/caniuse-lite/data/features/testfeat.js +1 -1
  930. package/app/node_modules/caniuse-lite/data/features/text-decoration.js +1 -1
  931. package/app/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -1
  932. package/app/node_modules/caniuse-lite/data/features/text-overflow.js +1 -1
  933. package/app/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -1
  934. package/app/node_modules/caniuse-lite/data/features/text-stroke.js +1 -1
  935. package/app/node_modules/caniuse-lite/data/features/textcontent.js +1 -1
  936. package/app/node_modules/caniuse-lite/data/features/textencoder.js +1 -1
  937. package/app/node_modules/caniuse-lite/data/features/tls1-1.js +1 -1
  938. package/app/node_modules/caniuse-lite/data/features/tls1-2.js +1 -1
  939. package/app/node_modules/caniuse-lite/data/features/tls1-3.js +1 -1
  940. package/app/node_modules/caniuse-lite/data/features/touch.js +1 -1
  941. package/app/node_modules/caniuse-lite/data/features/transforms2d.js +1 -1
  942. package/app/node_modules/caniuse-lite/data/features/transforms3d.js +1 -1
  943. package/app/node_modules/caniuse-lite/data/features/trusted-types.js +1 -1
  944. package/app/node_modules/caniuse-lite/data/features/ttf.js +1 -1
  945. package/app/node_modules/caniuse-lite/data/features/typedarrays.js +1 -1
  946. package/app/node_modules/caniuse-lite/data/features/u2f.js +1 -1
  947. package/app/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -1
  948. package/app/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -1
  949. package/app/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -1
  950. package/app/node_modules/caniuse-lite/data/features/url.js +1 -1
  951. package/app/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -1
  952. package/app/node_modules/caniuse-lite/data/features/use-strict.js +1 -1
  953. package/app/node_modules/caniuse-lite/data/features/user-select-none.js +1 -1
  954. package/app/node_modules/caniuse-lite/data/features/user-timing.js +1 -1
  955. package/app/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -1
  956. package/app/node_modules/caniuse-lite/data/features/vector-effect.js +1 -1
  957. package/app/node_modules/caniuse-lite/data/features/vibration.js +1 -1
  958. package/app/node_modules/caniuse-lite/data/features/video.js +1 -1
  959. package/app/node_modules/caniuse-lite/data/features/videotracks.js +1 -1
  960. package/app/node_modules/caniuse-lite/data/features/view-transitions.js +1 -1
  961. package/app/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -1
  962. package/app/node_modules/caniuse-lite/data/features/viewport-units.js +1 -1
  963. package/app/node_modules/caniuse-lite/data/features/wai-aria.js +1 -1
  964. package/app/node_modules/caniuse-lite/data/features/wake-lock.js +1 -1
  965. package/app/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -1
  966. package/app/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -1
  967. package/app/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -1
  968. package/app/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -1
  969. package/app/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -1
  970. package/app/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -1
  971. package/app/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -1
  972. package/app/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -1
  973. package/app/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -1
  974. package/app/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -1
  975. package/app/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -1
  976. package/app/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -1
  977. package/app/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -1
  978. package/app/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -1
  979. package/app/node_modules/caniuse-lite/data/features/wasm.js +1 -1
  980. package/app/node_modules/caniuse-lite/data/features/wav.js +1 -1
  981. package/app/node_modules/caniuse-lite/data/features/wbr-element.js +1 -1
  982. package/app/node_modules/caniuse-lite/data/features/web-animation.js +1 -1
  983. package/app/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -1
  984. package/app/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -1
  985. package/app/node_modules/caniuse-lite/data/features/web-serial.js +1 -1
  986. package/app/node_modules/caniuse-lite/data/features/web-share.js +1 -1
  987. package/app/node_modules/caniuse-lite/data/features/webauthn.js +1 -1
  988. package/app/node_modules/caniuse-lite/data/features/webcodecs.js +1 -1
  989. package/app/node_modules/caniuse-lite/data/features/webgl.js +1 -1
  990. package/app/node_modules/caniuse-lite/data/features/webgl2.js +1 -1
  991. package/app/node_modules/caniuse-lite/data/features/webgpu.js +1 -1
  992. package/app/node_modules/caniuse-lite/data/features/webhid.js +1 -1
  993. package/app/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -1
  994. package/app/node_modules/caniuse-lite/data/features/webm.js +1 -1
  995. package/app/node_modules/caniuse-lite/data/features/webnfc.js +1 -1
  996. package/app/node_modules/caniuse-lite/data/features/webp.js +1 -1
  997. package/app/node_modules/caniuse-lite/data/features/websockets.js +1 -1
  998. package/app/node_modules/caniuse-lite/data/features/webtransport.js +1 -1
  999. package/app/node_modules/caniuse-lite/data/features/webusb.js +1 -1
  1000. package/app/node_modules/caniuse-lite/data/features/webvr.js +1 -1
  1001. package/app/node_modules/caniuse-lite/data/features/webvtt.js +1 -1
  1002. package/app/node_modules/caniuse-lite/data/features/webworkers.js +1 -1
  1003. package/app/node_modules/caniuse-lite/data/features/webxr.js +1 -1
  1004. package/app/node_modules/caniuse-lite/data/features/will-change.js +1 -1
  1005. package/app/node_modules/caniuse-lite/data/features/woff.js +1 -1
  1006. package/app/node_modules/caniuse-lite/data/features/woff2.js +1 -1
  1007. package/app/node_modules/caniuse-lite/data/features/word-break.js +1 -1
  1008. package/app/node_modules/caniuse-lite/data/features/wordwrap.js +1 -1
  1009. package/app/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -1
  1010. package/app/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -1
  1011. package/app/node_modules/caniuse-lite/data/features/xhr2.js +1 -1
  1012. package/app/node_modules/caniuse-lite/data/features/xhtml.js +1 -1
  1013. package/app/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -1
  1014. package/app/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -1
  1015. package/app/node_modules/caniuse-lite/data/features/zstd.js +1 -1
  1016. package/app/node_modules/caniuse-lite/package.json +1 -1
  1017. package/app/node_modules/react/cjs/react.production.js +1 -1
  1018. package/app/node_modules/react/package.json +1 -1
  1019. package/app/node_modules/semver/classes/comparator.js +143 -0
  1020. package/app/node_modules/semver/classes/range.js +557 -0
  1021. package/app/node_modules/semver/classes/semver.js +333 -0
  1022. package/app/node_modules/semver/functions/cmp.js +54 -0
  1023. package/app/node_modules/semver/functions/coerce.js +62 -0
  1024. package/app/node_modules/semver/functions/compare.js +7 -0
  1025. package/app/node_modules/semver/functions/eq.js +5 -0
  1026. package/app/node_modules/semver/functions/gt.js +5 -0
  1027. package/app/node_modules/semver/functions/gte.js +5 -0
  1028. package/app/node_modules/semver/functions/lt.js +5 -0
  1029. package/app/node_modules/semver/functions/lte.js +5 -0
  1030. package/app/node_modules/semver/functions/neq.js +5 -0
  1031. package/app/node_modules/semver/functions/parse.js +18 -0
  1032. package/app/node_modules/semver/functions/satisfies.js +12 -0
  1033. package/app/node_modules/semver/internal/constants.js +37 -0
  1034. package/app/node_modules/semver/internal/debug.js +11 -0
  1035. package/app/node_modules/semver/internal/identifiers.js +29 -0
  1036. package/app/node_modules/semver/internal/lrucache.js +42 -0
  1037. package/app/node_modules/semver/internal/parse-options.js +17 -0
  1038. package/app/node_modules/semver/internal/re.js +223 -0
  1039. package/app/node_modules/semver/package.json +78 -0
  1040. package/app/package.json +3 -1
  1041. package/app/public/providers/cerebras.png +0 -0
  1042. package/app/public/providers/cohere.png +0 -0
  1043. package/app/public/providers/deepseek.png +0 -0
  1044. package/app/public/providers/fireworks.png +0 -0
  1045. package/app/public/providers/groq.png +0 -0
  1046. package/app/public/providers/kilocode.png +0 -0
  1047. package/app/public/providers/kimi-coding.png +0 -0
  1048. package/app/public/providers/mistral.png +0 -0
  1049. package/app/public/providers/nebius.png +0 -0
  1050. package/app/public/providers/nvidia.png +0 -0
  1051. package/app/public/providers/perplexity.png +0 -0
  1052. package/app/public/providers/siliconflow.png +0 -0
  1053. package/app/public/providers/together.png +0 -0
  1054. package/app/public/providers/xai.png +0 -0
  1055. package/app/src/mitm/server.js +2 -1
  1056. package/package.json +1 -1
  1057. package/src/cli/api/client.js +37 -0
  1058. package/src/cli/menus/cliTools.js +367 -215
  1059. package/src/cli/tray/tray.js +2 -1
  1060. package/src/cli/utils/input.js +3 -2
  1061. package/app/.next/server/chunks/2760.js +0 -1
  1062. package/app/.next/server/chunks/4070.js +0 -1
  1063. package/app/.next/server/chunks/8152.js +0 -1
  1064. package/app/.next/static/DI96okdJjzby3HGY7q07Y/_buildManifest.js +0 -1
  1065. package/app/.next/static/chunks/1393-789dc00cee220ab3.js +0 -1
  1066. package/app/.next/static/chunks/3624-e096f4cf594e2fc8.js +0 -1
  1067. package/app/.next/static/chunks/3794-cd98b5cd5fb65b19.js +0 -2
  1068. package/app/.next/static/chunks/4bd1b696-bf5e0dbacfa5baef.js +0 -1
  1069. package/app/.next/static/chunks/5497-22ff80798e3ea482.js +0 -7
  1070. package/app/.next/static/chunks/600-698f3e9fe5d9a2a4.js +0 -3
  1071. package/app/.next/static/chunks/8202.0e16c9f0f8b261d7.js +0 -1
  1072. package/app/.next/static/chunks/8729-d4b43eec95806a5e.js +0 -1
  1073. package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-b4abe8655df8ae72.js +0 -1
  1074. package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-ebe23b0367ddebdc.js +0 -1
  1075. package/app/.next/static/chunks/app/(dashboard)/dashboard/page-4940a5acf1d029cb.js +0 -1
  1076. package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-7b546958559f0a9d.js +0 -1
  1077. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-d48c3e28182c53fd.js +0 -1
  1078. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-3b4a2a6a9a5ddf7a.js +0 -1
  1079. package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/page-a4e03be7aaaae436.js +0 -1
  1080. package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/page-fee9f03a1672e768.js +0 -1
  1081. package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-b1db6324fdab22de.js +0 -1
  1082. package/app/.next/static/chunks/app/(dashboard)/layout-2951a18467171aa4.js +0 -1
  1083. package/app/.next/static/chunks/app/_global-error/page-1c55a45c707c87a7.js +0 -1
  1084. package/app/.next/static/chunks/app/_not-found/page-9dced9c9fb6bff0f.js +0 -1
  1085. package/app/.next/static/chunks/app/api/auth/login/route-1c55a45c707c87a7.js +0 -1
  1086. package/app/.next/static/chunks/app/api/auth/logout/route-1c55a45c707c87a7.js +0 -1
  1087. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-1c55a45c707c87a7.js +0 -1
  1088. package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-1c55a45c707c87a7.js +0 -1
  1089. package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-1c55a45c707c87a7.js +0 -1
  1090. package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-1c55a45c707c87a7.js +0 -1
  1091. package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-1c55a45c707c87a7.js +0 -1
  1092. package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-1c55a45c707c87a7.js +0 -1
  1093. package/app/.next/static/chunks/app/api/cloud/auth/route-1c55a45c707c87a7.js +0 -1
  1094. package/app/.next/static/chunks/app/api/cloud/credentials/update/route-1c55a45c707c87a7.js +0 -1
  1095. package/app/.next/static/chunks/app/api/cloud/model/resolve/route-1c55a45c707c87a7.js +0 -1
  1096. package/app/.next/static/chunks/app/api/cloud/models/alias/route-1c55a45c707c87a7.js +0 -1
  1097. package/app/.next/static/chunks/app/api/combos/[id]/route-1c55a45c707c87a7.js +0 -1
  1098. package/app/.next/static/chunks/app/api/combos/route-1c55a45c707c87a7.js +0 -1
  1099. package/app/.next/static/chunks/app/api/init/route-1c55a45c707c87a7.js +0 -1
  1100. package/app/.next/static/chunks/app/api/keys/[id]/route-1c55a45c707c87a7.js +0 -1
  1101. package/app/.next/static/chunks/app/api/keys/route-1c55a45c707c87a7.js +0 -1
  1102. package/app/.next/static/chunks/app/api/models/alias/route-1c55a45c707c87a7.js +0 -1
  1103. package/app/.next/static/chunks/app/api/models/route-1c55a45c707c87a7.js +0 -1
  1104. package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-1c55a45c707c87a7.js +0 -1
  1105. package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-1c55a45c707c87a7.js +0 -1
  1106. package/app/.next/static/chunks/app/api/oauth/cursor/import/route-1c55a45c707c87a7.js +0 -1
  1107. package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-1c55a45c707c87a7.js +0 -1
  1108. package/app/.next/static/chunks/app/api/oauth/kiro/import/route-1c55a45c707c87a7.js +0 -1
  1109. package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-1c55a45c707c87a7.js +0 -1
  1110. package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-1c55a45c707c87a7.js +0 -1
  1111. package/app/.next/static/chunks/app/api/pricing/route-1c55a45c707c87a7.js +0 -1
  1112. package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-1c55a45c707c87a7.js +0 -1
  1113. package/app/.next/static/chunks/app/api/provider-nodes/route-1c55a45c707c87a7.js +0 -1
  1114. package/app/.next/static/chunks/app/api/provider-nodes/validate/route-1c55a45c707c87a7.js +0 -1
  1115. package/app/.next/static/chunks/app/api/providers/[id]/models/route-1c55a45c707c87a7.js +0 -1
  1116. package/app/.next/static/chunks/app/api/providers/[id]/route-1c55a45c707c87a7.js +0 -1
  1117. package/app/.next/static/chunks/app/api/providers/[id]/test/route-1c55a45c707c87a7.js +0 -1
  1118. package/app/.next/static/chunks/app/api/providers/client/route-1c55a45c707c87a7.js +0 -1
  1119. package/app/.next/static/chunks/app/api/providers/route-1c55a45c707c87a7.js +0 -1
  1120. package/app/.next/static/chunks/app/api/providers/validate/route-1c55a45c707c87a7.js +0 -1
  1121. package/app/.next/static/chunks/app/api/settings/require-login/route-1c55a45c707c87a7.js +0 -1
  1122. package/app/.next/static/chunks/app/api/settings/route-1c55a45c707c87a7.js +0 -1
  1123. package/app/.next/static/chunks/app/api/shutdown/route-1c55a45c707c87a7.js +0 -1
  1124. package/app/.next/static/chunks/app/api/sync/cloud/route-1c55a45c707c87a7.js +0 -1
  1125. package/app/.next/static/chunks/app/api/sync/initialize/route-1c55a45c707c87a7.js +0 -1
  1126. package/app/.next/static/chunks/app/api/tags/route-1c55a45c707c87a7.js +0 -1
  1127. package/app/.next/static/chunks/app/api/translator/load/route-1c55a45c707c87a7.js +0 -1
  1128. package/app/.next/static/chunks/app/api/translator/save/route-1c55a45c707c87a7.js +0 -1
  1129. package/app/.next/static/chunks/app/api/translator/send/route-1c55a45c707c87a7.js +0 -1
  1130. package/app/.next/static/chunks/app/api/translator/translate/route-1c55a45c707c87a7.js +0 -1
  1131. package/app/.next/static/chunks/app/api/usage/[connectionId]/route-1c55a45c707c87a7.js +0 -1
  1132. package/app/.next/static/chunks/app/api/usage/history/route-1c55a45c707c87a7.js +0 -1
  1133. package/app/.next/static/chunks/app/api/usage/providers/route-1c55a45c707c87a7.js +0 -1
  1134. package/app/.next/static/chunks/app/api/usage/request-details/route-1c55a45c707c87a7.js +0 -1
  1135. package/app/.next/static/chunks/app/api/usage/request-logs/route-1c55a45c707c87a7.js +0 -1
  1136. package/app/.next/static/chunks/app/api/v1/api/chat/route-1c55a45c707c87a7.js +0 -1
  1137. package/app/.next/static/chunks/app/api/v1/chat/completions/route-1c55a45c707c87a7.js +0 -1
  1138. package/app/.next/static/chunks/app/api/v1/embeddings/route-1c55a45c707c87a7.js +0 -1
  1139. package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-1c55a45c707c87a7.js +0 -1
  1140. package/app/.next/static/chunks/app/api/v1/messages/route-1c55a45c707c87a7.js +0 -1
  1141. package/app/.next/static/chunks/app/api/v1/models/route-1c55a45c707c87a7.js +0 -1
  1142. package/app/.next/static/chunks/app/api/v1/responses/route-1c55a45c707c87a7.js +0 -1
  1143. package/app/.next/static/chunks/app/api/v1/route-1c55a45c707c87a7.js +0 -1
  1144. package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-1c55a45c707c87a7.js +0 -1
  1145. package/app/.next/static/chunks/app/api/v1beta/models/route-1c55a45c707c87a7.js +0 -1
  1146. package/app/.next/static/chunks/app/callback/page-5f180e9e33c49571.js +0 -1
  1147. package/app/.next/static/chunks/app/dashboard/settings/pricing/page-6389a6072b45738e.js +0 -1
  1148. package/app/.next/static/chunks/app/landing/page-5601676546256c5c.js +0 -1
  1149. package/app/.next/static/chunks/app/layout-b4f212dd6665a31c.js +0 -1
  1150. package/app/.next/static/chunks/app/login/page-7001e1e8d9ffa21b.js +0 -1
  1151. package/app/.next/static/chunks/app/page-1c55a45c707c87a7.js +0 -1
  1152. package/app/.next/static/chunks/framework-98ded4341da66877.js +0 -1
  1153. package/app/.next/static/chunks/main-9693513a0cc92813.js +0 -5
  1154. package/app/.next/static/chunks/main-app-8bfa111f852aed9b.js +0 -1
  1155. package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-1c55a45c707c87a7.js +0 -1
  1156. package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-1c55a45c707c87a7.js +0 -1
  1157. package/app/.next/static/chunks/next/dist/client/components/builtin/global-error-8942985441049b52.js +0 -1
  1158. package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-1c55a45c707c87a7.js +0 -1
  1159. package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-1c55a45c707c87a7.js +0 -1
  1160. package/app/.next/static/chunks/webpack-79a9aedf42a631d8.js +0 -1
  1161. package/app/.next/static/css/749abce1b69e6225.css +0 -3
  1162. /package/app/.next/static/{DI96okdJjzby3HGY7q07Y → jWN0ATVbXrki9UzHFr5nv}/_ssgManifest.js +0 -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:l,placeholder:n="Select an option",error:i,hint:o,disabled:d=!1,required:c=!1,className:m,selectClassName:x,...u}){return(0,r.jsxs)("div",{className:(0,a.cn)("flex flex-col gap-1.5",m),children:[e&&(0,r.jsxs)("label",{className:"text-sm font-medium text-text-main",children:[e,c&&(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:l,disabled:d,className:(0,a.cn)("w-full py-2 px-3 pr-10 text-sm text-text-main","bg-white dark:bg-white/5 border border-black/10 dark:border-white/10 rounded-md appearance-none","focus:ring-1 focus:ring-primary/30 focus:border-primary/50 focus:outline-none","transition-all disabled:opacity-50 disabled:cursor-not-allowed","text-[16px] sm:text-sm",i?"border-red-500 focus:border-red-500 focus:ring-red-500/20":"",x),...u,children:[(0,r.jsx)("option",{value:"",disabled:!0,children:n}),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"})})]}),i&&(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"}),i]}),o&&!i&&(0,r.jsx)("p",{className:"text-xs text-text-muted",children:o})]})}},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:()=>B});var r=s(95155),a=s(12115),l=s(73321),n=s(25086),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 grid-cols-2 md:grid-cols-4 gap-4",children:[(0,r.jsxs)(o.default,{className:"px-4 py-3 flex flex-col gap-1",children:[(0,r.jsx)("span",{className:"text-text-muted text-sm uppercase font-semibold",children:"Total Requests"}),(0,r.jsx)("span",{className:"text-2xl font-bold",children:m(e.totalRequests)})]}),(0,r.jsxs)(o.default,{className:"px-4 py-3 flex flex-col gap-1",children:[(0,r.jsx)("span",{className:"text-text-muted text-sm uppercase font-semibold",children:"Total Input Tokens"}),(0,r.jsx)("span",{className:"text-2xl font-bold text-primary",children:m(e.totalPromptTokens)})]}),(0,r.jsxs)(o.default,{className:"px-4 py-3 flex flex-col gap-1",children:[(0,r.jsx)("span",{className:"text-text-muted text-sm uppercase font-semibold",children:"Output Tokens"}),(0,r.jsx)("span",{className:"text-2xl font-bold text-success",children:m(e.totalCompletionTokens)})]}),(0,r.jsxs)(o.default,{className:"px-4 py-3 flex flex-col gap-1",children:[(0,r.jsx)("span",{className:"text-text-muted text-sm uppercase font-semibold",children:"Total Cost"}),(0,r.jsx)("span",{className:"text-2xl font-bold text-warning",children:(t=e.totalCost,`$${(t||0).toFixed(2)}`)})]})]})}x.propTypes={stats:c().object.isRequired};let u=e=>new Intl.NumberFormat().format(e||0),h=e=>`$${(e||0).toFixed(2)}`;function p(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?"—":h(e.inputCost)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right text-text-muted",children:s&&void 0===e.outputCost?"—":h(e.outputCost)}),(0,r.jsx)("td",{className:"px-6 py-3 text-right font-medium text-warning",children:h(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:h}){let[p,g]=(0,a.useState)(new Set);(0,a.useEffect)(()=>{try{let e=localStorage.getItem(m);e&&g(new Set(JSON.parse(e)))}catch(e){console.error(`Failed to load ${m}:`,e)}},[m]),(0,a.useEffect)(()=>{try{localStorage.setItem(m,JSON.stringify([...p]))}catch(e){console.error(`Failed to save ${m}:`,e)}},[p,m]);let j=(0,a.useCallback)(e=>{g(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]),v=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:()=>j(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 ${p.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})]}),p.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:v,className:"px-6 py-8 text-center text-text-muted",children:h})})]})]})})]})}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(62882),y=s(84867);s(30315);var v=s(52679);function N({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:y.yX.Top,id:"top",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"target",position:y.yX.Bottom,id:"bottom",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"target",position:y.yX.Left,id:"left",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"target",position:y.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-sm 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 w({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:y.yX.Top,id:"top",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"source",position:y.yX.Bottom,id:"bottom",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"source",position:y.yX.Left,id:"left",className:"!bg-transparent !border-0 !w-0 !h-0"}),(0,r.jsx)(j.h7,{type:"source",position:y.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})]})}N.propTypes={data:c().object.isRequired},w.propTypes={data:c().object.isRequired};let k={provider:N,router:w};function C({providers:e=[],activeRequests:t=[],lastProvider:s=""}){let l=(0,a.useMemo)(()=>new Set(t.map(e=>e.provider?.toLowerCase()).filter(Boolean)),[t]),n=(0,a.useMemo)(()=>new Set(s?[s.toLowerCase()]:[]),[s]),{nodes:i,edges:o}=(0,a.useMemo)(()=>(function(e,t,s){let r=e.length,a=Math.max(320,204*r/(2*Math.PI)),l=Math.max(200,.55*a);if(0===r)return{nodes:[{id:"router",type:"router",position:{x:0,y:0},data:{activeCount:0},draggable:!1}],edges:[]};let n=[],i=[];return n.push({id:"router",type:"router",position:{x:-60,y:-22},data:{activeCount:t.size},draggable:!1}),e.forEach((e,o)=>{var d,c,m;let x,u,h=(d=e.provider,v.Q2[d]||{color:"#6b7280",name:d}),p=t.has(e.provider?.toLowerCase()),b=!p&&s.has(e.provider?.toLowerCase()),f=`provider-${e.provider}`,g={label:h.name||e.name||e.provider,color:h.color||"#6b7280",imageUrl:(c=e.provider,`/providers/${c}.png`),textIcon:h.textIcon||(e.provider||"?").slice(0,2).toUpperCase(),active:p},j=-Math.PI/2+2*Math.PI*o/r,y=a*Math.cos(j),N=l*Math.sin(j);Math.abs(j+Math.PI/2)<Math.PI/4||Math.abs(j-3*Math.PI/2)<Math.PI/4?(x="top",u="bottom"):Math.abs(j-Math.PI/2)<Math.PI/4?(x="bottom",u="top"):y>0?(x="right",u="left"):(x="left",u="right"),n.push({id:f,type:"provider",position:{x:y-90,y:N-15},data:g,draggable:!1}),i.push({id:`e-${f}`,source:"router",sourceHandle:x,target:f,targetHandle:u,animated:p,style:(m=h.color,p?{stroke:m,strokeWidth:2,opacity:.8}:b?{stroke:"#f59e0b",strokeWidth:2,opacity:.7}:{stroke:"var(--color-border)",strokeWidth:1,opacity:.3})})}),{nodes:n,edges:i}})(e,l,n),[e,l,n]);return(0,r.jsx)("div",{className:"w-full rounded-lg border border-border bg-bg-subtle/30",style:{height:480},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:i,edges:o,nodeTypes:k,fitView:!0,fitViewOptions:{padding:.3},onInit:e=>setTimeout(()=>e.fitView({padding:.3}),50),proOptions:{hideAttribution:!0},panOnDrag:!1,zoomOnScroll:!1,zoomOnPinch:!1,zoomOnDoubleClick:!1,preventScrolling:!1,nodesDraggable:!1,nodesConnectable:!1,elementsSelectable:!1})})}C.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};var S=s(52297),T=s(81989),R=s(9684),M=s(6255),$=s(53020),I=s(40730),E=s(54058);let L=[{value:"24h",label:"24h"},{value:"7d",label:"7D"},{value:"30d",label:"30D"},{value:"60d",label:"60D"}],O=e=>e>=1e6?`${(e/1e6).toFixed(1)}M`:e>=1e3?`${(e/1e3).toFixed(1)}K`:String(e||0),z=e=>`$${(e||0).toFixed(4)}`;function q(){let[e,t]=(0,a.useState)("7d"),[s,l]=(0,a.useState)([]),[n,i]=(0,a.useState)(!0),[d,c]=(0,a.useState)("tokens"),m=(0,a.useCallback)(async()=>{i(!0);try{let t=await fetch(`/api/usage/chart?period=${e}`);if(t.ok){let e=await t.json();l(e)}}catch(e){console.error("Failed to fetch chart data:",e)}finally{i(!1)}},[e]);(0,a.useEffect)(()=>{m()},[m]);let x=s.some(e=>e.tokens>0||e.cost>0);return(0,r.jsxs)(o.default,{className:"p-4 flex flex-col gap-3",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between flex-wrap gap-2",children:[(0,r.jsxs)("div",{className:"flex items-center gap-1 bg-bg-subtle rounded-lg p-1 border border-border",children:[(0,r.jsx)("button",{onClick:()=>c("tokens"),className:`px-3 py-1 rounded-md text-sm font-medium transition-colors ${"tokens"===d?"bg-primary text-white shadow-sm":"text-text-muted hover:text-text hover:bg-bg-hover"}`,children:"Tokens"}),(0,r.jsx)("button",{onClick:()=>c("cost"),className:`px-3 py-1 rounded-md text-sm font-medium transition-colors ${"cost"===d?"bg-primary text-white shadow-sm":"text-text-muted hover:text-text hover:bg-bg-hover"}`,children:"Cost"})]}),(0,r.jsx)("div",{className:"flex items-center gap-1 bg-bg-subtle rounded-lg p-1 border border-border",children:L.map(s=>(0,r.jsx)("button",{onClick:()=>t(s.value),className:`px-3 py-1 rounded-md text-sm font-medium transition-colors ${e===s.value?"bg-primary text-white shadow-sm":"text-text-muted hover:text-text hover:bg-bg-hover"}`,children:s.label},s.value))})]}),n?(0,r.jsx)("div",{className:"h-48 flex items-center justify-center text-text-muted text-sm",children:"Loading..."}):x?(0,r.jsx)(S.u,{width:"100%",height:200,children:(0,r.jsxs)(T.Q,{data:s,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)(R.d,{strokeDasharray:"3 3",strokeOpacity:.1}),(0,r.jsx)(M.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"===d?O:z,width:50}),(0,r.jsx)(I.m,{contentStyle:{backgroundColor:"var(--color-bg)",border:"1px solid var(--color-border)",borderRadius:"8px",fontSize:"12px"},formatter:(e,t)=>"tokens"===t?[O(e),"Tokens"]:[z(e),"Cost"]}),"tokens"===d?(0,r.jsx)(E.Gk,{type:"monotone",dataKey:"tokens",stroke:"#6366f1",strokeWidth:2,fill:"url(#gradTokens)",dot:!1,activeDot:{r:4}}):(0,r.jsx)(E.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 U({requests:e=[]}){return(0,r.jsxs)(o.default,{className:"flex 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 text-xs border-collapse",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)=>{var s;let a,l=!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 ${l?"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:(s=e.timestamp,(a=Math.floor((Date.now()-new Date(s))/1e3))<60?`${a}s ago`:a<3600?`${Math.floor(a/60)}m ago`:a<86400?`${Math.floor(a/3600)}h ago`:`${Math.floor(a/86400)}d ago`)})]},t)})})]})}):(0,r.jsx)("div",{className:"flex-1 flex items-center justify-center text-text-muted text-sm",children:"No requests yet."})]})}function _(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 P(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)}q.propTypes={};let F=[{field:"rawModel",label:"Model"},{field:"provider",label:"Provider"},{field:"requests",label:"Requests",align:"right"},{field:"lastUsed",label:"Last Used",align:"right"}],A=[{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"}],K=[{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"}];function B(){let e=(0,l.useRouter)(),t=(0,l.useSearchParams)(),s=t.get("sortBy")||"rawModel",o=t.get("sortOrder")||"asc",[d,c]=(0,a.useState)(null),[m,h]=(0,a.useState)(!0),[b,f]=(0,a.useState)("model"),[j,y]=(0,a.useState)([]);(0,a.useEffect)(()=>{fetch("/api/providers").then(e=>e.ok?e.json():null).then(e=>{if(!e?.connections)return;let t=new Set;y(e.connections.filter(e=>!t.has(e.provider)&&(t.add(e.provider),!0)))}).catch(()=>{})},[]),(0,a.useEffect)(()=>{console.log("[SSE CLIENT] connecting...");let e=new EventSource("/api/usage/stream");return e.onopen=()=>console.log("[SSE CLIENT] connected ✓"),e.onmessage=e=>{try{let t=JSON.parse(e.data);console.log("[SSE CLIENT] message received | activeRequests:",t.activeRequests?.length||0,"| providers:",t.activeRequests?.map(e=>e.provider)),c(t),h(!1)}catch(e){console.error("[SSE CLIENT] parse error:",e)}},e.onerror=t=>{console.error("[SSE CLIENT] error | readyState:",e.readyState,t),h(!1)},()=>{console.log("[SSE CLIENT] closing"),e.close()}},[]);let v=(0,a.useCallback)((s,r)=>{let a=new URLSearchParams(t.toString());a.get("sortBy")===r?a.set("sortOrder","asc"===a.get("sortOrder")?"desc":"asc"):(a.set("sortBy",r),a.set("sortOrder","asc")),e.replace(`?${a.toString()}`,{scroll:!1})},[t,e]),N=(0,a.useMemo)(()=>{if(!d)return null;switch(b){case"model":{let e=d.pending?.byModel||{};return{columns:F,groupedData:P(_(d.byModel,e,s,o),"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:p(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:p(e.lastUsed)})]})}}case"account":{let e={};return d?.pending?.byAccount&&Object.entries(d.byAccount||{}).forEach(([t,s])=>{let r=d.pending.byAccount[s.connectionId];if(r){let a=s.provider?`${s.rawModel} (${s.provider})`:s.rawModel;e[t]=r[a]||0}}),{columns:A,groupedData:P(_(d.byAccount,e,s,o),"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:p(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:p(e.lastUsed)})]})}}case"apiKey":return{columns:D,groupedData:P(_(d.byApiKey,{},s,o),"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:p(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:p(e.lastUsed)})]})};default:return{columns:W,groupedData:P(_(d.byEndpoint,{},s,o),"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:p(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:p(e.lastUsed)})]})}}},[d,b,s,o]);return m?(0,r.jsx)(n.CardSkeleton,{}):d?(0,r.jsxs)("div",{className:"flex flex-col gap-6",children:[(0,r.jsx)(x,{stats:d}),(0,r.jsxs)("div",{className:"grid grid-cols-1 lg:grid-cols-[2fr_1fr] gap-2 items-stretch",children:[(0,r.jsx)(C,{providers:j,activeRequests:d.activeRequests||[],lastProvider:d.recentRequests?.[0]?.provider||""}),(0,r.jsx)(U,{requests:d.recentRequests||[]})]}),(0,r.jsx)(q,{}),(0,r.jsxs)("div",{className:"flex flex-col gap-3",children:[(0,r.jsx)("div",{className:"flex items-center justify-between",children:(0,r.jsx)("select",{value:b,onChange:e=>f(e.target.value),className:"px-3 py-1.5 rounded-lg border border-border bg-bg-subtle text-sm font-medium text-text focus:outline-none focus:ring-2 focus:ring-primary/50",children:K.map(e=>(0,r.jsx)("option",{value:e.value,children:e.label},e.value))})}),N&&(0,r.jsx)(g,{title:"",columns:N.columns,groupedData:N.groupedData,tableType:b,sortBy:s,sortOrder:o,onToggleSort:v,storageKey:N.storageKey,renderSummaryCells:N.renderSummaryCells,renderDetailCells:N.renderDetailCells,emptyMessage:N.emptyMessage})]})]}):(0,r.jsx)("div",{className:"text-text-muted",children:"Failed to load usage statistics."})}},7648:(e,t,s)=>{s.d(t,{default:()=>i});var r=s(95155),a=s(12115),l=s(92622),n=s(74891);function i({children:e}){let[t,s]=(0,a.useState)(!1);return(0,r.jsxs)("div",{className:"flex h-screen w-full overflow-hidden bg-bg",children:[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)(l.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)(l.default,{onClose:()=>s(!1)})}),(0,r.jsxs)("main",{className:"flex flex-col flex-1 h-full min-w-0 relative transition-colors duration-300",children:[(0,r.jsx)(n.default,{onMenuClick:()=>s(!0)}),(0,r.jsx)("div",{className:"flex-1 overflow-y-auto custom-scrollbar p-6 lg:p-10",children:(0,r.jsx)("div",{className:"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")=>{navigator.clipboard.writeText(t),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:l,onChange:n,error:i,hint:o,icon:d,disabled:c=!1,required:m=!1,className:x,inputClassName:u,...h}){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:[d&&(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:d})}),(0,r.jsx)("input",{type:t,placeholder:s,value:l,onChange:n,disabled:c,className:(0,a.cn)("w-full py-2 px-3 text-sm text-text-main","bg-white dark:bg-white/5 border border-black/10 dark:border-white/10 rounded-md","placeholder-text-muted/60","focus:ring-1 focus:ring-primary/30 focus:border-primary/50 focus:outline-none","transition-all shadow-inner disabled:opacity-50 disabled:cursor-not-allowed","text-[16px] sm:text-sm",d&&"pl-10",i?"border-red-500 focus:border-red-500 focus:ring-red-500/20":"",u),...h})]}),i&&(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"}),i]}),o&&!i&&(0,r.jsx)("p",{className:"text-xs text-text-muted",children:o})]})}},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 saved to log.txt in the application data directory."})]})}},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-primary",{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-lg bg-border",e),...t})}function o(){return(0,r.jsxs)("div",{className:"p-6 rounded-xl border border-border bg-surface",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-lg"})]}),(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})}}},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:l="md",className:n}){let i={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-lg","bg-black/5 dark:bg-white/5",n),children:e.map(e=>(0,r.jsxs)("button",{onClick:()=>s(e.value),className:(0,a.cn)("px-4 rounded-md font-medium transition-all",i[l],t===e.value?"bg-white dark:bg-white/10 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:()=>i});var r=s(95155),a=s(12115),l=s(81127),n=s(92542);function i({isOpen:e,onClose:t,title:s="Manual Configuration",configs:i=[]}){let[o,d]=(0,a.useState)(null),c=async(e,t)=>{try{await navigator.clipboard.writeText(e),d(t),setTimeout(()=>d(null),2e3)}catch(e){console.log("Failed to copy:",e)}};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:i.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:()=>c(e.content,t),children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1",children:o===t?"check":"content_copy"}),o===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)(""),[o,d]=(0,a.useState)(""),[c,m]=(0,a.useState)(null),[x,u]=(0,a.useState)(!1),[h,p]=(0,a.useState)(!1),[b,f]=(0,a.useState)(!1);(0,a.useEffect)(()=>{e&&(async()=>{p(!0),m(null),f(!1);try{let e=await fetch("/api/oauth/cursor/auto-import"),t=await e.json();t.found?(n(t.accessToken),d(t.machineId),f(!0)):m(t.error||"Could not auto-detect tokens")}catch(e){m("Failed to auto-detect tokens")}finally{p(!1)}})()},[e]);let g=async()=>{if(!l.trim())return void m("Please enter an access token");if(!o.trim())return void m("Please enter a machine ID");u(!0),m(null);try{let e=await fetch("/api/oauth/cursor/import",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({accessToken:l.trim(),machineId:o.trim()})}),r=await e.json();if(!e.ok)throw Error(r.error||"Import failed");t?.(),s()}catch(e){m(e.message)}finally{u(!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:[b&&(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!"})]})}),!b&&!c&&(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:o,onChange:e=>d(e.target.value),placeholder:"Machine ID will be auto-filled...",className:"font-mono text-sm"})]}),c&&(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:c})}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:g,fullWidth:!0,disabled:x||!l.trim()||!o.trim(),children:x?"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,{Ex:()=>d.default,$n:()=>r.default,Zp:()=>n.default,Qv:()=>o.CardSkeleton,G9:()=>g.default,pd:()=>a.default,Mh:()=>f.default,uR:()=>h.default,aF:()=>i.default,rq:()=>u.default,LF:()=>x.default,gM:()=>b.default,Iz:()=>j.default,l6:()=>l.default,UW:()=>m.default,lM:()=>c.default,jK:()=>p.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(98542),m=s(38587);s(21110),s(92622),s(74891),s(92173);var x=s(90882),u=s(72908),h=s(28815),p=s(4809),b=s(23615);s(61500);var f=s(62899);s(94230);var g=s(30815),j=s(28067);s(7648),s(91450)},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{theme:s,toggleTheme:n,isDark:i}=(0,a.D)(),o={default:(0,l.cn)("flex items-center justify-center size-10 rounded-full","text-text-muted","hover:bg-black/5","hover:text-text-main","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-md","text-text-muted-light hover:text-primary","hover:text-primary","transition-all group")};return(0,r.jsx)("button",{onClick:n,className:(0,l.cn)(o[t],e),"aria-label":`Switch to ${i?"light":"dark"} mode`,title:`Switch to ${i?"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:i?"light_mode":"dark_mode"})})}},56061:(e,t,s)=>{s.d(t,{default:()=>i});var r=s(95155),a=s(31474);let l={default:"bg-black/5 dark:bg-white/10 text-text-muted",primary:"bg-primary/10 text-primary",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:i=!1,icon:o,className:d}){return(0,r.jsxs)("span",{className:(0,a.cn)("inline-flex items-center gap-1.5 rounded-full font-semibold",l[t],n[s],d),children:[i&&(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-primary","default"===t&&"bg-gray-500")}),o&&(0,r.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:o}),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:l="md",className:n}){let i={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",i[l],n),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",i[l],(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),n),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)})}},61500:(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,onMethodSelect:t,onClose:s}){let[l,n]=(0,a.useState)(null),[o,d]=(0,a.useState)(""),[c,m]=(0,a.useState)("us-east-1"),[x,u]=(0,a.useState)(""),[h,p]=(0,a.useState)(null),[b,f]=(0,a.useState)(!1),[g,j]=(0,a.useState)(!1),[y,v]=(0,a.useState)(!1);(0,a.useEffect)(()=>{"import"===l&&e&&(async()=>{j(!0),p(null),v(!1);try{let e=await fetch("/api/oauth/kiro/auto-import"),t=await e.json();t.found?(u(t.refreshToken),v(!0)):p(t.error||"Could not auto-detect token")}catch(e){p("Failed to auto-detect token")}finally{j(!1)}})()},[l,e]);let N=e=>{n(e),p(null)},w=()=>{n(null),p(null)},k=async()=>{if(!x.trim())return void p("Please enter a refresh token");f(!0),p(null);try{let e=await fetch("/api/oauth/kiro/import",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({refreshToken:x.trim()})}),t=await e.json();if(!e.ok)throw Error(t.error||"Import failed");s()}catch(e){p(e.message)}finally{f(!1)}},C=e=>{t("social",{provider:e})};return(0,r.jsx)(i.aF,{isOpen:e,title:"Connect Kiro",onClose:s,size:"lg",children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:[!l&&(0,r.jsxs)("div",{className:"space-y-3",children:[(0,r.jsx)("p",{className:"text-sm text-text-muted mb-4",children:"Choose your authentication method:"}),(0,r.jsx)("button",{onClick:()=>t("builder-id"),className:"w-full p-4 text-left border border-border rounded-lg hover:bg-sidebar transition-colors",children:(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-primary mt-0.5",children:"shield"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("h3",{className:"font-semibold mb-1",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:()=>N("idc"),className:"hidden w-full p-4 text-left border border-border rounded-lg hover:bg-sidebar transition-colors",children:(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-primary mt-0.5",children:"business"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("h3",{className:"font-semibold mb-1",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:()=>N("social-google"),className:"hidden w-full p-4 text-left border border-border rounded-lg hover:bg-sidebar transition-colors",children:(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-primary mt-0.5",children:"account_circle"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("h3",{className:"font-semibold mb-1",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:()=>N("social-github"),className:"hidden w-full p-4 text-left border border-border rounded-lg hover:bg-sidebar transition-colors",children:(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-primary mt-0.5",children:"code"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("h3",{className:"font-semibold mb-1",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:()=>N("import"),className:"w-full p-4 text-left border border-border rounded-lg hover:bg-sidebar transition-colors",children:(0,r.jsxs)("div",{className:"flex items-start gap-3",children:[(0,r.jsx)("span",{className:"material-symbols-outlined text-primary mt-0.5",children:"file_upload"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsx)("h3",{className:"font-semibold mb-1",children:"Import Token"}),(0,r.jsx)("p",{className:"text-sm text-text-muted",children:"Paste refresh token from Kiro IDE."})]})]})})]}),"idc"===l&&(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsxs)("div",{children:[(0,r.jsxs)("label",{className:"block text-sm font-medium mb-2",children:["IDC Start URL ",(0,r.jsx)("span",{className:"text-red-500",children:"*"})]}),(0,r.jsx)(i.pd,{value:o,onChange:e=>d(e.target.value),placeholder:"https://your-org.awsapps.com/start",className:"font-mono text-sm"}),(0,r.jsx)("p",{className:"text-xs text-text-muted mt-1",children:"Your organization's AWS IAM Identity Center URL"})]}),(0,r.jsxs)("div",{children:[(0,r.jsx)("label",{className:"block text-sm font-medium mb-2",children:"AWS Region"}),(0,r.jsx)(i.pd,{value:c,onChange:e=>m(e.target.value),placeholder:"us-east-1",className:"font-mono text-sm"}),(0,r.jsx)("p",{className:"text-xs text-text-muted mt-1",children:"AWS region for your Identity Center (default: us-east-1)"})]}),h&&(0,r.jsx)("p",{className:"text-sm text-red-600",children:h}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:()=>{o.trim()?t("idc",{startUrl:o.trim(),region:c}):p("Please enter your IDC start URL")},fullWidth:!0,children:"Continue"}),(0,r.jsx)(i.$n,{onClick:w,variant:"ghost",fullWidth:!0,children:"Back"})]})]}),"social-google"===l&&(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsx)("div",{className:"bg-amber-50 dark:bg-amber-900/20 p-4 rounded-lg border border-amber-200 dark:border-amber-800",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:"font-medium text-amber-900 dark:text-amber-100 mb-1",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)(i.$n,{onClick:()=>C("google"),fullWidth:!0,children:"Continue with Google"}),(0,r.jsx)(i.$n,{onClick:w,variant:"ghost",fullWidth:!0,children:"Back"})]})]}),"social-github"===l&&(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsx)("div",{className:"bg-amber-50 dark:bg-amber-900/20 p-4 rounded-lg border border-amber-200 dark:border-amber-800",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:"font-medium text-amber-900 dark:text-amber-100 mb-1",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)(i.$n,{onClick:()=>C("github"),fullWidth:!0,children:"Continue with GitHub"}),(0,r.jsx)(i.$n,{onClick:w,variant:"ghost",fullWidth:!0,children:"Back"})]})]}),"import"===l&&(0,r.jsxs)("div",{className:"space-y-4",children:[g&&(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 token..."}),(0,r.jsx)("p",{className:"text-sm text-text-muted",children:"Reading from AWS SSO cache"})]}),!g&&(0,r.jsxs)(r.Fragment,{children:[y&&(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:"Token auto-detected from Kiro IDE successfully!"})]})}),!y&&!h&&(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:"Kiro IDE not detected. Please paste your refresh token manually."})]})}),(0,r.jsxs)("div",{children:[(0,r.jsxs)("label",{className:"block text-sm font-medium mb-2",children:["Refresh Token ",(0,r.jsx)("span",{className:"text-red-500",children:"*"})]}),(0,r.jsx)(i.pd,{value:x,onChange:e=>u(e.target.value),placeholder:"Token will be auto-filled...",className:"font-mono text-sm"})]}),h&&(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:h})}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:k,fullWidth:!0,disabled:b||!x.trim(),children:b?"Importing...":"Import Token"}),(0,r.jsx)(i.$n,{onClick:w,variant:"ghost",fullWidth:!0,children:"Back"})]})]})]})]})})}o.propTypes={isOpen:n().bool.isRequired,onMethodSelect:n().func.isRequired,onClose:n().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,onClose:l}){let[n,c]=(0,a.useState)(null),[m,x]=(0,a.useState)(null),[u,h]=(0,a.useState)(null),p=(0,a.useCallback)((e,t)=>{"builder-id"===e?c("builder-id"):"idc"===e?(c("idc"),h(t)):"social"===e?(c("social"),x(t.provider)):"import"===e&&s?.()},[s]),b=()=>{c(null),x(null),h(null)};return n?"builder-id"===n||"idc"===n?(0,r.jsx)(i.default,{isOpen:e,provider:"kiro",providerInfo:t,onSuccess:()=>{c(null),h(null),s?.()},onClose:b,idcConfig:u}):"social"===n&&m?(0,r.jsx)(d.default,{isOpen:e,provider:m,onSuccess:()=>{c(null),x(null),s?.()},onClose:b}):null:(0,r.jsx)(o.default,{isOpen:e,onMethodSelect:p,onClose:l})}c.propTypes={isOpen:n().bool.isRequired,providerInfo:n().shape({name:n().string}),onSuccess:n().func,onClose:n().func.isRequired}},72908:(e,t,s)=>{s.d(t,{default:()=>m});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(81127),o=s(28777),d=s(52679);let c=[...Object.keys(d.zN),...Object.keys(d.fg)];function m({isOpen:e,onClose:t,onSelect:s,selectedModel:l,activeProviders:n=[],title:m="Select Model",modelAliases:x={}}){let[u,h]=(0,a.useState)(""),[p,b]=(0,a.useState)([]),[f,g]=(0,a.useState)([]),j=async()=>{try{let e=await fetch("/api/combos");if(!e.ok)throw Error(`Failed to fetch combos: ${e.status}`);let t=await e.json();b(t.combos||[])}catch(e){console.error("Error fetching combos:",e),b([])}};(0,a.useEffect)(()=>{e&&j()},[e]);let y=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();g(t.nodes||[])}catch(e){console.error("Error fetching provider nodes:",e),g([])}};(0,a.useEffect)(()=>{e&&y()},[e]);let v=(0,a.useMemo)(()=>({...d.zN,...d.fg}),[]),N=(0,a.useMemo)(()=>{let e={};return[...new Set([...n.map(e=>e.provider)])].sort((e,t)=>{let s=c.indexOf(e),r=c.indexOf(t);return(-1===s?999:s)-(-1===r?999:r)}).forEach(t=>{let s=o.Xg[t]||t,r=v[t]||{name:t,color:"#666"},a=(0,d.mq)(t)||(0,d.gb)(t);if(r.passthroughModels){let a=Object.entries(x).filter(([,e])=>e.startsWith(`${s}/`)).map(([e,t])=>({id:t.replace(`${s}/`,""),name:e,value:t}));if(a.length>0){let l=f.find(e=>e.id===t),n=l?.name||r.name;e[t]={name:n,alias:s,color:r.color,models:a}}}else if(a){let s=f.find(e=>e.id===t),a=s?.name||r.name,l=Object.entries(x).filter(([,e])=>e.startsWith(`${t}/`)).map(([e,s])=>({id:s.replace(`${t}/`,""),name:e,value:s}));l.length>0&&(e[t]={name:a,alias:s?.prefix||t,color:r.color,models:l,isCustom:!0,hasModels:!0})}else{let a=(0,o.KC)(t);a.length>0&&(e[t]={name:r.name,alias:s,color:r.color,models:a.map(e=>({id:e.id,name:e.name,value:`${s}/${e.id}`}))})}}),e},[n,x,v,f]),w=(0,a.useMemo)(()=>{if(!u.trim())return p;let e=u.toLowerCase();return p.filter(t=>t.name.toLowerCase().includes(e))},[p,u]),k=(0,a.useMemo)(()=>{if(!u.trim())return N;let e=u.toLowerCase(),t={};return Object.entries(N).forEach(([s,r])=>{let a=r.models.filter(t=>t.name.toLowerCase().includes(e)||t.id.toLowerCase().includes(e)),l=r.name.toLowerCase().includes(e);(a.length>0||l)&&(t[s]={...r,models:a})}),t},[N,u]),C=e=>{s(e),t(),h("")};return(0,r.jsxs)(i.default,{isOpen:e,onClose:()=>{t(),h("")},title:m,size:"md",className:"p-4!",children:[(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:u,onChange:e=>h(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-[300px] overflow-y-auto space-y-3",children:[w.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:["(",w.length,")"]})]}),(0,r.jsx)("div",{className:"flex flex-wrap gap-1.5",children:w.map(e=>{let t=l===e.name;return(0,r.jsx)("button",{onClick:()=>C({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
3
+ ${t?"bg-primary text-white border-primary":"bg-surface border-border text-text-main hover:border-primary/50 hover:bg-primary/5"}
4
+ `,children:e.name},e.id)})})]}),Object.entries(k).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)("div",{className:"w-2 h-2 rounded-full",style:{backgroundColor: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=l===e.value;return(0,r.jsx)("button",{onClick:()=>C(e),className:`
5
+ px-2 py-1 rounded-xl text-xs font-medium transition-all border hover:cursor-pointer
6
+ ${t?"bg-primary text-white border-primary":"bg-surface border-border text-text-main hover:border-primary/50 hover:bg-primary/5"}
7
+ `,children:e.name},e.id)})})]},e)),0===Object.keys(k).length&&0===w.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"})]})]})]})}m.propTypes={isOpen:n().bool.isRequired,onClose:n().func.isRequired,onSelect:n().func.isRequired,selectedModel:n().string,activeProviders:n().arrayOf(n().shape({provider:n().string.isRequired})),title:n().string,modelAliases:n().object}},74891:(e,t,s)=>{s.d(t,{default:()=>x});var r=s(95155),a=s(73321),l=s(98500),n=s.n(l),i=s(5772),o=s(14051),d=s.n(o),c=s(35497),m=s(90620);function x({onMenuClick:e,showMenuButton:t=!0}){let s=(0,a.usePathname)(),l=(0,a.useRouter)(),{title:o,description:d,breadcrumbs:x}=(e=>{if(!e)return{title:"",description:"",breadcrumbs:[]};let t=e.match(/\/providers\/([^/]+)$/);if(t){let e=t[1],s=m.zN[e]||m.fg[e];if(s)return{title:s.name,description:"",breadcrumbs:[{label:"Providers",href:"/dashboard/providers"},{label:s.name,image:`/providers/${s.id}.png`}]}}return e.includes("/providers")?{title:"Providers",description:"Manage your AI provider connections",breadcrumbs:[]}:e.includes("/combos")?{title:"Combos",description:"Model combos with fallback",breadcrumbs:[]}:e.includes("/usage")?{title:"Usage & Analytics",description:"Monitor your API usage, token consumption, and request logs",breadcrumbs:[]}:e.includes("/cli-tools")?{title:"CLI Tools",description:"Configure CLI tools",breadcrumbs:[]}:e.includes("/endpoint")?{title:"Endpoint",description:"API endpoint configuration",breadcrumbs:[]}:e.includes("/profile")?{title:"Settings",description:"Manage your preferences",breadcrumbs:[]}:"/dashboard"===e?{title:"Endpoint",description:"API endpoint configuration",breadcrumbs:[]}:{title:"",description:"",breadcrumbs:[]}})(s),u=async()=>{try{(await fetch("/api/auth/logout",{method:"POST"})).ok&&(l.push("/login"),l.refresh())}catch(e){console.error("Failed to logout:",e)}};return(0,r.jsxs)("header",{className:"flex items-center justify-between px-8 py-5 border-b border-black/5 dark:border-white/5 bg-bg/80 backdrop-blur-xl z-10 sticky top-0",children:[(0,r.jsx)("div",{className:"flex items-center gap-3 lg:hidden",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:"hidden lg:flex flex-col",children:x.length>0?(0,r.jsx)("div",{className:"flex items-center gap-2",children:x.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)(n(),{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)(i.default,{src:e.image,alt:e.label,width:28,height:28,className:"object-contain rounded max-w-[28px] max-h-[28px]",sizes:"28px",onError:e=>{e.currentTarget.style.display="none"}}),(0,r.jsx)("h1",{className:"text-2xl font-semibold text-text-main tracking-tight",children:e.label})]})]},`${e.label}-${e.href||"current"}`))}):o?(0,r.jsxs)("div",{children:[(0,r.jsx)("h1",{className:"text-2xl font-semibold text-text-main tracking-tight",children:o}),d&&(0,r.jsx)("p",{className:"text-sm text-text-muted",children:d})]}):null}),(0,r.jsxs)("div",{className:"flex items-center gap-3 ml-auto",children:[(0,r.jsx)(c.UW,{}),(0,r.jsx)("button",{onClick:u,className:"flex items-center justify-center p-2 rounded-lg text-text-muted hover:text-red-500 hover:bg-red-500/10 transition-all",title:"Logout",children:(0,r.jsx)("span",{className:"material-symbols-outlined",children:"logout"})})]})]})}x.propTypes={onMenuClick:d().func,showMenuButton:d().bool}},81127:(e,t,s)=>{s.d(t,{ConfirmModal:()=>o,default:()=>i});var r=s(95155),a=s(12115),l=s(31474),n=s(92542);function i({isOpen:e,onClose:t,title:s,children:n,footer:i,size:o="md",closeOnOverlay:d=!0,showCloseButton:c=!0,className:m}){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/30 backdrop-blur-sm",onClick:d?t:void 0}),(0,r.jsxs)("div",{className:(0,l.cn)("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",{sm:"max-w-sm",md:"max-w-md",lg:"max-w-lg",xl:"max-w-xl",full:"max-w-4xl"}[o],m),children:[(s||c)&&(0,r.jsxs)("div",{className:"flex items-center justify-between p-6 border-b border-black/5 dark:border-white/5",children:[(0,r.jsxs)("div",{className:"flex items-center",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 mr-4",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]"})]}),s&&(0,r.jsx)("h2",{className:"text-lg font-semibold text-text-main",children:s})]}),c&&(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",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"close"})})]}),(0,r.jsx)("div",{className:"p-6 max-h-[calc(80vh-140px)] overflow-y-auto",children:n}),i&&(0,r.jsx)("div",{className:"flex items-center justify-end gap-3 p-6 border-t border-black/5 dark:border-white/5",children:i})]})]}):null}function o({isOpen:e,onClose:t,onConfirm:s,title:a="Confirm",message:l,confirmText:o="Confirm",cancelText:d="Cancel",variant:c="danger",loading:m=!1}){return(0,r.jsx)(i,{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:m,children:d}),(0,r.jsx)(n.default,{variant:c,onClick:s,loading:m,children:o})]}),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:l,action:n,padding:i="md",hover:o=!1,className:d,...c}){return(0,r.jsxs)("div",{className:(0,a.cn)("bg-surface","border border-black/5 dark:border-white/5","rounded-lg shadow-sm",o&&"hover:shadow-md hover:border-primary/30 transition-all cursor-pointer",{none:"",xs:"p-3",sm:"p-4",md:"p-6",lg:"p-8"}[i],d),...c,children:[(t||n)&&(0,r.jsxs)("div",{className:"flex items-center justify-between mb-4",children:[(0,r.jsxs)("div",{className:"flex items-center gap-3",children:[l&&(0,r.jsx)("div",{className:"p-2 rounded-lg bg-bg text-text-muted",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:l})}),(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})]})]}),n]}),e]})}l.Section=function({children:e,className:t,...s}){return(0,r.jsx)("div",{className:(0,a.cn)("p-4 rounded-lg","bg-black/[0.02] dark:bg-white/[0.02]","border border-black/5 dark:border-white/5",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-black/5 dark:border-white/5 last:border-b-0","hover:bg-black/[0.02] dark:hover:bg-white/[0.02]",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-black/[0.03] dark:border-white/[0.03] last:border-b-0","hover:bg-black/[0.02] dark:hover:bg-white/[0.02]","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:()=>m});var r=s(95155),a=s(12115),l=s(14051),n=s.n(l),i=s(35497),o=s(11059);let d="oauth_pending_auth";function c(){try{localStorage.removeItem(d)}catch{}}function m({isOpen:e,provider:t,providerInfo:s,onSuccess:l,onClose:n}){let[m,x]=(0,a.useState)("waiting"),[u,h]=(0,a.useState)(null),[p,b]=(0,a.useState)(""),[f,g]=(0,a.useState)(null),[j,y]=(0,a.useState)(!1),[v,N]=(0,a.useState)(null),[w,k]=(0,a.useState)(!1),C=(0,a.useRef)(null),{copied:S,copy:T}=(0,o.C)(),[R,M]=(0,a.useState)(!1),[$,I]=(0,a.useState)("/callback?code=..."),E=(0,a.useRef)(!1);(0,a.useEffect)(()=>{M("localhost"===window.location.hostname||"127.0.0.1"===window.location.hostname),I(`${window.location.origin}/callback?code=...`)},[]);let L=(0,a.useCallback)(async(e,s)=>{if(u)try{let r=await fetch(`/api/oauth/${t}/exchange`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:e,redirectUri:u.redirectUri,codeVerifier:u.codeVerifier,state:s})}),a=await r.json();if(!r.ok)throw Error(a.error);c(),x("success"),l?.()}catch(e){c(),g(e.message),x("error")}},[u,t,l]),O=(0,a.useCallback)(async(e,s,r,a)=>{k(!0);for(let n=0;n<60;n++){await new Promise(e=>setTimeout(e,1e3*r));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){x("success"),k(!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){g(e.message),x("error"),k(!1);return}}g("Authorization timeout"),x("error"),k(!1)},[t,l]),z=(0,a.useCallback)(async()=>{if(t)try{let s;if(g(null),["github","qwen","kiro","kimi-coding","kilocode"].includes(t)){y(!0),x("waiting");let e=await fetch(`/api/oauth/${t}/device-code`),s=await e.json();if(!e.ok)throw Error(s.error);N(s);let r=s.verification_uri_complete||s.verification_uri;r&&window.open(r,"_blank");let a="kiro"===t?{_clientId:s._clientId,_clientSecret:s._clientSecret}:null;O(s.device_code,s.codeVerifier,s.interval||5,a);return}if("codex"===t)s="http://localhost:1455/auth/callback";else{let e=window.location.port||("https:"===window.location.protocol?"443":"80");s=`http://localhost:${e}/callback`}let r=await fetch(`/api/oauth/${t}/authorize?redirect_uri=${encodeURIComponent(s)}`),a=await r.json();if(!r.ok)throw Error(a.error);h({...a,redirectUri:s});var e={codeVerifier:a.codeVerifier,redirectUri:s,state:a.state};try{localStorage.setItem(d,JSON.stringify({provider:t,...e,timestamp:Date.now()}))}catch{}"codex"!==t&&R?(x("waiting"),C.current=window.open(a.authUrl,"oauth_popup","width=600,height=700"),C.current||x("input")):(x("input"),window.open(a.authUrl,"_blank"))}catch(e){g(e.message),x("error")}},[t,R,O]);(0,a.useEffect)(()=>{if(e&&t){let e=function(e){try{let t=localStorage.getItem(d);if(!t)return null;let s=JSON.parse(t);if(s.provider!==e||Date.now()-s.timestamp>3e5)return localStorage.removeItem(d),null;return s}catch{return null}}(t);if(e){h({codeVerifier:e.codeVerifier,redirectUri:e.redirectUri,state:e.state}),x("waiting"),b(""),g(null),y(!1),N(null),k(!1);return}h(null),b(""),g(null),y(!1),N(null),k(!1),z()}},[e,t,z]),(0,a.useEffect)(()=>{let e;if(!u)return;E.current=!1;let t=async e=>{if(E.current)return;let{code:t,state:s,error:r,errorDescription:a}=e;if(r){E.current=!0,g(a||r),x("error");return}if(t){if(!localStorage.getItem(d)){E.current=!0,x("success"),l?.();return}E.current=!0,await L(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()}},[u,L]);let q=async()=>{try{g(null);let e=new URL(p),t=e.searchParams.get("code"),s=e.searchParams.get("state"),r=e.searchParams.get("error");if(r)throw Error(e.searchParams.get("error_description")||r);if(!t)throw Error("No authorization code found in URL");await L(t,s)}catch(e){g(e.message),x("error")}},U=(0,a.useCallback)(()=>{c(),n()},[n]);return t&&s?(0,r.jsx)(i.aF,{isOpen:e,title:`Connect ${s.name}`,onClose:U,size:"lg",children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:["waiting"===m&&!j&&(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:"Waiting for Authorization"}),(0,r.jsx)("p",{className:"text-sm text-text-muted mb-4",children:"Complete the authorization in the popup window."}),(0,r.jsx)(i.$n,{variant:"ghost",onClick:()=>x("input"),children:"Popup blocked? Enter URL manually"})]}),"waiting"===m&&j&&v&&(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 URL below and enter the code:"}),(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:"Verification URL"}),(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("code",{className:"flex-1 text-sm break-all",children:v.verification_uri}),(0,r.jsx)(i.$n,{size:"sm",variant:"ghost",icon:"verify_url"===S?"check":"content_copy",onClick:()=>T(v.verification_uri,"verify_url")})]})]}),(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:v.user_code}),(0,r.jsx)(i.$n,{size:"sm",variant:"ghost",icon:"user_code"===S?"check":"content_copy",onClick:()=>T(v.user_code,"user_code")})]})]})]}),w&&(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..."]})]}),"input"===m&&!j&&(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:u?.authUrl||"",readOnly:!0,className:"flex-1 font-mono text-xs"}),(0,r.jsx)(i.$n,{variant:"secondary",icon:"auth_url"===S?"check":"content_copy",onClick:()=>T(u?.authUrl,"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."}),(0,r.jsx)(i.pd,{value:p,onChange:e=>b(e.target.value),placeholder:$,className:"font-mono text-xs"})]})]}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:q,fullWidth:!0,disabled:!p,children:"Connect"}),(0,r.jsx)(i.$n,{onClick:U,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]}),"success"===m&&(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:U,fullWidth:!0,children:"Done"})]}),"error"===m&&(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:z,variant:"secondary",fullWidth:!0,children:"Try Again"}),(0,r.jsx)(i.$n,{onClick:U,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})]})}):null}m.propTypes={isOpen:n().bool.isRequired,provider:n().string,providerInfo:n().shape({name:n().string}),onSuccess:n().func,onClose:n().func.isRequired}},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-gradient-to-b from-primary to-primary-hover text-white shadow-sm",secondary:"bg-white dark:bg-white/10 border border-black/10 dark:border-white/10 text-text-main hover:bg-black/5 dark:hover:bg-white/5",outline:"border border-black/15 dark:border-white/15 text-text-main hover:bg-black/5",ghost:"text-text-muted hover:bg-black/5 dark:hover:bg-white/5 hover:text-text-main",danger:"bg-red-500 text-white hover:bg-red-600 shadow-sm"},n={sm:"h-7 px-3 text-xs rounded-md",md:"h-9 px-4 text-sm rounded-lg",lg:"h-11 px-6 text-sm rounded-lg"};function i({children:e,variant:t="primary",size:s="md",icon:i,iconRight:o,disabled:d=!1,loading:c=!1,fullWidth:m=!1,className:x,...u}){return(0,r.jsxs)("button",{className:(0,a.cn)("inline-flex items-center justify-center gap-2 font-medium transition-all duration-200 cursor-pointer","active:scale-[0.99] disabled:opacity-50 disabled:cursor-not-allowed disabled:active:scale-100",l[t],n[s],m&&"w-full",x),disabled:d||c,...u,children:[c?(0,r.jsx)("span",{className:"material-symbols-outlined animate-spin text-[18px]",children:"progress_activity"}):i?(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:i}):null,e,o&&!c&&(0,r.jsx)("span",{className:"material-symbols-outlined text-[18px]",children:o})]})}},92622:(e,t,s)=>{s.d(t,{default:()=>f});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(92542),u=s(81127);let h=[{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/cli-tools",label:"CLI Tools",icon:"terminal"}],p=[{href:"/dashboard/translator",label:"Translator",icon:"translate"}],b=[{href:"/dashboard/profile",label:"Settings",icon:"settings"}];function f({onClose:e}){let t=(0,d.usePathname)(),[s,l]=(0,a.useState)(!1),[n,i]=(0,a.useState)(!1),[f,g]=(0,a.useState)(!1),[j,y]=(0,a.useState)(!1);(0,a.useEffect)(()=>{fetch("/api/settings").then(e=>e.json()).then(e=>y(e?.enableRequestLogs===!0)).catch(()=>{})},[]);let v=e=>"/dashboard/endpoint"===e?"/dashboard"===t||t.startsWith("/dashboard/endpoint"):t.startsWith(e),N=async()=>{i(!0);try{await fetch("/api/shutdown",{method:"POST"})}catch(e){}i(!1),l(!1),g(!0)};return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("aside",{className:"flex w-72 flex-col border-r border-black/5 dark:border-white/5 bg-vibrancy backdrop-blur-xl transition-colors duration-300",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.jsx)("div",{className:"px-6 py-4",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 bg-linear-to-br from-[#f97815] to-[#c2590a]",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-white text-[20px]",children:"hub"})}),(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]})]})]})}),(0,r.jsxs)("nav",{className:"flex-1 px-4 py-2 space-y-1 overflow-y-auto custom-scrollbar",children:[h.map(t=>(0,r.jsxs)(o(),{href:t.href,onClick:e,className:(0,c.cn)("flex items-center gap-3 px-4 py-2 rounded-lg transition-all group",v(t.href)?"bg-primary/10 text-primary":"text-text-muted hover:bg-surface/50 hover:text-text-main"),children:[(0,r.jsx)("span",{className:(0,c.cn)("material-symbols-outlined text-[18px]",v(t.href)?"fill-1":"group-hover:text-primary transition-colors"),children:t.icon}),(0,r.jsx)("span",{className:"text-sm font-medium",children:t.label})]},t.href)),j&&(0,r.jsxs)("div",{className:"pt-4 mt-2",children:[(0,r.jsx)("p",{className:"px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-2",children:"Debug"}),p.map(t=>(0,r.jsxs)(o(),{href:t.href,onClick:e,className:(0,c.cn)("flex items-center gap-3 px-4 py-2 rounded-lg transition-all group",v(t.href)?"bg-primary/10 text-primary":"text-text-muted hover:bg-surface/50 hover:text-text-main"),children:[(0,r.jsx)("span",{className:(0,c.cn)("material-symbols-outlined text-[18px]",v(t.href)?"fill-1":"group-hover:text-primary transition-colors"),children:t.icon}),(0,r.jsx)("span",{className:"text-sm font-medium",children:t.label})]},t.href))]}),(0,r.jsxs)("div",{className:"pt-4 mt-2",children:[(0,r.jsx)("p",{className:"px-4 text-xs font-semibold text-text-muted/60 uppercase tracking-wider mb-2",children:"System"}),b.map(t=>(0,r.jsxs)(o(),{href:t.href,onClick:e,className:(0,c.cn)("flex items-center gap-3 px-4 py-2 rounded-lg transition-all group",v(t.href)?"bg-primary/10 text-primary":"text-text-muted hover:bg-surface/50 hover:text-text-main"),children:[(0,r.jsx)("span",{className:(0,c.cn)("material-symbols-outlined text-[18px]",v(t.href)?"fill-1":"group-hover:text-primary transition-colors"),children:t.icon}),(0,r.jsx)("span",{className:"text-sm font-medium",children:t.label})]},t.href))]})]}),(0,r.jsxs)("div",{className:"p-3 border-t border-black/5 dark:border-white/5",children:[(0,r.jsxs)("div",{className:"flex items-start gap-2 p-2 rounded-lg bg-surface/50 mb-2",children:[(0,r.jsx)("div",{className:"flex items-center justify-center size-6 rounded-md bg-blue-500/10 text-blue-500 shrink-0 mt-0.5",children:(0,r.jsx)("span",{className:"material-symbols-outlined text-[14px]",children:"info"})}),(0,r.jsx)("div",{className:"flex flex-col",children:(0,r.jsx)("span",{className:"text-xs font-medium text-text-main leading-relaxed",children:"Service is running in terminal. You can close this web page. Shutdown will stop the service."})})]}),(0,r.jsx)(x.default,{variant:"outline",fullWidth:!0,icon:"power_settings_new",onClick:()=>l(!0),className:"text-red-500 border-red-200 hover:bg-red-50 hover:border-red-300",children:"Shutdown"})]})]}),(0,r.jsx)(u.ConfirmModal,{isOpen:s,onClose:()=>l(!1),onConfirm:N,title:"Close Proxy",message:"Are you sure you want to close the proxy server?",confirmText:"Close",cancelText:"Cancel",variant:"danger",loading:n}),f&&(0,r.jsx)("div",{className:"fixed inset-0 z-50 flex items-center justify-center bg-black/80 backdrop-blur-sm",children:(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)(x.default,{variant:"secondary",onClick:()=>globalThis.location.reload(),children:"Reload Page"})]})})]})}f.propTypes={onClose:n().func}},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,d]=(0,a.useState)("loading"),[c,m]=(0,a.useState)(""),[x,u]=(0,a.useState)(null),[h,p]=(0,a.useState)(""),[b,f]=(0,a.useState)(null),{copied:g,copy:j}=(0,o.C)();(0,a.useEffect)(()=>{e&&t&&(async()=>{try{f(null),d("loading");let e=await fetch(`/api/oauth/kiro/social-authorize?provider=${t}`),s=await e.json();if(!e.ok)throw Error(s.error);u(s),m(s.authUrl),d("input"),window.open(s.authUrl,"_blank")}catch(e){f(e.message),d("error")}})()},[e,t]);let y=async()=>{try{let e;f(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:x.codeVerifier,provider:t})}),n=await l.json();if(!l.ok)throw Error(n.error);d("success"),s?.()}catch(e){f(e.message),d("error")}},v="google"===t?"Google":"GitHub";return(0,r.jsx)(i.aF,{isOpen:e,title:`Connect Kiro via ${v}`,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 ",v," 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:c,readOnly:!0,className:"flex-1 font-mono text-xs"}),(0,r.jsx)(i.$n,{variant:"secondary",icon:"auth_url"===g?"check":"content_copy",onClick:()=>j(c,"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=>p(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 ",v," 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:b}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)(i.$n,{onClick:()=>d("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}},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:l,disabled:n=!1,size:i="md",className:o}){let d={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",n&&"opacity-50 cursor-not-allowed",o),children:[(0,r.jsx)("button",{type:"button",role:"switch","aria-checked":e,disabled:n,onClick:()=>{!n&&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-1 focus:ring-primary/30",e?"bg-primary":"bg-black/10 dark:bg-white/20",d[i].track,n&&"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?d[i].translate:"translate-x-0.5",d[i].thumb,"mt-0.5")})}),(s||l)&&(0,r.jsxs)("div",{className:"flex flex-col",children:[s&&(0,r.jsx)("span",{className:"text-sm font-medium text-text-main",children:s}),l&&(0,r.jsx)("span",{className:"text-xs text-text-muted",children:l})]})]})}}}]);
@@ -0,0 +1,3 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[600],{5772:(e,t,r)=>{r.d(t,{default:()=>i.a});var n=r(97651),i=r.n(n)},12590:(e,t)=>{function r({widthInt:e,heightInt:t,blurWidth:r,blurHeight:n,blurDataURL:i,objectFit:a}){let o=r?40*r:e,l=n?40*n:t,u=o&&l?`viewBox='0 0 ${o} ${l}'`:"";return`%3Csvg xmlns='http://www.w3.org/2000/svg' ${u}%3E%3Cfilter id='b' color-interpolation-filters='sRGB'%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeColorMatrix values='1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 100 -1' result='s'/%3E%3CfeFlood x='0' y='0' width='100%25' height='100%25'/%3E%3CfeComposite operator='out' in='s'/%3E%3CfeComposite in2='SourceGraphic'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3C/filter%3E%3Cimage width='100%25' height='100%25' x='0' y='0' preserveAspectRatio='${u?"none":"contain"===a?"xMidYMid":"cover"===a?"xMidYMid slice":"none"}' style='filter: url(%23b);' href='${i}'/%3E%3C/svg%3E`}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getImageBlurSvg",{enumerable:!0,get:function(){return r}})},17150:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"ImageConfigContext",{enumerable:!0,get:function(){return a}});let n=r(83395)._(r(12115)),i=r(55762),a=n.default.createContext(i.imageConfigDefault)},18857:(e,t)=>{function r(e,t){let r=e||75;return t?.qualities?.length?t.qualities.reduce((e,t)=>Math.abs(t-r)<Math.abs(e-r)?t:e,0):r}Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"findClosestQuality",{enumerable:!0,get:function(){return r}})},21172:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"useMergedRef",{enumerable:!0,get:function(){return i}});let n=r(12115);function i(e,t){let r=(0,n.useRef)(null),i=(0,n.useRef)(null);return(0,n.useCallback)(n=>{if(null===n){let e=r.current;e&&(r.current=null,e());let t=i.current;t&&(i.current=null,t())}else e&&(r.current=a(e,n)),t&&(i.current=a(t,n))},[e,t])}function a(e,t){if("function"!=typeof e)return e.current=t,()=>{e.current=null};{let r=e(t);return"function"==typeof r?r:()=>e(null)}}("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},36095:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return o}});let n=r(18857),i=r(53887);function a({config:e,src:t,width:r,quality:a}){if(t.startsWith("/")&&t.includes("?")&&e.localPatterns?.length===1&&"**"===e.localPatterns[0].pathname&&""===e.localPatterns[0].search)throw Object.defineProperty(Error(`Image with src "${t}" is using a query string which is not configured in images.localPatterns.
2
+ Read more: https://nextjs.org/docs/messages/next-image-unconfigured-localpatterns`),"__NEXT_ERROR_CODE",{value:"E871",enumerable:!1,configurable:!0});let o=(0,n.findClosestQuality)(a,e),l=(0,i.getDeploymentId)();return`${e.path}?url=${encodeURIComponent(t)}&w=${r}&q=${o}${t.startsWith("/")&&l?`&dpl=${l}`:""}`}a.__next_img_default=!0;let o=a},38437:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"Image",{enumerable:!0,get:function(){return v}});let n=r(83395),i=r(31256),a=r(95155),o=i._(r(12115)),l=n._(r(47650)),u=n._(r(46686)),s=r(95413),d=r(55762),c=r(17150);r(47284);let f=r(60751),p=n._(r(36095)),m=r(21172),g={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0};function h(e,t,r,n,i,a,o){let l=e?.src;e&&e["data-loaded-src"]!==l&&(e["data-loaded-src"]=l,("decode"in e?e.decode():Promise.resolve()).catch(()=>{}).then(()=>{if(e.parentElement&&e.isConnected){if("empty"!==t&&i(!0),r?.current){let t=new Event("load");Object.defineProperty(t,"target",{writable:!1,value:e});let n=!1,i=!1;r.current({...t,nativeEvent:t,currentTarget:e,target:e,isDefaultPrevented:()=>n,isPropagationStopped:()=>i,persist:()=>{},preventDefault:()=>{n=!0,t.preventDefault()},stopPropagation:()=>{i=!0,t.stopPropagation()}})}n?.current&&n.current(e)}}))}function b(e){return o.use?{fetchPriority:e}:{fetchpriority:e}}let y=(0,o.forwardRef)(({src:e,srcSet:t,sizes:r,height:n,width:i,decoding:l,className:u,style:s,fetchPriority:d,placeholder:c,loading:f,unoptimized:p,fill:g,onLoadRef:y,onLoadingCompleteRef:_,setBlurComplete:v,setShowAltText:P,sizesInput:w,onLoad:j,onError:O,...S},x)=>{let C=(0,o.useCallback)(e=>{e&&(O&&(e.src=e.src),e.complete&&h(e,c,y,_,v,p,w))},[e,c,y,_,v,O,p,w]),E=(0,m.useMergedRef)(x,C);return(0,a.jsx)("img",{...S,...b(d),loading:f,width:i,height:n,decoding:l,"data-nimg":g?"fill":"1",className:u,style:s,sizes:r,srcSet:t,src:e,ref:E,onLoad:e=>{h(e.currentTarget,c,y,_,v,p,w)},onError:e=>{P(!0),"empty"!==c&&v(!0),O&&O(e)}})});function _({isAppRouter:e,imgAttributes:t}){let r={as:"image",imageSrcSet:t.srcSet,imageSizes:t.sizes,crossOrigin:t.crossOrigin,referrerPolicy:t.referrerPolicy,...b(t.fetchPriority)};return e&&l.default.preload?(l.default.preload(t.src,r),null):(0,a.jsx)(u.default,{children:(0,a.jsx)("link",{rel:"preload",href:t.srcSet?void 0:t.src,...r},"__nimg-"+t.src+t.srcSet+t.sizes)})}let v=(0,o.forwardRef)((e,t)=>{let r=(0,o.useContext)(f.RouterContext),n=(0,o.useContext)(c.ImageConfigContext),i=(0,o.useMemo)(()=>{let e=g||n||d.imageConfigDefault,t=[...e.deviceSizes,...e.imageSizes].sort((e,t)=>e-t),r=e.deviceSizes.sort((e,t)=>e-t),i=e.qualities?.sort((e,t)=>e-t);return{...e,allSizes:t,deviceSizes:r,qualities:i,localPatterns:e.localPatterns}},[n]),{onLoad:l,onLoadingComplete:u}=e,m=(0,o.useRef)(l);(0,o.useEffect)(()=>{m.current=l},[l]);let h=(0,o.useRef)(u);(0,o.useEffect)(()=>{h.current=u},[u]);let[b,v]=(0,o.useState)(!1),[P,w]=(0,o.useState)(!1),{props:j,meta:O}=(0,s.getImgProps)(e,{defaultLoader:p.default,imgConf:i,blurComplete:b,showAltText:P});return(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(y,{...j,unoptimized:O.unoptimized,placeholder:O.placeholder,fill:O.fill,onLoadRef:m,onLoadingCompleteRef:h,setBlurComplete:v,setShowAltText:w,sizesInput:e.sizes,ref:t}),O.preload?(0,a.jsx)(_,{isAppRouter:!r,imgAttributes:j}):null]})});("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},46686:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0});var n={default:function(){return g},defaultHead:function(){return c}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let a=r(83395),o=r(31256),l=r(95155),u=o._(r(12115)),s=a._(r(76899)),d=r(75368);function c(){return[(0,l.jsx)("meta",{charSet:"utf-8"},"charset"),(0,l.jsx)("meta",{name:"viewport",content:"width=device-width"},"viewport")]}function f(e,t){return"string"==typeof t||"number"==typeof t?e:t.type===u.default.Fragment?e.concat(u.default.Children.toArray(t.props.children).reduce((e,t)=>"string"==typeof t||"number"==typeof t?e:e.concat(t),[])):e.concat(t)}r(47284);let p=["name","httpEquiv","charSet","itemProp"];function m(e){let t,r,n,i;return e.reduce(f,[]).reverse().concat(c().reverse()).filter((t=new Set,r=new Set,n=new Set,i={},e=>{let a=!0,o=!1;if(e.key&&"number"!=typeof e.key&&e.key.indexOf("$")>0){o=!0;let r=e.key.slice(e.key.indexOf("$")+1);t.has(r)?a=!1:t.add(r)}switch(e.type){case"title":case"base":r.has(e.type)?a=!1:r.add(e.type);break;case"meta":for(let t=0,r=p.length;t<r;t++){let r=p[t];if(e.props.hasOwnProperty(r))if("charSet"===r)n.has(r)?a=!1:n.add(r);else{let t=e.props[r],n=i[r]||new Set;("name"!==r||!o)&&n.has(t)?a=!1:(n.add(t),i[r]=n)}}}return a})).reverse().map((e,t)=>{let r=e.key||t;return u.default.cloneElement(e,{key:r})})}let g=function({children:e}){let t=(0,u.useContext)(d.HeadManagerContext);return(0,l.jsx)(s.default,{reduceComponentsToState:m,headManager:t,children:e})};("function"==typeof t.default||"object"==typeof t.default&&null!==t.default)&&void 0===t.default.__esModule&&(Object.defineProperty(t.default,"__esModule",{value:!0}),Object.assign(t.default,t),e.exports=t.default)},55762:(e,t)=>{Object.defineProperty(t,"__esModule",{value:!0});var r={VALID_LOADERS:function(){return i},imageConfigDefault:function(){return a}};for(var n in r)Object.defineProperty(t,n,{enumerable:!0,get:r[n]});let i=["default","imgix","cloudinary","akamai","custom"],a={deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],path:"/_next/image",loader:"default",loaderFile:"",domains:[],disableStaticImages:!1,minimumCacheTTL:14400,formats:["image/webp"],maximumRedirects:3,maximumResponseBody:5e7,dangerouslyAllowLocalIP:!1,dangerouslyAllowSVG:!1,contentSecurityPolicy:"script-src 'none'; frame-src 'none'; sandbox;",contentDispositionType:"attachment",localPatterns:void 0,remotePatterns:[],qualities:[75],unoptimized:!1}},60751:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"RouterContext",{enumerable:!0,get:function(){return n}});let n=r(83395)._(r(12115)).default.createContext(null)},73321:(e,t,r)=>{var n=r(74645);r.o(n,"useParams")&&r.d(t,{useParams:function(){return n.useParams}}),r.o(n,"usePathname")&&r.d(t,{usePathname:function(){return n.usePathname}}),r.o(n,"useRouter")&&r.d(t,{useRouter:function(){return n.useRouter}}),r.o(n,"useSearchParams")&&r.d(t,{useSearchParams:function(){return n.useSearchParams}})},76899:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"default",{enumerable:!0,get:function(){return o}});let n=r(12115),i=n.useLayoutEffect,a=n.useEffect;function o(e){let{headManager:t,reduceComponentsToState:r}=e;function o(){if(t&&t.mountedInstances){let e=n.Children.toArray(Array.from(t.mountedInstances).filter(Boolean));t.updateHead(r(e))}}return i(()=>(t?.mountedInstances?.add(e.children),()=>{t?.mountedInstances?.delete(e.children)})),i(()=>(t&&(t._pendingUpdate=o),()=>{t&&(t._pendingUpdate=o)})),a(()=>(t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null),()=>{t&&t._pendingUpdate&&(t._pendingUpdate(),t._pendingUpdate=null)})),null}},95413:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getImgProps",{enumerable:!0,get:function(){return s}}),r(47284);let n=r(53887),i=r(12590),a=r(55762),o=["-moz-initial","fill","none","scale-down",void 0];function l(e){return void 0!==e.default}function u(e){return void 0===e?e:"number"==typeof e?Number.isFinite(e)?e:NaN:"string"==typeof e&&/^[0-9]+$/.test(e)?parseInt(e,10):NaN}function s({src:e,sizes:t,unoptimized:r=!1,priority:s=!1,preload:d=!1,loading:c,className:f,quality:p,width:m,height:g,fill:h=!1,style:b,overrideSrc:y,onLoad:_,onLoadingComplete:v,placeholder:P="empty",blurDataURL:w,fetchPriority:j,decoding:O="async",layout:S,objectFit:x,objectPosition:C,lazyBoundary:E,lazyRoot:R,...M},z){var I;let $,k,D,{imgConf:A,showAltText:N,blurComplete:L,defaultLoader:T}=z,q=A||a.imageConfigDefault;if("allSizes"in q)$=q;else{let e=[...q.deviceSizes,...q.imageSizes].sort((e,t)=>e-t),t=q.deviceSizes.sort((e,t)=>e-t),r=q.qualities?.sort((e,t)=>e-t);$={...q,allSizes:e,deviceSizes:t,qualities:r}}if(void 0===T)throw Object.defineProperty(Error("images.loaderFile detected but the file is missing default export.\nRead more: https://nextjs.org/docs/messages/invalid-images-config"),"__NEXT_ERROR_CODE",{value:"E163",enumerable:!1,configurable:!0});let F=M.loader||T;delete M.loader,delete M.srcSet;let U="__next_img_default"in F;if(U){if("custom"===$.loader)throw Object.defineProperty(Error(`Image with src "${e}" is missing "loader" prop.
3
+ Read more: https://nextjs.org/docs/messages/next-image-missing-loader`),"__NEXT_ERROR_CODE",{value:"E252",enumerable:!1,configurable:!0})}else{let e=F;F=t=>{let{config:r,...n}=t;return e(n)}}if(S){"fill"===S&&(h=!0);let e={intrinsic:{maxWidth:"100%",height:"auto"},responsive:{width:"100%",height:"auto"}}[S];e&&(b={...b,...e});let r={responsive:"100vw",fill:"100vw"}[S];r&&!t&&(t=r)}let B="",W=u(m),G=u(g);if((I=e)&&"object"==typeof I&&(l(I)||void 0!==I.src)){let t=l(e)?e.default:e;if(!t.src)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include src. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E460",enumerable:!1,configurable:!0});if(!t.height||!t.width)throw Object.defineProperty(Error(`An object should only be passed to the image component src parameter if it comes from a static image import. It must include height and width. Received ${JSON.stringify(t)}`),"__NEXT_ERROR_CODE",{value:"E48",enumerable:!1,configurable:!0});if(k=t.blurWidth,D=t.blurHeight,w=w||t.blurDataURL,B=t.src,!h)if(W||G){if(W&&!G){let e=W/t.width;G=Math.round(t.height*e)}else if(!W&&G){let e=G/t.height;W=Math.round(t.width*e)}}else W=t.width,G=t.height}let V=!s&&!d&&("lazy"===c||void 0===c);(!(e="string"==typeof e?e:B)||e.startsWith("data:")||e.startsWith("blob:"))&&(r=!0,V=!1),$.unoptimized&&(r=!0),U&&!$.dangerouslyAllowSVG&&e.split("?",1)[0].endsWith(".svg")&&(r=!0);let X=u(p),H=Object.assign(h?{position:"absolute",height:"100%",width:"100%",left:0,top:0,right:0,bottom:0,objectFit:x,objectPosition:C}:{},N?{}:{color:"transparent"},b),J=L||"empty"===P?null:"blur"===P?`url("data:image/svg+xml;charset=utf-8,${(0,i.getImageBlurSvg)({widthInt:W,heightInt:G,blurWidth:k,blurHeight:D,blurDataURL:w||"",objectFit:H.objectFit})}")`:`url("${P}")`,Q=o.includes(H.objectFit)?"fill"===H.objectFit?"100% 100%":"cover":H.objectFit,Y=J?{backgroundSize:Q,backgroundPosition:H.objectPosition||"50% 50%",backgroundRepeat:"no-repeat",backgroundImage:J}:{},K=function({config:e,src:t,unoptimized:r,width:i,quality:a,sizes:o,loader:l}){if(r){let e=(0,n.getDeploymentId)();if(t.startsWith("/")&&!t.startsWith("//")&&e){let r=t.includes("?")?"&":"?";t=`${t}${r}dpl=${e}`}return{src:t,srcSet:void 0,sizes:void 0}}let{widths:u,kind:s}=function({deviceSizes:e,allSizes:t},r,n){if(n){let r=/(^|\s)(1?\d?\d)vw/g,i=[];for(let e;e=r.exec(n);)i.push(parseInt(e[2]));if(i.length){let r=.01*Math.min(...i);return{widths:t.filter(t=>t>=e[0]*r),kind:"w"}}return{widths:t,kind:"w"}}return"number"!=typeof r?{widths:e,kind:"w"}:{widths:[...new Set([r,2*r].map(e=>t.find(t=>t>=e)||t[t.length-1]))],kind:"x"}}(e,i,o),d=u.length-1;return{sizes:o||"w"!==s?o:"100vw",srcSet:u.map((r,n)=>`${l({config:e,src:t,quality:a,width:r})} ${"w"===s?r:n+1}${s}`).join(", "),src:l({config:e,src:t,quality:a,width:u[d]})}}({config:$,src:e,unoptimized:r,width:W,quality:X,sizes:t,loader:F}),Z=V?"lazy":c;return{props:{...M,loading:Z,fetchPriority:j,width:W,height:G,decoding:O,className:f,style:{...H,...Y},sizes:K.sizes,srcSet:K.srcSet,src:y||K.src},meta:{unoptimized:r,preload:d||s,placeholder:P,fill:h}}}},97651:(e,t,r)=>{Object.defineProperty(t,"__esModule",{value:!0});var n={default:function(){return d},getImageProps:function(){return s}};for(var i in n)Object.defineProperty(t,i,{enumerable:!0,get:n[i]});let a=r(83395),o=r(95413),l=r(38437),u=a._(r(36095));function s(e){let{props:t}=(0,o.getImgProps)(e,{defaultLoader:u.default,imgConf:{deviceSizes:[640,750,828,1080,1200,1920,2048,3840],imageSizes:[32,48,64,96,128,256,384],qualities:[75],path:"/_next/image",loader:"default",dangerouslyAllowSVG:!1,unoptimized:!0}});for(let[e,r]of Object.entries(t))void 0===r&&delete t[e];return{props:t}}let d=l.Image}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8202],{28202:(e,t,r)=>{function n(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r<t;r++)n[r]=e[r];return n}function o(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function i(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?o(Object(r),!0).forEach(function(t){var n,o;n=t,o=r[t],(n=function(e){var t=function(e,t){if("object"!=typeof e||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var n=r.call(e,t);if("object"!=typeof n)return n;throw TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:t+""}(n))in e?Object.defineProperty(e,n,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[n]=o}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):o(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function c(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter(function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable})),r.push.apply(r,n)}return r}function u(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?c(Object(r),!0).forEach(function(t){var n;n=r[t],t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n}):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):c(Object(r)).forEach(function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))})}return e}function a(e){return function t(){for(var r=this,n=arguments.length,o=Array(n),i=0;i<n;i++)o[i]=arguments[i];return o.length>=e.length?e.apply(this,o):function(){for(var e=arguments.length,n=Array(e),i=0;i<e;i++)n[i]=arguments[i];return t.apply(r,[].concat(o,n))}}}function l(e){return({}).toString.call(e).includes("Object")}function s(e){return"function"==typeof e}r.r(t),r.d(t,{DiffEditor:()=>K,Editor:()=>Z,default:()=>ee,loader:()=>L,useMonaco:()=>Q});var f,d,g=a(function(e,t){throw Error(e[t]||e.default)})({initialIsRequired:"initial state is required",initialType:"initial state should be an object",initialContent:"initial state shouldn't be an empty object",handlerType:"handler should be an object or a function",handlersType:"all handlers should be a functions",selectorType:"selector should be a function",changeType:"provided value of changes should be an object",changeField:'it seams you want to change a field in the state which is not specified in the "initial" state',default:"an unknown error accured in `state-local` package"}),p=function(e,t){return l(t)||g("changeType"),Object.keys(t).some(function(t){return!Object.prototype.hasOwnProperty.call(e,t)})&&g("changeField"),t},h=function(e){s(e)||g("selectorType")},y=function(e){s(e)||l(e)||g("handlerType"),l(e)&&Object.values(e).some(function(e){return!s(e)})&&g("handlersType")},m=function(e){e||g("initialIsRequired"),l(e)||g("initialType"),Object.keys(e).length||g("initialContent")};function v(e,t){return s(t)?t(e.current):t}function b(e,t){return e.current=u(u({},e.current),t),t}function O(e,t,r){return s(t)?t(e.current):Object.keys(r).forEach(function(r){var n;return null==(n=t[r])?void 0:n.call(t,e.current[r])}),r}var w={configIsRequired:"the configuration object is required",configType:"the configuration object should be an object",default:"an unknown error accured in `@monaco-editor/loader` package",deprecation:"Deprecation warning!\n You are using deprecated way of configuration.\n\n Instead of using\n monaco.config({ urls: { monacoBase: '...' } })\n use\n monaco.config({ paths: { vs: '...' } })\n\n For more please check the link https://github.com/suren-atoyan/monaco-loader#config\n "},j=(f=function(e,t){throw Error(e[t]||e.default)},function e(){for(var t=this,r=arguments.length,n=Array(r),o=0;o<r;o++)n[o]=arguments[o];return n.length>=f.length?f.apply(this,n):function(){for(var r=arguments.length,o=Array(r),i=0;i<r;i++)o[i]=arguments[i];return e.apply(t,[].concat(n,o))}})(w),M=function(e){return(e||j("configIsRequired"),({}).toString.call(e).includes("Object")||j("configType"),e.urls)?(console.warn(w.deprecation),{paths:{vs:e.urls.monacoBase}}):e},E=function(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(e){return t.reduceRight(function(e,t){return t(e)},e)}},P={type:"cancelation",msg:"operation is manually canceled"};function R(e){var t=!1,r=new Promise(function(r,n){e.then(function(e){return t?n(P):r(e)}),e.catch(n)});return r.cancel=function(){return t=!0},r}var S=["monaco"],k=function(e){if(Array.isArray(e))return e}(d=({create:function(e){var t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};m(e),y(t);var r={current:e},n=a(O)(r,t),o=a(b)(r),i=a(p)(e),c=a(v)(r);return[function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:function(e){return e};return h(e),e(r.current)},function(e){(function(){for(var e=arguments.length,t=Array(e),r=0;r<e;r++)t[r]=arguments[r];return function(e){return t.reduceRight(function(e,t){return t(e)},e)}})(n,o,i,c)(e)}]}}).create({config:{paths:{vs:"https://cdn.jsdelivr.net/npm/monaco-editor@0.55.1/min/vs"}},isInitialized:!1,resolve:null,reject:null,monaco:null}))||function(e,t){var r=null==e?null:"u">typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,o,i,c,u=[],a=!0,l=!1;try{i=(r=r.call(e)).next,!1;for(;!(a=(n=i.call(r)).done)&&(u.push(n.value),2!==u.length);a=!0);}catch(e){l=!0,o=e}finally{try{if(!a&&null!=r.return&&(c=r.return(),Object(c)!==c))return}finally{if(l)throw o}}return u}}(d,2)||function(e,t){if(e){if("string"==typeof e)return n(e,2);var r=({}).toString.call(e).slice(8,-1);return"Object"===r&&e.constructor&&(r=e.constructor.name),"Map"===r||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?n(e,2):void 0}}(d,2)||function(){throw TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}(),T=k[0],C=k[1];function I(e){return document.body.appendChild(e)}function x(e){var t,r,n=T(function(e){return{config:e.config,reject:e.reject}}),o=(t="".concat(n.config.paths.vs,"/loader.js"),r=document.createElement("script"),t&&(r.src=t),r);return o.onload=function(){return e()},o.onerror=n.reject,o}function A(){var e=T(function(e){return{config:e.config,resolve:e.resolve,reject:e.reject}}),t=window.require;t.config(e.config),t(["vs/editor/editor.main"],function(t){var r=t.m||t;D(r),e.resolve(r)},function(t){e.reject(t)})}function D(e){T().monaco||C({monaco:e})}var V=new Promise(function(e,t){return C({resolve:e,reject:t})}),L={config:function(e){var t=M(e),r=t.monaco,n=function(e,t){if(null==e)return{};var r,n,o=function(e,t){if(null==e)return{};var r={};for(var n in e)if(({}).hasOwnProperty.call(e,n)){if(-1!==t.indexOf(n))continue;r[n]=e[n]}return r}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(n=0;n<i.length;n++)r=i[n],-1===t.indexOf(r)&&({}).propertyIsEnumerable.call(e,r)&&(o[r]=e[r])}return o}(t,S);C(function(e){return{config:function e(t,r){return Object.keys(r).forEach(function(n){r[n]instanceof Object&&t[n]&&Object.assign(r[n],e(t[n],r[n]))}),i(i({},t),r)}(e.config,n),monaco:r}})},init:function(){var e=T(function(e){return{monaco:e.monaco,isInitialized:e.isInitialized,resolve:e.resolve}});if(!e.isInitialized){if(C({isInitialized:!0}),e.monaco)return e.resolve(e.monaco),R(V);if(window.monaco&&window.monaco.editor)return D(window.monaco),e.resolve(window.monaco),R(V);E(I,x)(A)}return R(V)},__getMonacoInstance:function(){return T(function(e){return e.monaco})}},_=r(12115),N={display:"flex",position:"relative",textAlign:"initial"},q={width:"100%"},z={display:"none"},F={display:"flex",height:"100%",width:"100%",justifyContent:"center",alignItems:"center"},U=function({children:e}){return _.createElement("div",{style:F},e)},B=(0,_.memo)(function({width:e,height:t,isEditorReady:r,loading:n,_ref:o,className:i,wrapperProps:c}){return _.createElement("section",{style:{...N,width:e,height:t},...c},!r&&_.createElement(U,null,n),_.createElement("div",{ref:o,style:{...q,...!r&&z},className:i}))}),Y=function(e){(0,_.useEffect)(e,[])},$=function(e,t,r=!0){let n=(0,_.useRef)(!0);(0,_.useEffect)(n.current||!r?()=>{n.current=!1}:e,t)};function G(){}function H(e,t,r,n){var o,i,c,u,a,l;return o=e,i=n,o.editor.getModel(J(o,i))||(c=e,u=t,a=r,l=n,c.editor.createModel(u,a,l?J(c,l):void 0))}function J(e,t){return e.Uri.parse(t)}var K=(0,_.memo)(function({original:e,modified:t,language:r,originalLanguage:n,modifiedLanguage:o,originalModelPath:i,modifiedModelPath:c,keepCurrentOriginalModel:u=!1,keepCurrentModifiedModel:a=!1,theme:l="light",loading:s="Loading...",options:f={},height:d="100%",width:g="100%",className:p,wrapperProps:h={},beforeMount:y=G,onMount:m=G}){let[v,b]=(0,_.useState)(!1),[O,w]=(0,_.useState)(!0),j=(0,_.useRef)(null),M=(0,_.useRef)(null),E=(0,_.useRef)(null),P=(0,_.useRef)(m),R=(0,_.useRef)(y),S=(0,_.useRef)(!1);Y(()=>{let e=L.init();return e.then(e=>(M.current=e)&&w(!1)).catch(e=>e?.type!=="cancelation"&&console.error("Monaco initialization: error:",e)),()=>{let t;return j.current?(t=j.current?.getModel(),void(u||t?.original?.dispose(),a||t?.modified?.dispose(),j.current?.dispose())):e.cancel()}}),$(()=>{if(j.current&&M.current){let t=j.current.getOriginalEditor(),o=H(M.current,e||"",n||r||"text",i||"");o!==t.getModel()&&t.setModel(o)}},[i],v),$(()=>{if(j.current&&M.current){let e=j.current.getModifiedEditor(),n=H(M.current,t||"",o||r||"text",c||"");n!==e.getModel()&&e.setModel(n)}},[c],v),$(()=>{let e=j.current.getModifiedEditor();e.getOption(M.current.editor.EditorOption.readOnly)?e.setValue(t||""):t!==e.getValue()&&(e.executeEdits("",[{range:e.getModel().getFullModelRange(),text:t||"",forceMoveMarkers:!0}]),e.pushUndoStop())},[t],v),$(()=>{j.current?.getModel()?.original.setValue(e||"")},[e],v),$(()=>{let{original:e,modified:t}=j.current.getModel();M.current.editor.setModelLanguage(e,n||r||"text"),M.current.editor.setModelLanguage(t,o||r||"text")},[r,n,o],v),$(()=>{M.current?.editor.setTheme(l)},[l],v),$(()=>{j.current?.updateOptions(f)},[f],v);let k=(0,_.useCallback)(()=>{if(!M.current)return;R.current(M.current);let u=H(M.current,e||"",n||r||"text",i||""),a=H(M.current,t||"",o||r||"text",c||"");j.current?.setModel({original:u,modified:a})},[r,t,o,e,n,i,c]),T=(0,_.useCallback)(()=>{!S.current&&E.current&&(j.current=M.current.editor.createDiffEditor(E.current,{automaticLayout:!0,...f}),k(),M.current?.editor.setTheme(l),b(!0),S.current=!0)},[f,l,k]);return(0,_.useEffect)(()=>{v&&P.current(j.current,M.current)},[v]),(0,_.useEffect)(()=>{O||v||T()},[O,v,T]),_.createElement(B,{width:g,height:d,isEditorReady:v,loading:s,_ref:E,className:p,wrapperProps:h})}),Q=function(){let[e,t]=(0,_.useState)(L.__getMonacoInstance());return Y(()=>{let r;return e||(r=L.init()).then(e=>{t(e)}),()=>r?.cancel()}),e},W=function(e){let t=(0,_.useRef)();return(0,_.useEffect)(()=>{t.current=e},[e]),t.current},X=new Map,Z=(0,_.memo)(function({defaultValue:e,defaultLanguage:t,defaultPath:r,value:n,language:o,path:i,theme:c="light",line:u,loading:a="Loading...",options:l={},overrideServices:s={},saveViewState:f=!0,keepCurrentModel:d=!1,width:g="100%",height:p="100%",className:h,wrapperProps:y={},beforeMount:m=G,onMount:v=G,onChange:b,onValidate:O=G}){let[w,j]=(0,_.useState)(!1),[M,E]=(0,_.useState)(!0),P=(0,_.useRef)(null),R=(0,_.useRef)(null),S=(0,_.useRef)(null),k=(0,_.useRef)(v),T=(0,_.useRef)(m),C=(0,_.useRef)(),I=(0,_.useRef)(n),x=W(i),A=(0,_.useRef)(!1),D=(0,_.useRef)(!1);Y(()=>{let e=L.init();return e.then(e=>(P.current=e)&&E(!1)).catch(e=>e?.type!=="cancelation"&&console.error("Monaco initialization: error:",e)),()=>R.current?void(C.current?.dispose(),d?f&&X.set(i,R.current.saveViewState()):R.current.getModel()?.dispose(),R.current.dispose()):e.cancel()}),$(()=>{let c=H(P.current,e||n||"",t||o||"",i||r||"");c!==R.current?.getModel()&&(f&&X.set(x,R.current?.saveViewState()),R.current?.setModel(c),f&&R.current?.restoreViewState(X.get(i)))},[i],w),$(()=>{R.current?.updateOptions(l)},[l],w),$(()=>{R.current&&void 0!==n&&(R.current.getOption(P.current.editor.EditorOption.readOnly)?R.current.setValue(n):n!==R.current.getValue()&&(D.current=!0,R.current.executeEdits("",[{range:R.current.getModel().getFullModelRange(),text:n,forceMoveMarkers:!0}]),R.current.pushUndoStop(),D.current=!1))},[n],w),$(()=>{let e=R.current?.getModel();e&&o&&P.current?.editor.setModelLanguage(e,o)},[o],w),$(()=>{void 0!==u&&R.current?.revealLine(u)},[u],w),$(()=>{P.current?.editor.setTheme(c)},[c],w);let V=(0,_.useCallback)(()=>{if(!(!S.current||!P.current)&&!A.current){T.current(P.current);let a=i||r,d=H(P.current,n||e||"",t||o||"",a||"");R.current=P.current?.editor.create(S.current,{model:d,automaticLayout:!0,...l},s),f&&R.current.restoreViewState(X.get(a)),P.current.editor.setTheme(c),void 0!==u&&R.current.revealLine(u),j(!0),A.current=!0}},[e,t,r,n,o,i,l,s,f,c,u]);return(0,_.useEffect)(()=>{w&&k.current(R.current,P.current)},[w]),(0,_.useEffect)(()=>{M||w||V()},[M,w,V]),I.current=n,(0,_.useEffect)(()=>{w&&b&&(C.current?.dispose(),C.current=R.current?.onDidChangeModelContent(e=>{D.current||b(R.current.getValue(),e)}))},[w,b]),(0,_.useEffect)(()=>{if(w){let e=P.current.editor.onDidChangeMarkers(e=>{let t=R.current.getModel()?.uri;if(t&&e.find(e=>e.path===t.path)){let e=P.current.editor.getModelMarkers({resource:t});O?.(e)}});return()=>{e?.dispose()}}return()=>{}},[w,O]),_.createElement(B,{width:g,height:p,isEditorReady:w,loading:a,_ref:S,className:h,wrapperProps:y})}),ee=Z}}]);
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[8729],{13097:(e,i,a)=>{a.d(i,{KC:()=>m,Xg:()=>o,vq:()=>n});let n={cc:[{id:"claude-opus-4-6",name:"Claude Opus 4.6"},{id:"claude-sonnet-4-6",name:"Claude Sonnet 4.6"},{id:"claude-opus-4-5-20251101",name:"Claude 4.5 Opus"},{id:"claude-sonnet-4-5-20250929",name:"Claude 4.5 Sonnet"},{id:"claude-haiku-4-5-20251001",name:"Claude 4.5 Haiku"}],cx:[{id:"gpt-5.3-codex",name:"GPT 5.3 Codex"},{id:"gpt-5.3-codex-xhigh",name:"GPT 5.3 Codex (xHigh)"},{id:"gpt-5.3-codex-high",name:"GPT 5.3 Codex (High)"},{id:"gpt-5.3-codex-low",name:"GPT 5.3 Codex (Low)"},{id:"gpt-5.3-codex-none",name:"GPT 5.3 Codex (None)"},{id:"gpt-5.3-codex-spark",name:"GPT 5.3 Codex Spark"},{id:"gpt-5.1-codex-mini",name:"GPT 5.1 Codex Mini"},{id:"gpt-5.1-codex-mini-high",name:"GPT 5.1 Codex Mini (High)"},{id:"gpt-5.2-codex",name:"GPT 5.2 Codex"},{id:"gpt-5.2",name:"GPT 5.2"},{id:"gpt-5.1-codex-max",name:"GPT 5.1 Codex Max"},{id:"gpt-5.1-codex",name:"GPT 5.1 Codex"},{id:"gpt-5.1",name:"GPT 5.1"},{id:"gpt-5-codex",name:"GPT 5 Codex"},{id:"gpt-5-codex-mini",name:"GPT 5 Codex Mini"}],gc:[{id:"gemini-3-flash-preview",name:"Gemini 3 Flash Preview"},{id:"gemini-3-pro-preview",name:"Gemini 3 Pro Preview"},{id:"gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"gemini-2.5-flash-lite",name:"Gemini 2.5 Flash Lite"}],qw:[{id:"qwen3-coder-plus",name:"Qwen3 Coder Plus"},{id:"qwen3-coder-flash",name:"Qwen3 Coder Flash"},{id:"vision-model",name:"Qwen3 Vision Model"},{id:"coder-model",name:"Qwen3.5 Coder Model"}],if:[{id:"qwen3-coder-plus",name:"Qwen3 Coder Plus"},{id:"kimi-k2",name:"Kimi K2"},{id:"kimi-k2-thinking",name:"Kimi K2 Thinking"},{id:"kimi-k2.5",name:"Kimi K2.5"},{id:"deepseek-r1",name:"DeepSeek R1"},{id:"deepseek-v3.2-chat",name:"DeepSeek V3.2 Chat"},{id:"minimax-m2.1",name:"MiniMax M2.1"},{id:"minimax-m2.5",name:"MiniMax M2.5"},{id:"glm-4.7",name:"GLM 4.7"},{id:"glm-4.6",name:"GLM 4.6"},{id:"glm-5",name:"GLM 5"}],ag:[{id:"claude-opus-4-6-thinking",name:"Claude Opus 4.6 Thinking"},{id:"claude-sonnet-4-6",name:"Claude Sonnet 4.6"},{id:"gemini-3-1-pro-high",name:"Gemini 3.1 Pro High"},{id:"gemini-3-1-pro-low",name:"Gemini 3.1 Pro Low"},{id:"gemini-3-pro-high",name:"Gemini 3 Pro High"},{id:"gemini-3-pro-low",name:"Gemini 3 Pro Low"},{id:"gemini-3-flash",name:"Gemini 3 Flash"}],gh:[{id:"gpt-3.5-turbo",name:"GPT-3.5 Turbo"},{id:"gpt-4",name:"GPT-4"},{id:"gpt-4o",name:"GPT-4o"},{id:"gpt-4o-mini",name:"GPT-4o mini"},{id:"gpt-4.1",name:"GPT-4.1"},{id:"gpt-5",name:"GPT-5"},{id:"gpt-5-mini",name:"GPT-5 Mini"},{id:"gpt-5-codex",name:"GPT-5 Codex"},{id:"gpt-5.1",name:"GPT-5.1"},{id:"gpt-5.1-codex",name:"GPT-5.1 Codex"},{id:"gpt-5.1-codex-mini",name:"GPT-5.1 Codex Mini"},{id:"gpt-5.1-codex-max",name:"GPT-5.1 Codex Max"},{id:"gpt-5.2",name:"GPT-5.2"},{id:"gpt-5.2-codex",name:"GPT-5.2 Codex"},{id:"gpt-5.3-codex",name:"GPT-5.3 Codex"},{id:"claude-haiku-4.5",name:"Claude Haiku 4.5"},{id:"claude-opus-4.1",name:"Claude Opus 4.1"},{id:"claude-opus-4.5",name:"Claude Opus 4.5"},{id:"claude-sonnet-4",name:"Claude Sonnet 4"},{id:"claude-sonnet-4.5",name:"Claude Sonnet 4.5"},{id:"claude-sonnet-4.6",name:"Claude Sonnet 4.6"},{id:"claude-opus-4.6",name:"Claude Opus 4.6"},{id:"gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"gemini-3-flash-preview",name:"Gemini 3 Flash"},{id:"gemini-3-pro-preview",name:"Gemini 3 Pro"},{id:"grok-code-fast-1",name:"Grok Code Fast 1"},{id:"oswe-vscode-prime",name:"Raptor Mini"}],kr:[{id:"claude-sonnet-4.5",name:"Claude Sonnet 4.5"},{id:"claude-haiku-4.5",name:"Claude Haiku 4.5"}],cu:[{id:"default",name:"Auto (Server Picks)"},{id:"claude-4.5-opus-high-thinking",name:"Claude 4.5 Opus High Thinking"},{id:"claude-4.5-opus-high",name:"Claude 4.5 Opus High"},{id:"claude-4.5-sonnet-thinking",name:"Claude 4.5 Sonnet Thinking"},{id:"claude-4.5-sonnet",name:"Claude 4.5 Sonnet"},{id:"claude-4.5-haiku",name:"Claude 4.5 Haiku"},{id:"claude-4.5-opus",name:"Claude 4.5 Opus"},{id:"gpt-5.2-codex",name:"GPT 5.2 Codex"}],kmc:[{id:"kimi-k2.5",name:"Kimi K2.5"},{id:"kimi-k2.5-thinking",name:"Kimi K2.5 Thinking"},{id:"kimi-latest",name:"Kimi Latest"}],kc:[{id:"anthropic/claude-sonnet-4-20250514",name:"Claude Sonnet 4"},{id:"anthropic/claude-opus-4-20250514",name:"Claude Opus 4"},{id:"google/gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"google/gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"openai/gpt-4.1",name:"GPT-4.1"},{id:"openai/o3",name:"o3"},{id:"deepseek/deepseek-chat",name:"DeepSeek Chat"},{id:"deepseek/deepseek-reasoner",name:"DeepSeek Reasoner"}],cl:[{id:"anthropic/claude-sonnet-4-20250514",name:"Claude Sonnet 4"},{id:"anthropic/claude-opus-4-20250514",name:"Claude Opus 4"},{id:"google/gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"google/gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"openai/gpt-4.1",name:"GPT-4.1"},{id:"openai/o3",name:"o3"},{id:"deepseek/deepseek-chat",name:"DeepSeek Chat"}],openai:[{id:"gpt-4o",name:"GPT-4o"},{id:"gpt-4o-mini",name:"GPT-4o Mini"},{id:"gpt-4-turbo",name:"GPT-4 Turbo"},{id:"o1",name:"O1"},{id:"o1-mini",name:"O1 Mini"}],anthropic:[{id:"claude-sonnet-4-20250514",name:"Claude Sonnet 4"},{id:"claude-opus-4-20250514",name:"Claude Opus 4"},{id:"claude-3-5-sonnet-20241022",name:"Claude 3.5 Sonnet"}],gemini:[{id:"gemini-3-pro-preview",name:"Gemini 3 Pro Preview"},{id:"gemini-2.5-pro",name:"Gemini 2.5 Pro"},{id:"gemini-2.5-flash",name:"Gemini 2.5 Flash"},{id:"gemini-2.5-flash-lite",name:"Gemini 2.5 Flash Lite"},{id:"gemini-embedding-001",name:"Gemini Embedding 001",type:"embedding"},{id:"text-embedding-005",name:"Text Embedding 005",type:"embedding"},{id:"text-embedding-004",name:"Text Embedding 004 (Legacy)",type:"embedding"}],openrouter:[{id:"auto",name:"Auto (Best Available)"}],glm:[{id:"glm-5",name:"GLM 5"},{id:"glm-4.7",name:"GLM 4.7"},{id:"glm-4.6v",name:"GLM 4.6V (Vision)"}],"glm-cn":[{id:"glm-5",name:"GLM 5"},{id:"glm-4.7",name:"GLM-4.7"},{id:"glm-4.6",name:"GLM-4.6"},{id:"glm-4.5-air",name:"GLM-4.5-Air"}],kimi:[{id:"kimi-k2.5",name:"Kimi K2.5"},{id:"kimi-k2.5-thinking",name:"Kimi K2.5 Thinking"},{id:"kimi-latest",name:"Kimi Latest"}],minimax:[{id:"MiniMax-M2.5",name:"MiniMax M2.5"},{id:"MiniMax-M2.1",name:"MiniMax M2.1"}],"minimax-cn":[{id:"MiniMax-M2.5",name:"MiniMax M2.5"},{id:"MiniMax-M2.1",name:"MiniMax M2.1"}],deepseek:[{id:"deepseek-chat",name:"DeepSeek V3.2 Chat"},{id:"deepseek-reasoner",name:"DeepSeek V3.2 Reasoner"}],groq:[{id:"llama-3.3-70b-versatile",name:"Llama 3.3 70B"},{id:"meta-llama/llama-4-maverick-17b-128e-instruct",name:"Llama 4 Maverick"},{id:"qwen/qwen3-32b",name:"Qwen3 32B"},{id:"openai/gpt-oss-120b",name:"GPT-OSS 120B"}],xai:[{id:"grok-4",name:"Grok 4"},{id:"grok-4-fast-reasoning",name:"Grok 4 Fast Reasoning"},{id:"grok-code-fast-1",name:"Grok Code Fast"},{id:"grok-3",name:"Grok 3"}],mistral:[{id:"mistral-large-latest",name:"Mistral Large 3"},{id:"codestral-latest",name:"Codestral"},{id:"mistral-medium-latest",name:"Mistral Medium 3"}],perplexity:[{id:"sonar-pro",name:"Sonar Pro"},{id:"sonar",name:"Sonar"}],together:[{id:"meta-llama/Llama-3.3-70B-Instruct-Turbo",name:"Llama 3.3 70B Turbo"},{id:"deepseek-ai/DeepSeek-R1",name:"DeepSeek R1"},{id:"Qwen/Qwen3-235B-A22B",name:"Qwen3 235B"},{id:"meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",name:"Llama 4 Maverick"}],fireworks:[{id:"accounts/fireworks/models/deepseek-v3p1",name:"DeepSeek V3.1"},{id:"accounts/fireworks/models/llama-v3p3-70b-instruct",name:"Llama 3.3 70B"},{id:"accounts/fireworks/models/qwen3-235b-a22b",name:"Qwen3 235B"}],cerebras:[{id:"gpt-oss-120b",name:"GPT OSS 120B"},{id:"zai-glm-4.7",name:"ZAI GLM 4.7"},{id:"llama-3.3-70b",name:"Llama 3.3 70B"},{id:"llama-4-scout-17b-16e-instruct",name:"Llama 4 Scout"},{id:"qwen-3-235b-a22b-instruct-2507",name:"Qwen3 235B A22B"},{id:"qwen-3-32b",name:"Qwen3 32B"}],cohere:[{id:"command-r-plus-08-2024",name:"Command R+ (Aug 2024)"},{id:"command-r-08-2024",name:"Command R (Aug 2024)"},{id:"command-a-03-2025",name:"Command A (Mar 2025)"}],nvidia:[{id:"moonshotai/kimi-k2.5",name:"Kimi K2.5"},{id:"z-ai/glm4.7",name:"GLM 4.7"},{id:"deepseek-ai/deepseek-v3.2",name:"DeepSeek V3.2"},{id:"nvidia/llama-3.3-70b-instruct",name:"Llama 3.3 70B"},{id:"meta/llama-4-maverick-17b-128e-instruct",name:"Llama 4 Maverick"},{id:"deepseek/deepseek-r1",name:"DeepSeek R1"}],nebius:[{id:"meta-llama/Llama-3.3-70B-Instruct",name:"Llama 3.3 70B Instruct"}],siliconflow:[{id:"deepseek-ai/DeepSeek-V3.2",name:"DeepSeek V3.2"},{id:"deepseek-ai/DeepSeek-V3.1",name:"DeepSeek V3.1"},{id:"deepseek-ai/DeepSeek-R1",name:"DeepSeek R1"},{id:"Qwen/Qwen3-235B-A22B-Instruct-2507",name:"Qwen3 235B"},{id:"Qwen/Qwen3-Coder-480B-A35B-Instruct",name:"Qwen3 Coder 480B"},{id:"Qwen/Qwen3-32B",name:"Qwen3 32B"},{id:"moonshotai/Kimi-K2.5",name:"Kimi K2.5"},{id:"zai-org/GLM-4.7",name:"GLM 4.7"},{id:"openai/gpt-oss-120b",name:"GPT OSS 120B"},{id:"baidu/ERNIE-4.5-300B-A47B",name:"ERNIE 4.5 300B"}],hyperbolic:[{id:"Qwen/QwQ-32B",name:"QwQ 32B"},{id:"deepseek-ai/DeepSeek-R1",name:"DeepSeek R1"},{id:"deepseek-ai/DeepSeek-V3",name:"DeepSeek V3"},{id:"meta-llama/Llama-3.3-70B-Instruct",name:"Llama 3.3 70B"},{id:"meta-llama/Llama-3.2-3B-Instruct",name:"Llama 3.2 3B"},{id:"Qwen/Qwen2.5-72B-Instruct",name:"Qwen 2.5 72B"},{id:"Qwen/Qwen2.5-Coder-32B-Instruct",name:"Qwen 2.5 Coder 32B"},{id:"NousResearch/Hermes-3-Llama-3.1-70B",name:"Hermes 3 70B"}]},o={claude:"cc",codex:"cx","gemini-cli":"gc",qwen:"qw",iflow:"if",antigravity:"ag",github:"gh",kiro:"kr",cursor:"cu","kimi-coding":"kmc",kilocode:"kc",cline:"cl",openai:"openai",anthropic:"anthropic",gemini:"gemini",openrouter:"openrouter",glm:"glm","glm-cn":"glm-cn",kimi:"kimi",minimax:"minimax","minimax-cn":"minimax-cn",deepseek:"deepseek",groq:"groq",xai:"xai",mistral:"mistral",perplexity:"perplexity",together:"together",fireworks:"fireworks",cerebras:"cerebras",cohere:"cohere",nvidia:"nvidia",nebius:"nebius",siliconflow:"siliconflow",hyperbolic:"hyperbolic"};function m(e){return n[o[e]||e]||[]}},21110:(e,i,a)=>{a.d(i,{ThemeProvider:()=>d});var n=a(95155),o=a(12115),m=a(90085);function d({children:e}){let{initTheme:i}=(0,m.A)();return(0,o.useEffect)(()=>{i()},[i]),(0,n.jsx)(n.Fragment,{children:e})}},28777:(e,i,a)=>{a.d(i,{KC:()=>n.KC,Xg:()=>n.Xg});var n=a(13097);Object.entries(a(52679).Q2).filter(([,e])=>e.passthroughModels).map(([e])=>e),Object.entries(n.vq).flatMap(([e,i])=>i.map(i=>({provider:e,model:i.id,name:i.name})))},52679:(e,i,a)=>{a.d(i,{DI:()=>t,IS:()=>n,JH:()=>d,MA:()=>c,Q2:()=>s,fg:()=>m,gb:()=>l,mq:()=>r,wG:()=>g,wb:()=>u,zN:()=>o,zt:()=>p});let n={iflow:{id:"iflow",alias:"if",name:"iFlow AI",icon:"water_drop",color:"#6366F1"},qwen:{id:"qwen",alias:"qw",name:"Qwen Code",icon:"psychology",color:"#10B981"},"gemini-cli":{id:"gemini-cli",alias:"gc",name:"Gemini CLI",icon:"terminal",color:"#4285F4"},kiro:{id:"kiro",alias:"kr",name:"Kiro AI",icon:"psychology_alt",color:"#FF6B35"}},o={claude:{id:"claude",alias:"cc",name:"Claude Code",icon:"smart_toy",color:"#D97757"},antigravity:{id:"antigravity",alias:"ag",name:"Antigravity",icon:"rocket_launch",color:"#F59E0B"},codex:{id:"codex",alias:"cx",name:"OpenAI Codex",icon:"code",color:"#3B82F6"},github:{id:"github",alias:"gh",name:"GitHub Copilot",icon:"code",color:"#333333"},cursor:{id:"cursor",alias:"cu",name:"Cursor IDE",icon:"edit_note",color:"#00D4AA"}},m={openrouter:{id:"openrouter",alias:"openrouter",name:"OpenRouter",icon:"router",color:"#F97316",textIcon:"OR",passthroughModels:!0,website:"https://openrouter.ai"},glm:{id:"glm",alias:"glm",name:"GLM Coding",icon:"code",color:"#2563EB",textIcon:"GL",website:"https://open.bigmodel.cn"},kimi:{id:"kimi",alias:"kimi",name:"Kimi",icon:"psychology",color:"#1E3A8A",textIcon:"KM",website:"https://kimi.moonshot.cn"},minimax:{id:"minimax",alias:"minimax",name:"Minimax Coding",icon:"memory",color:"#7C3AED",textIcon:"MM",website:"https://www.minimaxi.com"},"minimax-cn":{id:"minimax-cn",alias:"minimax-cn",name:"Minimax (China)",icon:"memory",color:"#DC2626",textIcon:"MC",website:"https://www.minimaxi.com"},openai:{id:"openai",alias:"openai",name:"OpenAI",icon:"auto_awesome",color:"#10A37F",textIcon:"OA",website:"https://platform.openai.com"},anthropic:{id:"anthropic",alias:"anthropic",name:"Anthropic",icon:"smart_toy",color:"#D97757",textIcon:"AN",website:"https://console.anthropic.com"},gemini:{id:"gemini",alias:"gemini",name:"Gemini",icon:"diamond",color:"#4285F4",textIcon:"GE",website:"https://ai.google.dev"},deepseek:{id:"deepseek",alias:"ds",name:"DeepSeek",icon:"bolt",color:"#4D6BFE",textIcon:"DS",website:"https://deepseek.com"},groq:{id:"groq",alias:"groq",name:"Groq",icon:"speed",color:"#F55036",textIcon:"GQ",website:"https://groq.com"},xai:{id:"xai",alias:"xai",name:"xAI (Grok)",icon:"auto_awesome",color:"#1DA1F2",textIcon:"XA",website:"https://x.ai"},mistral:{id:"mistral",alias:"mistral",name:"Mistral",icon:"air",color:"#FF7000",textIcon:"MI",website:"https://mistral.ai"},perplexity:{id:"perplexity",alias:"pplx",name:"Perplexity",icon:"search",color:"#20808D",textIcon:"PP",website:"https://www.perplexity.ai"},together:{id:"together",alias:"together",name:"Together AI",icon:"group_work",color:"#0F6FFF",textIcon:"TG",website:"https://www.together.ai"},fireworks:{id:"fireworks",alias:"fireworks",name:"Fireworks AI",icon:"local_fire_department",color:"#7B2EF2",textIcon:"FW",website:"https://fireworks.ai"},cerebras:{id:"cerebras",alias:"cerebras",name:"Cerebras",icon:"memory",color:"#FF4F00",textIcon:"CB",website:"https://www.cerebras.ai"},cohere:{id:"cohere",alias:"cohere",name:"Cohere",icon:"hub",color:"#39594D",textIcon:"CO",website:"https://cohere.com"},nvidia:{id:"nvidia",alias:"nvidia",name:"NVIDIA NIM",icon:"developer_board",color:"#76B900",textIcon:"NV",website:"https://developer.nvidia.com/nim"},nebius:{id:"nebius",alias:"nebius",name:"Nebius AI",icon:"cloud",color:"#6C5CE7",textIcon:"NB",website:"https://nebius.com"},siliconflow:{id:"siliconflow",alias:"siliconflow",name:"SiliconFlow",icon:"cloud_queue",color:"#5B6EF5",textIcon:"SF",website:"https://cloud.siliconflow.com"},hyperbolic:{id:"hyperbolic",alias:"hyp",name:"Hyperbolic",icon:"bolt",color:"#00D4FF",textIcon:"HY",website:"https://hyperbolic.xyz"},deepgram:{id:"deepgram",alias:"dg",name:"Deepgram",icon:"mic",color:"#13EF93",textIcon:"DG",website:"https://deepgram.com"},assemblyai:{id:"assemblyai",alias:"aai",name:"AssemblyAI",icon:"record_voice_over",color:"#0062FF",textIcon:"AA",website:"https://assemblyai.com"},nanobanana:{id:"nanobanana",alias:"nb",name:"NanoBanana",icon:"image",color:"#FFD700",textIcon:"NB",website:"https://nanobananaapi.ai"}},d="openai-compatible-",t="anthropic-compatible-";function r(e){return"string"==typeof e&&e.startsWith(d)}function l(e){return"string"==typeof e&&e.startsWith(t)}let s={...n,...o,...m},c={oauth:{id:"oauth",name:"OAuth",icon:"lock"},apikey:{id:"apikey",name:"API Key",icon:"key"}};function p(e){for(let i of Object.values(s))if(i.alias===e||i.id===e)return i;return null}function g(e){let i=s[e];return i?.alias||e}Object.values(s).reduce((e,i)=>(e[i.alias]=i.id,e),{}),Object.values(s).reduce((e,i)=>(e[i.id]=i.alias,e),{});let u=["antigravity","kiro","github","codex"]},90085:(e,i,a)=>{a.d(i,{A:()=>t});var n=a(1934),o=a(31692),m=a(90620);function d(e){let i=document.documentElement,a=window.matchMedia("(prefers-color-scheme: dark)").matches?"dark":"light";"dark"===("system"===e?a:e)?i.classList.add("dark"):i.classList.remove("dark")}let t=(0,n.v)((0,o.Zr)((e,i)=>({theme:m.B2.defaultTheme,setTheme:i=>{e({theme:i}),d(i)},toggleTheme:()=>{let a="dark"===i().theme?"light":"dark";e({theme:a}),d(a)},initTheme:()=>{d(i().theme)}}),{name:m.B2.storageKey}))},90620:(e,i,a)=>{a.d(i,{Q2:()=>n.Q2,fg:()=>n.fg,vQ:()=>o,MA:()=>n.MA,zN:()=>n.zN,B2:()=>m});var n=a(52679);a(28777);let o={name:"Endpoint Proxy",description:"AI Infrastructure Management",version:"0.2.87"},m={storageKey:"theme",defaultTheme:"system"}}}]);