9router 0.5.45 → 0.5.55

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 (1118) hide show
  1. package/app/.next-cli-build/BUILD_ID +1 -1
  2. package/app/.next-cli-build/app-path-routes-manifest.json +11 -7
  3. package/app/.next-cli-build/build-manifest.json +2 -2
  4. package/app/.next-cli-build/prerender-manifest.json +3 -3
  5. package/app/.next-cli-build/required-server-files.json +2 -1
  6. package/app/.next-cli-build/routes-manifest.json +24 -0
  7. package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
  8. package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +1 -1
  9. package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
  10. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +19 -2
  11. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js.nft.json +1 -1
  12. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
  13. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
  14. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
  15. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  16. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page.js +2 -2
  17. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
  18. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  19. package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
  20. package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +1 -1
  21. package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
  22. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
  23. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
  24. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  25. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +10 -10
  26. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +1 -1
  27. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
  28. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -2
  29. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +1 -1
  30. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
  31. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +3 -3
  32. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +1 -1
  33. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
  34. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -2
  35. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js.nft.json +1 -1
  36. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
  37. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
  38. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -1
  39. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  40. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js +2 -2
  41. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  42. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  43. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js +2 -2
  44. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
  45. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  46. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js +7 -5
  47. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
  48. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  49. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
  50. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
  51. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  52. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js +2 -2
  53. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
  54. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  55. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js +2 -2
  56. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -1
  57. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
  58. package/app/.next-cli-build/server/app/(dashboard)/dashboard/pxpipe/page.js +2 -2
  59. package/app/.next-cli-build/server/app/(dashboard)/dashboard/pxpipe/page.js.nft.json +1 -1
  60. package/app/.next-cli-build/server/app/(dashboard)/dashboard/pxpipe/page_client-reference-manifest.js +1 -1
  61. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js +2 -2
  62. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -1
  63. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  64. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js +2 -2
  65. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js.nft.json +1 -1
  66. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
  67. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page.js +2 -2
  68. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page.js.nft.json +1 -1
  69. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page_client-reference-manifest.js +1 -1
  70. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js +2 -2
  71. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
  72. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  73. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js +2 -2
  74. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
  75. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  76. package/app/.next-cli-build/server/app/_global-error/page.js +2 -2
  77. package/app/.next-cli-build/server/app/_global-error/page.js.nft.json +1 -1
  78. package/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -1
  79. package/app/.next-cli-build/server/app/_global-error.html +1 -1
  80. package/app/.next-cli-build/server/app/_global-error.rsc +1 -1
  81. package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +1 -1
  82. package/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  83. package/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  84. package/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +1 -1
  85. package/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +1 -1
  86. package/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  87. package/app/.next-cli-build/server/app/_not-found/page.js +2 -2
  88. package/app/.next-cli-build/server/app/_not-found/page.js.nft.json +1 -1
  89. package/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -1
  90. package/app/.next-cli-build/server/app/_not-found.html +1 -1
  91. package/app/.next-cli-build/server/app/_not-found.rsc +5 -5
  92. package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +5 -5
  93. package/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +1 -1
  94. package/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +5 -5
  95. package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  96. package/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  97. package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  98. package/app/.next-cli-build/server/app/api/auth/login/route.js +3 -1
  99. package/app/.next-cli-build/server/app/api/auth/login/route.js.nft.json +1 -1
  100. package/app/.next-cli-build/server/app/api/auth/logout/route.js +1 -1
  101. package/app/.next-cli-build/server/app/api/auth/logout/route.js.nft.json +1 -1
  102. package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js +1 -1
  103. package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js.nft.json +1 -1
  104. package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js +1 -1
  105. package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js.nft.json +1 -1
  106. package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js +1 -1
  107. package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js.nft.json +1 -1
  108. package/app/.next-cli-build/server/app/api/auth/reset-password/route.js +1 -1
  109. package/app/.next-cli-build/server/app/api/auth/reset-password/route.js.nft.json +1 -1
  110. package/app/.next-cli-build/server/app/api/auth/saml/acs/route.js +3 -0
  111. package/app/.next-cli-build/server/app/api/auth/saml/acs/route.js.nft.json +1 -0
  112. package/app/.next-cli-build/server/app/api/auth/saml/acs/route_client-reference-manifest.js +1 -0
  113. package/app/.next-cli-build/server/app/api/auth/saml/metadata/route.js +3 -0
  114. package/app/.next-cli-build/server/app/api/auth/saml/metadata/route.js.nft.json +1 -0
  115. package/app/.next-cli-build/server/app/api/auth/saml/metadata/route_client-reference-manifest.js +1 -0
  116. package/app/.next-cli-build/server/app/api/auth/saml/start/route.js +3 -0
  117. package/app/.next-cli-build/server/app/api/auth/saml/start/route.js.nft.json +1 -0
  118. package/app/.next-cli-build/server/app/api/auth/saml/start/route_client-reference-manifest.js +1 -0
  119. package/app/.next-cli-build/server/app/api/auth/saml/test/route.js +3 -0
  120. package/app/.next-cli-build/server/app/api/auth/saml/test/route.js.nft.json +1 -0
  121. package/app/.next-cli-build/server/app/api/auth/saml/test/route_client-reference-manifest.js +1 -0
  122. package/app/.next-cli-build/server/app/api/auth/status/route.js +3 -1
  123. package/app/.next-cli-build/server/app/api/auth/status/route.js.nft.json +1 -1
  124. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +6 -5
  125. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js.nft.json +1 -1
  126. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
  127. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
  128. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
  129. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -1
  130. package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js +2 -2
  131. package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js.nft.json +1 -1
  132. package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js +2 -2
  133. package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js.nft.json +1 -1
  134. package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js +1 -1
  135. package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js.nft.json +1 -1
  136. package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js +2 -2
  137. package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js.nft.json +1 -1
  138. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js +2 -2
  139. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js.nft.json +1 -1
  140. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js +2 -2
  141. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js.nft.json +1 -1
  142. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +1 -1
  143. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js.nft.json +1 -1
  144. package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +3 -3
  145. package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js.nft.json +1 -1
  146. package/app/.next-cli-build/server/app/api/cli-tools/devin-settings/route.js +2 -2
  147. package/app/.next-cli-build/server/app/api/cli-tools/devin-settings/route.js.nft.json +1 -1
  148. package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js +2 -2
  149. package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js.nft.json +1 -1
  150. package/app/.next-cli-build/server/app/api/cli-tools/grok-build-settings/route.js +2 -2
  151. package/app/.next-cli-build/server/app/api/cli-tools/grok-build-settings/route.js.nft.json +1 -1
  152. package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +4 -3
  153. package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js.nft.json +1 -1
  154. package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +2 -2
  155. package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js.nft.json +1 -1
  156. package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js +2 -2
  157. package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js.nft.json +1 -1
  158. package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
  159. package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js.nft.json +1 -1
  160. package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js +2 -2
  161. package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js.nft.json +1 -1
  162. package/app/.next-cli-build/server/app/api/combos/[id]/route.js +1 -1
  163. package/app/.next-cli-build/server/app/api/combos/[id]/route.js.nft.json +1 -1
  164. package/app/.next-cli-build/server/app/api/combos/route.js +1 -1
  165. package/app/.next-cli-build/server/app/api/combos/route.js.nft.json +1 -1
  166. package/app/.next-cli-build/server/app/api/headroom/extras/route.js +1 -1
  167. package/app/.next-cli-build/server/app/api/headroom/extras/route.js.nft.json +1 -1
  168. package/app/.next-cli-build/server/app/api/headroom/proxy/[...path]/route.js +1 -1
  169. package/app/.next-cli-build/server/app/api/headroom/proxy/[...path]/route.js.nft.json +1 -1
  170. package/app/.next-cli-build/server/app/api/headroom/restart/route.js +1 -1
  171. package/app/.next-cli-build/server/app/api/headroom/restart/route.js.nft.json +1 -1
  172. package/app/.next-cli-build/server/app/api/headroom/start/route.js +1 -1
  173. package/app/.next-cli-build/server/app/api/headroom/start/route.js.nft.json +1 -1
  174. package/app/.next-cli-build/server/app/api/headroom/status/route.js +1 -1
  175. package/app/.next-cli-build/server/app/api/headroom/status/route.js.nft.json +1 -1
  176. package/app/.next-cli-build/server/app/api/headroom/stop/route.js +1 -1
  177. package/app/.next-cli-build/server/app/api/headroom/stop/route.js.nft.json +1 -1
  178. package/app/.next-cli-build/server/app/api/health/route.js +1 -1
  179. package/app/.next-cli-build/server/app/api/health/route.js.nft.json +1 -1
  180. package/app/.next-cli-build/server/app/api/init/route.js +1 -1
  181. package/app/.next-cli-build/server/app/api/init/route.js.nft.json +1 -1
  182. package/app/.next-cli-build/server/app/api/keys/[id]/route.js +1 -1
  183. package/app/.next-cli-build/server/app/api/keys/[id]/route.js.nft.json +1 -1
  184. package/app/.next-cli-build/server/app/api/keys/route.js +1 -1
  185. package/app/.next-cli-build/server/app/api/keys/route.js.nft.json +1 -1
  186. package/app/.next-cli-build/server/app/api/locale/route.js +1 -1
  187. package/app/.next-cli-build/server/app/api/locale/route.js.nft.json +1 -1
  188. package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js +1 -1
  189. package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js.nft.json +1 -1
  190. package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js +2 -2
  191. package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js.nft.json +1 -1
  192. package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -1
  193. package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +1 -1
  194. package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -1
  195. package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +1 -1
  196. package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js +1 -1
  197. package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +1 -1
  198. package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js +1 -1
  199. package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +1 -1
  200. package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js +1 -1
  201. package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js.nft.json +1 -1
  202. package/app/.next-cli-build/server/app/api/models/alias/route.js +1 -1
  203. package/app/.next-cli-build/server/app/api/models/alias/route.js.nft.json +1 -1
  204. package/app/.next-cli-build/server/app/api/models/availability/route.js +1 -1
  205. package/app/.next-cli-build/server/app/api/models/availability/route.js.nft.json +1 -1
  206. package/app/.next-cli-build/server/app/api/models/custom/route.js +1 -1
  207. package/app/.next-cli-build/server/app/api/models/custom/route.js.nft.json +1 -1
  208. package/app/.next-cli-build/server/app/api/models/disabled/route.js +1 -1
  209. package/app/.next-cli-build/server/app/api/models/disabled/route.js.nft.json +1 -1
  210. package/app/.next-cli-build/server/app/api/models/route.js +1 -1
  211. package/app/.next-cli-build/server/app/api/models/route.js.nft.json +1 -1
  212. package/app/.next-cli-build/server/app/api/models/test/route.js +1 -1
  213. package/app/.next-cli-build/server/app/api/models/test/route.js.nft.json +1 -1
  214. package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  215. package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
  216. package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route.js +1 -1
  217. package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route.js.nft.json +1 -1
  218. package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js +1 -1
  219. package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js.nft.json +1 -1
  220. package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js +2 -2
  221. package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -1
  222. package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js +1 -1
  223. package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
  224. package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js +1 -1
  225. package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js.nft.json +1 -1
  226. package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js +1 -1
  227. package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -1
  228. package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route.js +1 -1
  229. package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route.js.nft.json +1 -1
  230. package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js +1 -1
  231. package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js.nft.json +1 -1
  232. package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js +1 -1
  233. package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
  234. package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route.js +1 -1
  235. package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route.js.nft.json +1 -1
  236. package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
  237. package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -1
  238. package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
  239. package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
  240. package/app/.next-cli-build/server/app/api/pricing/route.js +1 -1
  241. package/app/.next-cli-build/server/app/api/pricing/route.js.nft.json +1 -1
  242. package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js +1 -1
  243. package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
  244. package/app/.next-cli-build/server/app/api/provider-nodes/route.js +1 -1
  245. package/app/.next-cli-build/server/app/api/provider-nodes/route.js.nft.json +1 -1
  246. package/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js +1 -1
  247. package/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js.nft.json +1 -1
  248. package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js +1 -1
  249. package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
  250. package/app/.next-cli-build/server/app/api/providers/[id]/route.js +1 -1
  251. package/app/.next-cli-build/server/app/api/providers/[id]/route.js.nft.json +1 -1
  252. package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js +1 -1
  253. package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
  254. package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js +1 -1
  255. package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -1
  256. package/app/.next-cli-build/server/app/api/providers/client/route.js +1 -1
  257. package/app/.next-cli-build/server/app/api/providers/client/route.js.nft.json +1 -1
  258. package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js +1 -1
  259. package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js.nft.json +1 -1
  260. package/app/.next-cli-build/server/app/api/providers/route.js +1 -1
  261. package/app/.next-cli-build/server/app/api/providers/route.js.nft.json +1 -1
  262. package/app/.next-cli-build/server/app/api/providers/suggested-models/route.js +1 -1
  263. package/app/.next-cli-build/server/app/api/providers/suggested-models/route.js.nft.json +1 -1
  264. package/app/.next-cli-build/server/app/api/providers/test-batch/route.js +1 -1
  265. package/app/.next-cli-build/server/app/api/providers/test-batch/route.js.nft.json +1 -1
  266. package/app/.next-cli-build/server/app/api/providers/validate/route.js +1 -1
  267. package/app/.next-cli-build/server/app/api/providers/validate/route.js.nft.json +1 -1
  268. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js +1 -1
  269. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -1
  270. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js +1 -1
  271. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -1
  272. package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js +2 -2
  273. package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js.nft.json +1 -1
  274. package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js +2 -2
  275. package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js.nft.json +1 -1
  276. package/app/.next-cli-build/server/app/api/proxy-pools/route.js +1 -1
  277. package/app/.next-cli-build/server/app/api/proxy-pools/route.js.nft.json +1 -1
  278. package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js +2 -2
  279. package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +1 -1
  280. package/app/.next-cli-build/server/app/api/pxpipe/health/route.js +2 -2
  281. package/app/.next-cli-build/server/app/api/pxpipe/health/route.js.nft.json +1 -1
  282. package/app/.next-cli-build/server/app/api/pxpipe/install/route.js +2 -2
  283. package/app/.next-cli-build/server/app/api/pxpipe/install/route.js.nft.json +1 -1
  284. package/app/.next-cli-build/server/app/api/pxpipe/logs/route.js +2 -2
  285. package/app/.next-cli-build/server/app/api/pxpipe/logs/route.js.nft.json +1 -1
  286. package/app/.next-cli-build/server/app/api/pxpipe/restart/route.js +2 -2
  287. package/app/.next-cli-build/server/app/api/pxpipe/restart/route.js.nft.json +1 -1
  288. package/app/.next-cli-build/server/app/api/pxpipe/start/route.js +2 -2
  289. package/app/.next-cli-build/server/app/api/pxpipe/start/route.js.nft.json +1 -1
  290. package/app/.next-cli-build/server/app/api/pxpipe/stats/route.js +2 -2
  291. package/app/.next-cli-build/server/app/api/pxpipe/stats/route.js.nft.json +1 -1
  292. package/app/.next-cli-build/server/app/api/pxpipe/status/route.js +2 -2
  293. package/app/.next-cli-build/server/app/api/pxpipe/status/route.js.nft.json +1 -1
  294. package/app/.next-cli-build/server/app/api/pxpipe/stop/route.js +2 -2
  295. package/app/.next-cli-build/server/app/api/pxpipe/stop/route.js.nft.json +1 -1
  296. package/app/.next-cli-build/server/app/api/settings/database/route.js +1 -1
  297. package/app/.next-cli-build/server/app/api/settings/database/route.js.nft.json +1 -1
  298. package/app/.next-cli-build/server/app/api/settings/proxy-test/route.js +1 -1
  299. package/app/.next-cli-build/server/app/api/settings/proxy-test/route.js.nft.json +1 -1
  300. package/app/.next-cli-build/server/app/api/settings/require-login/route.js +1 -1
  301. package/app/.next-cli-build/server/app/api/settings/require-login/route.js.nft.json +1 -1
  302. package/app/.next-cli-build/server/app/api/settings/route.js +1 -1
  303. package/app/.next-cli-build/server/app/api/settings/route.js.nft.json +1 -1
  304. package/app/.next-cli-build/server/app/api/shutdown/route.js +1 -1
  305. package/app/.next-cli-build/server/app/api/shutdown/route.js.nft.json +1 -1
  306. package/app/.next-cli-build/server/app/api/tags/route.js +1 -1
  307. package/app/.next-cli-build/server/app/api/tags/route.js.nft.json +1 -1
  308. package/app/.next-cli-build/server/app/api/translator/console-logs/route.js +1 -1
  309. package/app/.next-cli-build/server/app/api/translator/console-logs/route.js.nft.json +1 -1
  310. package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js +2 -2
  311. package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js.nft.json +1 -1
  312. package/app/.next-cli-build/server/app/api/translator/load/route.js +1 -1
  313. package/app/.next-cli-build/server/app/api/translator/load/route.js.nft.json +1 -1
  314. package/app/.next-cli-build/server/app/api/translator/save/route.js +1 -1
  315. package/app/.next-cli-build/server/app/api/translator/save/route.js.nft.json +1 -1
  316. package/app/.next-cli-build/server/app/api/translator/send/route.js +1 -1
  317. package/app/.next-cli-build/server/app/api/translator/send/route.js.nft.json +1 -1
  318. package/app/.next-cli-build/server/app/api/translator/translate/route.js +1 -1
  319. package/app/.next-cli-build/server/app/api/translator/translate/route.js.nft.json +1 -1
  320. package/app/.next-cli-build/server/app/api/tunnel/disable/route.js +1 -1
  321. package/app/.next-cli-build/server/app/api/tunnel/disable/route.js.nft.json +1 -1
  322. package/app/.next-cli-build/server/app/api/tunnel/enable/route.js +1 -1
  323. package/app/.next-cli-build/server/app/api/tunnel/enable/route.js.nft.json +1 -1
  324. package/app/.next-cli-build/server/app/api/tunnel/status/route.js +1 -1
  325. package/app/.next-cli-build/server/app/api/tunnel/status/route.js.nft.json +1 -1
  326. package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js +1 -1
  327. package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js.nft.json +1 -1
  328. package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js +1 -1
  329. package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js.nft.json +1 -1
  330. package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js +1 -1
  331. package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js.nft.json +1 -1
  332. package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js +2 -2
  333. package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js.nft.json +1 -1
  334. package/app/.next-cli-build/server/app/api/usage/[connectionId]/codex-reset-credits/route.js +1 -1
  335. package/app/.next-cli-build/server/app/api/usage/[connectionId]/codex-reset-credits/route.js.nft.json +1 -1
  336. package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js +1 -1
  337. package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
  338. package/app/.next-cli-build/server/app/api/usage/chart/route.js +1 -1
  339. package/app/.next-cli-build/server/app/api/usage/chart/route.js.nft.json +1 -1
  340. package/app/.next-cli-build/server/app/api/usage/history/route.js +1 -1
  341. package/app/.next-cli-build/server/app/api/usage/history/route.js.nft.json +1 -1
  342. package/app/.next-cli-build/server/app/api/usage/logs/route.js +1 -1
  343. package/app/.next-cli-build/server/app/api/usage/logs/route.js.nft.json +1 -1
  344. package/app/.next-cli-build/server/app/api/usage/providers/route.js +1 -1
  345. package/app/.next-cli-build/server/app/api/usage/providers/route.js.nft.json +1 -1
  346. package/app/.next-cli-build/server/app/api/usage/request-details/route.js +1 -1
  347. package/app/.next-cli-build/server/app/api/usage/request-details/route.js.nft.json +1 -1
  348. package/app/.next-cli-build/server/app/api/usage/request-logs/route.js +1 -1
  349. package/app/.next-cli-build/server/app/api/usage/request-logs/route.js.nft.json +1 -1
  350. package/app/.next-cli-build/server/app/api/usage/stats/route.js +1 -1
  351. package/app/.next-cli-build/server/app/api/usage/stats/route.js.nft.json +1 -1
  352. package/app/.next-cli-build/server/app/api/usage/stream/route.js +2 -2
  353. package/app/.next-cli-build/server/app/api/usage/stream/route.js.nft.json +1 -1
  354. package/app/.next-cli-build/server/app/api/v1/api/chat/route.js +1 -1
  355. package/app/.next-cli-build/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  356. package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js +1 -1
  357. package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
  358. package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js +1 -1
  359. package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
  360. package/app/.next-cli-build/server/app/api/v1/audio/voices/route.js +1 -1
  361. package/app/.next-cli-build/server/app/api/v1/audio/voices/route.js.nft.json +1 -1
  362. package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js +1 -1
  363. package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  364. package/app/.next-cli-build/server/app/api/v1/embeddings/route.js +1 -1
  365. package/app/.next-cli-build/server/app/api/v1/embeddings/route.js.nft.json +1 -1
  366. package/app/.next-cli-build/server/app/api/v1/images/generations/route.js +2 -2
  367. package/app/.next-cli-build/server/app/api/v1/images/generations/route.js.nft.json +1 -1
  368. package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js +1 -1
  369. package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js.nft.json +1 -1
  370. package/app/.next-cli-build/server/app/api/v1/messages/route.js +1 -1
  371. package/app/.next-cli-build/server/app/api/v1/messages/route.js.nft.json +1 -1
  372. package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js +1 -1
  373. package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js.nft.json +1 -1
  374. package/app/.next-cli-build/server/app/api/v1/models/info/route.js +1 -1
  375. package/app/.next-cli-build/server/app/api/v1/models/info/route.js.nft.json +1 -1
  376. package/app/.next-cli-build/server/app/api/v1/models/route.js +1 -1
  377. package/app/.next-cli-build/server/app/api/v1/models/route.js.nft.json +1 -1
  378. package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js +1 -1
  379. package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js.nft.json +1 -1
  380. package/app/.next-cli-build/server/app/api/v1/responses/route.js +1 -1
  381. package/app/.next-cli-build/server/app/api/v1/responses/route.js.nft.json +1 -1
  382. package/app/.next-cli-build/server/app/api/v1/route.js +1 -1
  383. package/app/.next-cli-build/server/app/api/v1/route.js.nft.json +1 -1
  384. package/app/.next-cli-build/server/app/api/v1/search/route.js +1 -1
  385. package/app/.next-cli-build/server/app/api/v1/search/route.js.nft.json +1 -1
  386. package/app/.next-cli-build/server/app/api/v1/videos/[id]/route.js +1 -1
  387. package/app/.next-cli-build/server/app/api/v1/videos/[id]/route.js.nft.json +1 -1
  388. package/app/.next-cli-build/server/app/api/v1/videos/edits/route.js +1 -1
  389. package/app/.next-cli-build/server/app/api/v1/videos/edits/route.js.nft.json +1 -1
  390. package/app/.next-cli-build/server/app/api/v1/videos/extensions/route.js +1 -1
  391. package/app/.next-cli-build/server/app/api/v1/videos/extensions/route.js.nft.json +1 -1
  392. package/app/.next-cli-build/server/app/api/v1/videos/generations/route.js +1 -1
  393. package/app/.next-cli-build/server/app/api/v1/videos/generations/route.js.nft.json +1 -1
  394. package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js +1 -1
  395. package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js.nft.json +1 -1
  396. package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js +1 -1
  397. package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  398. package/app/.next-cli-build/server/app/api/v1beta/models/route.js +1 -1
  399. package/app/.next-cli-build/server/app/api/v1beta/models/route.js.nft.json +1 -1
  400. package/app/.next-cli-build/server/app/api/version/route.js +1 -1
  401. package/app/.next-cli-build/server/app/api/version/route.js.nft.json +1 -1
  402. package/app/.next-cli-build/server/app/api/version/shutdown/route.js +1 -1
  403. package/app/.next-cli-build/server/app/api/version/shutdown/route.js.nft.json +1 -1
  404. package/app/.next-cli-build/server/app/api/version/update/route.js +1 -1
  405. package/app/.next-cli-build/server/app/api/version/update/route.js.nft.json +1 -1
  406. package/app/.next-cli-build/server/app/callback/page.js +2 -2
  407. package/app/.next-cli-build/server/app/callback/page.js.nft.json +1 -1
  408. package/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -1
  409. package/app/.next-cli-build/server/app/callback.html +1 -1
  410. package/app/.next-cli-build/server/app/callback.rsc +5 -5
  411. package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +5 -5
  412. package/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +1 -1
  413. package/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +5 -5
  414. package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +2 -2
  415. package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  416. package/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +1 -1
  417. package/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -1
  418. package/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +7 -7
  419. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
  420. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
  421. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  422. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  423. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +7 -7
  424. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
  425. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_index.segment.rsc +5 -5
  426. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +2 -2
  427. package/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -1
  428. package/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +7 -7
  429. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  430. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  431. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  432. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  433. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +7 -7
  434. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  435. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_index.segment.rsc +5 -5
  436. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
  437. package/app/.next-cli-build/server/app/dashboard/combos.html +1 -1
  438. package/app/.next-cli-build/server/app/dashboard/combos.rsc +7 -7
  439. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  440. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  441. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  442. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  443. package/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +7 -7
  444. package/app/.next-cli-build/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  445. package/app/.next-cli-build/server/app/dashboard/combos.segments/_index.segment.rsc +5 -5
  446. package/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
  447. package/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -1
  448. package/app/.next-cli-build/server/app/dashboard/endpoint.rsc +7 -7
  449. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  450. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  451. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  452. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  453. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +7 -7
  454. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  455. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_index.segment.rsc +5 -5
  456. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
  457. package/app/.next-cli-build/server/app/dashboard/media-providers/web.html +1 -1
  458. package/app/.next-cli-build/server/app/dashboard/media-providers/web.rsc +7 -7
  459. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
  460. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
  461. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
  462. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  463. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  464. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +7 -7
  465. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
  466. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +5 -5
  467. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +2 -2
  468. package/app/.next-cli-build/server/app/dashboard/mitm.html +1 -1
  469. package/app/.next-cli-build/server/app/dashboard/mitm.rsc +7 -7
  470. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
  471. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
  472. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  473. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  474. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +7 -7
  475. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
  476. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_index.segment.rsc +5 -5
  477. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +2 -2
  478. package/app/.next-cli-build/server/app/dashboard/profile.html +1 -1
  479. package/app/.next-cli-build/server/app/dashboard/profile.rsc +7 -7
  480. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
  481. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  482. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  483. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  484. package/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +7 -7
  485. package/app/.next-cli-build/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  486. package/app/.next-cli-build/server/app/dashboard/profile.segments/_index.segment.rsc +5 -5
  487. package/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
  488. package/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -1
  489. package/app/.next-cli-build/server/app/dashboard/providers/new.rsc +7 -7
  490. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  491. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  492. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  493. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  494. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  495. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +7 -7
  496. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  497. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_index.segment.rsc +5 -5
  498. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
  499. package/app/.next-cli-build/server/app/dashboard/providers.html +1 -1
  500. package/app/.next-cli-build/server/app/dashboard/providers.rsc +7 -7
  501. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  502. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  503. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  504. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  505. package/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +7 -7
  506. package/app/.next-cli-build/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  507. package/app/.next-cli-build/server/app/dashboard/providers.segments/_index.segment.rsc +5 -5
  508. package/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
  509. package/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -1
  510. package/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +7 -7
  511. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
  512. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
  513. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  514. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  515. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +7 -7
  516. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
  517. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +5 -5
  518. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +2 -2
  519. package/app/.next-cli-build/server/app/dashboard/pxpipe.html +1 -1
  520. package/app/.next-cli-build/server/app/dashboard/pxpipe.rsc +7 -7
  521. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk/dashboard/pxpipe/__PAGE__.segment.rsc +2 -2
  522. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk/dashboard/pxpipe.segment.rsc +1 -1
  523. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  524. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  525. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_full.segment.rsc +7 -7
  526. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_head.segment.rsc +1 -1
  527. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_index.segment.rsc +5 -5
  528. package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_tree.segment.rsc +2 -2
  529. package/app/.next-cli-build/server/app/dashboard/quota.html +2 -2
  530. package/app/.next-cli-build/server/app/dashboard/quota.rsc +8 -8
  531. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
  532. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
  533. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  534. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  535. package/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +8 -8
  536. package/app/.next-cli-build/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
  537. package/app/.next-cli-build/server/app/dashboard/quota.segments/_index.segment.rsc +5 -5
  538. package/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +2 -2
  539. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js +2 -2
  540. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js.nft.json +1 -1
  541. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  542. package/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -1
  543. package/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +6 -6
  544. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +6 -6
  545. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  546. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +5 -5
  547. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  548. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +2 -2
  549. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  550. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  551. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  552. package/app/.next-cli-build/server/app/dashboard/skills.html +1 -1
  553. package/app/.next-cli-build/server/app/dashboard/skills.rsc +7 -7
  554. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
  555. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
  556. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  557. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  558. package/app/.next-cli-build/server/app/dashboard/skills.segments/_full.segment.rsc +7 -7
  559. package/app/.next-cli-build/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
  560. package/app/.next-cli-build/server/app/dashboard/skills.segments/_index.segment.rsc +5 -5
  561. package/app/.next-cli-build/server/app/dashboard/skills.segments/_tree.segment.rsc +2 -2
  562. package/app/.next-cli-build/server/app/dashboard/token-saver.html +1 -1
  563. package/app/.next-cli-build/server/app/dashboard/token-saver.rsc +7 -7
  564. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver/__PAGE__.segment.rsc +2 -2
  565. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver.segment.rsc +1 -1
  566. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  567. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  568. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_full.segment.rsc +7 -7
  569. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_head.segment.rsc +1 -1
  570. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_index.segment.rsc +5 -5
  571. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_tree.segment.rsc +2 -2
  572. package/app/.next-cli-build/server/app/dashboard/translator.html +1 -1
  573. package/app/.next-cli-build/server/app/dashboard/translator.rsc +7 -7
  574. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  575. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  576. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  577. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  578. package/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +7 -7
  579. package/app/.next-cli-build/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  580. package/app/.next-cli-build/server/app/dashboard/translator.segments/_index.segment.rsc +5 -5
  581. package/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
  582. package/app/.next-cli-build/server/app/dashboard/usage.html +1 -1
  583. package/app/.next-cli-build/server/app/dashboard/usage.rsc +7 -7
  584. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  585. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  586. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  587. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  588. package/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +7 -7
  589. package/app/.next-cli-build/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  590. package/app/.next-cli-build/server/app/dashboard/usage.segments/_index.segment.rsc +5 -5
  591. package/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
  592. package/app/.next-cli-build/server/app/dashboard.html +1 -1
  593. package/app/.next-cli-build/server/app/dashboard.rsc +7 -7
  594. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
  595. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  596. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  597. package/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +7 -7
  598. package/app/.next-cli-build/server/app/dashboard.segments/_head.segment.rsc +1 -1
  599. package/app/.next-cli-build/server/app/dashboard.segments/_index.segment.rsc +5 -5
  600. package/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +2 -2
  601. package/app/.next-cli-build/server/app/favicon.ico/route.js +1 -1
  602. package/app/.next-cli-build/server/app/favicon.ico/route.js.nft.json +1 -1
  603. package/app/.next-cli-build/server/app/index.html +1 -1
  604. package/app/.next-cli-build/server/app/index.rsc +5 -5
  605. package/app/.next-cli-build/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  606. package/app/.next-cli-build/server/app/index.segments/_full.segment.rsc +5 -5
  607. package/app/.next-cli-build/server/app/index.segments/_head.segment.rsc +1 -1
  608. package/app/.next-cli-build/server/app/index.segments/_index.segment.rsc +5 -5
  609. package/app/.next-cli-build/server/app/index.segments/_tree.segment.rsc +2 -2
  610. package/app/.next-cli-build/server/app/landing/page.js +2 -2
  611. package/app/.next-cli-build/server/app/landing/page.js.nft.json +1 -1
  612. package/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -1
  613. package/app/.next-cli-build/server/app/landing.html +1 -1
  614. package/app/.next-cli-build/server/app/landing.rsc +5 -5
  615. package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +5 -5
  616. package/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +1 -1
  617. package/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +5 -5
  618. package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +2 -2
  619. package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  620. package/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +1 -1
  621. package/app/.next-cli-build/server/app/login/page.js +2 -2
  622. package/app/.next-cli-build/server/app/login/page.js.nft.json +1 -1
  623. package/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -1
  624. package/app/.next-cli-build/server/app/login.html +1 -1
  625. package/app/.next-cli-build/server/app/login.rsc +6 -6
  626. package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +6 -6
  627. package/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +1 -1
  628. package/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +5 -5
  629. package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +2 -2
  630. package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  631. package/app/.next-cli-build/server/app/login.segments/login.segment.rsc +1 -1
  632. package/app/.next-cli-build/server/app/manifest.webmanifest/route.js +2 -2
  633. package/app/.next-cli-build/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  634. package/app/.next-cli-build/server/app/page.js +2 -2
  635. package/app/.next-cli-build/server/app/page.js.nft.json +1 -1
  636. package/app/.next-cli-build/server/app/page_client-reference-manifest.js +1 -1
  637. package/app/.next-cli-build/server/app-paths-manifest.json +11 -7
  638. package/app/.next-cli-build/server/chunks/112.js +3 -0
  639. package/app/.next-cli-build/server/chunks/2051.js +1 -0
  640. package/app/.next-cli-build/server/chunks/2283.js +1 -0
  641. package/app/.next-cli-build/server/chunks/241.js +1 -1
  642. package/app/.next-cli-build/server/chunks/2416.js +1 -1
  643. package/app/.next-cli-build/server/chunks/318.js +27 -27
  644. package/app/.next-cli-build/server/chunks/3212.js +1 -0
  645. package/app/.next-cli-build/server/chunks/3225.js +10 -0
  646. package/app/.next-cli-build/server/chunks/3350.js +1 -1
  647. package/app/.next-cli-build/server/chunks/3535.js +1 -1
  648. package/app/.next-cli-build/server/chunks/3558.js +1 -1
  649. package/app/.next-cli-build/server/chunks/3943.js +1 -1
  650. package/app/.next-cli-build/server/chunks/4037.js +1 -0
  651. package/app/.next-cli-build/server/chunks/412.js +5 -5
  652. package/app/.next-cli-build/server/chunks/4123.js +1 -1
  653. package/app/.next-cli-build/server/chunks/4125.js +1 -0
  654. package/app/.next-cli-build/server/chunks/4730.js +7 -0
  655. package/app/.next-cli-build/server/chunks/4884.js +1 -1
  656. package/app/.next-cli-build/server/chunks/4953.js +1 -0
  657. package/app/.next-cli-build/server/chunks/5081.js +29 -0
  658. package/app/.next-cli-build/server/chunks/5285.js +1 -0
  659. package/app/.next-cli-build/server/chunks/5612.js +1 -1
  660. package/app/.next-cli-build/server/chunks/5615.js +1 -1
  661. package/app/.next-cli-build/server/chunks/5699.js +1 -1
  662. package/app/.next-cli-build/server/chunks/6070.js +1 -1
  663. package/app/.next-cli-build/server/chunks/615.js +1 -1
  664. package/app/.next-cli-build/server/chunks/6306.js +1 -1
  665. package/app/.next-cli-build/server/chunks/6763.js +1 -1
  666. package/app/.next-cli-build/server/chunks/6777.js +1 -1
  667. package/app/.next-cli-build/server/chunks/6832.js +1 -1
  668. package/app/.next-cli-build/server/chunks/7011.js +1 -1
  669. package/app/.next-cli-build/server/chunks/7211.js +1 -1
  670. package/app/.next-cli-build/server/chunks/7828.js +1 -0
  671. package/app/.next-cli-build/server/chunks/8038.js +29 -11
  672. package/app/.next-cli-build/server/chunks/8145.js +1 -1
  673. package/app/.next-cli-build/server/chunks/827.js +1 -1
  674. package/app/.next-cli-build/server/chunks/8499.js +7 -7
  675. package/app/.next-cli-build/server/chunks/8658.js +1 -1
  676. package/app/.next-cli-build/server/chunks/869.js +1 -1
  677. package/app/.next-cli-build/server/chunks/8847.js +1 -0
  678. package/app/.next-cli-build/server/chunks/8895.js +10 -10
  679. package/app/.next-cli-build/server/chunks/8910.js +2 -2
  680. package/app/.next-cli-build/server/chunks/8920.js +1 -1
  681. package/app/.next-cli-build/server/chunks/915.js +1 -1
  682. package/app/.next-cli-build/server/instrumentation.js +1 -1
  683. package/app/.next-cli-build/server/instrumentation.js.nft.json +1 -0
  684. package/app/.next-cli-build/server/interception-route-rewrite-manifest.js +1 -0
  685. package/app/.next-cli-build/server/middleware-build-manifest.js +1 -1
  686. package/app/.next-cli-build/server/middleware.js +4 -4
  687. package/app/.next-cli-build/server/middleware.js.nft.json +1 -0
  688. package/app/.next-cli-build/server/pages/404.html +1 -1
  689. package/app/.next-cli-build/server/pages/500.html +1 -1
  690. package/app/.next-cli-build/server/server-reference-manifest.js +1 -1
  691. package/app/.next-cli-build/server/server-reference-manifest.json +1 -1
  692. package/app/.next-cli-build/static/QHckNKEYIzKDlZXcEeOCp/_buildManifest.js +1 -0
  693. package/app/.next-cli-build/static/chunks/1321-914afc18e65fc58b.js +1 -0
  694. package/app/.next-cli-build/static/chunks/{5116-cb256a4ded35d6c3.js → 5116-bc94dfd2ad8196df.js} +29 -11
  695. package/app/.next-cli-build/static/chunks/5497-5530978903ed32d5.js +7 -0
  696. package/app/.next-cli-build/static/chunks/705-10f93cd2550e6494.js +1 -0
  697. package/app/.next-cli-build/static/chunks/8720-d7bd322d82b846f1.js +3 -0
  698. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-f3824bd707835009.js +1 -0
  699. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/page-c6b157578e72a193.js +1 -0
  700. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/{page-6226ad0df4077bca.js → page-8e859b9efe1d5d4f.js} +12 -12
  701. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/profile/page-3226a9ed9125dd0a.js +1 -0
  702. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-62c6f167a5e03a07.js +14 -0
  703. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/page-cbfb19efff4ac7f5.js +1 -0
  704. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-b571eafb19552ce1.js +1 -0
  705. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/token-saver/page-e6215b0b74c85ae2.js +1 -0
  706. package/app/.next-cli-build/static/chunks/app/_global-error/page-10b8160373c1c0bd.js +1 -0
  707. package/app/.next-cli-build/static/chunks/app/api/auth/login/route-10b8160373c1c0bd.js +1 -0
  708. package/app/.next-cli-build/static/chunks/app/api/auth/logout/route-10b8160373c1c0bd.js +1 -0
  709. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/callback/route-10b8160373c1c0bd.js +1 -0
  710. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/start/route-10b8160373c1c0bd.js +1 -0
  711. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/test/route-10b8160373c1c0bd.js +1 -0
  712. package/app/.next-cli-build/static/chunks/app/api/auth/reset-password/route-10b8160373c1c0bd.js +1 -0
  713. package/app/.next-cli-build/static/chunks/app/api/auth/saml/acs/route-10b8160373c1c0bd.js +1 -0
  714. package/app/.next-cli-build/static/chunks/app/api/auth/saml/metadata/route-10b8160373c1c0bd.js +1 -0
  715. package/app/.next-cli-build/static/chunks/app/api/auth/saml/start/route-10b8160373c1c0bd.js +1 -0
  716. package/app/.next-cli-build/static/chunks/app/api/auth/saml/test/route-10b8160373c1c0bd.js +1 -0
  717. package/app/.next-cli-build/static/chunks/app/api/auth/status/route-10b8160373c1c0bd.js +1 -0
  718. package/app/.next-cli-build/static/chunks/app/api/cli-tools/all-statuses/route-10b8160373c1c0bd.js +1 -0
  719. package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-10b8160373c1c0bd.js +1 -0
  720. package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/route-10b8160373c1c0bd.js +1 -0
  721. package/app/.next-cli-build/static/chunks/app/api/cli-tools/claude-settings/route-10b8160373c1c0bd.js +1 -0
  722. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cline-settings/route-10b8160373c1c0bd.js +1 -0
  723. package/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-settings/route-10b8160373c1c0bd.js +1 -0
  724. package/app/.next-cli-build/static/chunks/app/api/cli-tools/copilot-settings/route-10b8160373c1c0bd.js +1 -0
  725. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-10b8160373c1c0bd.js +1 -0
  726. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-10b8160373c1c0bd.js +1 -0
  727. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-settings/route-10b8160373c1c0bd.js +1 -0
  728. package/app/.next-cli-build/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-10b8160373c1c0bd.js +1 -0
  729. package/app/.next-cli-build/static/chunks/app/api/cli-tools/devin-settings/route-10b8160373c1c0bd.js +1 -0
  730. package/app/.next-cli-build/static/chunks/app/api/cli-tools/droid-settings/route-10b8160373c1c0bd.js +1 -0
  731. package/app/.next-cli-build/static/chunks/app/api/cli-tools/grok-build-settings/route-10b8160373c1c0bd.js +1 -0
  732. package/app/.next-cli-build/static/chunks/app/api/cli-tools/hermes-settings/route-10b8160373c1c0bd.js +1 -0
  733. package/app/.next-cli-build/static/chunks/app/api/cli-tools/jcode-settings/route-10b8160373c1c0bd.js +1 -0
  734. package/app/.next-cli-build/static/chunks/app/api/cli-tools/kilo-settings/route-10b8160373c1c0bd.js +1 -0
  735. package/app/.next-cli-build/static/chunks/app/api/cli-tools/openclaw-settings/route-10b8160373c1c0bd.js +1 -0
  736. package/app/.next-cli-build/static/chunks/app/api/cli-tools/opencode-settings/route-10b8160373c1c0bd.js +1 -0
  737. package/app/.next-cli-build/static/chunks/app/api/combos/[id]/route-10b8160373c1c0bd.js +1 -0
  738. package/app/.next-cli-build/static/chunks/app/api/combos/route-10b8160373c1c0bd.js +1 -0
  739. package/app/.next-cli-build/static/chunks/app/api/headroom/extras/route-10b8160373c1c0bd.js +1 -0
  740. package/app/.next-cli-build/static/chunks/app/api/headroom/proxy/[...path]/route-10b8160373c1c0bd.js +1 -0
  741. package/app/.next-cli-build/static/chunks/app/api/headroom/restart/route-10b8160373c1c0bd.js +1 -0
  742. package/app/.next-cli-build/static/chunks/app/api/headroom/start/route-10b8160373c1c0bd.js +1 -0
  743. package/app/.next-cli-build/static/chunks/app/api/headroom/status/route-10b8160373c1c0bd.js +1 -0
  744. package/app/.next-cli-build/static/chunks/app/api/headroom/stop/route-10b8160373c1c0bd.js +1 -0
  745. package/app/.next-cli-build/static/chunks/app/api/health/route-10b8160373c1c0bd.js +1 -0
  746. package/app/.next-cli-build/static/chunks/app/api/init/route-10b8160373c1c0bd.js +1 -0
  747. package/app/.next-cli-build/static/chunks/app/api/keys/[id]/route-10b8160373c1c0bd.js +1 -0
  748. package/app/.next-cli-build/static/chunks/app/api/keys/route-10b8160373c1c0bd.js +1 -0
  749. package/app/.next-cli-build/static/chunks/app/api/locale/route-10b8160373c1c0bd.js +1 -0
  750. package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/message/route-10b8160373c1c0bd.js +1 -0
  751. package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/sse/route-10b8160373c1c0bd.js +1 -0
  752. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/deepgram/voices/route-10b8160373c1c0bd.js +1 -0
  753. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-10b8160373c1c0bd.js +1 -0
  754. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/inworld/voices/route-10b8160373c1c0bd.js +1 -0
  755. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/minimax/voices/route-10b8160373c1c0bd.js +1 -0
  756. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/voices/route-10b8160373c1c0bd.js +1 -0
  757. package/app/.next-cli-build/static/chunks/app/api/models/alias/route-10b8160373c1c0bd.js +1 -0
  758. package/app/.next-cli-build/static/chunks/app/api/models/availability/route-10b8160373c1c0bd.js +1 -0
  759. package/app/.next-cli-build/static/chunks/app/api/models/custom/route-10b8160373c1c0bd.js +1 -0
  760. package/app/.next-cli-build/static/chunks/app/api/models/disabled/route-10b8160373c1c0bd.js +1 -0
  761. package/app/.next-cli-build/static/chunks/app/api/models/route-10b8160373c1c0bd.js +1 -0
  762. package/app/.next-cli-build/static/chunks/app/api/models/test/route-10b8160373c1c0bd.js +1 -0
  763. package/app/.next-cli-build/static/chunks/app/api/oauth/[provider]/[action]/route-10b8160373c1c0bd.js +1 -0
  764. package/app/.next-cli-build/static/chunks/app/api/oauth/codex/bulk-import/route-10b8160373c1c0bd.js +1 -0
  765. package/app/.next-cli-build/static/chunks/app/api/oauth/codex/import-token/route-10b8160373c1c0bd.js +1 -0
  766. package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/auto-import/route-10b8160373c1c0bd.js +1 -0
  767. package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/import/route-10b8160373c1c0bd.js +1 -0
  768. package/app/.next-cli-build/static/chunks/app/api/oauth/gitlab/pat/route-10b8160373c1c0bd.js +1 -0
  769. package/app/.next-cli-build/static/chunks/app/api/oauth/iflow/cookie/route-10b8160373c1c0bd.js +1 -0
  770. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/api-key/route-10b8160373c1c0bd.js +1 -0
  771. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/auto-import/route-10b8160373c1c0bd.js +1 -0
  772. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import/route-10b8160373c1c0bd.js +1 -0
  773. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import-cli-proxy/route-10b8160373c1c0bd.js +1 -0
  774. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-authorize/route-10b8160373c1c0bd.js +1 -0
  775. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-exchange/route-10b8160373c1c0bd.js +1 -0
  776. package/app/.next-cli-build/static/chunks/app/api/pricing/route-10b8160373c1c0bd.js +1 -0
  777. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/[id]/route-10b8160373c1c0bd.js +1 -0
  778. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/route-10b8160373c1c0bd.js +1 -0
  779. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/validate/route-10b8160373c1c0bd.js +1 -0
  780. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/models/route-10b8160373c1c0bd.js +1 -0
  781. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/route-10b8160373c1c0bd.js +1 -0
  782. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test/route-10b8160373c1c0bd.js +1 -0
  783. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test-models/route-10b8160373c1c0bd.js +1 -0
  784. package/app/.next-cli-build/static/chunks/app/api/providers/client/route-10b8160373c1c0bd.js +1 -0
  785. package/app/.next-cli-build/static/chunks/app/api/providers/kilo/free-models/route-10b8160373c1c0bd.js +1 -0
  786. package/app/.next-cli-build/static/chunks/app/api/providers/route-10b8160373c1c0bd.js +1 -0
  787. package/app/.next-cli-build/static/chunks/app/api/providers/suggested-models/route-10b8160373c1c0bd.js +1 -0
  788. package/app/.next-cli-build/static/chunks/app/api/providers/test-batch/route-10b8160373c1c0bd.js +1 -0
  789. package/app/.next-cli-build/static/chunks/app/api/providers/validate/route-10b8160373c1c0bd.js +1 -0
  790. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/route-10b8160373c1c0bd.js +1 -0
  791. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/test/route-10b8160373c1c0bd.js +1 -0
  792. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/cloudflare-deploy/route-10b8160373c1c0bd.js +1 -0
  793. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/deno-deploy/route-10b8160373c1c0bd.js +1 -0
  794. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/route-10b8160373c1c0bd.js +1 -0
  795. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/vercel-deploy/route-10b8160373c1c0bd.js +1 -0
  796. package/app/.next-cli-build/static/chunks/app/api/pxpipe/health/route-10b8160373c1c0bd.js +1 -0
  797. package/app/.next-cli-build/static/chunks/app/api/pxpipe/install/route-10b8160373c1c0bd.js +1 -0
  798. package/app/.next-cli-build/static/chunks/app/api/pxpipe/logs/route-10b8160373c1c0bd.js +1 -0
  799. package/app/.next-cli-build/static/chunks/app/api/pxpipe/restart/route-10b8160373c1c0bd.js +1 -0
  800. package/app/.next-cli-build/static/chunks/app/api/pxpipe/start/route-10b8160373c1c0bd.js +1 -0
  801. package/app/.next-cli-build/static/chunks/app/api/pxpipe/stats/route-10b8160373c1c0bd.js +1 -0
  802. package/app/.next-cli-build/static/chunks/app/api/pxpipe/status/route-10b8160373c1c0bd.js +1 -0
  803. package/app/.next-cli-build/static/chunks/app/api/pxpipe/stop/route-10b8160373c1c0bd.js +1 -0
  804. package/app/.next-cli-build/static/chunks/app/api/settings/database/route-10b8160373c1c0bd.js +1 -0
  805. package/app/.next-cli-build/static/chunks/app/api/settings/proxy-test/route-10b8160373c1c0bd.js +1 -0
  806. package/app/.next-cli-build/static/chunks/app/api/settings/require-login/route-10b8160373c1c0bd.js +1 -0
  807. package/app/.next-cli-build/static/chunks/app/api/settings/route-10b8160373c1c0bd.js +1 -0
  808. package/app/.next-cli-build/static/chunks/app/api/shutdown/route-10b8160373c1c0bd.js +1 -0
  809. package/app/.next-cli-build/static/chunks/app/api/tags/route-10b8160373c1c0bd.js +1 -0
  810. package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/route-10b8160373c1c0bd.js +1 -0
  811. package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/stream/route-10b8160373c1c0bd.js +1 -0
  812. package/app/.next-cli-build/static/chunks/app/api/translator/load/route-10b8160373c1c0bd.js +1 -0
  813. package/app/.next-cli-build/static/chunks/app/api/translator/save/route-10b8160373c1c0bd.js +1 -0
  814. package/app/.next-cli-build/static/chunks/app/api/translator/send/route-10b8160373c1c0bd.js +1 -0
  815. package/app/.next-cli-build/static/chunks/app/api/translator/translate/route-10b8160373c1c0bd.js +1 -0
  816. package/app/.next-cli-build/static/chunks/app/api/tunnel/disable/route-10b8160373c1c0bd.js +1 -0
  817. package/app/.next-cli-build/static/chunks/app/api/tunnel/enable/route-10b8160373c1c0bd.js +1 -0
  818. package/app/.next-cli-build/static/chunks/app/api/tunnel/status/route-10b8160373c1c0bd.js +1 -0
  819. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-check/route-10b8160373c1c0bd.js +1 -0
  820. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-disable/route-10b8160373c1c0bd.js +1 -0
  821. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-enable/route-10b8160373c1c0bd.js +1 -0
  822. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-install/route-10b8160373c1c0bd.js +1 -0
  823. package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/codex-reset-credits/route-10b8160373c1c0bd.js +1 -0
  824. package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/route-10b8160373c1c0bd.js +1 -0
  825. package/app/.next-cli-build/static/chunks/app/api/usage/chart/route-10b8160373c1c0bd.js +1 -0
  826. package/app/.next-cli-build/static/chunks/app/api/usage/history/route-10b8160373c1c0bd.js +1 -0
  827. package/app/.next-cli-build/static/chunks/app/api/usage/logs/route-10b8160373c1c0bd.js +1 -0
  828. package/app/.next-cli-build/static/chunks/app/api/usage/providers/route-10b8160373c1c0bd.js +1 -0
  829. package/app/.next-cli-build/static/chunks/app/api/usage/request-details/route-10b8160373c1c0bd.js +1 -0
  830. package/app/.next-cli-build/static/chunks/app/api/usage/request-logs/route-10b8160373c1c0bd.js +1 -0
  831. package/app/.next-cli-build/static/chunks/app/api/usage/stats/route-10b8160373c1c0bd.js +1 -0
  832. package/app/.next-cli-build/static/chunks/app/api/usage/stream/route-10b8160373c1c0bd.js +1 -0
  833. package/app/.next-cli-build/static/chunks/app/api/v1/api/chat/route-10b8160373c1c0bd.js +1 -0
  834. package/app/.next-cli-build/static/chunks/app/api/v1/audio/speech/route-10b8160373c1c0bd.js +1 -0
  835. package/app/.next-cli-build/static/chunks/app/api/v1/audio/transcriptions/route-10b8160373c1c0bd.js +1 -0
  836. package/app/.next-cli-build/static/chunks/app/api/v1/audio/voices/route-10b8160373c1c0bd.js +1 -0
  837. package/app/.next-cli-build/static/chunks/app/api/v1/chat/completions/route-10b8160373c1c0bd.js +1 -0
  838. package/app/.next-cli-build/static/chunks/app/api/v1/embeddings/route-10b8160373c1c0bd.js +1 -0
  839. package/app/.next-cli-build/static/chunks/app/api/v1/images/generations/route-10b8160373c1c0bd.js +1 -0
  840. package/app/.next-cli-build/static/chunks/app/api/v1/messages/count_tokens/route-10b8160373c1c0bd.js +1 -0
  841. package/app/.next-cli-build/static/chunks/app/api/v1/messages/route-10b8160373c1c0bd.js +1 -0
  842. package/app/.next-cli-build/static/chunks/app/api/v1/models/[kind]/route-10b8160373c1c0bd.js +1 -0
  843. package/app/.next-cli-build/static/chunks/app/api/v1/models/info/route-10b8160373c1c0bd.js +1 -0
  844. package/app/.next-cli-build/static/chunks/app/api/v1/models/route-10b8160373c1c0bd.js +1 -0
  845. package/app/.next-cli-build/static/chunks/app/api/v1/responses/compact/route-10b8160373c1c0bd.js +1 -0
  846. package/app/.next-cli-build/static/chunks/app/api/v1/responses/route-10b8160373c1c0bd.js +1 -0
  847. package/app/.next-cli-build/static/chunks/app/api/v1/route-10b8160373c1c0bd.js +1 -0
  848. package/app/.next-cli-build/static/chunks/app/api/v1/search/route-10b8160373c1c0bd.js +1 -0
  849. package/app/.next-cli-build/static/chunks/app/api/v1/videos/[id]/route-10b8160373c1c0bd.js +1 -0
  850. package/app/.next-cli-build/static/chunks/app/api/v1/videos/edits/route-10b8160373c1c0bd.js +1 -0
  851. package/app/.next-cli-build/static/chunks/app/api/v1/videos/extensions/route-10b8160373c1c0bd.js +1 -0
  852. package/app/.next-cli-build/static/chunks/app/api/v1/videos/generations/route-10b8160373c1c0bd.js +1 -0
  853. package/app/.next-cli-build/static/chunks/app/api/v1/web/fetch/route-10b8160373c1c0bd.js +1 -0
  854. package/app/.next-cli-build/static/chunks/app/api/v1beta/models/[...path]/route-10b8160373c1c0bd.js +1 -0
  855. package/app/.next-cli-build/static/chunks/app/api/v1beta/models/route-10b8160373c1c0bd.js +1 -0
  856. package/app/.next-cli-build/static/chunks/app/api/version/route-10b8160373c1c0bd.js +1 -0
  857. package/app/.next-cli-build/static/chunks/app/api/version/shutdown/route-10b8160373c1c0bd.js +1 -0
  858. package/app/.next-cli-build/static/chunks/app/api/version/update/route-10b8160373c1c0bd.js +1 -0
  859. package/app/.next-cli-build/static/chunks/app/login/page-b62000632115ac6d.js +1 -0
  860. package/app/.next-cli-build/static/chunks/app/manifest.webmanifest/route-10b8160373c1c0bd.js +1 -0
  861. package/app/.next-cli-build/static/chunks/app/page-10b8160373c1c0bd.js +1 -0
  862. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/app-error-10b8160373c1c0bd.js +1 -0
  863. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/forbidden-10b8160373c1c0bd.js +1 -0
  864. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/not-found-10b8160373c1c0bd.js +1 -0
  865. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/unauthorized-10b8160373c1c0bd.js +1 -0
  866. package/app/.next-cli-build/static/css/e01444f48d852c23.css +1 -0
  867. package/app/cli/.build-home/.9router/db/data.sqlite +0 -0
  868. package/app/custom-server.js +109 -2
  869. package/app/node_modules/bundle-name/index.js +5 -0
  870. package/app/node_modules/bundle-name/package.json +45 -0
  871. package/app/node_modules/default-browser/index.js +34 -0
  872. package/app/node_modules/default-browser/package.json +54 -0
  873. package/app/node_modules/default-browser/windows.js +57 -0
  874. package/app/node_modules/default-browser-id/index.js +25 -0
  875. package/app/node_modules/default-browser-id/package.json +41 -0
  876. package/app/node_modules/define-lazy-prop/index.js +18 -0
  877. package/app/node_modules/define-lazy-prop/package.json +51 -0
  878. package/app/node_modules/is-docker/index.js +29 -0
  879. package/app/node_modules/is-docker/package.json +44 -0
  880. package/app/node_modules/is-in-ssh/index.js +7 -0
  881. package/app/node_modules/is-in-ssh/package.json +43 -0
  882. package/app/node_modules/is-inside-container/index.js +23 -0
  883. package/app/node_modules/is-inside-container/package.json +51 -0
  884. package/app/node_modules/is-wsl/index.js +36 -0
  885. package/app/node_modules/is-wsl/package.json +58 -0
  886. package/app/node_modules/open/index.js +417 -0
  887. package/app/node_modules/open/package.json +70 -0
  888. package/app/node_modules/open/xdg-open +1267 -0
  889. package/app/node_modules/powershell-utils/index.js +58 -0
  890. package/app/node_modules/powershell-utils/package.json +47 -0
  891. package/app/node_modules/run-applescript/index.js +37 -0
  892. package/app/node_modules/run-applescript/package.json +42 -0
  893. package/app/node_modules/wsl-utils/index.js +98 -0
  894. package/app/node_modules/wsl-utils/package.json +48 -0
  895. package/app/node_modules/wsl-utils/utilities.js +19 -0
  896. package/app/package.json +8 -3
  897. package/app/public/i18n/literals/ar.json +2 -0
  898. package/app/public/i18n/literals/bn.json +2 -0
  899. package/app/public/i18n/literals/cs.json +2 -0
  900. package/app/public/i18n/literals/da.json +2 -0
  901. package/app/public/i18n/literals/de.json +2 -0
  902. package/app/public/i18n/literals/el.json +2 -0
  903. package/app/public/i18n/literals/es.json +2 -0
  904. package/app/public/i18n/literals/fa.json +2 -0
  905. package/app/public/i18n/literals/fi.json +2 -0
  906. package/app/public/i18n/literals/fr.json +2 -0
  907. package/app/public/i18n/literals/he.json +2 -0
  908. package/app/public/i18n/literals/hi.json +2 -0
  909. package/app/public/i18n/literals/hu.json +2 -0
  910. package/app/public/i18n/literals/id.json +2 -0
  911. package/app/public/i18n/literals/it.json +2 -0
  912. package/app/public/i18n/literals/ja.json +2 -0
  913. package/app/public/i18n/literals/km.json +2 -0
  914. package/app/public/i18n/literals/ko.json +2 -0
  915. package/app/public/i18n/literals/nl.json +2 -0
  916. package/app/public/i18n/literals/no.json +2 -0
  917. package/app/public/i18n/literals/pl.json +2 -0
  918. package/app/public/i18n/literals/pt-BR.json +3 -1
  919. package/app/public/i18n/literals/pt-PT.json +2 -0
  920. package/app/public/i18n/literals/ro.json +2 -0
  921. package/app/public/i18n/literals/ru.json +2 -0
  922. package/app/public/i18n/literals/sv.json +2 -0
  923. package/app/public/i18n/literals/th.json +3 -1
  924. package/app/public/i18n/literals/tl.json +2 -0
  925. package/app/public/i18n/literals/tr.json +2 -0
  926. package/app/public/i18n/literals/uk.json +2 -0
  927. package/app/public/i18n/literals/ur.json +2 -0
  928. package/app/public/i18n/literals/vi.json +2 -0
  929. package/app/public/i18n/literals/zh-CN.json +2 -0
  930. package/app/public/i18n/literals/zh-TW.json +2 -0
  931. package/app/public/providers/opendesign.png +0 -0
  932. package/app/public/providers/tokenrouter.png +0 -0
  933. package/app/server.js +1 -1
  934. package/app/src/mitm/server.js +27 -27
  935. package/app/src/sse/services/backgroundTokenRefresh.js +195 -0
  936. package/package.json +1 -1
  937. package/src/cli/menus/providers.js +3 -0
  938. package/app/.next-cli-build/server/chunks/1829.js +0 -1
  939. package/app/.next-cli-build/server/chunks/1882.js +0 -1
  940. package/app/.next-cli-build/server/chunks/203.js +0 -10
  941. package/app/.next-cli-build/server/chunks/2112.js +0 -1
  942. package/app/.next-cli-build/server/chunks/2194.js +0 -1
  943. package/app/.next-cli-build/server/chunks/2573.js +0 -1
  944. package/app/.next-cli-build/server/chunks/3610.js +0 -1
  945. package/app/.next-cli-build/server/chunks/4632.js +0 -1
  946. package/app/.next-cli-build/server/chunks/4664.js +0 -1
  947. package/app/.next-cli-build/server/chunks/7807.js +0 -3
  948. package/app/.next-cli-build/server/chunks/8473.js +0 -8
  949. package/app/.next-cli-build/static/JWImzQkckVcSebM83PuaS/_buildManifest.js +0 -1
  950. package/app/.next-cli-build/static/chunks/1321-3cb00d56de5fba92.js +0 -1
  951. package/app/.next-cli-build/static/chunks/5497-ec8d04fe35d82d0b.js +0 -7
  952. package/app/.next-cli-build/static/chunks/705-979ff3eb195b9023.js +0 -1
  953. package/app/.next-cli-build/static/chunks/8720-19a77015c83761c0.js +0 -3
  954. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-8e9ba5b967b1cd9a.js +0 -1
  955. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/page-f99b581b394e9850.js +0 -1
  956. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/profile/page-5508baf577f1c9c3.js +0 -1
  957. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-ff73f5f0dde36128.js +0 -12
  958. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/page-cf54417bb10c6b95.js +0 -1
  959. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-c31a0e5c041fa35d.js +0 -1
  960. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/token-saver/page-05de6f7cc897becc.js +0 -1
  961. package/app/.next-cli-build/static/chunks/app/_global-error/page-b84804a8130c8ef9.js +0 -1
  962. package/app/.next-cli-build/static/chunks/app/api/auth/login/route-b84804a8130c8ef9.js +0 -1
  963. package/app/.next-cli-build/static/chunks/app/api/auth/logout/route-b84804a8130c8ef9.js +0 -1
  964. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/callback/route-b84804a8130c8ef9.js +0 -1
  965. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/start/route-b84804a8130c8ef9.js +0 -1
  966. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/test/route-b84804a8130c8ef9.js +0 -1
  967. package/app/.next-cli-build/static/chunks/app/api/auth/reset-password/route-b84804a8130c8ef9.js +0 -1
  968. package/app/.next-cli-build/static/chunks/app/api/auth/status/route-b84804a8130c8ef9.js +0 -1
  969. package/app/.next-cli-build/static/chunks/app/api/cli-tools/all-statuses/route-b84804a8130c8ef9.js +0 -1
  970. package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-b84804a8130c8ef9.js +0 -1
  971. package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/route-b84804a8130c8ef9.js +0 -1
  972. package/app/.next-cli-build/static/chunks/app/api/cli-tools/claude-settings/route-b84804a8130c8ef9.js +0 -1
  973. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cline-settings/route-b84804a8130c8ef9.js +0 -1
  974. package/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-settings/route-b84804a8130c8ef9.js +0 -1
  975. package/app/.next-cli-build/static/chunks/app/api/cli-tools/copilot-settings/route-b84804a8130c8ef9.js +0 -1
  976. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-b84804a8130c8ef9.js +0 -1
  977. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-b84804a8130c8ef9.js +0 -1
  978. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-settings/route-b84804a8130c8ef9.js +0 -1
  979. package/app/.next-cli-build/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-b84804a8130c8ef9.js +0 -1
  980. package/app/.next-cli-build/static/chunks/app/api/cli-tools/devin-settings/route-b84804a8130c8ef9.js +0 -1
  981. package/app/.next-cli-build/static/chunks/app/api/cli-tools/droid-settings/route-b84804a8130c8ef9.js +0 -1
  982. package/app/.next-cli-build/static/chunks/app/api/cli-tools/grok-build-settings/route-b84804a8130c8ef9.js +0 -1
  983. package/app/.next-cli-build/static/chunks/app/api/cli-tools/hermes-settings/route-b84804a8130c8ef9.js +0 -1
  984. package/app/.next-cli-build/static/chunks/app/api/cli-tools/jcode-settings/route-b84804a8130c8ef9.js +0 -1
  985. package/app/.next-cli-build/static/chunks/app/api/cli-tools/kilo-settings/route-b84804a8130c8ef9.js +0 -1
  986. package/app/.next-cli-build/static/chunks/app/api/cli-tools/openclaw-settings/route-b84804a8130c8ef9.js +0 -1
  987. package/app/.next-cli-build/static/chunks/app/api/cli-tools/opencode-settings/route-b84804a8130c8ef9.js +0 -1
  988. package/app/.next-cli-build/static/chunks/app/api/combos/[id]/route-b84804a8130c8ef9.js +0 -1
  989. package/app/.next-cli-build/static/chunks/app/api/combos/route-b84804a8130c8ef9.js +0 -1
  990. package/app/.next-cli-build/static/chunks/app/api/headroom/extras/route-b84804a8130c8ef9.js +0 -1
  991. package/app/.next-cli-build/static/chunks/app/api/headroom/proxy/[...path]/route-b84804a8130c8ef9.js +0 -1
  992. package/app/.next-cli-build/static/chunks/app/api/headroom/restart/route-b84804a8130c8ef9.js +0 -1
  993. package/app/.next-cli-build/static/chunks/app/api/headroom/start/route-b84804a8130c8ef9.js +0 -1
  994. package/app/.next-cli-build/static/chunks/app/api/headroom/status/route-b84804a8130c8ef9.js +0 -1
  995. package/app/.next-cli-build/static/chunks/app/api/headroom/stop/route-b84804a8130c8ef9.js +0 -1
  996. package/app/.next-cli-build/static/chunks/app/api/health/route-b84804a8130c8ef9.js +0 -1
  997. package/app/.next-cli-build/static/chunks/app/api/init/route-b84804a8130c8ef9.js +0 -1
  998. package/app/.next-cli-build/static/chunks/app/api/keys/[id]/route-b84804a8130c8ef9.js +0 -1
  999. package/app/.next-cli-build/static/chunks/app/api/keys/route-b84804a8130c8ef9.js +0 -1
  1000. package/app/.next-cli-build/static/chunks/app/api/locale/route-b84804a8130c8ef9.js +0 -1
  1001. package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/message/route-b84804a8130c8ef9.js +0 -1
  1002. package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/sse/route-b84804a8130c8ef9.js +0 -1
  1003. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/deepgram/voices/route-b84804a8130c8ef9.js +0 -1
  1004. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-b84804a8130c8ef9.js +0 -1
  1005. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/inworld/voices/route-b84804a8130c8ef9.js +0 -1
  1006. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/minimax/voices/route-b84804a8130c8ef9.js +0 -1
  1007. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/voices/route-b84804a8130c8ef9.js +0 -1
  1008. package/app/.next-cli-build/static/chunks/app/api/models/alias/route-b84804a8130c8ef9.js +0 -1
  1009. package/app/.next-cli-build/static/chunks/app/api/models/availability/route-b84804a8130c8ef9.js +0 -1
  1010. package/app/.next-cli-build/static/chunks/app/api/models/custom/route-b84804a8130c8ef9.js +0 -1
  1011. package/app/.next-cli-build/static/chunks/app/api/models/disabled/route-b84804a8130c8ef9.js +0 -1
  1012. package/app/.next-cli-build/static/chunks/app/api/models/route-b84804a8130c8ef9.js +0 -1
  1013. package/app/.next-cli-build/static/chunks/app/api/models/test/route-b84804a8130c8ef9.js +0 -1
  1014. package/app/.next-cli-build/static/chunks/app/api/oauth/[provider]/[action]/route-b84804a8130c8ef9.js +0 -1
  1015. package/app/.next-cli-build/static/chunks/app/api/oauth/codex/bulk-import/route-b84804a8130c8ef9.js +0 -1
  1016. package/app/.next-cli-build/static/chunks/app/api/oauth/codex/import-token/route-b84804a8130c8ef9.js +0 -1
  1017. package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/auto-import/route-b84804a8130c8ef9.js +0 -1
  1018. package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/import/route-b84804a8130c8ef9.js +0 -1
  1019. package/app/.next-cli-build/static/chunks/app/api/oauth/gitlab/pat/route-b84804a8130c8ef9.js +0 -1
  1020. package/app/.next-cli-build/static/chunks/app/api/oauth/iflow/cookie/route-b84804a8130c8ef9.js +0 -1
  1021. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/api-key/route-b84804a8130c8ef9.js +0 -1
  1022. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/auto-import/route-b84804a8130c8ef9.js +0 -1
  1023. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import/route-b84804a8130c8ef9.js +0 -1
  1024. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import-cli-proxy/route-b84804a8130c8ef9.js +0 -1
  1025. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-authorize/route-b84804a8130c8ef9.js +0 -1
  1026. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-exchange/route-b84804a8130c8ef9.js +0 -1
  1027. package/app/.next-cli-build/static/chunks/app/api/pricing/route-b84804a8130c8ef9.js +0 -1
  1028. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/[id]/route-b84804a8130c8ef9.js +0 -1
  1029. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/route-b84804a8130c8ef9.js +0 -1
  1030. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/validate/route-b84804a8130c8ef9.js +0 -1
  1031. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/models/route-b84804a8130c8ef9.js +0 -1
  1032. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/route-b84804a8130c8ef9.js +0 -1
  1033. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test/route-b84804a8130c8ef9.js +0 -1
  1034. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test-models/route-b84804a8130c8ef9.js +0 -1
  1035. package/app/.next-cli-build/static/chunks/app/api/providers/client/route-b84804a8130c8ef9.js +0 -1
  1036. package/app/.next-cli-build/static/chunks/app/api/providers/kilo/free-models/route-b84804a8130c8ef9.js +0 -1
  1037. package/app/.next-cli-build/static/chunks/app/api/providers/route-b84804a8130c8ef9.js +0 -1
  1038. package/app/.next-cli-build/static/chunks/app/api/providers/suggested-models/route-b84804a8130c8ef9.js +0 -1
  1039. package/app/.next-cli-build/static/chunks/app/api/providers/test-batch/route-b84804a8130c8ef9.js +0 -1
  1040. package/app/.next-cli-build/static/chunks/app/api/providers/validate/route-b84804a8130c8ef9.js +0 -1
  1041. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/route-b84804a8130c8ef9.js +0 -1
  1042. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/test/route-b84804a8130c8ef9.js +0 -1
  1043. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/cloudflare-deploy/route-b84804a8130c8ef9.js +0 -1
  1044. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/deno-deploy/route-b84804a8130c8ef9.js +0 -1
  1045. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/route-b84804a8130c8ef9.js +0 -1
  1046. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/vercel-deploy/route-b84804a8130c8ef9.js +0 -1
  1047. package/app/.next-cli-build/static/chunks/app/api/pxpipe/health/route-b84804a8130c8ef9.js +0 -1
  1048. package/app/.next-cli-build/static/chunks/app/api/pxpipe/install/route-b84804a8130c8ef9.js +0 -1
  1049. package/app/.next-cli-build/static/chunks/app/api/pxpipe/logs/route-b84804a8130c8ef9.js +0 -1
  1050. package/app/.next-cli-build/static/chunks/app/api/pxpipe/restart/route-b84804a8130c8ef9.js +0 -1
  1051. package/app/.next-cli-build/static/chunks/app/api/pxpipe/start/route-b84804a8130c8ef9.js +0 -1
  1052. package/app/.next-cli-build/static/chunks/app/api/pxpipe/stats/route-b84804a8130c8ef9.js +0 -1
  1053. package/app/.next-cli-build/static/chunks/app/api/pxpipe/status/route-b84804a8130c8ef9.js +0 -1
  1054. package/app/.next-cli-build/static/chunks/app/api/pxpipe/stop/route-b84804a8130c8ef9.js +0 -1
  1055. package/app/.next-cli-build/static/chunks/app/api/settings/database/route-b84804a8130c8ef9.js +0 -1
  1056. package/app/.next-cli-build/static/chunks/app/api/settings/proxy-test/route-b84804a8130c8ef9.js +0 -1
  1057. package/app/.next-cli-build/static/chunks/app/api/settings/require-login/route-b84804a8130c8ef9.js +0 -1
  1058. package/app/.next-cli-build/static/chunks/app/api/settings/route-b84804a8130c8ef9.js +0 -1
  1059. package/app/.next-cli-build/static/chunks/app/api/shutdown/route-b84804a8130c8ef9.js +0 -1
  1060. package/app/.next-cli-build/static/chunks/app/api/tags/route-b84804a8130c8ef9.js +0 -1
  1061. package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/route-b84804a8130c8ef9.js +0 -1
  1062. package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/stream/route-b84804a8130c8ef9.js +0 -1
  1063. package/app/.next-cli-build/static/chunks/app/api/translator/load/route-b84804a8130c8ef9.js +0 -1
  1064. package/app/.next-cli-build/static/chunks/app/api/translator/save/route-b84804a8130c8ef9.js +0 -1
  1065. package/app/.next-cli-build/static/chunks/app/api/translator/send/route-b84804a8130c8ef9.js +0 -1
  1066. package/app/.next-cli-build/static/chunks/app/api/translator/translate/route-b84804a8130c8ef9.js +0 -1
  1067. package/app/.next-cli-build/static/chunks/app/api/tunnel/disable/route-b84804a8130c8ef9.js +0 -1
  1068. package/app/.next-cli-build/static/chunks/app/api/tunnel/enable/route-b84804a8130c8ef9.js +0 -1
  1069. package/app/.next-cli-build/static/chunks/app/api/tunnel/status/route-b84804a8130c8ef9.js +0 -1
  1070. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-check/route-b84804a8130c8ef9.js +0 -1
  1071. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-disable/route-b84804a8130c8ef9.js +0 -1
  1072. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-enable/route-b84804a8130c8ef9.js +0 -1
  1073. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-install/route-b84804a8130c8ef9.js +0 -1
  1074. package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/codex-reset-credits/route-b84804a8130c8ef9.js +0 -1
  1075. package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/route-b84804a8130c8ef9.js +0 -1
  1076. package/app/.next-cli-build/static/chunks/app/api/usage/chart/route-b84804a8130c8ef9.js +0 -1
  1077. package/app/.next-cli-build/static/chunks/app/api/usage/history/route-b84804a8130c8ef9.js +0 -1
  1078. package/app/.next-cli-build/static/chunks/app/api/usage/logs/route-b84804a8130c8ef9.js +0 -1
  1079. package/app/.next-cli-build/static/chunks/app/api/usage/providers/route-b84804a8130c8ef9.js +0 -1
  1080. package/app/.next-cli-build/static/chunks/app/api/usage/request-details/route-b84804a8130c8ef9.js +0 -1
  1081. package/app/.next-cli-build/static/chunks/app/api/usage/request-logs/route-b84804a8130c8ef9.js +0 -1
  1082. package/app/.next-cli-build/static/chunks/app/api/usage/stats/route-b84804a8130c8ef9.js +0 -1
  1083. package/app/.next-cli-build/static/chunks/app/api/usage/stream/route-b84804a8130c8ef9.js +0 -1
  1084. package/app/.next-cli-build/static/chunks/app/api/v1/api/chat/route-b84804a8130c8ef9.js +0 -1
  1085. package/app/.next-cli-build/static/chunks/app/api/v1/audio/speech/route-b84804a8130c8ef9.js +0 -1
  1086. package/app/.next-cli-build/static/chunks/app/api/v1/audio/transcriptions/route-b84804a8130c8ef9.js +0 -1
  1087. package/app/.next-cli-build/static/chunks/app/api/v1/audio/voices/route-b84804a8130c8ef9.js +0 -1
  1088. package/app/.next-cli-build/static/chunks/app/api/v1/chat/completions/route-b84804a8130c8ef9.js +0 -1
  1089. package/app/.next-cli-build/static/chunks/app/api/v1/embeddings/route-b84804a8130c8ef9.js +0 -1
  1090. package/app/.next-cli-build/static/chunks/app/api/v1/images/generations/route-b84804a8130c8ef9.js +0 -1
  1091. package/app/.next-cli-build/static/chunks/app/api/v1/messages/count_tokens/route-b84804a8130c8ef9.js +0 -1
  1092. package/app/.next-cli-build/static/chunks/app/api/v1/messages/route-b84804a8130c8ef9.js +0 -1
  1093. package/app/.next-cli-build/static/chunks/app/api/v1/models/[kind]/route-b84804a8130c8ef9.js +0 -1
  1094. package/app/.next-cli-build/static/chunks/app/api/v1/models/info/route-b84804a8130c8ef9.js +0 -1
  1095. package/app/.next-cli-build/static/chunks/app/api/v1/models/route-b84804a8130c8ef9.js +0 -1
  1096. package/app/.next-cli-build/static/chunks/app/api/v1/responses/compact/route-b84804a8130c8ef9.js +0 -1
  1097. package/app/.next-cli-build/static/chunks/app/api/v1/responses/route-b84804a8130c8ef9.js +0 -1
  1098. package/app/.next-cli-build/static/chunks/app/api/v1/route-b84804a8130c8ef9.js +0 -1
  1099. package/app/.next-cli-build/static/chunks/app/api/v1/search/route-b84804a8130c8ef9.js +0 -1
  1100. package/app/.next-cli-build/static/chunks/app/api/v1/videos/[id]/route-b84804a8130c8ef9.js +0 -1
  1101. package/app/.next-cli-build/static/chunks/app/api/v1/videos/edits/route-b84804a8130c8ef9.js +0 -1
  1102. package/app/.next-cli-build/static/chunks/app/api/v1/videos/extensions/route-b84804a8130c8ef9.js +0 -1
  1103. package/app/.next-cli-build/static/chunks/app/api/v1/videos/generations/route-b84804a8130c8ef9.js +0 -1
  1104. package/app/.next-cli-build/static/chunks/app/api/v1/web/fetch/route-b84804a8130c8ef9.js +0 -1
  1105. package/app/.next-cli-build/static/chunks/app/api/v1beta/models/[...path]/route-b84804a8130c8ef9.js +0 -1
  1106. package/app/.next-cli-build/static/chunks/app/api/v1beta/models/route-b84804a8130c8ef9.js +0 -1
  1107. package/app/.next-cli-build/static/chunks/app/api/version/route-b84804a8130c8ef9.js +0 -1
  1108. package/app/.next-cli-build/static/chunks/app/api/version/shutdown/route-b84804a8130c8ef9.js +0 -1
  1109. package/app/.next-cli-build/static/chunks/app/api/version/update/route-b84804a8130c8ef9.js +0 -1
  1110. package/app/.next-cli-build/static/chunks/app/login/page-1de68414b4896979.js +0 -1
  1111. package/app/.next-cli-build/static/chunks/app/manifest.webmanifest/route-b84804a8130c8ef9.js +0 -1
  1112. package/app/.next-cli-build/static/chunks/app/page-b84804a8130c8ef9.js +0 -1
  1113. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/app-error-b84804a8130c8ef9.js +0 -1
  1114. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/forbidden-b84804a8130c8ef9.js +0 -1
  1115. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/not-found-b84804a8130c8ef9.js +0 -1
  1116. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/unauthorized-b84804a8130c8ef9.js +0 -1
  1117. package/app/.next-cli-build/static/css/cc29e6f232c039ff.css +0 -1
  1118. /package/app/.next-cli-build/static/{JWImzQkckVcSebM83PuaS → QHckNKEYIzKDlZXcEeOCp}/_ssgManifest.js +0 -0
@@ -1 +1 @@
1
- "use strict";exports.id=8920,exports.ids=[8920],exports.modules={58920:(a,b,c)=>{c.d(b,{PROVIDER_PRICING:()=>e,ad:()=>i,calculateCostFromTokens:()=>j,gH:()=>g,getPricingForModel:()=>h});let d={"claude-opus-4-6":{input:5,output:25,cached:.5,reasoning:25,cache_creation:6.25},"claude-opus-4-5-20251101":{input:5,output:25,cached:.5,reasoning:25,cache_creation:6.25},"claude-sonnet-4-6":{input:3,output:15,cached:.3,reasoning:15,cache_creation:3.75},"claude-sonnet-4-5-20250929":{input:3,output:15,cached:.3,reasoning:15,cache_creation:3.75},"claude-haiku-4-5-20251001":{input:1,output:5,cached:.1,reasoning:5,cache_creation:1.25},"claude-sonnet-4-20250514":{input:3,output:15,cached:1.5,reasoning:15,cache_creation:3},"claude-opus-4-20250514":{input:15,output:25,cached:7.5,reasoning:112.5,cache_creation:15},"claude-3-5-sonnet-20241022":{input:3,output:15,cached:1.5,reasoning:15,cache_creation:3},"claude-haiku-4.5":{input:.5,output:2.5,cached:.05,reasoning:3.75,cache_creation:.5},"claude-opus-4.1":{input:5,output:25,cached:.5,reasoning:37.5,cache_creation:5},"claude-opus-4.5":{input:5,output:25,cached:.5,reasoning:37.5,cache_creation:5},"claude-opus-4.6":{input:5,output:25,cached:.5,reasoning:37.5,cache_creation:5},"claude-sonnet-4":{input:3,output:15,cached:.3,reasoning:22.5,cache_creation:3},"claude-sonnet-4.5":{input:3,output:15,cached:.3,reasoning:22.5,cache_creation:3},"claude-sonnet-4.6":{input:3,output:15,cached:.3,reasoning:22.5,cache_creation:3},"claude-opus-4-5-thinking":{input:5,output:25,cached:.5,reasoning:37.5,cache_creation:5},"claude-opus-4-6-thinking":{input:5,output:25,cached:.5,reasoning:37.5,cache_creation:5},"claude-fable-5":{input:10,output:50,cached:1,reasoning:50,cache_creation:12.5},"gpt-3.5-turbo":{input:.5,output:1.5,cached:.25,reasoning:2.25,cache_creation:.5},"gpt-4":{input:2.5,output:10,cached:1.25,reasoning:15,cache_creation:2.5},"gpt-4-turbo":{input:10,output:30,cached:5,reasoning:45,cache_creation:10},"gpt-4o":{input:2.5,output:10,cached:1.25,reasoning:15,cache_creation:2.5},"gpt-4o-mini":{input:.15,output:.6,cached:.075,reasoning:.9,cache_creation:.15},"gpt-4.1":{input:2.5,output:10,cached:1.25,reasoning:15,cache_creation:2.5},"gpt-5":{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25},"gpt-5-mini":{input:.25,output:2,cached:.125,reasoning:2,cache_creation:.25},"gpt-5-codex":{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25},"gpt-5.1":{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25},"gpt-5.1-codex":{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25},"gpt-5.1-codex-mini":{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5},"gpt-5.1-codex-mini-high":{input:2,output:8,cached:1,reasoning:12,cache_creation:2},"gpt-5.1-codex-max":{input:8,output:32,cached:4,reasoning:48,cache_creation:8},"gpt-5.2":{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75},"gpt-5.2-codex":{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75},"gpt-5.3-codex":{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75},"gpt-5.3-codex-spark":{input:3,output:12,cached:.3,reasoning:12,cache_creation:3},"gpt-5.6":{input:2.5,output:15,cached:.25,reasoning:15,cache_creation:2.5},"gpt-5.6-luna":{input:1,output:6,cached:.1,reasoning:6,cache_creation:1},"gpt-5.6-terra":{input:2.5,output:15,cached:.25,reasoning:15,cache_creation:2.5},"gpt-5.6-sol":{input:5,output:30,cached:.5,reasoning:30,cache_creation:5},o1:{input:15,output:60,cached:7.5,reasoning:90,cache_creation:15},"o1-mini":{input:3,output:12,cached:1.5,reasoning:18,cache_creation:3},"gemini-3.6-flash":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.6-flash-high":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.6-flash-medium":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.6-flash-low":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.5-flash-lite":{input:.3,output:2.5,cached:.03,reasoning:3.75,cache_creation:.375},"gemini-3.5-flash-high":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-3-flash-preview":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-3-pro-preview":{input:2,output:12,cached:.25,reasoning:18,cache_creation:2},"gemini-3.1-pro-low":{input:2,output:12,cached:.25,reasoning:18,cache_creation:2},"gemini-3.1-pro-high":{input:4,output:18,cached:.5,reasoning:27,cache_creation:4},"gemini-pro-agent":{input:4,output:18,cached:.5,reasoning:27,cache_creation:4},"gemini-3-flash-agent":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-3.5-flash-low":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-3.5-flash-extra-low":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-3-flash":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-2.5-pro":{input:2,output:12,cached:.25,reasoning:18,cache_creation:2},"gemini-2.5-flash":{input:.3,output:2.5,cached:.03,reasoning:3.75,cache_creation:.3},"gemini-2.5-flash-lite":{input:.15,output:1.25,cached:.015,reasoning:1.875,cache_creation:.15},"qwen3-coder-plus":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"qwen3-coder-flash":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"kimi-k3":{input:3,output:15,cached:.3,reasoning:15,cache_creation:3},k3:{input:3,output:15,cached:.3,reasoning:15,cache_creation:3},"kimi-k2.7-code":{input:.95,output:4,cached:.19,reasoning:4,cache_creation:.95},"kimi-k2.7-code-highspeed":{input:1.9,output:8,cached:.38,reasoning:8,cache_creation:1.9},"kimi-for-coding":{input:.95,output:4,cached:.19,reasoning:4,cache_creation:.95},"kimi-for-coding-highspeed":{input:1.9,output:8,cached:.38,reasoning:8,cache_creation:1.9},"kimi-k2":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"kimi-k2-thinking":{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5},"kimi-k2.5":{input:1.2,output:4.8,cached:.6,reasoning:7.2,cache_creation:1.2},"kimi-k2.5-thinking":{input:1.8,output:7.2,cached:.9,reasoning:10.8,cache_creation:1.8},"kimi-k2.6":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"kimi-latest":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"deepseek-chat":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-reasoner":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-r1":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-v3.2-chat":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-v3.2-reasoner":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-v4-flash":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-v4-pro":{input:.435,output:.87,cached:.003625,reasoning:.87,cache_creation:.435},"glm-4.6":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"glm-4.6v":{input:.75,output:3,cached:.375,reasoning:4.5,cache_creation:.75},"glm-4.7":{input:.75,output:3,cached:.375,reasoning:4.5,cache_creation:.75},"glm-5":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"MiniMax-M3":{input:.3,output:1.2,cached:.06,reasoning:1.8,cache_creation:.3},"MiniMax-M2.1":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"MiniMax-M2.5":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"MiniMax-M2.7":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"minimax-m2.1":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"minimax-m2.5":{input:.6,output:2.4,cached:.3,reasoning:3.6,cache_creation:.6},"grok-code-fast-1":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},auto:{input:2,output:8,cached:1,reasoning:12,cache_creation:2},"oswe-vscode-prime":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"gpt-oss-120b-medium":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"vision-model":{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5},"coder-model":{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5}},e={gh:{"gpt-5.3-codex":{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}}},f=[{pattern:"*-codex-xhigh",pricing:{input:10,output:40,cached:5,reasoning:60,cache_creation:10}},{pattern:"*-codex-high",pricing:{input:8,output:32,cached:4,reasoning:48,cache_creation:8}},{pattern:"*-codex-max",pricing:{input:8,output:32,cached:4,reasoning:48,cache_creation:8}},{pattern:"*-codex-mini-*",pricing:{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5}},{pattern:"*-codex-mini",pricing:{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5}},{pattern:"*-codex-low",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"*-codex-none",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"*-codex-spark",pricing:{input:3,output:12,cached:.3,reasoning:12,cache_creation:3}},{pattern:"codex-*",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"*-codex",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"claude-opus-*",pricing:{input:5,output:25,cached:.5,reasoning:25,cache_creation:6.25}},{pattern:"claude-sonnet-*",pricing:{input:3,output:15,cached:.3,reasoning:15,cache_creation:3.75}},{pattern:"claude-haiku-*",pricing:{input:1,output:5,cached:.1,reasoning:5,cache_creation:1.25}},{pattern:"claude-*",pricing:{input:3,output:15,cached:.3,reasoning:15,cache_creation:3.75}},{pattern:"gemini-*-flash-lite",pricing:{input:.15,output:1.25,cached:.015,reasoning:1.875,cache_creation:.15}},{pattern:"gemini-*-flash",pricing:{input:.3,output:2.5,cached:.03,reasoning:3.75,cache_creation:.3}},{pattern:"gemini-*-pro",pricing:{input:2,output:12,cached:.25,reasoning:18,cache_creation:2}},{pattern:"gemini-3-*",pricing:{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5}},{pattern:"gemini-2.5-*",pricing:{input:.3,output:2.5,cached:.03,reasoning:3.75,cache_creation:.3}},{pattern:"gemini-*",pricing:{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5}},{pattern:"gpt-5.6-*",pricing:{input:2.5,output:15,cached:.25,reasoning:15,cache_creation:2.5}},{pattern:"gpt-5.3-*",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"gpt-5.2-*",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"gpt-5.1-*",pricing:{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25}},{pattern:"gpt-5-*",pricing:{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25}},{pattern:"gpt-5*",pricing:{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25}},{pattern:"gpt-4o-*",pricing:{input:.15,output:.6,cached:.075,reasoning:.9,cache_creation:.15}},{pattern:"gpt-4o",pricing:{input:2.5,output:10,cached:1.25,reasoning:15,cache_creation:2.5}},{pattern:"gpt-4*",pricing:{input:2.5,output:10,cached:1.25,reasoning:15,cache_creation:2.5}},{pattern:"o1-*",pricing:{input:3,output:12,cached:1.5,reasoning:18,cache_creation:3}},{pattern:"o1",pricing:{input:15,output:60,cached:7.5,reasoning:90,cache_creation:15}},{pattern:"o3-*",pricing:{input:10,output:40,cached:5,reasoning:60,cache_creation:10}},{pattern:"o4-*",pricing:{input:2,output:8,cached:1,reasoning:12,cache_creation:2}},{pattern:"qwen3-coder-*",pricing:{input:1,output:4,cached:.5,reasoning:6,cache_creation:1}},{pattern:"qwen*-coder-*",pricing:{input:1,output:4,cached:.5,reasoning:6,cache_creation:1}},{pattern:"qwen*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}},{pattern:"kimi-*-thinking",pricing:{input:1.8,output:7.2,cached:.9,reasoning:10.8,cache_creation:1.8}},{pattern:"kimi-k3*",pricing:{input:3,output:15,cached:.3,reasoning:15,cache_creation:3}},{pattern:"kimi-k2*",pricing:{input:1.2,output:4.8,cached:.6,reasoning:7.2,cache_creation:1.2}},{pattern:"kimi-*",pricing:{input:1,output:4,cached:.5,reasoning:6,cache_creation:1}},{pattern:"deepseek-*reasoner*",pricing:{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14}},{pattern:"deepseek-r*",pricing:{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14}},{pattern:"deepseek-v*",pricing:{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14}},{pattern:"deepseek-*",pricing:{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14}},{pattern:"glm-5*",pricing:{input:1,output:4,cached:.5,reasoning:6,cache_creation:1}},{pattern:"glm-4*",pricing:{input:.75,output:3,cached:.375,reasoning:4.5,cache_creation:.75}},{pattern:"glm-*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}},{pattern:"MiniMax-*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}},{pattern:"minimax-*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}},{pattern:"grok-code-*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}},{pattern:"grok-*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}}];function g(a,b){return RegExp("^"+a.split("*").map(a=>a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join(".*")+"$","i").test(b)}function h(a,b){if(!b)return null;if(a&&e[a]?.[b])return e[a][b];let c=b.includes("/")?b.split("/").pop():b;if(d[c])return d[c];if(d[b])return d[b];for(let{pattern:a,pricing:d}of f)if(g(a,c)||g(a,b))return d;return null}function i(){return e}function j(a,b){if(!a||!b)return 0;let c=0,d=a.prompt_tokens||a.input_tokens||0,e=a.cached_tokens||a.cache_read_input_tokens||0,f=a.cache_creation_input_tokens||0;c+=Math.max(0,d-e-f)*(b.input/1e6),e>0&&(c+=e*((b.cached||b.input)/1e6)),c+=(a.completion_tokens||a.output_tokens||0)*(b.output/1e6);let g=a.reasoning_tokens||0;return g>0&&(c+=g*((b.reasoning||b.output)/1e6)),f>0&&(c+=f*((b.cache_creation||b.input)/1e6)),c}}};
1
+ "use strict";exports.id=8920,exports.ids=[8920],exports.modules={58920:(a,b,c)=>{c.d(b,{PROVIDER_PRICING:()=>e,ad:()=>i,calculateCostFromTokens:()=>j,gH:()=>g,getPricingForModel:()=>h});let d={"claude-opus-4-6":{input:5,output:25,cached:.5,reasoning:25,cache_creation:6.25},"claude-opus-4-5-20251101":{input:5,output:25,cached:.5,reasoning:25,cache_creation:6.25},"claude-sonnet-4-6":{input:3,output:15,cached:.3,reasoning:15,cache_creation:3.75},"claude-sonnet-4-5-20250929":{input:3,output:15,cached:.3,reasoning:15,cache_creation:3.75},"claude-haiku-4-5-20251001":{input:1,output:5,cached:.1,reasoning:5,cache_creation:1.25},"claude-sonnet-4-20250514":{input:3,output:15,cached:1.5,reasoning:15,cache_creation:3},"claude-opus-4-20250514":{input:15,output:25,cached:7.5,reasoning:112.5,cache_creation:15},"claude-3-5-sonnet-20241022":{input:3,output:15,cached:1.5,reasoning:15,cache_creation:3},"claude-haiku-4.5":{input:.5,output:2.5,cached:.05,reasoning:3.75,cache_creation:.5},"claude-opus-4.1":{input:5,output:25,cached:.5,reasoning:37.5,cache_creation:5},"claude-opus-4.5":{input:5,output:25,cached:.5,reasoning:37.5,cache_creation:5},"claude-opus-4.6":{input:5,output:25,cached:.5,reasoning:37.5,cache_creation:5},"claude-sonnet-4":{input:3,output:15,cached:.3,reasoning:22.5,cache_creation:3},"claude-sonnet-4.5":{input:3,output:15,cached:.3,reasoning:22.5,cache_creation:3},"claude-sonnet-4.6":{input:3,output:15,cached:.3,reasoning:22.5,cache_creation:3},"claude-opus-4-5-thinking":{input:5,output:25,cached:.5,reasoning:37.5,cache_creation:5},"claude-opus-4-6-thinking":{input:5,output:25,cached:.5,reasoning:37.5,cache_creation:5},"claude-fable-5":{input:10,output:50,cached:1,reasoning:50,cache_creation:12.5},"gpt-3.5-turbo":{input:.5,output:1.5,cached:.25,reasoning:2.25,cache_creation:.5},"gpt-4":{input:2.5,output:10,cached:1.25,reasoning:15,cache_creation:2.5},"gpt-4-turbo":{input:10,output:30,cached:5,reasoning:45,cache_creation:10},"gpt-4o":{input:2.5,output:10,cached:1.25,reasoning:15,cache_creation:2.5},"gpt-4o-mini":{input:.15,output:.6,cached:.075,reasoning:.9,cache_creation:.15},"gpt-4.1":{input:2.5,output:10,cached:1.25,reasoning:15,cache_creation:2.5},"gpt-5":{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25},"gpt-5-mini":{input:.25,output:2,cached:.125,reasoning:2,cache_creation:.25},"gpt-5-codex":{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25},"gpt-5.1":{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25},"gpt-5.1-codex":{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25},"gpt-5.1-codex-mini":{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5},"gpt-5.1-codex-mini-high":{input:2,output:8,cached:1,reasoning:12,cache_creation:2},"gpt-5.1-codex-max":{input:8,output:32,cached:4,reasoning:48,cache_creation:8},"gpt-5.2":{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75},"gpt-5.2-codex":{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75},"gpt-5.3-codex":{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75},"gpt-5.3-codex-spark":{input:3,output:12,cached:.3,reasoning:12,cache_creation:3},"gpt-5.6":{input:2.5,output:15,cached:.25,reasoning:15,cache_creation:2.5},"gpt-5.6-luna":{input:1,output:6,cached:.1,reasoning:6,cache_creation:1},"gpt-5.6-terra":{input:2.5,output:15,cached:.25,reasoning:15,cache_creation:2.5},"gpt-5.6-sol":{input:5,output:30,cached:.5,reasoning:30,cache_creation:5},o1:{input:15,output:60,cached:7.5,reasoning:90,cache_creation:15},"o1-mini":{input:3,output:12,cached:1.5,reasoning:18,cache_creation:3},"gemini-3.7-flash":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.7-flash-high":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.7-flash-medium":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.7-flash-low":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.6-flash":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.6-flash-high":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.6-flash-medium":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.6-flash-low":{input:1.5,output:7.5,cached:.15,reasoning:11.25,cache_creation:1.875},"gemini-3.5-flash-lite":{input:.3,output:2.5,cached:.03,reasoning:3.75,cache_creation:.375},"gemini-3.5-flash-high":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-3-flash-preview":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-3-pro-preview":{input:2,output:12,cached:.25,reasoning:18,cache_creation:2},"gemini-3.1-pro-low":{input:2,output:12,cached:.25,reasoning:18,cache_creation:2},"gemini-3.1-pro-high":{input:4,output:18,cached:.5,reasoning:27,cache_creation:4},"gemini-pro-agent":{input:4,output:18,cached:.5,reasoning:27,cache_creation:4},"gemini-3-flash-agent":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-3.5-flash-low":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-3.5-flash-extra-low":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-3-flash":{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5},"gemini-2.5-pro":{input:2,output:12,cached:.25,reasoning:18,cache_creation:2},"gemini-2.5-flash":{input:.3,output:2.5,cached:.03,reasoning:3.75,cache_creation:.3},"gemini-2.5-flash-lite":{input:.15,output:1.25,cached:.015,reasoning:1.875,cache_creation:.15},"qwen3-coder-plus":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"qwen3-coder-flash":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"kimi-k3":{input:3,output:15,cached:.3,reasoning:15,cache_creation:3},k3:{input:3,output:15,cached:.3,reasoning:15,cache_creation:3},"kimi-k2.7-code":{input:.95,output:4,cached:.19,reasoning:4,cache_creation:.95},"kimi-k2.7-code-highspeed":{input:1.9,output:8,cached:.38,reasoning:8,cache_creation:1.9},"kimi-for-coding":{input:.95,output:4,cached:.19,reasoning:4,cache_creation:.95},"kimi-for-coding-highspeed":{input:1.9,output:8,cached:.38,reasoning:8,cache_creation:1.9},"kimi-k2":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"kimi-k2-thinking":{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5},"kimi-k2.5":{input:1.2,output:4.8,cached:.6,reasoning:7.2,cache_creation:1.2},"kimi-k2.5-thinking":{input:1.8,output:7.2,cached:.9,reasoning:10.8,cache_creation:1.8},"kimi-k2.6":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"kimi-latest":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"deepseek-chat":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-reasoner":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-r1":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-v3.2-chat":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-v3.2-reasoner":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-v4-flash":{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14},"deepseek-v4-pro":{input:.435,output:.87,cached:.003625,reasoning:.87,cache_creation:.435},"glm-4.6":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"glm-4.6v":{input:.75,output:3,cached:.375,reasoning:4.5,cache_creation:.75},"glm-4.7":{input:.75,output:3,cached:.375,reasoning:4.5,cache_creation:.75},"glm-5":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"MiniMax-M3":{input:.3,output:1.2,cached:.06,reasoning:1.8,cache_creation:.3},"MiniMax-M2.1":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"MiniMax-M2.5":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"MiniMax-M2.7":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"minimax-m2.1":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"minimax-m2.5":{input:.6,output:2.4,cached:.3,reasoning:3.6,cache_creation:.6},"grok-code-fast-1":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},auto:{input:2,output:8,cached:1,reasoning:12,cache_creation:2},"oswe-vscode-prime":{input:1,output:4,cached:.5,reasoning:6,cache_creation:1},"gpt-oss-120b-medium":{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5},"vision-model":{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5},"coder-model":{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5}},e={gh:{"gpt-5.3-codex":{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},tokenrouter:{"MiniMax-M3":{input:.3,output:1.2,cached:.06,reasoning:1.2},"anthropic/claude-fable-5":{input:10,output:50,cached:1,cache_creation:12.5,reasoning:50},"anthropic/claude-haiku-4.5":{input:1,output:5,cached:.1,cache_creation:1.25,reasoning:5},"anthropic/claude-opus-4.5":{input:5,output:25,cached:.5,cache_creation:6.25,reasoning:25},"anthropic/claude-opus-4.6":{input:5,output:25,cached:.5,cache_creation:6.25,reasoning:25},"anthropic/claude-opus-4.7":{input:5,output:25,cached:.5,cache_creation:6.25,reasoning:25},"anthropic/claude-opus-4.7-fast":{input:30,output:150,cached:3,reasoning:150},"anthropic/claude-opus-4.8":{input:5,output:25,cached:.5,cache_creation:6.25,reasoning:25},"anthropic/claude-opus-4.8-fast":{input:10,output:50,cached:1,cache_creation:12.5,reasoning:50},"anthropic/claude-opus-5":{input:5,output:25,cached:.5,cache_creation:6.25,reasoning:25},"anthropic/claude-opus-5-fast":{input:10,output:50,cached:1,cache_creation:12.5,reasoning:50},"anthropic/claude-sonnet-4":{input:3,output:15,cached:.3,cache_creation:3.75,reasoning:15},"anthropic/claude-sonnet-4.5":{input:3,output:15,cached:.3,cache_creation:3.75,reasoning:15},"anthropic/claude-sonnet-4.6":{input:3,output:15,cached:.3,cache_creation:3.75,reasoning:15},"anthropic/claude-sonnet-5":{input:2,output:10,cached:.2,reasoning:10},"claude-opus-4-8-m-aws":{input:5,output:25,cached:.5,cache_creation:6.25,reasoning:25},"deepseek/deepseek-v3.2":{input:.26,output:.38,cached:.13,reasoning:.38},"deepseek/deepseek-v4-flash":{input:.14,output:.28,cached:.0028,reasoning:.28},"deepseek/deepseek-v4-flash-0731":{input:.14,output:.28,cached:.0028,reasoning:.28},"deepseek/deepseek-v4-pro":{input:.435,output:.87,cached:.003625,reasoning:.87},"ex/gpt-5.4":{input:2.5,output:15,cached:.25,reasoning:15},"google/gemini-2.5-flash-image":{input:.3,output:2.5,reasoning:2.5},"google/gemini-3-flash-preview":{input:.5,output:3,cached:.05,cache_creation:.08333,reasoning:3},"google/gemini-3-pro-image-preview":{input:2,output:12,reasoning:12},"google/gemini-3.1-flash-image-preview":{input:.5,output:3,reasoning:3},"google/gemini-3.1-flash-lite-image":{input:.25,output:1.5,reasoning:1.5},"google/gemini-3.1-pro-preview":{input:2,output:12,cached:.2,cache_creation:.375,reasoning:12},"google/gemini-3.5-flash":{input:1.5,output:9,cached:.15,cache_creation:.08333,reasoning:9},"google/gemini-3.5-flash-lite":{input:.3,output:2.5,cached:.03,cache_creation:.08333,reasoning:2.5},"google/gemini-3.6-flash":{input:1.5,output:7.5,cached:.15,cache_creation:.08333,reasoning:7.5},"google/gemini-embedding-2":{input:1,output:6,cached:.1,reasoning:6},"google/gemma-4-26b-a4b-it":{input:.06,output:.33,reasoning:.33},"kling-3.0-turbo":{input:2.1,output:2.1,reasoning:2.1},"microsoft/mai-image-2.5":{input:5,output:47,reasoning:47},"minimax/minimax-m2-her":{input:.3,output:1.2,cached:.03,reasoning:1.2},"minimax/minimax-m2.1":{input:.3,output:1.2,cached:.03,reasoning:1.2},"minimax/minimax-m2.1-highspeed":{input:.6,output:2.4,cached:.06,reasoning:2.4},"minimax/minimax-m2.5":{input:.3,output:1.2,cached:.03,reasoning:1.2},"minimax/minimax-m2.7":{input:.3,output:1.2,cached:.06,reasoning:1.2},"minimax/minimax-m2.7-highspeed":{input:.6,output:2.4,cached:.06,reasoning:2.4},"miromind/mirothinker-1-7-deepresearch":{input:4,output:25,reasoning:25},"miromind/mirothinker-1-7-deepresearch-mini":{input:1.25,output:10,reasoning:10},"mistralai/devstral-2512":{input:.4,output:2,cached:.04,reasoning:2},"mistralai/mistral-medium-3-5":{input:1.5,output:7.5,reasoning:7.5},"mistralai/mistral-small-2603":{input:.15,output:.6,cached:.015,reasoning:.6},"mistralai/voxtral-small-24b-2507":{input:.1,output:.3,cached:.01,reasoning:.3},"moonshotai/kimi-k2.5":{input:.6,output:3,cached:.1,reasoning:3},"moonshotai/kimi-k2.6":{input:.95,output:4,cached:.16,reasoning:4},"moonshotai/kimi-k2.7-code":{input:.9286,output:3.8571,cached:.1857,reasoning:3.8571},"moonshotai/kimi-k3":{input:3,output:15,cached:.3,reasoning:15},"nvidia/nemotron-3-super-120b-a12b":{input:.3,output:.9,cached:.1,reasoning:.9},"openai/gpt-4o-mini":{input:.15,output:.6,cached:.075,reasoning:.6},"openai/gpt-5":{input:1.25,output:10,cached:.125,reasoning:10},"openai/gpt-5-image":{input:10,output:40,cached:2.5,reasoning:40},"openai/gpt-5-image-mini":{input:2.5,output:8,cached:.25,reasoning:8},"openai/gpt-5-mini":{input:.25,output:2,cached:.025,reasoning:2},"openai/gpt-5.2":{input:1.75,output:14,cached:.175,reasoning:14},"openai/gpt-5.3-codex":{input:1.75,output:14,cached:.175,reasoning:14},"openai/gpt-5.4":{input:2.5,output:15,cached:.25,reasoning:15},"openai/gpt-5.4-image-2":{input:8,output:30,cached:2,reasoning:30},"openai/gpt-5.4-mini":{input:.75,output:4.5,cached:.075,reasoning:4.5},"openai/gpt-5.4-nano":{input:.2,output:1.25,cached:.02,reasoning:1.25},"openai/gpt-5.4-pro":{input:30,output:180,reasoning:180},"openai/gpt-5.5":{input:5,output:30,cached:.5,reasoning:30},"openai/gpt-5.5-pro":{input:30,output:180,reasoning:180},"openai/gpt-5.6-luna":{input:.2,output:1.2,cached:.02,cache_creation:.25,reasoning:1.2},"openai/gpt-5.6-sol":{input:5,output:30,cached:.5,cache_creation:6.25,reasoning:30},"openai/gpt-5.6-terra":{input:2,output:12,cached:.2,cache_creation:2.5,reasoning:12},"openai/gpt-audio":{input:2.5,output:10,reasoning:10},"openai/gpt-audio-mini":{input:.6,output:2.4,reasoning:2.4},"openai/gpt-oss-120b":{input:.039,output:.18,reasoning:.18},"qwen/qwen3-coder-next":{input:.12,output:.75,cached:.06,reasoning:.75},"qwen/qwen3.5-122b-a10b":{input:.26,output:2.08,reasoning:2.08},"qwen/qwen3.5-35b-a3b":{input:.1625,output:1.3,reasoning:1.3},"qwen/qwen3.5-397b-a17b":{input:.39,output:2.34,reasoning:2.34},"qwen/qwen3.5-9b":{input:.1,output:.15,reasoning:.15},"qwen/qwen3.5-flash":{input:.1048,output:.4194,reasoning:.4194},"qwen/qwen3.5-plus-02-15":{input:.26,output:1.56,reasoning:1.56},"qwen/qwen3.6-plus":{input:.54,output:3.21,reasoning:3.21},"qwen/qwen3.7-max":{input:1.25,output:3.75,cached:.25,reasoning:3.75},"qwen/qwen3.7-plus":{input:.4,output:1.6,cached:.08,reasoning:1.6},"qwen/qwen3.8-max":{input:2,output:6,cached:.25,cache_creation:2.5,reasoning:6},"qwen3.5-omni-plus":{input:1,output:5.7143,reasoning:5.7143},"qwen3.6-flash":{input:.171,output:1.029,cached:.017,cache_creation:.214,reasoning:1.029},"sakana/fugu-ultra":{input:5,output:30,cached:.5,reasoning:30},"seed-2-0-code-preview-260328":{input:1,output:6,cached:.2,cache_creation:.008333,reasoning:6},"seed-2-0-lite-260428":{input:.5,output:4,cached:.1,cache_creation:.008333,reasoning:4},"seed-2-0-mini-260428":{input:.2,output:.8,cached:.04,cache_creation:.00833,reasoning:.8},"seed-2-0-pro-260328":{input:1,output:6,cached:.2,cache_creation:.008333,reasoning:6},"stepfun/step-3.5-flash":{input:.1,output:.3,cached:.02,reasoning:.3},"stepfun/step-3.7-flash":{input:.2,output:1.15,cached:.04,reasoning:1.15},"tencent/hy3-preview":{input:.066,output:.26,cached:.029,reasoning:.26},"x-ai/grok-4.1-fast":{input:.2,output:.5,cached:.05,reasoning:.5},"x-ai/grok-4.20-beta":{input:2,output:6,cached:.2,reasoning:6},"x-ai/grok-4.3":{input:1.25,output:2.5,cached:.2,reasoning:2.5},"x-ai/grok-4.5":{input:2,output:6,cached:.5,reasoning:6},"x-ai/grok-build-0.1":{input:1,output:2,cached:.2,reasoning:2},"xiaomi/mimo-v2-flash":{input:.1,output:.3,cached:.01,reasoning:.3},"xiaomi/mimo-v2-omni":{input:.4,output:2,cached:.08,reasoning:2},"xiaomi/mimo-v2-pro":{input:1,output:3,cached:.2,reasoning:3},"xiaomi/mimo-v2.5":{input:.4,output:2,cached:.08,reasoning:2},"xiaomi/mimo-v2.5-pro":{input:1,output:3,cached:.2,reasoning:3},"z-ai/glm-4.5-air":{input:.13,output:.85,cached:.025,reasoning:.85},"z-ai/glm-4.6":{input:.6,output:2.2,cached:.11,reasoning:2.2},"z-ai/glm-4.6v":{input:.3,output:.9,reasoning:.9},"z-ai/glm-4.7":{input:.6,output:2.2,cached:.11,reasoning:2.2},"z-ai/glm-5":{input:1,output:3.2,cached:.2,reasoning:3.2},"z-ai/glm-5-turbo":{input:1.2,output:4,cached:.24,reasoning:4},"z-ai/glm-5.1":{input:1.05,output:3.5,cached:.525,reasoning:3.5},"z-ai/glm-5.2":{input:1.4,output:4.4,cached:.26,reasoning:4.4}}},f=[{pattern:"*-codex-xhigh",pricing:{input:10,output:40,cached:5,reasoning:60,cache_creation:10}},{pattern:"*-codex-high",pricing:{input:8,output:32,cached:4,reasoning:48,cache_creation:8}},{pattern:"*-codex-max",pricing:{input:8,output:32,cached:4,reasoning:48,cache_creation:8}},{pattern:"*-codex-mini-*",pricing:{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5}},{pattern:"*-codex-mini",pricing:{input:1.5,output:6,cached:.75,reasoning:9,cache_creation:1.5}},{pattern:"*-codex-low",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"*-codex-none",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"*-codex-spark",pricing:{input:3,output:12,cached:.3,reasoning:12,cache_creation:3}},{pattern:"codex-*",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"*-codex",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"claude-opus-*",pricing:{input:5,output:25,cached:.5,reasoning:25,cache_creation:6.25}},{pattern:"claude-sonnet-*",pricing:{input:3,output:15,cached:.3,reasoning:15,cache_creation:3.75}},{pattern:"claude-haiku-*",pricing:{input:1,output:5,cached:.1,reasoning:5,cache_creation:1.25}},{pattern:"claude-*",pricing:{input:3,output:15,cached:.3,reasoning:15,cache_creation:3.75}},{pattern:"gemini-*-flash-lite",pricing:{input:.15,output:1.25,cached:.015,reasoning:1.875,cache_creation:.15}},{pattern:"gemini-*-flash",pricing:{input:.3,output:2.5,cached:.03,reasoning:3.75,cache_creation:.3}},{pattern:"gemini-*-pro",pricing:{input:2,output:12,cached:.25,reasoning:18,cache_creation:2}},{pattern:"gemini-3-*",pricing:{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5}},{pattern:"gemini-2.5-*",pricing:{input:.3,output:2.5,cached:.03,reasoning:3.75,cache_creation:.3}},{pattern:"gemini-*",pricing:{input:.5,output:3,cached:.03,reasoning:4.5,cache_creation:.5}},{pattern:"gpt-5.6-*",pricing:{input:2.5,output:15,cached:.25,reasoning:15,cache_creation:2.5}},{pattern:"gpt-5.3-*",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"gpt-5.2-*",pricing:{input:1.75,output:14,cached:.175,reasoning:14,cache_creation:1.75}},{pattern:"gpt-5.1-*",pricing:{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25}},{pattern:"gpt-5-*",pricing:{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25}},{pattern:"gpt-5*",pricing:{input:1.25,output:10,cached:.625,reasoning:10,cache_creation:1.25}},{pattern:"gpt-4o-*",pricing:{input:.15,output:.6,cached:.075,reasoning:.9,cache_creation:.15}},{pattern:"gpt-4o",pricing:{input:2.5,output:10,cached:1.25,reasoning:15,cache_creation:2.5}},{pattern:"gpt-4*",pricing:{input:2.5,output:10,cached:1.25,reasoning:15,cache_creation:2.5}},{pattern:"o1-*",pricing:{input:3,output:12,cached:1.5,reasoning:18,cache_creation:3}},{pattern:"o1",pricing:{input:15,output:60,cached:7.5,reasoning:90,cache_creation:15}},{pattern:"o3-*",pricing:{input:10,output:40,cached:5,reasoning:60,cache_creation:10}},{pattern:"o4-*",pricing:{input:2,output:8,cached:1,reasoning:12,cache_creation:2}},{pattern:"qwen3-coder-*",pricing:{input:1,output:4,cached:.5,reasoning:6,cache_creation:1}},{pattern:"qwen*-coder-*",pricing:{input:1,output:4,cached:.5,reasoning:6,cache_creation:1}},{pattern:"qwen*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}},{pattern:"kimi-*-thinking",pricing:{input:1.8,output:7.2,cached:.9,reasoning:10.8,cache_creation:1.8}},{pattern:"kimi-k3*",pricing:{input:3,output:15,cached:.3,reasoning:15,cache_creation:3}},{pattern:"kimi-k2*",pricing:{input:1.2,output:4.8,cached:.6,reasoning:7.2,cache_creation:1.2}},{pattern:"kimi-*",pricing:{input:1,output:4,cached:.5,reasoning:6,cache_creation:1}},{pattern:"deepseek-*reasoner*",pricing:{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14}},{pattern:"deepseek-r*",pricing:{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14}},{pattern:"deepseek-v*",pricing:{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14}},{pattern:"deepseek-*",pricing:{input:.14,output:.28,cached:.0028,reasoning:.28,cache_creation:.14}},{pattern:"glm-5*",pricing:{input:1,output:4,cached:.5,reasoning:6,cache_creation:1}},{pattern:"glm-4*",pricing:{input:.75,output:3,cached:.375,reasoning:4.5,cache_creation:.75}},{pattern:"glm-*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}},{pattern:"MiniMax-*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}},{pattern:"minimax-*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}},{pattern:"grok-code-*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}},{pattern:"grok-*",pricing:{input:.5,output:2,cached:.25,reasoning:3,cache_creation:.5}}];function g(a,b){return RegExp("^"+a.split("*").map(a=>a.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")).join(".*")+"$","i").test(b)}function h(a,b){if(!b)return null;if(a&&e[a]?.[b])return e[a][b];let c=b.includes("/")?b.split("/").pop():b;if(d[c])return d[c];if(d[b])return d[b];for(let{pattern:a,pricing:d}of f)if(g(a,c)||g(a,b))return d;return null}function i(){return e}function j(a,b){if(!a||!b)return 0;let c=0,d=a.prompt_tokens||a.input_tokens||0,e=a.cached_tokens||a.cache_read_input_tokens||0,f=a.cache_creation_input_tokens||0;c+=Math.max(0,d-e-f)*(b.input/1e6),e>0&&(c+=e*((b.cached||b.input)/1e6)),c+=(a.completion_tokens||a.output_tokens||0)*(b.output/1e6);let g=a.reasoning_tokens||0;return g>0&&(c+=g*((b.reasoning||b.output)/1e6)),f>0&&(c+=f*((b.cache_creation||b.input)/1e6)),c}}};
@@ -36,7 +36,7 @@
36
36
  fi
37
37
  fi
38
38
  done
39
- `;return new Promise(a=>{f(d,{shell:"/bin/bash"},()=>a())})}async function y(a,b){if(!h()){k(`🔐 Cert: cannot install to system store without sudo — trust this file on clients: ${b}`),await x(b,"add");return}let c=p(),d=`${c.dir}/9router-root-ca.crt`,e=`cp "${b}" "${d}" && (${c.cmd} 2>/dev/null || true)`;try{await g(e,a),await x(b,"add"),k(`🔐 Cert: ✅ installed to Linux trust store (${c.dir}) and user browser databases`)}catch(a){throw Error(`Certificate install failed: ${a.message}`)}}async function z(a){if(await x(null,"delete"),!h())return;let b=p(),c=`${b.dir}/9router-root-ca.crt`,d=`rm -f "${c}" && (${b.cmd} 2>/dev/null || true)`;try{await g(d,a),k("\uD83D\uDD10 Cert: ✅ uninstalled from Linux trust store and user browser databases")}catch(a){throw Error("Failed to uninstall certificate")}}a.exports={installCert:async function a(a,b){if(!d.existsSync(b))throw Error(`Certificate file not found: ${b}`);await s(b)?k("\uD83D\uDD10 Cert: already trusted ✅"):m?await u(b):n?await t(a,b):await y(a,b)},uninstallCert:async function a(a,b){await s(b)?m?await w():n?await v(a,b):await z(a):k("\uD83D\uDD10 Cert: not found in system store")},checkCertInstalled:s}},17511:(a,b,c)=>{let d=c(29021);a.exports={IS_DEV:!1,LSOF_BIN:(()=>{if("win32"===process.platform)return null;for(let a of["/usr/sbin/lsof","/usr/bin/lsof","/sbin/lsof"])try{return d.accessSync(a,d.constants.X_OK),a}catch{}return"lsof"})(),TARGET_HOSTS:["daily-cloudcode-pa.googleapis.com","cloudcode-pa.googleapis.com","api.individual.githubcopilot.com","q.us-east-1.amazonaws.com","codewhisperer.us-east-1.amazonaws.com","runtime.us-east-1.kiro.dev","api2.cursor.sh"],URL_PATTERNS:{antigravity:[":generateContent",":streamGenerateContent"],copilot:["/chat/completions","/v1/messages","/responses"],kiro:["/generateAssistantResponse"],cursor:["/BidiAppend","/RunSSE","/RunPoll","/Run"]},MODEL_SYNONYMS:{antigravity:{"gemini-default":"gemini-3.5-flash-low","gemini-3.5-flash-high":"gemini-3-flash-agent","gemini-3.5-flash-medium":"gemini-3.5-flash-low","gemini-3.5-flash-extra-low":"gemini-3.5-flash-extra-low","gemini-3.1-pro-high":"gemini-pro-agent","gemini-3-pro-high":"gemini-pro-agent","gemini-3-pro-low":"gemini-3.1-pro-low"}},MODEL_PATTERNS:{antigravity:[{match:/flash.*extra.*low|extra.*low.*flash|flash.*low|low.*flash/i,alias:"gemini-3.5-flash-extra-low"},{match:/flash.*medium|medium.*flash/i,alias:"gemini-3.5-flash-low"},{match:/flash.*agent|agent.*flash|flash/i,alias:"gemini-3-flash-agent"},{match:/pro.*low|low.*pro/i,alias:"gemini-3.1-pro-low"},{match:/gemini.*pro|pro.*gemini/i,alias:"gemini-pro-agent"},{match:/opus/i,alias:"claude-opus-4-6-thinking"},{match:/sonnet|claude/i,alias:"claude-sonnet-4-6"},{match:/gpt.*oss|oss/i,alias:"gpt-oss-120b-medium"}]},MODEL_NO_MAP:{antigravity:[/^tab[_-]/i]},LOG_BLACKLIST_URL_PARTS:["recordCodeAssistMetrics","recordTrajectoryAnalytics","fetchAdminControls","listExperiments","fetchUserInfo"],getToolForHost:function(a){let b=(a||"").split(":")[0];return"api.individual.githubcopilot.com"===b?"copilot":"daily-cloudcode-pa.googleapis.com"===b||"cloudcode-pa.googleapis.com"===b?"antigravity":"q.us-east-1.amazonaws.com"===b||"codewhisperer.us-east-1.amazonaws.com"===b||"runtime.us-east-1.kiro.dev"===b?"kiro":"api2.cursor.sh"===b?"cursor":null},extractModel:function(a,b){let c=a.match(/\/models\/([^/:]+)/),d=c?.[1]||null;if(function(a){if(!a||0===a.length)return!1;let b=a.slice(0,Math.min(100,a.length)),c=0;for(let a=0;a<b.length;a++){let d=b[a];d<32&&9!==d&&10!==d&&13!==d&&c++,d>126&&c++}return c/b.length>.3}(b))return d;try{let a=JSON.parse(b.toString());if(a.conversationState)return a.conversationState.currentMessage?.userInputMessage?.modelId||null;let c=d||a.model||null;if("gemini-3.6-flash-tiered"===String(c).replace(/^models\//,"")){let b=a.request?.generationConfig?.thinkingConfig?.thinkingLevel||a.generationConfig?.thinkingConfig?.thinkingLevel,c=["high","medium","low"].includes(String(b).toLowerCase())?String(b).toLowerCase():"medium";return`gemini-3.6-flash-${c}`}return c}catch{return d}}}},26033:(a,b,c)=>{c(33873),c(29021);let{MITM_DIR:d}=c(82193),{generateRootCA:e,loadRootCA:f,generateLeafCert:g}=c(8578);a.exports={generateCert:function(){return e()},getCertForDomain:function(a){try{let b=f(),c=g(a,b);return{key:c.key,cert:c.cert}}catch(b){return console.error(`Failed to generate cert for ${a}:`,b.message),null}}}},64809:(a,b,c)=>{let{exec:d,execSync:e}=c(79646),f="win32"===process.platform;function g(){if(f)try{return e("net session >nul 2>&1",{windowsHide:!0,stdio:"ignore"}),!0}catch{return!1}return"function"==typeof process.getuid&&0===process.getuid()}function h(a){return`'${String(a).replace(/'/g,"''")}'`}a.exports={isAdmin:g,runElevatedPowerShell:function(a){if(!f)return Promise.reject(Error("Windows-only"));let b=Buffer.from(a,"utf16le").toString("base64");if(g())return new Promise((a,c)=>{d(`powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -EncodedCommand ${b}`,{windowsHide:!0},(b,d,e)=>{b?c(Error(e||b.message)):a(d)})});let c=`
39
+ `;return new Promise(a=>{f(d,{shell:"/bin/bash"},()=>a())})}async function y(a,b){if(!h()){k(`🔐 Cert: cannot install to system store without sudo — trust this file on clients: ${b}`),await x(b,"add");return}let c=p(),d=`${c.dir}/9router-root-ca.crt`,e=`cp "${b}" "${d}" && (${c.cmd} 2>/dev/null || true)`;try{await g(e,a),await x(b,"add"),k(`🔐 Cert: ✅ installed to Linux trust store (${c.dir}) and user browser databases`)}catch(a){throw Error(`Certificate install failed: ${a.message}`)}}async function z(a){if(await x(null,"delete"),!h())return;let b=p(),c=`${b.dir}/9router-root-ca.crt`,d=`rm -f "${c}" && (${b.cmd} 2>/dev/null || true)`;try{await g(d,a),k("\uD83D\uDD10 Cert: ✅ uninstalled from Linux trust store and user browser databases")}catch(a){throw Error("Failed to uninstall certificate")}}a.exports={installCert:async function a(a,b){if(!d.existsSync(b))throw Error(`Certificate file not found: ${b}`);await s(b)?k("\uD83D\uDD10 Cert: already trusted ✅"):m?await u(b):n?await t(a,b):await y(a,b)},uninstallCert:async function a(a,b){await s(b)?m?await w():n?await v(a,b):await z(a):k("\uD83D\uDD10 Cert: not found in system store")},checkCertInstalled:s}},17511:(a,b,c)=>{let d=c(29021),e=(()=>{if("win32"===process.platform)return null;for(let a of["/usr/sbin/lsof","/usr/bin/lsof","/sbin/lsof"])try{return d.accessSync(a,d.constants.X_OK),a}catch{}return"lsof"})(),f={antigravity:[":generateContent",":streamGenerateContent"],copilot:["/chat/completions","/v1/messages","/responses"],kiro:["/generateAssistantResponse"],cursor:["/BidiAppend","/RunSSE","/RunPoll","/Run"]};a.exports={IS_DEV:!1,LSOF_BIN:e,TARGET_HOSTS:["daily-cloudcode-pa.googleapis.com","cloudcode-pa.googleapis.com","api.individual.githubcopilot.com","q.us-east-1.amazonaws.com","codewhisperer.us-east-1.amazonaws.com","runtime.us-east-1.kiro.dev","api2.cursor.sh"],URL_PATTERNS:f,MODEL_SYNONYMS:{antigravity:{"gemini-default":"gemini-3.5-flash-low","gemini-3.5-flash-high":"gemini-3-flash-agent","gemini-3.5-flash-medium":"gemini-3.5-flash-low","gemini-3.5-flash-extra-low":"gemini-3.5-flash-extra-low","gemini-3.7-flash-high":"gemini-3.7-flash-high","gemini-3.7-flash-medium":"gemini-3.7-flash-medium","gemini-3.7-flash-low":"gemini-3.7-flash-low","gemini-3.1-pro-high":"gemini-pro-agent","gemini-3-pro-high":"gemini-pro-agent","gemini-3-pro-low":"gemini-3.1-pro-low"}},MODEL_PATTERNS:{antigravity:[{match:/flash.*extra.*low|extra.*low.*flash|flash.*low|low.*flash/i,alias:"gemini-3.5-flash-extra-low"},{match:/flash.*medium|medium.*flash/i,alias:"gemini-3.5-flash-low"},{match:/flash.*agent|agent.*flash|flash/i,alias:"gemini-3-flash-agent"},{match:/pro.*low|low.*pro/i,alias:"gemini-3.1-pro-low"},{match:/gemini.*pro|pro.*gemini/i,alias:"gemini-pro-agent"},{match:/opus/i,alias:"claude-opus-4-6-thinking"},{match:/sonnet|claude/i,alias:"claude-sonnet-4-6"},{match:/gpt.*oss|oss/i,alias:"gpt-oss-120b-medium"}]},MODEL_NO_MAP:{antigravity:[/^tab[_-]/i]},LOG_BLACKLIST_URL_PARTS:["recordCodeAssistMetrics","recordTrajectoryAnalytics","fetchAdminControls","listExperiments","fetchUserInfo"],getToolForHost:function(a){let b=(a||"").split(":")[0];return"api.individual.githubcopilot.com"===b?"copilot":"daily-cloudcode-pa.googleapis.com"===b||"cloudcode-pa.googleapis.com"===b?"antigravity":"q.us-east-1.amazonaws.com"===b||"codewhisperer.us-east-1.amazonaws.com"===b||"runtime.us-east-1.kiro.dev"===b?"kiro":"api2.cursor.sh"===b?"cursor":null},isChatRequest:function(a,b){return!!(f[a]||[]).some(a=>(b.url||"").includes(a))||"kiro"===a&&String(b.headers?.["x-amz-target"]||"").includes("GenerateAssistantResponse")},extractModel:function(a,b){let c=a.match(/\/models\/([^/:]+)/),d=c?.[1]||null;if(function(a){if(!a||0===a.length)return!1;let b=a.slice(0,Math.min(100,a.length)),c=0;for(let a=0;a<b.length;a++){let d=b[a];d<32&&9!==d&&10!==d&&13!==d&&c++,d>126&&c++}return c/b.length>.3}(b))return d;try{let a=JSON.parse(b.toString());if(a.conversationState)return a.conversationState.currentMessage?.userInputMessage?.modelId||null;let c=d||a.model||null,e=String(c).replace(/^models\//,"");if("gemini-3.6-flash-tiered"===e||"gemini-3.7-flash-tiered"===e){let b=e.includes("3.7")?"3.7":"3.6",c=a.request?.generationConfig?.thinkingConfig?.thinkingLevel||a.generationConfig?.thinkingConfig?.thinkingLevel,d=["high","medium","low"].includes(String(c).toLowerCase())?String(c).toLowerCase():"medium";return`gemini-${b}-flash-${d}`}return c}catch{return d}}}},26033:(a,b,c)=>{c(33873),c(29021);let{MITM_DIR:d}=c(82193),{generateRootCA:e,loadRootCA:f,generateLeafCert:g}=c(8578);a.exports={generateCert:function(){return e()},getCertForDomain:function(a){try{let b=f(),c=g(a,b);return{key:c.key,cert:c.cert}}catch(b){return console.error(`Failed to generate cert for ${a}:`,b.message),null}}}},64809:(a,b,c)=>{let{exec:d,execSync:e}=c(79646),f="win32"===process.platform;function g(){if(f)try{return e("net session >nul 2>&1",{windowsHide:!0,stdio:"ignore"}),!0}catch{return!1}return"function"==typeof process.getuid&&0===process.getuid()}function h(a){return`'${String(a).replace(/'/g,"''")}'`}a.exports={isAdmin:g,runElevatedPowerShell:function(a){if(!f)return Promise.reject(Error("Windows-only"));let b=Buffer.from(a,"utf16le").toString("base64");if(g())return new Promise((a,c)=>{d(`powershell -NoProfile -NonInteractive -ExecutionPolicy Bypass -EncodedCommand ${b}`,{windowsHide:!0},(b,d,e)=>{b?c(Error(e||b.message)):a(d)})});let c=`
40
40
  $proc = Start-Process powershell -ArgumentList @(
41
41
  '-NoProfile','-NonInteractive','-ExecutionPolicy','Bypass',
42
42
  '-WindowStyle','Hidden','-EncodedCommand','${b}'
@@ -1 +1 @@
1
- "use strict";(()=>{var a={};a.id=6183,a.ids=[6183],a.modules={21820:a=>{a.exports=require("os")},27172:(a,b,c)=>{async function d(){{let{initConsoleLogCapture:a}=await c.e(2573).then(c.bind(c,4954));a()}}c.r(b),c.d(b,{register:()=>d})},94735:a=>{a.exports=require("events")}};var b=require("./webpack-runtime.js");b.C(a);var c=b(b.s=27172);module.exports=c})();
1
+ "use strict";(()=>{var a={};a.id=6183,a.ids=[6183],a.modules={21820:a=>{a.exports=require("os")},27172:(a,b,c)=>{async function d(){{let{initConsoleLogCapture:a}=await c.e(5285).then(c.bind(c,15285));a()}}c.r(b),c.d(b,{register:()=>d})},94735:a=>{a.exports=require("events")}};var b=require("./webpack-runtime.js");b.C(a);var c=b(b.s=27172);module.exports=c})();
@@ -0,0 +1 @@
1
+ {"version":1,"files":["../package.json","chunks/112.js","chunks/1220.js","chunks/1260.js","chunks/155.js","chunks/1813.js","chunks/1998.js","chunks/2051.js","chunks/2283.js","chunks/2391.js","chunks/241.js","chunks/2416.js","chunks/318.js","chunks/3212.js","chunks/3225.js","chunks/3284.js","chunks/3350.js","chunks/3535.js","chunks/3546.js","chunks/3558.js","chunks/3593.js","chunks/3943.js","chunks/4037.js","chunks/4055.js","chunks/412.js","chunks/4123.js","chunks/4125.js","chunks/4306.js","chunks/4730.js","chunks/4739.js","chunks/4741.js","chunks/4780.js","chunks/4884.js","chunks/4953.js","chunks/507.js","chunks/5081.js","chunks/5182.js","chunks/5217.js","chunks/5258.js","chunks/5285.js","chunks/5433.js","chunks/5573.js","chunks/5612.js","chunks/5615.js","chunks/5699.js","chunks/595.js","chunks/6070.js","chunks/615.js","chunks/63.js","chunks/6306.js","chunks/6457.js","chunks/6763.js","chunks/6777.js","chunks/6832.js","chunks/6844.js","chunks/6877.js","chunks/6935.js","chunks/698.js","chunks/7011.js","chunks/7108.js","chunks/7211.js","chunks/7774.js","chunks/7828.js","chunks/7965.js","chunks/8038.js","chunks/8145.js","chunks/827.js","chunks/8499.js","chunks/8520.js","chunks/8658.js","chunks/869.js","chunks/8847.js","chunks/8895.js","chunks/8910.js","chunks/8920.js","chunks/8971.js","chunks/915.js","chunks/9528.js","webpack-runtime.js"]}
@@ -0,0 +1 @@
1
+ self.__INTERCEPTION_ROUTE_REWRITE_MANIFEST="[]";
@@ -1 +1 @@
1
- globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/JWImzQkckVcSebM83PuaS/_buildManifest.js","static/JWImzQkckVcSebM83PuaS/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-c3c4abfc45a2a611.js","static/chunks/4bd1b696-e356ca5ba0218e27.js","static/chunks/3794-123fdf632563f469.js","static/chunks/main-app-e9cac73f211d4f39.js"],rootMainFilesTree:{},pages:{"/_app":[]}};
1
+ globalThis.__BUILD_MANIFEST={polyfillFiles:["static/chunks/polyfills-42372ed130431b0a.js"],devFiles:[],lowPriorityFiles:["static/QHckNKEYIzKDlZXcEeOCp/_buildManifest.js","static/QHckNKEYIzKDlZXcEeOCp/_ssgManifest.js"],rootMainFiles:["static/chunks/webpack-c3c4abfc45a2a611.js","static/chunks/4bd1b696-e356ca5ba0218e27.js","static/chunks/3794-123fdf632563f469.js","static/chunks/main-app-e9cac73f211d4f39.js"],rootMainFilesTree:{},pages:{"/_app":[]}};