@rsalmn/extremerouter 0.7.7 → 0.7.9

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 (964) hide show
  1. package/app/.next-cli-build/BUILD_ID +1 -1
  2. package/app/.next-cli-build/app-path-routes-manifest.json +10 -7
  3. package/app/.next-cli-build/build-manifest.json +3 -3
  4. package/app/.next-cli-build/required-server-files.json +1 -1
  5. package/app/.next-cli-build/routes-manifest.json +20 -0
  6. package/app/.next-cli-build/server/app/(dashboard)/dashboard/alerts/page.js +2 -2
  7. package/app/.next-cli-build/server/app/(dashboard)/dashboard/alerts/page.js.nft.json +1 -1
  8. package/app/.next-cli-build/server/app/(dashboard)/dashboard/alerts/page_client-reference-manifest.js +1 -1
  9. package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
  10. package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +1 -1
  11. package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
  12. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +3 -3
  13. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js.nft.json +1 -1
  14. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
  15. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
  16. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
  17. package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  18. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page.js +2 -2
  19. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
  20. package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  21. package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
  22. package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +1 -1
  23. package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
  24. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
  25. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
  26. package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  27. package/app/.next-cli-build/server/app/(dashboard)/dashboard/health/page.js +2 -2
  28. package/app/.next-cli-build/server/app/(dashboard)/dashboard/health/page.js.nft.json +1 -1
  29. package/app/.next-cli-build/server/app/(dashboard)/dashboard/health/page_client-reference-manifest.js +1 -1
  30. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +2 -2
  31. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +1 -1
  32. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
  33. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -2
  34. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +1 -1
  35. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
  36. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +3 -3
  37. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +1 -1
  38. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
  39. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -2
  40. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js.nft.json +1 -1
  41. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
  42. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
  43. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -1
  44. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  45. package/app/.next-cli-build/server/app/(dashboard)/dashboard/overview/page.js +2 -2
  46. package/app/.next-cli-build/server/app/(dashboard)/dashboard/overview/page.js.nft.json +1 -1
  47. package/app/.next-cli-build/server/app/(dashboard)/dashboard/overview/page_client-reference-manifest.js +1 -1
  48. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js +2 -2
  49. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  50. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  51. package/app/.next-cli-build/server/app/(dashboard)/dashboard/playground/page.js +2 -2
  52. package/app/.next-cli-build/server/app/(dashboard)/dashboard/playground/page.js.nft.json +1 -1
  53. package/app/.next-cli-build/server/app/(dashboard)/dashboard/playground/page_client-reference-manifest.js +1 -1
  54. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js +2 -2
  55. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
  56. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  57. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js +3 -3
  58. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
  59. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  60. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
  61. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
  62. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  63. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js +2 -2
  64. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
  65. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  66. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js +3 -3
  67. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -1
  68. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
  69. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js +2 -2
  70. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -1
  71. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  72. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js +2 -2
  73. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js.nft.json +1 -1
  74. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
  75. package/app/.next-cli-build/server/app/(dashboard)/dashboard/swarm/page.js +2 -2
  76. package/app/.next-cli-build/server/app/(dashboard)/dashboard/swarm/page.js.nft.json +1 -1
  77. package/app/.next-cli-build/server/app/(dashboard)/dashboard/swarm/page_client-reference-manifest.js +1 -1
  78. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page.js +2 -2
  79. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page.js.nft.json +1 -1
  80. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page_client-reference-manifest.js +1 -1
  81. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js +2 -2
  82. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
  83. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  84. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js +2 -2
  85. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
  86. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  87. package/app/.next-cli-build/server/app/_global-error/page.js +3 -3
  88. package/app/.next-cli-build/server/app/_global-error/page.js.nft.json +1 -1
  89. package/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -1
  90. package/app/.next-cli-build/server/app/_global-error.html +1 -1
  91. package/app/.next-cli-build/server/app/_global-error.rsc +1 -1
  92. package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +1 -1
  93. package/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  94. package/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  95. package/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +1 -1
  96. package/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +1 -1
  97. package/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  98. package/app/.next-cli-build/server/app/_not-found/page.js +2 -2
  99. package/app/.next-cli-build/server/app/_not-found/page.js.nft.json +1 -1
  100. package/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -1
  101. package/app/.next-cli-build/server/app/_not-found.html +1 -1
  102. package/app/.next-cli-build/server/app/_not-found.rsc +5 -5
  103. package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +5 -5
  104. package/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +1 -1
  105. package/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +5 -5
  106. package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  107. package/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  108. package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +2 -2
  109. package/app/.next-cli-build/server/app/api/alerts/test/route.js +2 -2
  110. package/app/.next-cli-build/server/app/api/alerts/test/route.js.nft.json +1 -1
  111. package/app/.next-cli-build/server/app/api/auth/login/route.js +1 -1
  112. package/app/.next-cli-build/server/app/api/auth/login/route.js.nft.json +1 -1
  113. package/app/.next-cli-build/server/app/api/auth/logout/route.js +1 -1
  114. package/app/.next-cli-build/server/app/api/auth/logout/route.js.nft.json +1 -1
  115. package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js +1 -1
  116. package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js.nft.json +1 -1
  117. package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js +1 -1
  118. package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js.nft.json +1 -1
  119. package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js +1 -1
  120. package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js.nft.json +1 -1
  121. package/app/.next-cli-build/server/app/api/auth/reset-password/route.js +1 -1
  122. package/app/.next-cli-build/server/app/api/auth/reset-password/route.js.nft.json +1 -1
  123. package/app/.next-cli-build/server/app/api/auth/status/route.js +1 -1
  124. package/app/.next-cli-build/server/app/api/auth/status/route.js.nft.json +1 -1
  125. package/app/.next-cli-build/server/app/api/cache/route.js +1 -1
  126. package/app/.next-cli-build/server/app/api/cache/route.js.nft.json +1 -1
  127. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +2 -2
  128. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js.nft.json +1 -1
  129. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
  130. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
  131. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
  132. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -1
  133. package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js +2 -2
  134. package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js.nft.json +1 -1
  135. package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js +1 -1
  136. package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js.nft.json +1 -1
  137. package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js +1 -1
  138. package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js.nft.json +1 -1
  139. package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js +1 -1
  140. package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js.nft.json +1 -1
  141. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js +1 -1
  142. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js.nft.json +1 -1
  143. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js +2 -2
  144. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js.nft.json +1 -1
  145. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +1 -1
  146. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js.nft.json +1 -1
  147. package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +3 -3
  148. package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js.nft.json +1 -1
  149. package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js +1 -1
  150. package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js.nft.json +1 -1
  151. package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +2 -2
  152. package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js.nft.json +1 -1
  153. package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +2 -2
  154. package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js.nft.json +1 -1
  155. package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js +1 -1
  156. package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js.nft.json +1 -1
  157. package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +1 -1
  158. package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js.nft.json +1 -1
  159. package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js +1 -1
  160. package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js.nft.json +1 -1
  161. package/app/.next-cli-build/server/app/api/combos/[id]/route.js +1 -1
  162. package/app/.next-cli-build/server/app/api/combos/[id]/route.js.nft.json +1 -1
  163. package/app/.next-cli-build/server/app/api/combos/route.js +1 -1
  164. package/app/.next-cli-build/server/app/api/combos/route.js.nft.json +1 -1
  165. package/app/.next-cli-build/server/app/api/combos/validate-roles/route.js +1 -1
  166. package/app/.next-cli-build/server/app/api/combos/validate-roles/route.js.nft.json +1 -1
  167. package/app/.next-cli-build/server/app/api/dashboard/stream/route.js +2 -2
  168. package/app/.next-cli-build/server/app/api/dashboard/stream/route.js.nft.json +1 -1
  169. package/app/.next-cli-build/server/app/api/headroom/start/route.js +1 -1
  170. package/app/.next-cli-build/server/app/api/headroom/start/route.js.nft.json +1 -1
  171. package/app/.next-cli-build/server/app/api/headroom/status/route.js +1 -1
  172. package/app/.next-cli-build/server/app/api/headroom/status/route.js.nft.json +1 -1
  173. package/app/.next-cli-build/server/app/api/headroom/stop/route.js +2 -2
  174. package/app/.next-cli-build/server/app/api/headroom/stop/route.js.nft.json +1 -1
  175. package/app/.next-cli-build/server/app/api/health/providers/route.js +1 -1
  176. package/app/.next-cli-build/server/app/api/health/providers/route.js.nft.json +1 -1
  177. package/app/.next-cli-build/server/app/api/health/route.js +1 -1
  178. package/app/.next-cli-build/server/app/api/health/route.js.nft.json +1 -1
  179. package/app/.next-cli-build/server/app/api/health/stream/route.js +2 -2
  180. package/app/.next-cli-build/server/app/api/health/stream/route.js.nft.json +1 -1
  181. package/app/.next-cli-build/server/app/api/init/route.js +1 -1
  182. package/app/.next-cli-build/server/app/api/init/route.js.nft.json +1 -1
  183. package/app/.next-cli-build/server/app/api/keys/[id]/route.js +1 -1
  184. package/app/.next-cli-build/server/app/api/keys/[id]/route.js.nft.json +1 -1
  185. package/app/.next-cli-build/server/app/api/keys/route.js +1 -1
  186. package/app/.next-cli-build/server/app/api/keys/route.js.nft.json +1 -1
  187. package/app/.next-cli-build/server/app/api/locale/route.js +1 -1
  188. package/app/.next-cli-build/server/app/api/locale/route.js.nft.json +1 -1
  189. package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js +2 -2
  190. package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js.nft.json +1 -1
  191. package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js +2 -2
  192. package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js.nft.json +1 -1
  193. package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -1
  194. package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +1 -1
  195. package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -1
  196. package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +1 -1
  197. package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js +1 -1
  198. package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +1 -1
  199. package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js +1 -1
  200. package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +1 -1
  201. package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js +1 -1
  202. package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js.nft.json +1 -1
  203. package/app/.next-cli-build/server/app/api/models/alias/route.js +1 -1
  204. package/app/.next-cli-build/server/app/api/models/alias/route.js.nft.json +1 -1
  205. package/app/.next-cli-build/server/app/api/models/availability/route.js +1 -1
  206. package/app/.next-cli-build/server/app/api/models/availability/route.js.nft.json +1 -1
  207. package/app/.next-cli-build/server/app/api/models/custom/route.js +1 -1
  208. package/app/.next-cli-build/server/app/api/models/custom/route.js.nft.json +1 -1
  209. package/app/.next-cli-build/server/app/api/models/disabled/route.js +1 -1
  210. package/app/.next-cli-build/server/app/api/models/disabled/route.js.nft.json +1 -1
  211. package/app/.next-cli-build/server/app/api/models/route.js +1 -1
  212. package/app/.next-cli-build/server/app/api/models/route.js.nft.json +1 -1
  213. package/app/.next-cli-build/server/app/api/models/test/route.js +1 -1
  214. package/app/.next-cli-build/server/app/api/models/test/route.js.nft.json +1 -1
  215. package/app/.next-cli-build/server/app/api/oauth/1min/import/route.js +1 -0
  216. package/app/.next-cli-build/server/app/api/oauth/1min/import/route.js.nft.json +1 -0
  217. package/app/.next-cli-build/server/app/api/oauth/1min/import/route_client-reference-manifest.js +1 -0
  218. package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  219. package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
  220. package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route.js +1 -1
  221. package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route.js.nft.json +1 -1
  222. package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js +1 -1
  223. package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js.nft.json +1 -1
  224. package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js +2 -2
  225. package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -1
  226. package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js +1 -1
  227. package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
  228. package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js +1 -1
  229. package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js.nft.json +1 -1
  230. package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js +1 -1
  231. package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -1
  232. package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route.js +1 -1
  233. package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route.js.nft.json +1 -1
  234. package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js +1 -1
  235. package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js.nft.json +1 -1
  236. package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js +1 -1
  237. package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
  238. package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route.js +1 -1
  239. package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route.js.nft.json +1 -1
  240. package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
  241. package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -1
  242. package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
  243. package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
  244. package/app/.next-cli-build/server/app/api/oauth/wp-studio/import/route.js +1 -0
  245. package/app/.next-cli-build/server/app/api/oauth/wp-studio/import/route.js.nft.json +1 -0
  246. package/app/.next-cli-build/server/app/api/oauth/wp-studio/import/route_client-reference-manifest.js +1 -0
  247. package/app/.next-cli-build/server/app/api/oauth/zed/auto-import/route.js +2 -2
  248. package/app/.next-cli-build/server/app/api/oauth/zed/auto-import/route.js.nft.json +1 -1
  249. package/app/.next-cli-build/server/app/api/oauth/zed/import/route.js +1 -1
  250. package/app/.next-cli-build/server/app/api/oauth/zed/import/route.js.nft.json +1 -1
  251. package/app/.next-cli-build/server/app/api/pricing/route.js +1 -1
  252. package/app/.next-cli-build/server/app/api/pricing/route.js.nft.json +1 -1
  253. package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js +1 -1
  254. package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
  255. package/app/.next-cli-build/server/app/api/provider-nodes/route.js +1 -1
  256. package/app/.next-cli-build/server/app/api/provider-nodes/route.js.nft.json +1 -1
  257. package/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js +1 -1
  258. package/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js.nft.json +1 -1
  259. package/app/.next-cli-build/server/app/api/providers/[id]/agnes-profile/route.js +1 -0
  260. package/app/.next-cli-build/server/app/api/providers/[id]/agnes-profile/route.js.nft.json +1 -0
  261. package/app/.next-cli-build/server/app/api/providers/[id]/agnes-profile/route_client-reference-manifest.js +1 -0
  262. package/app/.next-cli-build/server/app/api/providers/[id]/freebuff-profile/route.js +1 -1
  263. package/app/.next-cli-build/server/app/api/providers/[id]/freebuff-profile/route.js.nft.json +1 -1
  264. package/app/.next-cli-build/server/app/api/providers/[id]/health-timeline/route.js +1 -1
  265. package/app/.next-cli-build/server/app/api/providers/[id]/health-timeline/route.js.nft.json +1 -1
  266. package/app/.next-cli-build/server/app/api/providers/[id]/inxora-profile/route.js +1 -1
  267. package/app/.next-cli-build/server/app/api/providers/[id]/inxora-profile/route.js.nft.json +1 -1
  268. package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js +1 -1
  269. package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
  270. package/app/.next-cli-build/server/app/api/providers/[id]/onemin-api-profile/route.js +1 -1
  271. package/app/.next-cli-build/server/app/api/providers/[id]/onemin-api-profile/route.js.nft.json +1 -1
  272. package/app/.next-cli-build/server/app/api/providers/[id]/onemin-profile/route.js +1 -1
  273. package/app/.next-cli-build/server/app/api/providers/[id]/onemin-profile/route.js.nft.json +1 -1
  274. package/app/.next-cli-build/server/app/api/providers/[id]/qwencloud-profile/route.js +1 -1
  275. package/app/.next-cli-build/server/app/api/providers/[id]/qwencloud-profile/route.js.nft.json +1 -1
  276. package/app/.next-cli-build/server/app/api/providers/[id]/route.js +1 -1
  277. package/app/.next-cli-build/server/app/api/providers/[id]/route.js.nft.json +1 -1
  278. package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js +1 -1
  279. package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
  280. package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js +1 -1
  281. package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -1
  282. package/app/.next-cli-build/server/app/api/providers/[id]/v0-profile/route.js +1 -1
  283. package/app/.next-cli-build/server/app/api/providers/[id]/v0-profile/route.js.nft.json +1 -1
  284. package/app/.next-cli-build/server/app/api/providers/[id]/vault-pool/route.js +1 -1
  285. package/app/.next-cli-build/server/app/api/providers/[id]/vault-pool/route.js.nft.json +1 -1
  286. package/app/.next-cli-build/server/app/api/providers/[id]/zenmux-plans/route.js +1 -1
  287. package/app/.next-cli-build/server/app/api/providers/[id]/zenmux-plans/route.js.nft.json +1 -1
  288. package/app/.next-cli-build/server/app/api/providers/client/route.js +1 -1
  289. package/app/.next-cli-build/server/app/api/providers/client/route.js.nft.json +1 -1
  290. package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js +1 -1
  291. package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js.nft.json +1 -1
  292. package/app/.next-cli-build/server/app/api/providers/route.js +1 -1
  293. package/app/.next-cli-build/server/app/api/providers/route.js.nft.json +1 -1
  294. package/app/.next-cli-build/server/app/api/providers/suggested-models/route.js +1 -1
  295. package/app/.next-cli-build/server/app/api/providers/suggested-models/route.js.nft.json +1 -1
  296. package/app/.next-cli-build/server/app/api/providers/test-batch/route.js +1 -1
  297. package/app/.next-cli-build/server/app/api/providers/test-batch/route.js.nft.json +1 -1
  298. package/app/.next-cli-build/server/app/api/providers/validate/route.js +1 -1
  299. package/app/.next-cli-build/server/app/api/providers/validate/route.js.nft.json +1 -1
  300. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js +1 -1
  301. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -1
  302. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js +1 -1
  303. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -1
  304. package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js +2 -2
  305. package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js.nft.json +1 -1
  306. package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js +2 -2
  307. package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js.nft.json +1 -1
  308. package/app/.next-cli-build/server/app/api/proxy-pools/route.js +1 -1
  309. package/app/.next-cli-build/server/app/api/proxy-pools/route.js.nft.json +1 -1
  310. package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js +2 -2
  311. package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +1 -1
  312. package/app/.next-cli-build/server/app/api/pxpipe/install/route.js +2 -2
  313. package/app/.next-cli-build/server/app/api/pxpipe/install/route.js.nft.json +1 -1
  314. package/app/.next-cli-build/server/app/api/pxpipe/status/route.js +2 -2
  315. package/app/.next-cli-build/server/app/api/pxpipe/status/route.js.nft.json +1 -1
  316. package/app/.next-cli-build/server/app/api/settings/database/route.js +1 -1
  317. package/app/.next-cli-build/server/app/api/settings/database/route.js.nft.json +1 -1
  318. package/app/.next-cli-build/server/app/api/settings/proxy-test/route.js +1 -1
  319. package/app/.next-cli-build/server/app/api/settings/proxy-test/route.js.nft.json +1 -1
  320. package/app/.next-cli-build/server/app/api/settings/require-login/route.js +1 -1
  321. package/app/.next-cli-build/server/app/api/settings/require-login/route.js.nft.json +1 -1
  322. package/app/.next-cli-build/server/app/api/settings/route.js +1 -1
  323. package/app/.next-cli-build/server/app/api/settings/route.js.nft.json +1 -1
  324. package/app/.next-cli-build/server/app/api/shutdown/route.js +1 -1
  325. package/app/.next-cli-build/server/app/api/shutdown/route.js.nft.json +1 -1
  326. package/app/.next-cli-build/server/app/api/swarm/active/route.js +1 -1
  327. package/app/.next-cli-build/server/app/api/swarm/active/route.js.nft.json +1 -1
  328. package/app/.next-cli-build/server/app/api/swarm/stream/route.js +3 -3
  329. package/app/.next-cli-build/server/app/api/swarm/stream/route.js.nft.json +1 -1
  330. package/app/.next-cli-build/server/app/api/tags/route.js +1 -1
  331. package/app/.next-cli-build/server/app/api/tags/route.js.nft.json +1 -1
  332. package/app/.next-cli-build/server/app/api/translator/console-logs/route.js +1 -1
  333. package/app/.next-cli-build/server/app/api/translator/console-logs/route.js.nft.json +1 -1
  334. package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js +2 -2
  335. package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js.nft.json +1 -1
  336. package/app/.next-cli-build/server/app/api/translator/load/route.js +1 -1
  337. package/app/.next-cli-build/server/app/api/translator/load/route.js.nft.json +1 -1
  338. package/app/.next-cli-build/server/app/api/translator/save/route.js +1 -1
  339. package/app/.next-cli-build/server/app/api/translator/save/route.js.nft.json +1 -1
  340. package/app/.next-cli-build/server/app/api/translator/send/route.js +1 -1
  341. package/app/.next-cli-build/server/app/api/translator/send/route.js.nft.json +1 -1
  342. package/app/.next-cli-build/server/app/api/translator/translate/route.js +1 -1
  343. package/app/.next-cli-build/server/app/api/translator/translate/route.js.nft.json +1 -1
  344. package/app/.next-cli-build/server/app/api/tunnel/disable/route.js +1 -1
  345. package/app/.next-cli-build/server/app/api/tunnel/disable/route.js.nft.json +1 -1
  346. package/app/.next-cli-build/server/app/api/tunnel/enable/route.js +1 -1
  347. package/app/.next-cli-build/server/app/api/tunnel/enable/route.js.nft.json +1 -1
  348. package/app/.next-cli-build/server/app/api/tunnel/status/route.js +1 -1
  349. package/app/.next-cli-build/server/app/api/tunnel/status/route.js.nft.json +1 -1
  350. package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js +1 -1
  351. package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js.nft.json +1 -1
  352. package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js +1 -1
  353. package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js.nft.json +1 -1
  354. package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js +1 -1
  355. package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js.nft.json +1 -1
  356. package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js +1 -1
  357. package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js.nft.json +1 -1
  358. package/app/.next-cli-build/server/app/api/usage/[connectionId]/codex-reset-credits/route.js +1 -1
  359. package/app/.next-cli-build/server/app/api/usage/[connectionId]/codex-reset-credits/route.js.nft.json +1 -1
  360. package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js +1 -1
  361. package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
  362. package/app/.next-cli-build/server/app/api/usage/chart/route.js +1 -1
  363. package/app/.next-cli-build/server/app/api/usage/chart/route.js.nft.json +1 -1
  364. package/app/.next-cli-build/server/app/api/usage/history/route.js +1 -1
  365. package/app/.next-cli-build/server/app/api/usage/history/route.js.nft.json +1 -1
  366. package/app/.next-cli-build/server/app/api/usage/leaderboard/route.js +1 -1
  367. package/app/.next-cli-build/server/app/api/usage/leaderboard/route.js.nft.json +1 -1
  368. package/app/.next-cli-build/server/app/api/usage/logs/route.js +1 -1
  369. package/app/.next-cli-build/server/app/api/usage/logs/route.js.nft.json +1 -1
  370. package/app/.next-cli-build/server/app/api/usage/meta/route.js +1 -1
  371. package/app/.next-cli-build/server/app/api/usage/meta/route.js.nft.json +1 -1
  372. package/app/.next-cli-build/server/app/api/usage/providers/route.js +1 -1
  373. package/app/.next-cli-build/server/app/api/usage/providers/route.js.nft.json +1 -1
  374. package/app/.next-cli-build/server/app/api/usage/request-details/route.js +1 -1
  375. package/app/.next-cli-build/server/app/api/usage/request-details/route.js.nft.json +1 -1
  376. package/app/.next-cli-build/server/app/api/usage/request-logs/route.js +1 -1
  377. package/app/.next-cli-build/server/app/api/usage/request-logs/route.js.nft.json +1 -1
  378. package/app/.next-cli-build/server/app/api/usage/retry-stats/route.js +1 -1
  379. package/app/.next-cli-build/server/app/api/usage/retry-stats/route.js.nft.json +1 -1
  380. package/app/.next-cli-build/server/app/api/usage/stats/route.js +1 -1
  381. package/app/.next-cli-build/server/app/api/usage/stats/route.js.nft.json +1 -1
  382. package/app/.next-cli-build/server/app/api/usage/stream/route.js +2 -2
  383. package/app/.next-cli-build/server/app/api/usage/stream/route.js.nft.json +1 -1
  384. package/app/.next-cli-build/server/app/api/v1/api/chat/route.js +1 -1
  385. package/app/.next-cli-build/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  386. package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js +1 -1
  387. package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
  388. package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js +1 -1
  389. package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
  390. package/app/.next-cli-build/server/app/api/v1/audio/voices/route.js +1 -1
  391. package/app/.next-cli-build/server/app/api/v1/audio/voices/route.js.nft.json +1 -1
  392. package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js +1 -1
  393. package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  394. package/app/.next-cli-build/server/app/api/v1/embeddings/route.js +1 -1
  395. package/app/.next-cli-build/server/app/api/v1/embeddings/route.js.nft.json +1 -1
  396. package/app/.next-cli-build/server/app/api/v1/images/generations/route.js +2 -2
  397. package/app/.next-cli-build/server/app/api/v1/images/generations/route.js.nft.json +1 -1
  398. package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js +1 -1
  399. package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js.nft.json +1 -1
  400. package/app/.next-cli-build/server/app/api/v1/messages/route.js +1 -1
  401. package/app/.next-cli-build/server/app/api/v1/messages/route.js.nft.json +1 -1
  402. package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js +1 -1
  403. package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js.nft.json +1 -1
  404. package/app/.next-cli-build/server/app/api/v1/models/info/route.js +1 -1
  405. package/app/.next-cli-build/server/app/api/v1/models/info/route.js.nft.json +1 -1
  406. package/app/.next-cli-build/server/app/api/v1/models/route.js +1 -1
  407. package/app/.next-cli-build/server/app/api/v1/models/route.js.nft.json +1 -1
  408. package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js +1 -1
  409. package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js.nft.json +1 -1
  410. package/app/.next-cli-build/server/app/api/v1/responses/route.js +1 -1
  411. package/app/.next-cli-build/server/app/api/v1/responses/route.js.nft.json +1 -1
  412. package/app/.next-cli-build/server/app/api/v1/route.js +1 -1
  413. package/app/.next-cli-build/server/app/api/v1/route.js.nft.json +1 -1
  414. package/app/.next-cli-build/server/app/api/v1/search/route.js +1 -1
  415. package/app/.next-cli-build/server/app/api/v1/search/route.js.nft.json +1 -1
  416. package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js +1 -1
  417. package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js.nft.json +1 -1
  418. package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js +1 -1
  419. package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  420. package/app/.next-cli-build/server/app/api/v1beta/models/route.js +1 -1
  421. package/app/.next-cli-build/server/app/api/v1beta/models/route.js.nft.json +1 -1
  422. package/app/.next-cli-build/server/app/api/version/route.js +1 -1
  423. package/app/.next-cli-build/server/app/api/version/route.js.nft.json +1 -1
  424. package/app/.next-cli-build/server/app/api/version/shutdown/route.js +1 -1
  425. package/app/.next-cli-build/server/app/api/version/shutdown/route.js.nft.json +1 -1
  426. package/app/.next-cli-build/server/app/api/version/update/route.js +1 -1
  427. package/app/.next-cli-build/server/app/api/version/update/route.js.nft.json +1 -1
  428. package/app/.next-cli-build/server/app/callback/page.js +2 -2
  429. package/app/.next-cli-build/server/app/callback/page.js.nft.json +1 -1
  430. package/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -1
  431. package/app/.next-cli-build/server/app/callback.html +1 -1
  432. package/app/.next-cli-build/server/app/callback.rsc +5 -5
  433. package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +5 -5
  434. package/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +1 -1
  435. package/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +5 -5
  436. package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +2 -2
  437. package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  438. package/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +1 -1
  439. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js +2 -2
  440. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js.nft.json +1 -1
  441. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  442. package/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -1
  443. package/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +5 -5
  444. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +5 -5
  445. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  446. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +5 -5
  447. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
  448. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  449. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  450. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  451. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  452. package/app/.next-cli-build/server/app/favicon.ico/route.js +1 -1
  453. package/app/.next-cli-build/server/app/favicon.ico/route.js.nft.json +1 -1
  454. package/app/.next-cli-build/server/app/index.html +1 -1
  455. package/app/.next-cli-build/server/app/index.rsc +5 -5
  456. package/app/.next-cli-build/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  457. package/app/.next-cli-build/server/app/index.segments/_full.segment.rsc +5 -5
  458. package/app/.next-cli-build/server/app/index.segments/_head.segment.rsc +1 -1
  459. package/app/.next-cli-build/server/app/index.segments/_index.segment.rsc +5 -5
  460. package/app/.next-cli-build/server/app/index.segments/_tree.segment.rsc +2 -2
  461. package/app/.next-cli-build/server/app/landing/page.js +2 -2
  462. package/app/.next-cli-build/server/app/landing/page.js.nft.json +1 -1
  463. package/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -1
  464. package/app/.next-cli-build/server/app/landing.html +1 -1
  465. package/app/.next-cli-build/server/app/landing.rsc +5 -5
  466. package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +5 -5
  467. package/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +1 -1
  468. package/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +5 -5
  469. package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +2 -2
  470. package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  471. package/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +1 -1
  472. package/app/.next-cli-build/server/app/login/page.js +2 -2
  473. package/app/.next-cli-build/server/app/login/page.js.nft.json +1 -1
  474. package/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -1
  475. package/app/.next-cli-build/server/app/login.html +1 -1
  476. package/app/.next-cli-build/server/app/login.rsc +6 -6
  477. package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +6 -6
  478. package/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +1 -1
  479. package/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +5 -5
  480. package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +2 -2
  481. package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  482. package/app/.next-cli-build/server/app/login.segments/login.segment.rsc +1 -1
  483. package/app/.next-cli-build/server/app/manifest.webmanifest/route.js +2 -2
  484. package/app/.next-cli-build/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  485. package/app/.next-cli-build/server/app/page.js +2 -2
  486. package/app/.next-cli-build/server/app/page.js.nft.json +1 -1
  487. package/app/.next-cli-build/server/app/page_client-reference-manifest.js +1 -1
  488. package/app/.next-cli-build/server/app-paths-manifest.json +10 -7
  489. package/app/.next-cli-build/server/chunks/1239.js +1 -0
  490. package/app/.next-cli-build/server/chunks/1350.js +1 -1
  491. package/app/.next-cli-build/server/chunks/1719.js +1 -1
  492. package/app/.next-cli-build/server/chunks/212.js +1 -1
  493. package/app/.next-cli-build/server/chunks/2231.js +1 -1
  494. package/app/.next-cli-build/server/chunks/{2722.js → 2342.js} +24 -24
  495. package/app/.next-cli-build/server/chunks/2701.js +1 -1
  496. package/app/.next-cli-build/server/chunks/2926.js +1 -1
  497. package/app/.next-cli-build/server/chunks/318.js +37 -35
  498. package/app/.next-cli-build/server/chunks/319.js +1 -1
  499. package/app/.next-cli-build/server/chunks/3593.js +1 -1
  500. package/app/.next-cli-build/server/chunks/3992.js +1 -0
  501. package/app/.next-cli-build/server/chunks/4040.js +5 -3
  502. package/app/.next-cli-build/server/chunks/412.js +2 -2
  503. package/app/.next-cli-build/server/chunks/4356.js +9 -0
  504. package/app/.next-cli-build/server/chunks/4632.js +1 -1
  505. package/app/.next-cli-build/server/chunks/4741.js +4 -2
  506. package/app/.next-cli-build/server/chunks/4780.js +1 -1
  507. package/app/.next-cli-build/server/chunks/5612.js +1 -1
  508. package/app/.next-cli-build/server/chunks/5628.js +1 -0
  509. package/app/.next-cli-build/server/chunks/5699.js +1 -1
  510. package/app/.next-cli-build/server/chunks/5961.js +1 -1
  511. package/app/.next-cli-build/server/chunks/5983.js +9 -0
  512. package/app/.next-cli-build/server/chunks/6070.js +1 -1
  513. package/app/.next-cli-build/server/chunks/615.js +1 -1
  514. package/app/.next-cli-build/server/chunks/6316.js +2 -2
  515. package/app/.next-cli-build/server/chunks/6630.js +1 -1
  516. package/app/.next-cli-build/server/chunks/7152.js +1 -1
  517. package/app/.next-cli-build/server/chunks/8238.js +1 -1
  518. package/app/.next-cli-build/server/chunks/8271.js +1 -1
  519. package/app/.next-cli-build/server/chunks/8895.js +2 -2
  520. package/app/.next-cli-build/server/chunks/9630.js +1 -1
  521. package/app/.next-cli-build/server/chunks/9703.js +2 -2
  522. package/app/.next-cli-build/server/middleware-build-manifest.js +1 -1
  523. package/app/.next-cli-build/server/middleware.js +3 -3
  524. package/app/.next-cli-build/server/pages/404.html +1 -1
  525. package/app/.next-cli-build/server/pages/500.html +1 -1
  526. package/app/.next-cli-build/static/LTz0FqDsVsVSFbsHZibmc/_buildManifest.js +1 -0
  527. package/app/.next-cli-build/static/chunks/1321-7d2ce22078e1dffb.js +1 -0
  528. package/app/.next-cli-build/static/chunks/{1636-25599a8426fd97ed.js → 1636-47ea773ffa2d3a4b.js} +1 -1
  529. package/app/.next-cli-build/static/chunks/3794-1b03b52e3112452e.js +32 -0
  530. package/app/.next-cli-build/static/chunks/5497-c5ee857b78a8cf8a.js +7 -0
  531. package/app/.next-cli-build/static/chunks/{6069-bd1f2f41043f8c30.js → 682-03720d6613bcbd0f.js} +3 -3
  532. package/app/.next-cli-build/{server/chunks/8084.js → static/chunks/8105-705e80a4c161374b.js} +1 -1
  533. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/alerts/{page-4a622e705e5c4efc.js → page-920869c698a8b3cf.js} +1 -1
  534. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/basic-chat/{page-76e413764f752c03.js → page-75247ad22e97f7cc.js} +1 -1
  535. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-d722ccf5e0fec340.js +1 -0
  536. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-afc62a0533448ca0.js +1 -0
  537. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/{page-262aee689cd6eb34.js → page-a91bcaf7425e68a3.js} +1 -1
  538. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/console-log/{page-18b262b802c95472.js → page-a8c4d8c681e19868.js} +1 -1
  539. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/endpoint/page-408845bd809806a6.js +1 -0
  540. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/health/page-d077213deca8c217.js +1 -0
  541. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/{page-e8d14560b2019a5f.js → page-b635b8b051acb5a5.js} +1 -1
  542. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/{page-a27c538ea71ebf8a.js → page-d9958dfec1d2e28e.js} +1 -1
  543. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/combo/[id]/{page-5e3375dcb5344f35.js → page-a36b3b632d16f4cb.js} +1 -1
  544. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/web/{page-e1875ca8be7183eb.js → page-92a0799a23d869b3.js} +1 -1
  545. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/mitm/page-99540bfed3193080.js +1 -0
  546. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/overview/{page-640703af38ea9eed.js → page-262fa6911888d4f1.js} +1 -1
  547. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/page-f644da989b8878c3.js +1 -0
  548. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/playground/page-0a50de81e7b688fc.js +1 -0
  549. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/profile/{page-1b18b64a9ced4e9f.js → page-aa26b25a26b5dac8.js} +1 -1
  550. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-53ab489f01e3da19.js +10 -0
  551. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/new/{page-f2075be55913fe76.js → page-8965749fb7d0fac3.js} +1 -1
  552. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/{page-e71aac08cb013b28.js → page-96d3eb0dfde0711b.js} +1 -1
  553. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/proxy-pools/{page-964ac16d6816983d.js → page-843c810c0818ce1b.js} +1 -1
  554. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/{page-da7dccb599243439.js → page-bc16a0312f0a7915.js} +1 -1
  555. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/skills/{page-6c82876d3dc71dfb.js → page-97c920b552343488.js} +1 -1
  556. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/token-saver/{page-73e504f021474182.js → page-2592739cbb862828.js} +1 -1
  557. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/translator/{page-422974480d3bd378.js → page-a8af04fbd6293d2f.js} +1 -1
  558. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/{page-6235a5ba123759b2.js → page-5433f8ac60dd59f0.js} +1 -1
  559. package/app/.next-cli-build/static/chunks/app/(dashboard)/{layout-fbd9ba3da73c1af0.js → layout-df0ed16971ba7386.js} +1 -1
  560. package/app/.next-cli-build/static/chunks/app/_global-error/page-abffaa46b4637bee.js +1 -0
  561. package/app/.next-cli-build/static/chunks/app/api/alerts/test/route-abffaa46b4637bee.js +1 -0
  562. package/app/.next-cli-build/static/chunks/app/api/auth/login/route-abffaa46b4637bee.js +1 -0
  563. package/app/.next-cli-build/static/chunks/app/api/auth/logout/route-abffaa46b4637bee.js +1 -0
  564. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/callback/route-abffaa46b4637bee.js +1 -0
  565. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/start/route-abffaa46b4637bee.js +1 -0
  566. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/test/route-abffaa46b4637bee.js +1 -0
  567. package/app/.next-cli-build/static/chunks/app/api/auth/reset-password/route-abffaa46b4637bee.js +1 -0
  568. package/app/.next-cli-build/static/chunks/app/api/auth/status/route-abffaa46b4637bee.js +1 -0
  569. package/app/.next-cli-build/static/chunks/app/api/cache/route-abffaa46b4637bee.js +1 -0
  570. package/app/.next-cli-build/static/chunks/app/api/cli-tools/all-statuses/route-abffaa46b4637bee.js +1 -0
  571. package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-abffaa46b4637bee.js +1 -0
  572. package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/route-abffaa46b4637bee.js +1 -0
  573. package/app/.next-cli-build/static/chunks/app/api/cli-tools/claude-settings/route-abffaa46b4637bee.js +1 -0
  574. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cline-settings/route-abffaa46b4637bee.js +1 -0
  575. package/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-settings/route-abffaa46b4637bee.js +1 -0
  576. package/app/.next-cli-build/static/chunks/app/api/cli-tools/copilot-settings/route-abffaa46b4637bee.js +1 -0
  577. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-abffaa46b4637bee.js +1 -0
  578. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-abffaa46b4637bee.js +1 -0
  579. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-settings/route-abffaa46b4637bee.js +1 -0
  580. package/app/.next-cli-build/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-abffaa46b4637bee.js +1 -0
  581. package/app/.next-cli-build/static/chunks/app/api/cli-tools/droid-settings/route-abffaa46b4637bee.js +1 -0
  582. package/app/.next-cli-build/static/chunks/app/api/cli-tools/hermes-settings/route-abffaa46b4637bee.js +1 -0
  583. package/app/.next-cli-build/static/chunks/app/api/cli-tools/jcode-settings/route-abffaa46b4637bee.js +1 -0
  584. package/app/.next-cli-build/static/chunks/app/api/cli-tools/kilo-settings/route-abffaa46b4637bee.js +1 -0
  585. package/app/.next-cli-build/static/chunks/app/api/cli-tools/openclaw-settings/route-abffaa46b4637bee.js +1 -0
  586. package/app/.next-cli-build/static/chunks/app/api/cli-tools/opencode-settings/route-abffaa46b4637bee.js +1 -0
  587. package/app/.next-cli-build/static/chunks/app/api/combos/[id]/route-abffaa46b4637bee.js +1 -0
  588. package/app/.next-cli-build/static/chunks/app/api/combos/route-abffaa46b4637bee.js +1 -0
  589. package/app/.next-cli-build/static/chunks/app/api/combos/validate-roles/route-abffaa46b4637bee.js +1 -0
  590. package/app/.next-cli-build/static/chunks/app/api/dashboard/stream/route-abffaa46b4637bee.js +1 -0
  591. package/app/.next-cli-build/static/chunks/app/api/headroom/start/route-abffaa46b4637bee.js +1 -0
  592. package/app/.next-cli-build/static/chunks/app/api/headroom/status/route-abffaa46b4637bee.js +1 -0
  593. package/app/.next-cli-build/static/chunks/app/api/headroom/stop/route-abffaa46b4637bee.js +1 -0
  594. package/app/.next-cli-build/static/chunks/app/api/health/providers/route-abffaa46b4637bee.js +1 -0
  595. package/app/.next-cli-build/static/chunks/app/api/health/route-abffaa46b4637bee.js +1 -0
  596. package/app/.next-cli-build/static/chunks/app/api/health/stream/route-abffaa46b4637bee.js +1 -0
  597. package/app/.next-cli-build/static/chunks/app/api/init/route-abffaa46b4637bee.js +1 -0
  598. package/app/.next-cli-build/static/chunks/app/api/keys/[id]/route-abffaa46b4637bee.js +1 -0
  599. package/app/.next-cli-build/static/chunks/app/api/keys/route-abffaa46b4637bee.js +1 -0
  600. package/app/.next-cli-build/static/chunks/app/api/locale/route-abffaa46b4637bee.js +1 -0
  601. package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/message/route-abffaa46b4637bee.js +1 -0
  602. package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/sse/route-abffaa46b4637bee.js +1 -0
  603. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/deepgram/voices/route-abffaa46b4637bee.js +1 -0
  604. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-abffaa46b4637bee.js +1 -0
  605. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/inworld/voices/route-abffaa46b4637bee.js +1 -0
  606. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/minimax/voices/route-abffaa46b4637bee.js +1 -0
  607. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/voices/route-abffaa46b4637bee.js +1 -0
  608. package/app/.next-cli-build/static/chunks/app/api/models/alias/route-abffaa46b4637bee.js +1 -0
  609. package/app/.next-cli-build/static/chunks/app/api/models/availability/route-abffaa46b4637bee.js +1 -0
  610. package/app/.next-cli-build/static/chunks/app/api/models/custom/route-abffaa46b4637bee.js +1 -0
  611. package/app/.next-cli-build/static/chunks/app/api/models/disabled/route-abffaa46b4637bee.js +1 -0
  612. package/app/.next-cli-build/static/chunks/app/api/models/route-abffaa46b4637bee.js +1 -0
  613. package/app/.next-cli-build/static/chunks/app/api/models/test/route-abffaa46b4637bee.js +1 -0
  614. package/app/.next-cli-build/static/chunks/app/api/oauth/1min/import/route-abffaa46b4637bee.js +1 -0
  615. package/app/.next-cli-build/static/chunks/app/api/oauth/[provider]/[action]/route-abffaa46b4637bee.js +1 -0
  616. package/app/.next-cli-build/static/chunks/app/api/oauth/codex/bulk-import/route-abffaa46b4637bee.js +1 -0
  617. package/app/.next-cli-build/static/chunks/app/api/oauth/codex/import-token/route-abffaa46b4637bee.js +1 -0
  618. package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/auto-import/route-abffaa46b4637bee.js +1 -0
  619. package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/import/route-abffaa46b4637bee.js +1 -0
  620. package/app/.next-cli-build/static/chunks/app/api/oauth/gitlab/pat/route-abffaa46b4637bee.js +1 -0
  621. package/app/.next-cli-build/static/chunks/app/api/oauth/iflow/cookie/route-abffaa46b4637bee.js +1 -0
  622. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/api-key/route-abffaa46b4637bee.js +1 -0
  623. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/auto-import/route-abffaa46b4637bee.js +1 -0
  624. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import/route-abffaa46b4637bee.js +1 -0
  625. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import-cli-proxy/route-abffaa46b4637bee.js +1 -0
  626. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-authorize/route-abffaa46b4637bee.js +1 -0
  627. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-exchange/route-abffaa46b4637bee.js +1 -0
  628. package/app/.next-cli-build/static/chunks/app/api/oauth/wp-studio/import/route-abffaa46b4637bee.js +1 -0
  629. package/app/.next-cli-build/static/chunks/app/api/oauth/zed/auto-import/route-abffaa46b4637bee.js +1 -0
  630. package/app/.next-cli-build/static/chunks/app/api/oauth/zed/import/route-abffaa46b4637bee.js +1 -0
  631. package/app/.next-cli-build/static/chunks/app/api/pricing/route-abffaa46b4637bee.js +1 -0
  632. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/[id]/route-abffaa46b4637bee.js +1 -0
  633. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/route-abffaa46b4637bee.js +1 -0
  634. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/validate/route-abffaa46b4637bee.js +1 -0
  635. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/agnes-profile/route-abffaa46b4637bee.js +1 -0
  636. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/freebuff-profile/route-abffaa46b4637bee.js +1 -0
  637. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/health-timeline/route-abffaa46b4637bee.js +1 -0
  638. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/inxora-profile/route-abffaa46b4637bee.js +1 -0
  639. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/models/route-abffaa46b4637bee.js +1 -0
  640. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/onemin-api-profile/route-abffaa46b4637bee.js +1 -0
  641. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/onemin-profile/route-abffaa46b4637bee.js +1 -0
  642. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/qwencloud-profile/route-abffaa46b4637bee.js +1 -0
  643. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/route-abffaa46b4637bee.js +1 -0
  644. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test/route-abffaa46b4637bee.js +1 -0
  645. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test-models/route-abffaa46b4637bee.js +1 -0
  646. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/v0-profile/route-abffaa46b4637bee.js +1 -0
  647. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/vault-pool/route-abffaa46b4637bee.js +1 -0
  648. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/zenmux-plans/route-abffaa46b4637bee.js +1 -0
  649. package/app/.next-cli-build/static/chunks/app/api/providers/client/route-abffaa46b4637bee.js +1 -0
  650. package/app/.next-cli-build/static/chunks/app/api/providers/kilo/free-models/route-abffaa46b4637bee.js +1 -0
  651. package/app/.next-cli-build/static/chunks/app/api/providers/route-abffaa46b4637bee.js +1 -0
  652. package/app/.next-cli-build/static/chunks/app/api/providers/suggested-models/route-abffaa46b4637bee.js +1 -0
  653. package/app/.next-cli-build/static/chunks/app/api/providers/test-batch/route-abffaa46b4637bee.js +1 -0
  654. package/app/.next-cli-build/static/chunks/app/api/providers/validate/route-abffaa46b4637bee.js +1 -0
  655. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/route-abffaa46b4637bee.js +1 -0
  656. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/test/route-abffaa46b4637bee.js +1 -0
  657. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/cloudflare-deploy/route-abffaa46b4637bee.js +1 -0
  658. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/deno-deploy/route-abffaa46b4637bee.js +1 -0
  659. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/route-abffaa46b4637bee.js +1 -0
  660. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/vercel-deploy/route-abffaa46b4637bee.js +1 -0
  661. package/app/.next-cli-build/static/chunks/app/api/pxpipe/install/route-abffaa46b4637bee.js +1 -0
  662. package/app/.next-cli-build/static/chunks/app/api/pxpipe/status/route-abffaa46b4637bee.js +1 -0
  663. package/app/.next-cli-build/static/chunks/app/api/settings/database/route-abffaa46b4637bee.js +1 -0
  664. package/app/.next-cli-build/static/chunks/app/api/settings/proxy-test/route-abffaa46b4637bee.js +1 -0
  665. package/app/.next-cli-build/static/chunks/app/api/settings/require-login/route-abffaa46b4637bee.js +1 -0
  666. package/app/.next-cli-build/static/chunks/app/api/settings/route-abffaa46b4637bee.js +1 -0
  667. package/app/.next-cli-build/static/chunks/app/api/shutdown/route-abffaa46b4637bee.js +1 -0
  668. package/app/.next-cli-build/static/chunks/app/api/swarm/active/route-abffaa46b4637bee.js +1 -0
  669. package/app/.next-cli-build/static/chunks/app/api/swarm/stream/route-abffaa46b4637bee.js +1 -0
  670. package/app/.next-cli-build/static/chunks/app/api/tags/route-abffaa46b4637bee.js +1 -0
  671. package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/route-abffaa46b4637bee.js +1 -0
  672. package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/stream/route-abffaa46b4637bee.js +1 -0
  673. package/app/.next-cli-build/static/chunks/app/api/translator/load/route-abffaa46b4637bee.js +1 -0
  674. package/app/.next-cli-build/static/chunks/app/api/translator/save/route-abffaa46b4637bee.js +1 -0
  675. package/app/.next-cli-build/static/chunks/app/api/translator/send/route-abffaa46b4637bee.js +1 -0
  676. package/app/.next-cli-build/static/chunks/app/api/translator/translate/route-abffaa46b4637bee.js +1 -0
  677. package/app/.next-cli-build/static/chunks/app/api/tunnel/disable/route-abffaa46b4637bee.js +1 -0
  678. package/app/.next-cli-build/static/chunks/app/api/tunnel/enable/route-abffaa46b4637bee.js +1 -0
  679. package/app/.next-cli-build/static/chunks/app/api/tunnel/status/route-abffaa46b4637bee.js +1 -0
  680. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-check/route-abffaa46b4637bee.js +1 -0
  681. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-disable/route-abffaa46b4637bee.js +1 -0
  682. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-enable/route-abffaa46b4637bee.js +1 -0
  683. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-install/route-abffaa46b4637bee.js +1 -0
  684. package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/codex-reset-credits/route-abffaa46b4637bee.js +1 -0
  685. package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/route-abffaa46b4637bee.js +1 -0
  686. package/app/.next-cli-build/static/chunks/app/api/usage/chart/route-abffaa46b4637bee.js +1 -0
  687. package/app/.next-cli-build/static/chunks/app/api/usage/history/route-abffaa46b4637bee.js +1 -0
  688. package/app/.next-cli-build/static/chunks/app/api/usage/leaderboard/route-abffaa46b4637bee.js +1 -0
  689. package/app/.next-cli-build/static/chunks/app/api/usage/logs/route-abffaa46b4637bee.js +1 -0
  690. package/app/.next-cli-build/static/chunks/app/api/usage/meta/route-abffaa46b4637bee.js +1 -0
  691. package/app/.next-cli-build/static/chunks/app/api/usage/providers/route-abffaa46b4637bee.js +1 -0
  692. package/app/.next-cli-build/static/chunks/app/api/usage/request-details/route-abffaa46b4637bee.js +1 -0
  693. package/app/.next-cli-build/static/chunks/app/api/usage/request-logs/route-abffaa46b4637bee.js +1 -0
  694. package/app/.next-cli-build/static/chunks/app/api/usage/retry-stats/route-abffaa46b4637bee.js +1 -0
  695. package/app/.next-cli-build/static/chunks/app/api/usage/stats/route-abffaa46b4637bee.js +1 -0
  696. package/app/.next-cli-build/static/chunks/app/api/usage/stream/route-abffaa46b4637bee.js +1 -0
  697. package/app/.next-cli-build/static/chunks/app/api/v1/api/chat/route-abffaa46b4637bee.js +1 -0
  698. package/app/.next-cli-build/static/chunks/app/api/v1/audio/speech/route-abffaa46b4637bee.js +1 -0
  699. package/app/.next-cli-build/static/chunks/app/api/v1/audio/transcriptions/route-abffaa46b4637bee.js +1 -0
  700. package/app/.next-cli-build/static/chunks/app/api/v1/audio/voices/route-abffaa46b4637bee.js +1 -0
  701. package/app/.next-cli-build/static/chunks/app/api/v1/chat/completions/route-abffaa46b4637bee.js +1 -0
  702. package/app/.next-cli-build/static/chunks/app/api/v1/embeddings/route-abffaa46b4637bee.js +1 -0
  703. package/app/.next-cli-build/static/chunks/app/api/v1/images/generations/route-abffaa46b4637bee.js +1 -0
  704. package/app/.next-cli-build/static/chunks/app/api/v1/messages/count_tokens/route-abffaa46b4637bee.js +1 -0
  705. package/app/.next-cli-build/static/chunks/app/api/v1/messages/route-abffaa46b4637bee.js +1 -0
  706. package/app/.next-cli-build/static/chunks/app/api/v1/models/[kind]/route-abffaa46b4637bee.js +1 -0
  707. package/app/.next-cli-build/static/chunks/app/api/v1/models/info/route-abffaa46b4637bee.js +1 -0
  708. package/app/.next-cli-build/static/chunks/app/api/v1/models/route-abffaa46b4637bee.js +1 -0
  709. package/app/.next-cli-build/static/chunks/app/api/v1/responses/compact/route-abffaa46b4637bee.js +1 -0
  710. package/app/.next-cli-build/static/chunks/app/api/v1/responses/route-abffaa46b4637bee.js +1 -0
  711. package/app/.next-cli-build/static/chunks/app/api/v1/route-abffaa46b4637bee.js +1 -0
  712. package/app/.next-cli-build/static/chunks/app/api/v1/search/route-abffaa46b4637bee.js +1 -0
  713. package/app/.next-cli-build/static/chunks/app/api/v1/web/fetch/route-abffaa46b4637bee.js +1 -0
  714. package/app/.next-cli-build/static/chunks/app/api/v1beta/models/[...path]/route-abffaa46b4637bee.js +1 -0
  715. package/app/.next-cli-build/static/chunks/app/api/v1beta/models/route-abffaa46b4637bee.js +1 -0
  716. package/app/.next-cli-build/static/chunks/app/api/version/route-abffaa46b4637bee.js +1 -0
  717. package/app/.next-cli-build/static/chunks/app/api/version/shutdown/route-abffaa46b4637bee.js +1 -0
  718. package/app/.next-cli-build/static/chunks/app/api/version/update/route-abffaa46b4637bee.js +1 -0
  719. package/app/.next-cli-build/static/chunks/app/{layout-402f477579b8a063.js → layout-16b611f4f5717ccd.js} +1 -1
  720. package/app/.next-cli-build/static/chunks/app/login/{page-f9cc5c6db5a0cf57.js → page-0831b035aa4c0f17.js} +1 -1
  721. package/app/.next-cli-build/static/chunks/app/manifest.webmanifest/route-abffaa46b4637bee.js +1 -0
  722. package/app/.next-cli-build/static/chunks/app/page-abffaa46b4637bee.js +1 -0
  723. package/app/.next-cli-build/static/chunks/{main-52cce31a84751ecc.js → main-28015457a328b97c.js} +1 -1
  724. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/app-error-abffaa46b4637bee.js +1 -0
  725. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/forbidden-abffaa46b4637bee.js +1 -0
  726. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/not-found-abffaa46b4637bee.js +1 -0
  727. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/unauthorized-abffaa46b4637bee.js +1 -0
  728. package/app/.next-cli-build/static/css/d7d86034708483b4.css +1 -0
  729. package/app/cli/.build-home/AppData/Roaming/extremerouter/db/data.sqlite +0 -0
  730. package/app/cli/.build-home/AppData/Roaming/extremerouter/db/data.sqlite-shm +0 -0
  731. package/app/cli/.build-home/AppData/Roaming/extremerouter/db/data.sqlite-wal +0 -0
  732. package/app/node_modules/@next/env/package.json +1 -1
  733. package/app/node_modules/nanoid/non-secure/index.cjs +2 -2
  734. package/app/node_modules/nanoid/package.json +1 -1
  735. package/app/node_modules/next/dist/build/load-jsconfig.js +40 -20
  736. package/app/node_modules/next/dist/build/next-config-ts/transpile-config.js +3 -114
  737. package/app/node_modules/next/dist/build/swc/index.js +1 -1
  738. package/app/node_modules/next/dist/build/webpack-config.js +3 -3
  739. package/app/node_modules/next/dist/cli/next-test.js +2 -1
  740. package/app/node_modules/next/dist/compiled/http-proxy/index.js +5 -5
  741. package/app/node_modules/next/dist/compiled/next-server/app-page-experimental.runtime.prod.js +11 -10
  742. package/app/node_modules/next/dist/compiled/next-server/app-page-turbo-experimental.runtime.prod.js +11 -10
  743. package/app/node_modules/next/dist/compiled/next-server/app-page-turbo.runtime.prod.js +11 -10
  744. package/app/node_modules/next/dist/compiled/next-server/app-page.runtime.prod.js +11 -10
  745. package/app/node_modules/next/dist/compiled/next-server/app-route.runtime.prod.js +2 -2
  746. package/app/node_modules/next/dist/compiled/next-server/pages-turbo.runtime.prod.js +9 -9
  747. package/app/node_modules/next/dist/compiled/next-server/pages.runtime.prod.js +9 -9
  748. package/app/node_modules/next/dist/lib/install-dependencies.js +1 -1
  749. package/app/node_modules/next/dist/lib/patch-incorrect-lockfile.js +3 -3
  750. package/app/node_modules/next/dist/lib/typescript/loadTsConfig.js +181 -0
  751. package/app/node_modules/next/dist/lib/typescript/missingDependencyError.js +1 -1
  752. package/app/node_modules/next/dist/lib/typescript/runTypeCheckCli.js +53 -0
  753. package/app/node_modules/next/dist/lib/typescript/runTypeScriptCli.js +256 -0
  754. package/app/node_modules/next/dist/lib/verify-typescript-setup.js +97 -56
  755. package/app/node_modules/next/dist/server/app-render/action-handler.js +129 -34
  756. package/app/node_modules/next/dist/server/app-render/manifests-singleton.js +52 -4
  757. package/app/node_modules/next/dist/server/config-schema.js +1 -1
  758. package/app/node_modules/next/dist/server/config-shared.js +1 -2
  759. package/app/node_modules/next/dist/server/config.js +1 -1
  760. package/app/node_modules/next/dist/server/dev/hot-reloader-turbopack.js +2 -2
  761. package/app/node_modules/next/dist/server/dev/hot-reloader-webpack.js +1 -1
  762. package/app/node_modules/next/dist/server/image-optimizer.js +8 -27
  763. package/app/node_modules/next/dist/server/lib/app-info-log.js +1 -1
  764. package/app/node_modules/next/dist/server/lib/incremental-cache/index.js +90 -53
  765. package/app/node_modules/next/dist/server/lib/patch-fetch.js +15 -2
  766. package/app/node_modules/next/dist/server/lib/router-utils/proxy-request.js +4 -0
  767. package/app/node_modules/next/dist/server/lib/router-utils/setup-dev-bundler.js +2 -1
  768. package/app/node_modules/next/dist/server/lib/start-server.js +1 -1
  769. package/app/node_modules/next/dist/shared/lib/errors/canary-only-config-error.js +1 -1
  770. package/app/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js +2 -1
  771. package/app/node_modules/next/dist/shared/lib/server-reference-info.js +12 -0
  772. package/app/node_modules/next/dist/telemetry/anonymous-meta.js +1 -1
  773. package/app/node_modules/next/dist/telemetry/events/swc-load-failure.js +1 -1
  774. package/app/node_modules/next/dist/telemetry/events/version.js +2 -2
  775. package/app/node_modules/next/package.json +10 -10
  776. package/app/package.json +9 -3
  777. package/app/public/providers/agnes-api.svg +6 -0
  778. package/app/public/providers/agnes-web.svg +6 -0
  779. package/app/public/providers/stepfun.svg +54 -0
  780. package/app/public/providers/wp-studio.svg +11 -0
  781. package/app/server.js +1 -1
  782. package/app/src/lib/db/adapters/sqljsAdapter.js +4 -4
  783. package/package.json +1 -1
  784. package/app/.next-cli-build/server/chunks/1914.js +0 -1
  785. package/app/.next-cli-build/server/chunks/7674.js +0 -9
  786. package/app/.next-cli-build/server/chunks/9846.js +0 -9
  787. package/app/.next-cli-build/static/chunks/1321-6a34c5faf11383f6.js +0 -1
  788. package/app/.next-cli-build/static/chunks/3794-c66b3d8325973459.js +0 -32
  789. package/app/.next-cli-build/static/chunks/5497-ffa6b6463e401ac2.js +0 -7
  790. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-4efb04e1eca7f27c.js +0 -1
  791. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-f6cb00bfa1358617.js +0 -1
  792. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/endpoint/page-cb5d0aca5faba3b4.js +0 -1
  793. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/health/page-406bf4ebc93eda61.js +0 -1
  794. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/mitm/page-325de46b5cec5533.js +0 -1
  795. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/page-3538bc80a52010ff.js +0 -1
  796. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/playground/page-8a44865bda8d1138.js +0 -1
  797. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-cd819afe3da4581e.js +0 -10
  798. package/app/.next-cli-build/static/chunks/app/_global-error/page-200d63272da34918.js +0 -1
  799. package/app/.next-cli-build/static/chunks/app/api/alerts/test/route-200d63272da34918.js +0 -1
  800. package/app/.next-cli-build/static/chunks/app/api/auth/login/route-200d63272da34918.js +0 -1
  801. package/app/.next-cli-build/static/chunks/app/api/auth/logout/route-200d63272da34918.js +0 -1
  802. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/callback/route-200d63272da34918.js +0 -1
  803. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/start/route-200d63272da34918.js +0 -1
  804. package/app/.next-cli-build/static/chunks/app/api/auth/oidc/test/route-200d63272da34918.js +0 -1
  805. package/app/.next-cli-build/static/chunks/app/api/auth/reset-password/route-200d63272da34918.js +0 -1
  806. package/app/.next-cli-build/static/chunks/app/api/auth/status/route-200d63272da34918.js +0 -1
  807. package/app/.next-cli-build/static/chunks/app/api/cache/route-200d63272da34918.js +0 -1
  808. package/app/.next-cli-build/static/chunks/app/api/cli-tools/all-statuses/route-200d63272da34918.js +0 -1
  809. package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-200d63272da34918.js +0 -1
  810. package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/route-200d63272da34918.js +0 -1
  811. package/app/.next-cli-build/static/chunks/app/api/cli-tools/claude-settings/route-200d63272da34918.js +0 -1
  812. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cline-settings/route-200d63272da34918.js +0 -1
  813. package/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-settings/route-200d63272da34918.js +0 -1
  814. package/app/.next-cli-build/static/chunks/app/api/cli-tools/copilot-settings/route-200d63272da34918.js +0 -1
  815. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-200d63272da34918.js +0 -1
  816. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-200d63272da34918.js +0 -1
  817. package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-settings/route-200d63272da34918.js +0 -1
  818. package/app/.next-cli-build/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-200d63272da34918.js +0 -1
  819. package/app/.next-cli-build/static/chunks/app/api/cli-tools/droid-settings/route-200d63272da34918.js +0 -1
  820. package/app/.next-cli-build/static/chunks/app/api/cli-tools/hermes-settings/route-200d63272da34918.js +0 -1
  821. package/app/.next-cli-build/static/chunks/app/api/cli-tools/jcode-settings/route-200d63272da34918.js +0 -1
  822. package/app/.next-cli-build/static/chunks/app/api/cli-tools/kilo-settings/route-200d63272da34918.js +0 -1
  823. package/app/.next-cli-build/static/chunks/app/api/cli-tools/openclaw-settings/route-200d63272da34918.js +0 -1
  824. package/app/.next-cli-build/static/chunks/app/api/cli-tools/opencode-settings/route-200d63272da34918.js +0 -1
  825. package/app/.next-cli-build/static/chunks/app/api/combos/[id]/route-200d63272da34918.js +0 -1
  826. package/app/.next-cli-build/static/chunks/app/api/combos/route-200d63272da34918.js +0 -1
  827. package/app/.next-cli-build/static/chunks/app/api/combos/validate-roles/route-200d63272da34918.js +0 -1
  828. package/app/.next-cli-build/static/chunks/app/api/dashboard/stream/route-200d63272da34918.js +0 -1
  829. package/app/.next-cli-build/static/chunks/app/api/headroom/start/route-200d63272da34918.js +0 -1
  830. package/app/.next-cli-build/static/chunks/app/api/headroom/status/route-200d63272da34918.js +0 -1
  831. package/app/.next-cli-build/static/chunks/app/api/headroom/stop/route-200d63272da34918.js +0 -1
  832. package/app/.next-cli-build/static/chunks/app/api/health/providers/route-200d63272da34918.js +0 -1
  833. package/app/.next-cli-build/static/chunks/app/api/health/route-200d63272da34918.js +0 -1
  834. package/app/.next-cli-build/static/chunks/app/api/health/stream/route-200d63272da34918.js +0 -1
  835. package/app/.next-cli-build/static/chunks/app/api/init/route-200d63272da34918.js +0 -1
  836. package/app/.next-cli-build/static/chunks/app/api/keys/[id]/route-200d63272da34918.js +0 -1
  837. package/app/.next-cli-build/static/chunks/app/api/keys/route-200d63272da34918.js +0 -1
  838. package/app/.next-cli-build/static/chunks/app/api/locale/route-200d63272da34918.js +0 -1
  839. package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/message/route-200d63272da34918.js +0 -1
  840. package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/sse/route-200d63272da34918.js +0 -1
  841. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/deepgram/voices/route-200d63272da34918.js +0 -1
  842. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-200d63272da34918.js +0 -1
  843. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/inworld/voices/route-200d63272da34918.js +0 -1
  844. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/minimax/voices/route-200d63272da34918.js +0 -1
  845. package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/voices/route-200d63272da34918.js +0 -1
  846. package/app/.next-cli-build/static/chunks/app/api/models/alias/route-200d63272da34918.js +0 -1
  847. package/app/.next-cli-build/static/chunks/app/api/models/availability/route-200d63272da34918.js +0 -1
  848. package/app/.next-cli-build/static/chunks/app/api/models/custom/route-200d63272da34918.js +0 -1
  849. package/app/.next-cli-build/static/chunks/app/api/models/disabled/route-200d63272da34918.js +0 -1
  850. package/app/.next-cli-build/static/chunks/app/api/models/route-200d63272da34918.js +0 -1
  851. package/app/.next-cli-build/static/chunks/app/api/models/test/route-200d63272da34918.js +0 -1
  852. package/app/.next-cli-build/static/chunks/app/api/oauth/[provider]/[action]/route-200d63272da34918.js +0 -1
  853. package/app/.next-cli-build/static/chunks/app/api/oauth/codex/bulk-import/route-200d63272da34918.js +0 -1
  854. package/app/.next-cli-build/static/chunks/app/api/oauth/codex/import-token/route-200d63272da34918.js +0 -1
  855. package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/auto-import/route-200d63272da34918.js +0 -1
  856. package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/import/route-200d63272da34918.js +0 -1
  857. package/app/.next-cli-build/static/chunks/app/api/oauth/gitlab/pat/route-200d63272da34918.js +0 -1
  858. package/app/.next-cli-build/static/chunks/app/api/oauth/iflow/cookie/route-200d63272da34918.js +0 -1
  859. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/api-key/route-200d63272da34918.js +0 -1
  860. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/auto-import/route-200d63272da34918.js +0 -1
  861. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import/route-200d63272da34918.js +0 -1
  862. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import-cli-proxy/route-200d63272da34918.js +0 -1
  863. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-authorize/route-200d63272da34918.js +0 -1
  864. package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-exchange/route-200d63272da34918.js +0 -1
  865. package/app/.next-cli-build/static/chunks/app/api/oauth/zed/auto-import/route-200d63272da34918.js +0 -1
  866. package/app/.next-cli-build/static/chunks/app/api/oauth/zed/import/route-200d63272da34918.js +0 -1
  867. package/app/.next-cli-build/static/chunks/app/api/pricing/route-200d63272da34918.js +0 -1
  868. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/[id]/route-200d63272da34918.js +0 -1
  869. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/route-200d63272da34918.js +0 -1
  870. package/app/.next-cli-build/static/chunks/app/api/provider-nodes/validate/route-200d63272da34918.js +0 -1
  871. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/freebuff-profile/route-200d63272da34918.js +0 -1
  872. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/health-timeline/route-200d63272da34918.js +0 -1
  873. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/inxora-profile/route-200d63272da34918.js +0 -1
  874. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/models/route-200d63272da34918.js +0 -1
  875. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/onemin-api-profile/route-200d63272da34918.js +0 -1
  876. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/onemin-profile/route-200d63272da34918.js +0 -1
  877. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/qwencloud-profile/route-200d63272da34918.js +0 -1
  878. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/route-200d63272da34918.js +0 -1
  879. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test/route-200d63272da34918.js +0 -1
  880. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test-models/route-200d63272da34918.js +0 -1
  881. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/v0-profile/route-200d63272da34918.js +0 -1
  882. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/vault-pool/route-200d63272da34918.js +0 -1
  883. package/app/.next-cli-build/static/chunks/app/api/providers/[id]/zenmux-plans/route-200d63272da34918.js +0 -1
  884. package/app/.next-cli-build/static/chunks/app/api/providers/client/route-200d63272da34918.js +0 -1
  885. package/app/.next-cli-build/static/chunks/app/api/providers/kilo/free-models/route-200d63272da34918.js +0 -1
  886. package/app/.next-cli-build/static/chunks/app/api/providers/route-200d63272da34918.js +0 -1
  887. package/app/.next-cli-build/static/chunks/app/api/providers/suggested-models/route-200d63272da34918.js +0 -1
  888. package/app/.next-cli-build/static/chunks/app/api/providers/test-batch/route-200d63272da34918.js +0 -1
  889. package/app/.next-cli-build/static/chunks/app/api/providers/validate/route-200d63272da34918.js +0 -1
  890. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/route-200d63272da34918.js +0 -1
  891. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/test/route-200d63272da34918.js +0 -1
  892. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/cloudflare-deploy/route-200d63272da34918.js +0 -1
  893. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/deno-deploy/route-200d63272da34918.js +0 -1
  894. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/route-200d63272da34918.js +0 -1
  895. package/app/.next-cli-build/static/chunks/app/api/proxy-pools/vercel-deploy/route-200d63272da34918.js +0 -1
  896. package/app/.next-cli-build/static/chunks/app/api/pxpipe/install/route-200d63272da34918.js +0 -1
  897. package/app/.next-cli-build/static/chunks/app/api/pxpipe/status/route-200d63272da34918.js +0 -1
  898. package/app/.next-cli-build/static/chunks/app/api/settings/database/route-200d63272da34918.js +0 -1
  899. package/app/.next-cli-build/static/chunks/app/api/settings/proxy-test/route-200d63272da34918.js +0 -1
  900. package/app/.next-cli-build/static/chunks/app/api/settings/require-login/route-200d63272da34918.js +0 -1
  901. package/app/.next-cli-build/static/chunks/app/api/settings/route-200d63272da34918.js +0 -1
  902. package/app/.next-cli-build/static/chunks/app/api/shutdown/route-200d63272da34918.js +0 -1
  903. package/app/.next-cli-build/static/chunks/app/api/swarm/active/route-200d63272da34918.js +0 -1
  904. package/app/.next-cli-build/static/chunks/app/api/swarm/stream/route-200d63272da34918.js +0 -1
  905. package/app/.next-cli-build/static/chunks/app/api/tags/route-200d63272da34918.js +0 -1
  906. package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/route-200d63272da34918.js +0 -1
  907. package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/stream/route-200d63272da34918.js +0 -1
  908. package/app/.next-cli-build/static/chunks/app/api/translator/load/route-200d63272da34918.js +0 -1
  909. package/app/.next-cli-build/static/chunks/app/api/translator/save/route-200d63272da34918.js +0 -1
  910. package/app/.next-cli-build/static/chunks/app/api/translator/send/route-200d63272da34918.js +0 -1
  911. package/app/.next-cli-build/static/chunks/app/api/translator/translate/route-200d63272da34918.js +0 -1
  912. package/app/.next-cli-build/static/chunks/app/api/tunnel/disable/route-200d63272da34918.js +0 -1
  913. package/app/.next-cli-build/static/chunks/app/api/tunnel/enable/route-200d63272da34918.js +0 -1
  914. package/app/.next-cli-build/static/chunks/app/api/tunnel/status/route-200d63272da34918.js +0 -1
  915. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-check/route-200d63272da34918.js +0 -1
  916. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-disable/route-200d63272da34918.js +0 -1
  917. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-enable/route-200d63272da34918.js +0 -1
  918. package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-install/route-200d63272da34918.js +0 -1
  919. package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/codex-reset-credits/route-200d63272da34918.js +0 -1
  920. package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/route-200d63272da34918.js +0 -1
  921. package/app/.next-cli-build/static/chunks/app/api/usage/chart/route-200d63272da34918.js +0 -1
  922. package/app/.next-cli-build/static/chunks/app/api/usage/history/route-200d63272da34918.js +0 -1
  923. package/app/.next-cli-build/static/chunks/app/api/usage/leaderboard/route-200d63272da34918.js +0 -1
  924. package/app/.next-cli-build/static/chunks/app/api/usage/logs/route-200d63272da34918.js +0 -1
  925. package/app/.next-cli-build/static/chunks/app/api/usage/meta/route-200d63272da34918.js +0 -1
  926. package/app/.next-cli-build/static/chunks/app/api/usage/providers/route-200d63272da34918.js +0 -1
  927. package/app/.next-cli-build/static/chunks/app/api/usage/request-details/route-200d63272da34918.js +0 -1
  928. package/app/.next-cli-build/static/chunks/app/api/usage/request-logs/route-200d63272da34918.js +0 -1
  929. package/app/.next-cli-build/static/chunks/app/api/usage/retry-stats/route-200d63272da34918.js +0 -1
  930. package/app/.next-cli-build/static/chunks/app/api/usage/stats/route-200d63272da34918.js +0 -1
  931. package/app/.next-cli-build/static/chunks/app/api/usage/stream/route-200d63272da34918.js +0 -1
  932. package/app/.next-cli-build/static/chunks/app/api/v1/api/chat/route-200d63272da34918.js +0 -1
  933. package/app/.next-cli-build/static/chunks/app/api/v1/audio/speech/route-200d63272da34918.js +0 -1
  934. package/app/.next-cli-build/static/chunks/app/api/v1/audio/transcriptions/route-200d63272da34918.js +0 -1
  935. package/app/.next-cli-build/static/chunks/app/api/v1/audio/voices/route-200d63272da34918.js +0 -1
  936. package/app/.next-cli-build/static/chunks/app/api/v1/chat/completions/route-200d63272da34918.js +0 -1
  937. package/app/.next-cli-build/static/chunks/app/api/v1/embeddings/route-200d63272da34918.js +0 -1
  938. package/app/.next-cli-build/static/chunks/app/api/v1/images/generations/route-200d63272da34918.js +0 -1
  939. package/app/.next-cli-build/static/chunks/app/api/v1/messages/count_tokens/route-200d63272da34918.js +0 -1
  940. package/app/.next-cli-build/static/chunks/app/api/v1/messages/route-200d63272da34918.js +0 -1
  941. package/app/.next-cli-build/static/chunks/app/api/v1/models/[kind]/route-200d63272da34918.js +0 -1
  942. package/app/.next-cli-build/static/chunks/app/api/v1/models/info/route-200d63272da34918.js +0 -1
  943. package/app/.next-cli-build/static/chunks/app/api/v1/models/route-200d63272da34918.js +0 -1
  944. package/app/.next-cli-build/static/chunks/app/api/v1/responses/compact/route-200d63272da34918.js +0 -1
  945. package/app/.next-cli-build/static/chunks/app/api/v1/responses/route-200d63272da34918.js +0 -1
  946. package/app/.next-cli-build/static/chunks/app/api/v1/route-200d63272da34918.js +0 -1
  947. package/app/.next-cli-build/static/chunks/app/api/v1/search/route-200d63272da34918.js +0 -1
  948. package/app/.next-cli-build/static/chunks/app/api/v1/web/fetch/route-200d63272da34918.js +0 -1
  949. package/app/.next-cli-build/static/chunks/app/api/v1beta/models/[...path]/route-200d63272da34918.js +0 -1
  950. package/app/.next-cli-build/static/chunks/app/api/v1beta/models/route-200d63272da34918.js +0 -1
  951. package/app/.next-cli-build/static/chunks/app/api/version/route-200d63272da34918.js +0 -1
  952. package/app/.next-cli-build/static/chunks/app/api/version/shutdown/route-200d63272da34918.js +0 -1
  953. package/app/.next-cli-build/static/chunks/app/api/version/update/route-200d63272da34918.js +0 -1
  954. package/app/.next-cli-build/static/chunks/app/manifest.webmanifest/route-200d63272da34918.js +0 -1
  955. package/app/.next-cli-build/static/chunks/app/page-200d63272da34918.js +0 -1
  956. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/app-error-200d63272da34918.js +0 -1
  957. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/forbidden-200d63272da34918.js +0 -1
  958. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/not-found-200d63272da34918.js +0 -1
  959. package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/unauthorized-200d63272da34918.js +0 -1
  960. package/app/.next-cli-build/static/css/78539cadb589145c.css +0 -1
  961. package/app/.next-cli-build/static/jvjk_lCzF7LBW1SV_GCaU/_buildManifest.js +0 -1
  962. package/app/cli/.build-home/AppData/Roaming/extremerouter/db/backups/upgrade-0.7.4-to-0.7.5-0.7.5-20260722-212802/data.sqlite +0 -0
  963. /package/app/.next-cli-build/static/{jvjk_lCzF7LBW1SV_GCaU → LTz0FqDsVsVSFbsHZibmc}/_ssgManifest.js +0 -0
  964. /package/app/cli/.build-home/AppData/Roaming/extremerouter/db/backups/{upgrade-0.7.3-to-0.7.4-0.7.4-20260722-105125 → upgrade-0.7.7-to-0.7.8-0.7.8-20260727-004850}/data.sqlite +0 -0
@@ -2,14 +2,26 @@
2
2
  Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
- Object.defineProperty(exports, "verifyAndRunTypeScript", {
6
- enumerable: true,
7
- get: function() {
5
+ 0 && (module.exports = {
6
+ verifyAndRunTypeScript: null,
7
+ verifyAndRunTypeScriptInWorker: null
8
+ });
9
+ function _export(target, all) {
10
+ for(var name in all)Object.defineProperty(target, name, {
11
+ enumerable: true,
12
+ get: all[name]
13
+ });
14
+ }
15
+ _export(exports, {
16
+ verifyAndRunTypeScript: function() {
8
17
  return verifyAndRunTypeScript;
18
+ },
19
+ verifyAndRunTypeScriptInWorker: function() {
20
+ return verifyAndRunTypeScriptInWorker;
9
21
  }
10
22
  });
11
23
  const _picocolors = require("./picocolors");
12
- const _path = /*#__PURE__*/ _interop_require_wildcard(require("path"));
24
+ const _path = /*#__PURE__*/ _interop_require_default(require("path"));
13
25
  const _hasnecessarydependencies = require("./has-necessary-dependencies");
14
26
  const _semver = /*#__PURE__*/ _interop_require_default(require("next/dist/compiled/semver"));
15
27
  const _compileerror = require("./compile-error");
@@ -20,7 +32,7 @@ const _writeConfigurationDefaults = require("./typescript/writeConfigurationDefa
20
32
  const _installdependencies = require("./install-dependencies");
21
33
  const _ciinfo = require("../server/ci-info");
22
34
  const _missingDependencyError = require("./typescript/missingDependencyError");
23
- const _resolvefrom = require("./resolve-from");
35
+ const _runTypeScriptCli = require("./typescript/runTypeScriptCli");
24
36
  function _interop_require_default(obj) {
25
37
  return obj && obj.__esModule ? obj : {
26
38
  default: obj
@@ -67,13 +79,18 @@ function _interop_require_wildcard(obj, nodeInterop) {
67
79
  }
68
80
  return newObj;
69
81
  }
70
- const typescriptPackage = {
82
+ const typescriptApiPackage = {
71
83
  file: 'typescript/lib/typescript.js',
72
84
  pkg: 'typescript',
85
+ install: 'typescript@^6.0.0',
73
86
  exportsRestrict: true
74
87
  };
75
- const requiredPackages = [
76
- typescriptPackage,
88
+ const typescriptCliPackage = {
89
+ file: 'typescript/bin/tsc',
90
+ pkg: 'typescript',
91
+ exportsRestrict: true
92
+ };
93
+ const requiredTypePackages = [
77
94
  {
78
95
  file: '@types/react/index.d.ts',
79
96
  pkg: '@types/react',
@@ -85,21 +102,10 @@ const requiredPackages = [
85
102
  exportsRestrict: true
86
103
  }
87
104
  ];
88
- /**
89
- * Check if @typescript/native-preview is installed as an alternative TypeScript compiler.
90
- * This is a Go-based native TypeScript compiler that can be used instead of the standard
91
- * TypeScript package for faster compilation.
92
- */ function hasNativeTypeScriptPreview(dir) {
93
- try {
94
- (0, _resolvefrom.resolveFrom)(dir, '@typescript/native-preview/package.json');
95
- return true;
96
- } catch {
97
- return false;
98
- }
99
- }
100
- async function verifyAndRunTypeScript({ dir, distDir, cacheDir, strictRouteTypes, tsconfigPath, shouldRunTypeCheck, typedRoutes, disableStaticImages, hasAppDir, hasPagesDir, appDir, pagesDir, debugBuildPaths }) {
105
+ async function verifyAndRunTypeScript({ dir, distDir, cacheDir, strictRouteTypes, tsconfigPath, shouldRunTypeCheck, typedRoutes, disableStaticImages, hasAppDir, hasPagesDir, appDir, pagesDir, debugBuildPaths, useTypeScriptCli = false, onFirstCliOutput }) {
101
106
  const tsConfigFileName = tsconfigPath || 'tsconfig.json';
102
107
  const resolvedTsConfigPath = _path.default.join(dir, tsConfigFileName);
108
+ const typeCheckMode = useTypeScriptCli ? 'typescript-cli' : 'typescript-api';
103
109
  // Construct intentDirs from appDir and pagesDir for getTypeScriptIntent
104
110
  const intentDirs = [
105
111
  pagesDir,
@@ -111,17 +117,26 @@ async function verifyAndRunTypeScript({ dir, distDir, cacheDir, strictRouteTypes
111
117
  const intent = await (0, _getTypeScriptIntent.getTypeScriptIntent)(dir, intentDirs, tsConfigFileName);
112
118
  if (!intent) {
113
119
  return {
114
- version: null
120
+ version: null,
121
+ typeCheckMode
115
122
  };
116
123
  }
117
124
  // Check if @typescript/native-preview is installed as an alternative
118
- const hasNativePreview = hasNativeTypeScriptPreview(dir);
125
+ const hasNativePreview = (0, _runTypeScriptCli.hasNativeTypeScriptPreview)(dir);
126
+ const installedTypeScript = (0, _runTypeScriptCli.getTypeScriptPackageInfo)(dir);
127
+ if (!useTypeScriptCli && !hasNativePreview && installedTypeScript && !installedTypeScript.apiPath) {
128
+ throw (0, _runTypeScriptCli.getTypeScriptApiMissingError)(installedTypeScript.version);
129
+ }
130
+ const requiredPackages = [
131
+ useTypeScriptCli ? typescriptCliPackage : typescriptApiPackage,
132
+ ...requiredTypePackages
133
+ ];
119
134
  // Ensure TypeScript and necessary `@types/*` are installed:
120
135
  let deps = (0, _hasnecessarydependencies.hasNecessaryDependencies)(dir, requiredPackages);
121
136
  // If @typescript/native-preview is installed and only the typescript package is missing,
122
137
  // we can skip auto-installing typescript since the native preview provides TS compilation.
123
138
  // However, we still need @types/react and @types/node for type checking.
124
- if (hasNativePreview && ((_deps_missing = deps.missing) == null ? void 0 : _deps_missing.length) > 0) {
139
+ if (!useTypeScriptCli && hasNativePreview && ((_deps_missing = deps.missing) == null ? void 0 : _deps_missing.length) > 0) {
125
140
  const missingWithoutTypescript = deps.missing.filter((dep)=>dep.pkg !== 'typescript');
126
141
  const onlyTypescriptMissing = deps.missing.length === 1 && deps.missing[0].pkg === 'typescript';
127
142
  if (onlyTypescriptMissing) {
@@ -139,7 +154,8 @@ async function verifyAndRunTypeScript({ dir, distDir, cacheDir, strictRouteTypes
139
154
  typedRoutes
140
155
  });
141
156
  return {
142
- version: null
157
+ version: null,
158
+ typeCheckMode
143
159
  };
144
160
  }
145
161
  // If there are other missing deps besides typescript, only install those
@@ -162,10 +178,14 @@ async function verifyAndRunTypeScript({ dir, distDir, cacheDir, strictRouteTypes
162
178
  });
163
179
  deps = (0, _hasnecessarydependencies.hasNecessaryDependencies)(dir, requiredPackages);
164
180
  }
165
- // Load TypeScript after we're sure it exists:
166
- const tsPackageJsonPath = deps.resolved.get((0, _path.join)('typescript', 'package.json'));
167
- const typescriptPackageJson = require(tsPackageJsonPath);
168
- const typescriptVersion = typescriptPackageJson.version;
181
+ const typeScriptPackage = (0, _runTypeScriptCli.getTypeScriptPackageInfo)(dir);
182
+ const typeScriptPath = useTypeScriptCli ? typeScriptPackage == null ? void 0 : typeScriptPackage.tscPath : typeScriptPackage == null ? void 0 : typeScriptPackage.apiPath;
183
+ if (!typeScriptPackage || !typeScriptPath) {
184
+ (0, _missingDependencyError.missingDepsError)(dir, deps.missing.length > 0 ? deps.missing : [
185
+ useTypeScriptCli ? typescriptCliPackage : typescriptApiPackage
186
+ ]);
187
+ }
188
+ const typescriptVersion = typeScriptPackage.version;
169
189
  if (_semver.default.lt(typescriptVersion, '5.1.0')) {
170
190
  _log.warn(`Minimum recommended TypeScript version is v5.1.0, older versions can potentially be incompatible with Next.js. Detected: ${typescriptVersion}`);
171
191
  }
@@ -184,45 +204,66 @@ async function verifyAndRunTypeScript({ dir, distDir, cacheDir, strictRouteTypes
184
204
  });
185
205
  let result;
186
206
  if (shouldRunTypeCheck) {
187
- const { runTypeCheck } = require('./typescript/runTypeCheck');
188
- // Install native bindings so that code frame rendering works in the worker
189
- const { installBindings } = require('../build/swc/install-bindings');
190
- await installBindings();
191
- const tsPath = deps.resolved.get('typescript');
192
- const typescript = await Promise.resolve(require(tsPath));
193
- // Verify the project passes type-checking before we go to webpack phase:
194
- result = await runTypeCheck(typescript, dir, distDir, resolvedTsConfigPath, cacheDir, hasAppDir, {
195
- app: appDir,
196
- pages: pagesDir
197
- }, debugBuildPaths);
207
+ if (useTypeScriptCli) {
208
+ if (debugBuildPaths) {
209
+ _log.warn('`experimental.useTypeScriptCli` checks the complete TypeScript project; `--debug-build-paths` does not limit type checking.');
210
+ }
211
+ const { runTypeCheckCli } = require('./typescript/runTypeCheckCli');
212
+ result = await runTypeCheckCli({
213
+ baseDir: dir,
214
+ tsConfigPath: resolvedTsConfigPath,
215
+ tscPath: typeScriptPath,
216
+ cacheDir,
217
+ onFirstOutput: onFirstCliOutput
218
+ });
219
+ } else {
220
+ const { runTypeCheck } = require('./typescript/runTypeCheck');
221
+ // Install native bindings so that code frame rendering works in the worker
222
+ const { installBindings } = require('../build/swc/install-bindings');
223
+ await installBindings();
224
+ const typescript = await Promise.resolve(require(typeScriptPath));
225
+ // Verify the project passes type-checking before we go to webpack phase:
226
+ result = await runTypeCheck(typescript, dir, distDir, resolvedTsConfigPath, cacheDir, hasAppDir, {
227
+ app: appDir,
228
+ pages: pagesDir
229
+ }, debugBuildPaths);
230
+ }
198
231
  }
199
232
  return {
200
233
  result,
201
- version: typescriptVersion
234
+ version: typescriptVersion,
235
+ typeCheckMode
202
236
  };
203
237
  } catch (err) {
204
- // These are special errors that should not show a stack trace:
238
+ // Print the user-facing message here and rethrow. This function runs both
239
+ // in-process (next dev / next test / next typegen, and the CLI type-check
240
+ // during build) and inside a jest worker (the TypeScript-API type-check
241
+ // during build). A thrown error does not survive the worker boundary — the
242
+ // parent only sees `Call retries were exceeded` — so the message must be
243
+ // printed on this side. The caller decides what to do with the throw (exit,
244
+ // or tolerate it as `next dev` does on re-verification).
205
245
  if (err instanceof _compileerror.CompileError) {
246
+ // The checker already printed its diagnostics.
206
247
  console.error((0, _picocolors.red)('Failed to type check.\n'));
207
- console.error(err.message);
208
- process.exit(1);
209
- }
210
- /**
211
- * verifyAndRunTypeScript can be either invoked directly in the main thread (during next dev / next lint)
212
- * or run in a worker (during next build). In the latter case, we need to print the error message, as the
213
- * parent process will only receive an `Jest worker encountered 1 child process exceptions, exceeding retry limit`.
214
- */ // we are in a worker, print the error message and exit the process
215
- if (process.env.IS_NEXT_WORKER) {
216
- if (err instanceof Error) {
248
+ if (err.message) {
217
249
  console.error(err.message);
218
- } else {
219
- console.error(err);
220
250
  }
221
- process.exit(1);
251
+ } else if (err instanceof Error) {
252
+ console.error(err.message);
253
+ } else {
254
+ console.error(err);
222
255
  }
223
- // we are in the main thread, throw the error and it will be handled by the caller
224
256
  throw err;
225
257
  }
226
258
  }
259
+ async function verifyAndRunTypeScriptInWorker(options) {
260
+ try {
261
+ return await verifyAndRunTypeScript(options);
262
+ } catch {
263
+ // The error was already printed by `verifyAndRunTypeScript`.
264
+ // Kill the worker with a non-zero exit code.
265
+ process.exit(1);
266
+ }
267
+ }
227
268
 
228
269
  //# sourceMappingURL=verify-typescript-setup.js.map
@@ -125,7 +125,6 @@ function addRevalidationHeader(res, { workStore, requestStore }) {
125
125
  /**
126
126
  * Forwards a server action request to a separate worker. Used when the requested action is not available in the current worker.
127
127
  */ async function createForwardedActionResponse(req, res, host, workerPathname, basePath) {
128
- var _getRequestMeta;
129
128
  if (!host) {
130
129
  throw Object.defineProperty(new Error('Invariant: Missing `host` header from a forwarded Server Actions request.'), "__NEXT_ERROR_CODE", {
131
130
  value: "E226",
@@ -138,10 +137,31 @@ function addRevalidationHeader(res, { workStore, requestStore }) {
138
137
  // we use this to skip rendering the flight tree so that we don't update the UI
139
138
  // with the response from the forwarded worker
140
139
  forwardedHeaders.set('x-action-forwarded', '1');
141
- const proto = ((_getRequestMeta = (0, _requestmeta.getRequestMeta)(req, 'initProtocol')) == null ? void 0 : _getRequestMeta.replace(/:+$/, '')) || 'https';
142
- // For standalone or the serverful mode, use the internal origin directly
143
- // other than the host headers from the request.
144
- const origin = process.env.__NEXT_PRIVATE_ORIGIN || `${proto}://${host.value}`;
140
+ // TODO: Remove __NEXT_PRIVATE_ORIGIN
141
+ let origin = process.env.__NEXT_PRIVATE_ORIGIN;
142
+ if (origin === undefined) {
143
+ const initUrl = (0, _requestmeta.getRequestMeta)(req, 'initURL');
144
+ if (initUrl !== undefined) {
145
+ try {
146
+ const parsedUrl = new URL(initUrl);
147
+ origin = parsedUrl.origin;
148
+ } catch (error) {
149
+ throw Object.defineProperty(new Error('Could not determine origin for forwarded Server Actions request. This can happen if port or hostname are not configured for this server.', {
150
+ cause: error
151
+ }), "__NEXT_ERROR_CODE", {
152
+ value: "E1148",
153
+ enumerable: false,
154
+ configurable: true
155
+ });
156
+ }
157
+ } else {
158
+ throw Object.defineProperty(new _invarianterror.InvariantError('Missing initURL'), "__NEXT_ERROR_CODE", {
159
+ value: "E1147",
160
+ enumerable: false,
161
+ configurable: true
162
+ });
163
+ }
164
+ }
145
165
  const fetchUrl = new URL(`${origin}${basePath}${workerPathname}`);
146
166
  try {
147
167
  var _response_headers_get, // Since we aren't consuming the response body, we cancel it to avoid memory leaks
@@ -245,7 +265,6 @@ async function createRedirectRenderResult(req, res, originalHost, redirectUrl, r
245
265
  // `basePath` we treat it as an app-relative redirect;
246
266
  const appRelativeRedirectUrl = getAppRelativeRedirectUrl(basePath, originalHost, redirectUrl, currentPathname);
247
267
  if (appRelativeRedirectUrl) {
248
- var _getRequestMeta;
249
268
  if (!originalHost) {
250
269
  throw Object.defineProperty(new Error('Invariant: Missing `host` header from a forwarded Server Actions request.'), "__NEXT_ERROR_CODE", {
251
270
  value: "E226",
@@ -255,10 +274,31 @@ async function createRedirectRenderResult(req, res, originalHost, redirectUrl, r
255
274
  }
256
275
  const forwardedHeaders = getForwardedHeaders(req, res);
257
276
  forwardedHeaders.set(_approuterheaders.RSC_HEADER, '1');
258
- const proto = ((_getRequestMeta = (0, _requestmeta.getRequestMeta)(req, 'initProtocol')) == null ? void 0 : _getRequestMeta.replace(/:+$/, '')) || 'https';
259
- // For standalone or the serverful mode, use the internal origin directly
260
- // other than the host headers from the request.
261
- const origin = process.env.__NEXT_PRIVATE_ORIGIN || `${proto}://${originalHost.value}`;
277
+ // TODO: Remove __NEXT_PRIVATE_ORIGIN
278
+ let origin = process.env.__NEXT_PRIVATE_ORIGIN;
279
+ if (origin === undefined) {
280
+ const initUrl = (0, _requestmeta.getRequestMeta)(req, 'initURL');
281
+ if (initUrl !== undefined) {
282
+ try {
283
+ const parsedUrl = new URL(initUrl);
284
+ origin = parsedUrl.origin;
285
+ } catch (error) {
286
+ throw Object.defineProperty(new Error('Could not determine origin for forwarded Server Actions request. This can happen if port or hostname are not configured for this server.', {
287
+ cause: error
288
+ }), "__NEXT_ERROR_CODE", {
289
+ value: "E1148",
290
+ enumerable: false,
291
+ configurable: true
292
+ });
293
+ }
294
+ } else {
295
+ throw Object.defineProperty(new _invarianterror.InvariantError('Missing initURL'), "__NEXT_ERROR_CODE", {
296
+ value: "E1147",
297
+ enumerable: false,
298
+ configurable: true
299
+ });
300
+ }
301
+ }
262
302
  const fetchUrl = new URL(`${origin}${appRelativeRedirectUrl.pathname}${appRelativeRedirectUrl.search}`);
263
303
  if (workStore.pendingRevalidatedTags) {
264
304
  var _workStore_incrementalCache_prerenderManifest_preview, _workStore_incrementalCache_prerenderManifest, _workStore_incrementalCache;
@@ -370,7 +410,8 @@ async function handleAction({ req, res, ComponentMod, generateFlight, workStore,
370
410
  }
371
411
  // If the app has no server actions at all, we can 404 early.
372
412
  if (!hasServerActions()) {
373
- return handleUnrecognizedFetchAction(getActionNotFoundError(actionId));
413
+ const error = actionId !== null && !(0, _serverreferenceinfo.mightBeServerReferenceId)(actionId) ? (0, _manifestssingleton.getInvalidServerReferenceIdError)(actionId) : (0, _manifestssingleton.getActionNotFoundError)(actionId);
414
+ return handleUnrecognizedFetchAction(error);
374
415
  }
375
416
  if (workStore.isStaticGeneration) {
376
417
  throw Object.defineProperty(new Error("Invariant: server actions can't be handled during static rendering"), "__NEXT_ERROR_CODE", {
@@ -473,6 +514,10 @@ async function handleAction({ req, res, ComponentMod, generateFlight, workStore,
473
514
  // We only use these for fetch actions -- MPA actions handle them inside `decodeAction`.
474
515
  let actionModId;
475
516
  let boundActionArguments = [];
517
+ const defaultBodySizeLimit = '1 MB';
518
+ const bodySizeLimit = (serverActions == null ? void 0 : serverActions.bodySizeLimit) ?? defaultBodySizeLimit;
519
+ const bodySizeLimitBytes = bodySizeLimit !== defaultBodySizeLimit ? require('next/dist/compiled/bytes').parse(bodySizeLimit) : 1024 * 1024 // 1 MB
520
+ ;
476
521
  if (// The type check here ensures that `req` is correctly typed, and the
477
522
  // environment variable check provides dead code elimination.
478
523
  process.env.NEXT_RUNTIME === 'edge' && (0, _helpers.isWebNextRequest)(req)) {
@@ -483,13 +528,48 @@ async function handleAction({ req, res, ComponentMod, generateFlight, workStore,
483
528
  configurable: true
484
529
  });
485
530
  }
486
- // TODO: add body limit
487
531
  // Use react-server-dom-webpack/server
488
532
  const { createTemporaryReferenceSet, decodeReply, decodeAction, decodeFormState } = ComponentMod;
489
533
  temporaryReferences = createTemporaryReferenceSet();
490
534
  if (isMultipartAction) {
491
535
  // TODO-APP: Add streaming support
492
- const formData = await req.request.formData();
536
+ // Read the body stream with size tracking to enforce bodySizeLimitBytes.
537
+ // We cannot call req.request.formData() directly as that would bypass
538
+ // the body size limit entirely.
539
+ const edgeChunks = [];
540
+ let edgeBodySize = 0;
541
+ const edgeReader = req.body.getReader();
542
+ while(true){
543
+ const { done, value } = await edgeReader.read();
544
+ if (done) break;
545
+ edgeBodySize += value.byteLength;
546
+ if (edgeBodySize > bodySizeLimitBytes) {
547
+ const { ApiError } = require('../api-utils');
548
+ throw Object.defineProperty(new ApiError(413, `Body exceeded ${bodySizeLimit} limit.\n` + `To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit`), "__NEXT_ERROR_CODE", {
549
+ value: "E394",
550
+ enumerable: false,
551
+ configurable: true
552
+ });
553
+ }
554
+ edgeChunks.push(value);
555
+ }
556
+ // Reconstruct a Blob from the buffered chunks and parse formData from it.
557
+ // Note: we must pass the original Content-Type as an explicit header
558
+ // rather than relying on the Blob's `type`. The Blob constructor
559
+ // normalizes `type` to ASCII lowercase per the File API spec, which
560
+ // would lowercase the multipart boundary parameter (e.g.
561
+ // `boundary=----WebKitFormBoundaryAbCdEf`). The body bytes contain the
562
+ // original mixed-case boundary delimiter, so a lowercased boundary
563
+ // would fail to match and `formData()` would throw. An explicit header
564
+ // on the Request takes precedence over the Blob's normalized type.
565
+ const edgeBodyBlob = new Blob(edgeChunks);
566
+ const formData = await new Request('http://n/', {
567
+ method: 'POST',
568
+ headers: {
569
+ 'content-type': req.headers['content-type'] ?? ''
570
+ },
571
+ body: edgeBodyBlob
572
+ }).formData();
493
573
  if (isFetchAction) {
494
574
  // A fetch action with a multipart body.
495
575
  try {
@@ -547,12 +627,22 @@ async function handleAction({ req, res, ComponentMod, generateFlight, workStore,
547
627
  // In practice, this happens if `encodeReply` returned a string instead of FormData,
548
628
  // which can happen for very simple JSON-like values that don't need multiple flight rows.
549
629
  const chunks = [];
630
+ let nonMultipartBodySize = 0;
550
631
  const reader = req.body.getReader();
551
632
  while(true){
552
633
  const { done, value } = await reader.read();
553
634
  if (done) {
554
635
  break;
555
636
  }
637
+ nonMultipartBodySize += value.byteLength;
638
+ if (nonMultipartBodySize > bodySizeLimitBytes) {
639
+ const { ApiError } = require('../api-utils');
640
+ throw Object.defineProperty(new ApiError(413, `Body exceeded ${bodySizeLimit} limit.\n` + `To configure the body size limit for Server Actions, see: https://nextjs.org/docs/app/api-reference/next-config-js/serverActions#bodysizelimit`), "__NEXT_ERROR_CODE", {
641
+ value: "E394",
642
+ enumerable: false,
643
+ configurable: true
644
+ });
645
+ }
556
646
  chunks.push(value);
557
647
  }
558
648
  const actionData = Buffer.concat(chunks).toString('utf-8');
@@ -572,10 +662,6 @@ async function handleAction({ req, res, ComponentMod, generateFlight, workStore,
572
662
  // state prefix in minimal mode), use it instead of req.body
573
663
  const actionBodyFromMeta = (0, _requestmeta.getRequestMeta)(req, 'actionBody');
574
664
  const body = actionBodyFromMeta ? Readable.from(actionBodyFromMeta) : req.body;
575
- const defaultBodySizeLimit = '1 MB';
576
- const bodySizeLimit = (serverActions == null ? void 0 : serverActions.bodySizeLimit) ?? defaultBodySizeLimit;
577
- const bodySizeLimitBytes = bodySizeLimit !== defaultBodySizeLimit ? require('next/dist/compiled/bytes').parse(bodySizeLimit) : 1024 * 1024 // 1 MB
578
- ;
579
665
  let size = 0;
580
666
  const sizeLimitTransform = new Transform({
581
667
  transform (chunk, encoding, callback) {
@@ -927,7 +1013,6 @@ async function executeActionAndPrepareForRender(action, args, workStore, request
927
1013
  * the action came from a different deployment. It could also simply be an invalid POST request that is not a server action.
928
1014
  * In either case, we'll throw an error to be handled by the caller.
929
1015
  */ function getActionModIdOrError(actionId, serverModuleMap) {
930
- var _serverModuleMap_actionId;
931
1016
  // if we're missing the action ID header, we can't do any further processing
932
1017
  if (!actionId) {
933
1018
  throw Object.defineProperty(new _invarianterror.InvariantError("Missing 'next-action' header."), "__NEXT_ERROR_CODE", {
@@ -936,28 +1021,28 @@ async function executeActionAndPrepareForRender(action, args, workStore, request
936
1021
  configurable: true
937
1022
  });
938
1023
  }
939
- const actionModId = (_serverModuleMap_actionId = serverModuleMap[actionId]) == null ? void 0 : _serverModuleMap_actionId.id;
940
- if (!actionModId) {
941
- throw getActionNotFoundError(actionId);
1024
+ const entry = serverModuleMap[actionId];
1025
+ if (entry == null) {
1026
+ // The proxy throws for malformed IDs and IDs that are missing from the
1027
+ // manifest. It only returns undefined when the ID collides with a
1028
+ // well-known property name (e.g. `toString`) that the proxy excludes from
1029
+ // server reference validation so that framework reflection probes don't
1030
+ // throw. Next.js never produces such an ID, so this is almost certainly a
1031
+ // probe with a known-bad ID. Repeat the manifest's throw logic here so the
1032
+ // caller gets a diagnosable error instead of a `TypeError`.
1033
+ throw (0, _serverreferenceinfo.mightBeServerReferenceId)(actionId) ? (0, _manifestssingleton.getActionNotFoundError)(actionId) : (0, _manifestssingleton.getInvalidServerReferenceIdError)(actionId);
942
1034
  }
943
- return actionModId;
944
- }
945
- function getActionNotFoundError(actionId) {
946
- return Object.defineProperty(new Error(`Failed to find Server Action${actionId ? ` "${actionId}"` : ''}. This request might be from an older or newer deployment.\nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action`), "__NEXT_ERROR_CODE", {
947
- value: "E974",
948
- enumerable: false,
949
- configurable: true
950
- });
1035
+ return entry.id;
951
1036
  }
952
1037
  const $ACTION_ = '$ACTION_';
953
1038
  const $ACTION_REF_ = '$ACTION_REF_';
954
1039
  const $ACTION_ID_ = '$ACTION_ID_';
955
- const ACTION_ID_EXPECTED_LENGTH = 42;
956
1040
  /**
957
1041
  * This function mirrors logic inside React's decodeAction and should be kept in sync with that.
958
1042
  * It pre-parses the FormData to ensure that any action IDs referred to are actual action IDs for
959
1043
  * this Next.js application.
960
1044
  */ function areAllActionIdsValid(mpaFormData, serverModuleMap) {
1045
+ let seenActionRefs = 0;
961
1046
  let hasAtLeastOneAction = false;
962
1047
  // Before we attempt to decode the payload for a possible MPA action, assert that all
963
1048
  // action IDs are valid IDs. If not we should disregard the payload
@@ -972,6 +1057,12 @@ const ACTION_ID_EXPECTED_LENGTH = 42;
972
1057
  }
973
1058
  hasAtLeastOneAction = true;
974
1059
  } else if (key.startsWith($ACTION_REF_)) {
1060
+ if (++seenActionRefs > 2) {
1061
+ // We only expect to see at most 2 $ACTION_REF_ fields in the form data:
1062
+ // one from <form action="..." method="post">
1063
+ // and one from <input action="..." type="submit">
1064
+ return false;
1065
+ }
975
1066
  // Bound args case
976
1067
  const actionDescriptorField = $ACTION_ + key.slice($ACTION_REF_.length) + ':0';
977
1068
  const actionFields = mpaFormData.getAll(actionDescriptorField);
@@ -996,10 +1087,13 @@ function isInvalidStringActionDescriptor(actionDescriptor, serverModuleMap) {
996
1087
  return true;
997
1088
  }
998
1089
  const from = ACTION_DESCRIPTOR_ID_PREFIX.length;
999
- const to = from + ACTION_ID_EXPECTED_LENGTH;
1090
+ const to = actionDescriptor.indexOf('"', from);
1091
+ if (to === -1) {
1092
+ return true;
1093
+ }
1000
1094
  // We expect actionDescriptor to be '{"id":"<actionId>",...}'
1001
1095
  const actionId = actionDescriptor.slice(from, to);
1002
- if (actionId.length !== ACTION_ID_EXPECTED_LENGTH || actionDescriptor[to] !== '"') {
1096
+ if (!(0, _serverreferenceinfo.mightBeServerReferenceId)(actionId)) {
1003
1097
  return true;
1004
1098
  }
1005
1099
  const entry = serverModuleMap[actionId];
@@ -1012,11 +1106,12 @@ function isInvalidActionIdFieldName(actionIdFieldName, serverModuleMap) {
1012
1106
  // The field name must always start with $ACTION_ID_ but since it is
1013
1107
  // the id is extracted from the key of the field we have already validated
1014
1108
  // this before entering this function
1015
- if (actionIdFieldName.length !== $ACTION_ID_.length + ACTION_ID_EXPECTED_LENGTH) {
1109
+ const actionId = actionIdFieldName.slice($ACTION_ID_.length);
1110
+ if (!(0, _serverreferenceinfo.mightBeServerReferenceId)(actionId)) {
1016
1111
  // this field name has too few or too many characters
1112
+ // or it is otherwise in the wrong format
1017
1113
  return true;
1018
1114
  }
1019
- const actionId = actionIdFieldName.slice($ACTION_ID_.length);
1020
1115
  const entry = serverModuleMap[actionId];
1021
1116
  if (entry == null) {
1022
1117
  return true;
@@ -3,7 +3,9 @@ Object.defineProperty(exports, "__esModule", {
3
3
  value: true
4
4
  });
5
5
  0 && (module.exports = {
6
+ getActionNotFoundError: null,
6
7
  getClientReferenceManifest: null,
8
+ getInvalidServerReferenceIdError: null,
7
9
  getServerActionsManifest: null,
8
10
  getServerModuleMap: null,
9
11
  selectWorkerForForwarding: null,
@@ -16,9 +18,15 @@ function _export(target, all) {
16
18
  });
17
19
  }
18
20
  _export(exports, {
21
+ getActionNotFoundError: function() {
22
+ return getActionNotFoundError;
23
+ },
19
24
  getClientReferenceManifest: function() {
20
25
  return getClientReferenceManifest;
21
26
  },
27
+ getInvalidServerReferenceIdError: function() {
28
+ return getInvalidServerReferenceIdError;
29
+ },
22
30
  getServerActionsManifest: function() {
23
31
  return getServerActionsManifest;
24
32
  },
@@ -36,7 +44,36 @@ const _invarianterror = require("../../shared/lib/invariant-error");
36
44
  const _apppaths = require("../../shared/lib/router/utils/app-paths");
37
45
  const _pathhasprefix = require("../../shared/lib/router/utils/path-has-prefix");
38
46
  const _removepathprefix = require("../../shared/lib/router/utils/remove-path-prefix");
47
+ const _serverreferenceinfo = require("../../shared/lib/server-reference-info");
48
+ const _reflectutils = require("../../shared/lib/utils/reflect-utils");
39
49
  const _workasyncstorageexternal = require("./work-async-storage.external");
50
+ function getActionNotFoundError(actionId) {
51
+ return Object.defineProperty(new Error(`Failed to find Server Action${actionId ? ` "${actionId}"` : ''}. This request might be from an older or newer deployment.\nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action`), "__NEXT_ERROR_CODE", {
52
+ value: "E974",
53
+ enumerable: false,
54
+ configurable: true
55
+ });
56
+ }
57
+ function getInvalidServerReferenceIdError(id) {
58
+ // `id` is arbitrary client-provided input. Unlike the not-found case, it has
59
+ // not passed the length gate and can reach this error via a malformed server
60
+ // reference in an action payload, so it may be of any length and contain
61
+ // control characters. `JSON.stringify` escapes newlines and quotes so it
62
+ // can't forge log lines, and truncating overly long ids prevents log
63
+ // flooding. Ids at or below the cap are logged in full so that we only add an
64
+ // ellipsis to ids that are meaningfully longer than the truncated length.
65
+ const encoded = JSON.stringify(id.length > MAX_LOGGED_SERVER_REFERENCE_ID_LENGTH ? id.slice(0, TRUNCATED_SERVER_REFERENCE_ID_LENGTH) + '…' : id);
66
+ return Object.defineProperty(new Error(`The Server Reference ID did not match the expected format. Received ${encoded}.\nRead more: https://nextjs.org/docs/messages/failed-to-find-server-action`), "__NEXT_ERROR_CODE", {
67
+ value: "E1144",
68
+ enumerable: false,
69
+ configurable: true
70
+ });
71
+ }
72
+ // Ids at or below the cap are logged in full. Longer ids are truncated to the
73
+ // shorter length and marked with an ellipsis, so the cap leaves headroom over
74
+ // the truncated length rather than ellipsizing ids that are barely too long.
75
+ const MAX_LOGGED_SERVER_REFERENCE_ID_LENGTH = 100;
76
+ const TRUNCATED_SERVER_REFERENCE_ID_LENGTH = 90;
40
77
  // This is a global singleton that is, among other things, also used to
41
78
  // encode/decode bound args of server function closures. This can't be using a
42
79
  // AsyncLocalStorage as it might happen at the module level.
@@ -148,12 +185,23 @@ function createProxiedClientReferenceManifest(clientReferenceManifestsPerRoute)
148
185
  * our manifest contains a lot of internal Next.js data that are relevant to the
149
186
  * runtime, workers, etc. that React doesn't need to know.
150
187
  */ function createServerModuleMap() {
151
- return new Proxy({}, {
152
- get: (_, id)=>{
188
+ return new Proxy(Object.create(null), {
189
+ get: (target, id, receiver)=>{
153
190
  var _getServerActionsManifest__id, _getServerActionsManifest_;
191
+ // React's debug serialization can probe the module map like a plain object.
192
+ // These probes are not server reference lookups.
193
+ if (typeof id !== 'string') {
194
+ return Reflect.get(target, id, receiver);
195
+ }
196
+ if (_reflectutils.wellKnownProperties.has(id)) {
197
+ return Reflect.get(target, id, receiver);
198
+ }
199
+ if (!(0, _serverreferenceinfo.mightBeServerReferenceId)(id)) {
200
+ throw getInvalidServerReferenceIdError(id);
201
+ }
154
202
  const workers = (_getServerActionsManifest_ = getServerActionsManifest()[process.env.NEXT_RUNTIME === 'edge' ? 'edge' : 'node']) == null ? void 0 : (_getServerActionsManifest__id = _getServerActionsManifest_[id]) == null ? void 0 : _getServerActionsManifest__id.workers;
155
203
  if (!workers) {
156
- return undefined;
204
+ throw getActionNotFoundError(id);
157
205
  }
158
206
  const workStore = _workasyncstorageexternal.workAsyncStorage.getStore();
159
207
  let workerEntry;
@@ -170,7 +218,7 @@ function createProxiedClientReferenceManifest(clientReferenceManifestsPerRoute)
170
218
  workerEntry = Object.values(workers).at(0);
171
219
  }
172
220
  if (!workerEntry) {
173
- return undefined;
221
+ throw getActionNotFoundError(id);
174
222
  }
175
223
  const { moduleId, async } = workerEntry;
176
224
  return {
@@ -257,7 +257,6 @@ const experimentalSchema = {
257
257
  imgOptTimeoutInSeconds: _zod.z.number().int().optional(),
258
258
  imgOptMaxInputPixels: _zod.z.number().int().optional(),
259
259
  imgOptSequentialRead: _zod.z.boolean().optional().nullable(),
260
- imgOptSkipMetadata: _zod.z.boolean().optional().nullable(),
261
260
  isrFlushToDisk: _zod.z.boolean().optional(),
262
261
  largePageDataBytes: _zod.z.number().optional(),
263
262
  linkNoTouchStart: _zod.z.boolean().optional(),
@@ -373,6 +372,7 @@ const experimentalSchema = {
373
372
  optimizePackageImports: _zod.z.array(_zod.z.string()).optional(),
374
373
  optimizeServerReact: _zod.z.boolean().optional(),
375
374
  strictRouteTypes: _zod.z.boolean().optional(),
375
+ useTypeScriptCli: _zod.z.boolean().optional(),
376
376
  clientTraceMetadata: _zod.z.array(_zod.z.string()).optional(),
377
377
  serverMinification: _zod.z.boolean().optional(),
378
378
  serverSourceMaps: _zod.z.boolean().optional(),