vansrouter 0.5.12 → 0.7.6

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 (907) hide show
  1. package/README.md +23 -23
  2. package/app/.next-cli-build/BUILD_ID +1 -1
  3. package/app/.next-cli-build/app-path-routes-manifest.json +15 -14
  4. package/app/.next-cli-build/build-manifest.json +4 -4
  5. package/app/.next-cli-build/prerender-manifest.json +27 -3
  6. package/app/.next-cli-build/react-loadable-manifest.json +99 -0
  7. package/app/.next-cli-build/required-server-files.json +13 -5
  8. package/app/.next-cli-build/routes-manifest.json +16 -0
  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 +5 -5
  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/media-providers/[kind]/[id]/page.js +6 -6
  28. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +1 -1
  29. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
  30. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -2
  31. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +1 -1
  32. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
  33. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +3 -3
  34. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +1 -1
  35. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
  36. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -2
  37. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js.nft.json +1 -1
  38. package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
  39. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
  40. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -1
  41. package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  42. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js +2 -2
  43. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
  44. package/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  45. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js +2 -2
  46. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
  47. package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  48. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js +4 -4
  49. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
  50. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  51. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
  52. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
  53. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  54. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js +2 -2
  55. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
  56. package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  57. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js +3 -3
  58. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -1
  59. package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
  60. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js +2 -2
  61. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -1
  62. package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  63. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js +2 -2
  64. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js.nft.json +1 -1
  65. package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
  66. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page.js +2 -0
  67. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page.js.nft.json +1 -0
  68. package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page_client-reference-manifest.js +1 -0
  69. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js +2 -2
  70. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
  71. package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  72. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js +2 -2
  73. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
  74. package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  75. package/app/.next-cli-build/server/app/_global-error/page.js +3 -3
  76. package/app/.next-cli-build/server/app/_global-error/page.js.nft.json +1 -1
  77. package/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -1
  78. package/app/.next-cli-build/server/app/_global-error.html +1 -1
  79. package/app/.next-cli-build/server/app/_global-error.rsc +4 -4
  80. package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +4 -4
  81. package/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  82. package/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  83. package/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +1 -1
  84. package/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +2 -2
  85. package/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +2 -2
  86. package/app/.next-cli-build/server/app/_not-found/page.js +2 -2
  87. package/app/.next-cli-build/server/app/_not-found/page.js.nft.json +1 -1
  88. package/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -1
  89. package/app/.next-cli-build/server/app/_not-found.html +1 -1
  90. package/app/.next-cli-build/server/app/_not-found.rsc +20 -19
  91. package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +20 -19
  92. package/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +1 -1
  93. package/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +9 -8
  94. package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  95. package/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  96. package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +3 -3
  97. package/app/.next-cli-build/server/app/api/auth/check/route.js +1 -1
  98. package/app/.next-cli-build/server/app/api/auth/check/route.js.nft.json +1 -1
  99. package/app/.next-cli-build/server/app/api/auth/check/route_client-reference-manifest.js +1 -1
  100. package/app/.next-cli-build/server/app/api/auth/login/route.js +1 -1
  101. package/app/.next-cli-build/server/app/api/auth/login/route.js.nft.json +1 -1
  102. package/app/.next-cli-build/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  103. package/app/.next-cli-build/server/app/api/auth/logout/route.js +1 -1
  104. package/app/.next-cli-build/server/app/api/auth/logout/route.js.nft.json +1 -1
  105. package/app/.next-cli-build/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  106. package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js +1 -1
  107. package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js.nft.json +1 -1
  108. package/app/.next-cli-build/server/app/api/auth/oidc/callback/route_client-reference-manifest.js +1 -1
  109. package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js +1 -1
  110. package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js.nft.json +1 -1
  111. package/app/.next-cli-build/server/app/api/auth/oidc/start/route_client-reference-manifest.js +1 -1
  112. package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js +1 -1
  113. package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js.nft.json +1 -1
  114. package/app/.next-cli-build/server/app/api/auth/oidc/test/route_client-reference-manifest.js +1 -1
  115. package/app/.next-cli-build/server/app/api/auth/reset-password/route.js +1 -1
  116. package/app/.next-cli-build/server/app/api/auth/reset-password/route.js.nft.json +1 -1
  117. package/app/.next-cli-build/server/app/api/auth/reset-password/route_client-reference-manifest.js +1 -1
  118. package/app/.next-cli-build/server/app/api/auth/status/route.js +1 -1
  119. package/app/.next-cli-build/server/app/api/auth/status/route.js.nft.json +1 -1
  120. package/app/.next-cli-build/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
  121. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +4 -4
  122. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js.nft.json +1 -1
  123. package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route_client-reference-manifest.js +1 -1
  124. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js +1 -1
  125. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
  126. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -1
  127. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
  128. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -1
  129. package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -1
  130. package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js +2 -2
  131. package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js.nft.json +1 -1
  132. package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
  133. package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js +2 -2
  134. package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js.nft.json +1 -1
  135. package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route_client-reference-manifest.js +1 -1
  136. package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js +1 -1
  137. package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js.nft.json +1 -1
  138. package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
  139. package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js +2 -2
  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/copilot-settings/route_client-reference-manifest.js +1 -1
  142. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js +2 -2
  143. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js.nft.json +1 -1
  144. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route_client-reference-manifest.js +1 -1
  145. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js +2 -2
  146. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js.nft.json +1 -1
  147. package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route_client-reference-manifest.js +1 -1
  148. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +2 -2
  149. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js.nft.json +1 -1
  150. package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route_client-reference-manifest.js +1 -1
  151. package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +3 -3
  152. package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js.nft.json +1 -1
  153. package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route_client-reference-manifest.js +1 -1
  154. package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js +1 -1
  155. package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js.nft.json +1 -1
  156. package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -1
  157. package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +1 -1
  158. package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js.nft.json +1 -1
  159. package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route_client-reference-manifest.js +1 -1
  160. package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +1 -1
  161. package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js.nft.json +1 -1
  162. package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route_client-reference-manifest.js +1 -1
  163. package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js +2 -2
  164. package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js.nft.json +1 -1
  165. package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route_client-reference-manifest.js +1 -1
  166. package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
  167. package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js.nft.json +1 -1
  168. package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -1
  169. package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js +2 -2
  170. package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js.nft.json +1 -1
  171. package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route_client-reference-manifest.js +1 -1
  172. package/app/.next-cli-build/server/app/api/combos/[id]/route.js +1 -1
  173. package/app/.next-cli-build/server/app/api/combos/[id]/route.js.nft.json +1 -1
  174. package/app/.next-cli-build/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
  175. package/app/.next-cli-build/server/app/api/combos/route.js +1 -1
  176. package/app/.next-cli-build/server/app/api/combos/route.js.nft.json +1 -1
  177. package/app/.next-cli-build/server/app/api/combos/route_client-reference-manifest.js +1 -1
  178. package/app/.next-cli-build/server/app/api/headroom/start/route.js +1 -1
  179. package/app/.next-cli-build/server/app/api/headroom/start/route.js.nft.json +1 -1
  180. package/app/.next-cli-build/server/app/api/headroom/start/route_client-reference-manifest.js +1 -1
  181. package/app/.next-cli-build/server/app/api/headroom/status/route.js +1 -1
  182. package/app/.next-cli-build/server/app/api/headroom/status/route.js.nft.json +1 -1
  183. package/app/.next-cli-build/server/app/api/headroom/status/route_client-reference-manifest.js +1 -1
  184. package/app/.next-cli-build/server/app/api/headroom/stop/route.js +1 -1
  185. package/app/.next-cli-build/server/app/api/headroom/stop/route.js.nft.json +1 -1
  186. package/app/.next-cli-build/server/app/api/headroom/stop/route_client-reference-manifest.js +1 -1
  187. package/app/.next-cli-build/server/app/api/health/route.js +1 -1
  188. package/app/.next-cli-build/server/app/api/health/route.js.nft.json +1 -1
  189. package/app/.next-cli-build/server/app/api/health/route_client-reference-manifest.js +1 -1
  190. package/app/.next-cli-build/server/app/api/init/route.js +1 -1
  191. package/app/.next-cli-build/server/app/api/init/route.js.nft.json +1 -1
  192. package/app/.next-cli-build/server/app/api/init/route_client-reference-manifest.js +1 -1
  193. package/app/.next-cli-build/server/app/api/keys/[id]/route.js +1 -1
  194. package/app/.next-cli-build/server/app/api/keys/[id]/route.js.nft.json +1 -1
  195. package/app/.next-cli-build/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
  196. package/app/.next-cli-build/server/app/api/keys/route.js +1 -1
  197. package/app/.next-cli-build/server/app/api/keys/route.js.nft.json +1 -1
  198. package/app/.next-cli-build/server/app/api/keys/route_client-reference-manifest.js +1 -1
  199. package/app/.next-cli-build/server/app/api/locale/route.js +1 -1
  200. package/app/.next-cli-build/server/app/api/locale/route.js.nft.json +1 -1
  201. package/app/.next-cli-build/server/app/api/locale/route_client-reference-manifest.js +1 -1
  202. package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js +2 -2
  203. package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js.nft.json +1 -1
  204. package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route_client-reference-manifest.js +1 -1
  205. package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js +2 -2
  206. package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js.nft.json +1 -1
  207. package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route_client-reference-manifest.js +1 -1
  208. package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -1
  209. package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +1 -1
  210. package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route_client-reference-manifest.js +1 -1
  211. package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -1
  212. package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +1 -1
  213. package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route_client-reference-manifest.js +1 -1
  214. package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js +1 -1
  215. package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +1 -1
  216. package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route_client-reference-manifest.js +1 -1
  217. package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js +1 -1
  218. package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +1 -1
  219. package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route_client-reference-manifest.js +1 -1
  220. package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js +1 -1
  221. package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js.nft.json +1 -1
  222. package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route_client-reference-manifest.js +1 -1
  223. package/app/.next-cli-build/server/app/api/models/alias/route.js +1 -1
  224. package/app/.next-cli-build/server/app/api/models/alias/route.js.nft.json +1 -1
  225. package/app/.next-cli-build/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
  226. package/app/.next-cli-build/server/app/api/models/availability/route.js +1 -1
  227. package/app/.next-cli-build/server/app/api/models/availability/route.js.nft.json +1 -1
  228. package/app/.next-cli-build/server/app/api/models/availability/route_client-reference-manifest.js +1 -1
  229. package/app/.next-cli-build/server/app/api/models/custom/route.js +1 -1
  230. package/app/.next-cli-build/server/app/api/models/custom/route.js.nft.json +1 -1
  231. package/app/.next-cli-build/server/app/api/models/custom/route_client-reference-manifest.js +1 -1
  232. package/app/.next-cli-build/server/app/api/models/disabled/route.js +1 -1
  233. package/app/.next-cli-build/server/app/api/models/disabled/route.js.nft.json +1 -1
  234. package/app/.next-cli-build/server/app/api/models/disabled/route_client-reference-manifest.js +1 -1
  235. package/app/.next-cli-build/server/app/api/models/route.js +1 -1
  236. package/app/.next-cli-build/server/app/api/models/route.js.nft.json +1 -1
  237. package/app/.next-cli-build/server/app/api/models/route_client-reference-manifest.js +1 -1
  238. package/app/.next-cli-build/server/app/api/models/test/route.js +1 -1
  239. package/app/.next-cli-build/server/app/api/models/test/route.js.nft.json +1 -1
  240. package/app/.next-cli-build/server/app/api/models/test/route_client-reference-manifest.js +1 -1
  241. package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js +1 -1
  242. package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
  243. package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
  244. package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route.js +1 -1
  245. package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route.js.nft.json +1 -1
  246. package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route_client-reference-manifest.js +1 -1
  247. package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js +1 -1
  248. package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js.nft.json +1 -1
  249. package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route_client-reference-manifest.js +1 -1
  250. package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js +2 -2
  251. package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -1
  252. package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -1
  253. package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js +1 -1
  254. package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
  255. package/app/.next-cli-build/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -1
  256. package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js +1 -1
  257. package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js.nft.json +1 -1
  258. package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route_client-reference-manifest.js +1 -1
  259. package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js +1 -1
  260. package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -1
  261. package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route_client-reference-manifest.js +1 -1
  262. package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route.js +1 -1
  263. package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route.js.nft.json +1 -1
  264. package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route_client-reference-manifest.js +1 -1
  265. package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js +1 -1
  266. package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js.nft.json +1 -1
  267. package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -1
  268. package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js +1 -1
  269. package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
  270. package/app/.next-cli-build/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
  271. package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route.js +1 -1
  272. package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route.js.nft.json +1 -1
  273. package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route_client-reference-manifest.js +1 -1
  274. package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
  275. package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -1
  276. package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
  277. package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
  278. package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
  279. package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
  280. package/app/.next-cli-build/server/app/api/pricing/route.js +1 -1
  281. package/app/.next-cli-build/server/app/api/pricing/route.js.nft.json +1 -1
  282. package/app/.next-cli-build/server/app/api/pricing/route_client-reference-manifest.js +1 -1
  283. package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js +1 -1
  284. package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
  285. package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -1
  286. package/app/.next-cli-build/server/app/api/provider-nodes/route.js +1 -1
  287. package/app/.next-cli-build/server/app/api/provider-nodes/route.js.nft.json +1 -1
  288. package/app/.next-cli-build/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -1
  289. package/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js +1 -1
  290. package/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js.nft.json +1 -1
  291. package/app/.next-cli-build/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -1
  292. package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js +1 -1
  293. package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
  294. package/app/.next-cli-build/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
  295. package/app/.next-cli-build/server/app/api/providers/[id]/route.js +1 -1
  296. package/app/.next-cli-build/server/app/api/providers/[id]/route.js.nft.json +1 -1
  297. package/app/.next-cli-build/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
  298. package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js +1 -1
  299. package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
  300. package/app/.next-cli-build/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
  301. package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js +1 -1
  302. package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -1
  303. package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route_client-reference-manifest.js +1 -1
  304. package/app/.next-cli-build/server/app/api/providers/client/route.js +1 -1
  305. package/app/.next-cli-build/server/app/api/providers/client/route.js.nft.json +1 -1
  306. package/app/.next-cli-build/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
  307. package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js +1 -1
  308. package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js.nft.json +1 -1
  309. package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route_client-reference-manifest.js +1 -1
  310. package/app/.next-cli-build/server/app/api/providers/route.js +1 -1
  311. package/app/.next-cli-build/server/app/api/providers/route.js.nft.json +1 -1
  312. package/app/.next-cli-build/server/app/api/providers/route_client-reference-manifest.js +1 -1
  313. package/app/.next-cli-build/server/app/api/providers/suggested-models/route.js +1 -1
  314. package/app/.next-cli-build/server/app/api/providers/suggested-models/route.js.nft.json +1 -1
  315. package/app/.next-cli-build/server/app/api/providers/suggested-models/route_client-reference-manifest.js +1 -1
  316. package/app/.next-cli-build/server/app/api/providers/test-batch/route.js +1 -1
  317. package/app/.next-cli-build/server/app/api/providers/test-batch/route.js.nft.json +1 -1
  318. package/app/.next-cli-build/server/app/api/providers/test-batch/route_client-reference-manifest.js +1 -1
  319. package/app/.next-cli-build/server/app/api/providers/validate/route.js +1 -1
  320. package/app/.next-cli-build/server/app/api/providers/validate/route.js.nft.json +1 -1
  321. package/app/.next-cli-build/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
  322. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js +1 -1
  323. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -1
  324. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route_client-reference-manifest.js +1 -1
  325. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js +1 -1
  326. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -1
  327. package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route_client-reference-manifest.js +1 -1
  328. package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js +2 -2
  329. package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js.nft.json +1 -1
  330. package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route_client-reference-manifest.js +1 -1
  331. package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js +2 -2
  332. package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js.nft.json +1 -1
  333. package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route_client-reference-manifest.js +1 -1
  334. package/app/.next-cli-build/server/app/api/proxy-pools/route.js +1 -1
  335. package/app/.next-cli-build/server/app/api/proxy-pools/route.js.nft.json +1 -1
  336. package/app/.next-cli-build/server/app/api/proxy-pools/route_client-reference-manifest.js +1 -1
  337. package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js +2 -2
  338. package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +1 -1
  339. package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route_client-reference-manifest.js +1 -1
  340. package/app/.next-cli-build/server/app/api/settings/database/route.js +1 -1
  341. package/app/.next-cli-build/server/app/api/settings/database/route.js.nft.json +1 -1
  342. package/app/.next-cli-build/server/app/api/settings/database/route_client-reference-manifest.js +1 -1
  343. package/app/.next-cli-build/server/app/api/settings/proxy-test/route.js +1 -1
  344. package/app/.next-cli-build/server/app/api/settings/proxy-test/route.js.nft.json +1 -1
  345. package/app/.next-cli-build/server/app/api/settings/proxy-test/route_client-reference-manifest.js +1 -1
  346. package/app/.next-cli-build/server/app/api/settings/require-login/route.js +1 -1
  347. package/app/.next-cli-build/server/app/api/settings/require-login/route.js.nft.json +1 -1
  348. package/app/.next-cli-build/server/app/api/settings/require-login/route_client-reference-manifest.js +1 -1
  349. package/app/.next-cli-build/server/app/api/settings/route.js +1 -1
  350. package/app/.next-cli-build/server/app/api/settings/route.js.nft.json +1 -1
  351. package/app/.next-cli-build/server/app/api/settings/route_client-reference-manifest.js +1 -1
  352. package/app/.next-cli-build/server/app/api/shutdown/route.js +1 -1
  353. package/app/.next-cli-build/server/app/api/shutdown/route.js.nft.json +1 -1
  354. package/app/.next-cli-build/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
  355. package/app/.next-cli-build/server/app/api/tags/route.js +1 -1
  356. package/app/.next-cli-build/server/app/api/tags/route.js.nft.json +1 -1
  357. package/app/.next-cli-build/server/app/api/tags/route_client-reference-manifest.js +1 -1
  358. package/app/.next-cli-build/server/app/api/translator/console-logs/route.js +1 -1
  359. package/app/.next-cli-build/server/app/api/translator/console-logs/route.js.nft.json +1 -1
  360. package/app/.next-cli-build/server/app/api/translator/console-logs/route_client-reference-manifest.js +1 -1
  361. package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js +4 -2
  362. package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js.nft.json +1 -1
  363. package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route_client-reference-manifest.js +1 -1
  364. package/app/.next-cli-build/server/app/api/translator/load/route.js +1 -1
  365. package/app/.next-cli-build/server/app/api/translator/load/route.js.nft.json +1 -1
  366. package/app/.next-cli-build/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
  367. package/app/.next-cli-build/server/app/api/translator/save/route.js +1 -1
  368. package/app/.next-cli-build/server/app/api/translator/save/route.js.nft.json +1 -1
  369. package/app/.next-cli-build/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
  370. package/app/.next-cli-build/server/app/api/translator/send/route.js +1 -1
  371. package/app/.next-cli-build/server/app/api/translator/send/route.js.nft.json +1 -1
  372. package/app/.next-cli-build/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
  373. package/app/.next-cli-build/server/app/api/translator/translate/route.js +1 -1
  374. package/app/.next-cli-build/server/app/api/translator/translate/route.js.nft.json +1 -1
  375. package/app/.next-cli-build/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
  376. package/app/.next-cli-build/server/app/api/tunnel/disable/route.js +1 -1
  377. package/app/.next-cli-build/server/app/api/tunnel/disable/route.js.nft.json +1 -1
  378. package/app/.next-cli-build/server/app/api/tunnel/disable/route_client-reference-manifest.js +1 -1
  379. package/app/.next-cli-build/server/app/api/tunnel/enable/route.js +1 -1
  380. package/app/.next-cli-build/server/app/api/tunnel/enable/route.js.nft.json +1 -1
  381. package/app/.next-cli-build/server/app/api/tunnel/enable/route_client-reference-manifest.js +1 -1
  382. package/app/.next-cli-build/server/app/api/tunnel/status/route.js +1 -1
  383. package/app/.next-cli-build/server/app/api/tunnel/status/route.js.nft.json +1 -1
  384. package/app/.next-cli-build/server/app/api/tunnel/status/route_client-reference-manifest.js +1 -1
  385. package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js +1 -1
  386. package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js.nft.json +1 -1
  387. package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route_client-reference-manifest.js +1 -1
  388. package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js +1 -1
  389. package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js.nft.json +1 -1
  390. package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route_client-reference-manifest.js +1 -1
  391. package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js +1 -1
  392. package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js.nft.json +1 -1
  393. package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route_client-reference-manifest.js +1 -1
  394. package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js +2 -2
  395. package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js.nft.json +1 -1
  396. package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route_client-reference-manifest.js +1 -1
  397. package/app/.next-cli-build/server/app/api/usage/[connectionId]/codex-reset-credits/route.js +1 -1
  398. package/app/.next-cli-build/server/app/api/usage/[connectionId]/codex-reset-credits/route.js.nft.json +1 -1
  399. package/app/.next-cli-build/server/app/api/usage/[connectionId]/codex-reset-credits/route_client-reference-manifest.js +1 -1
  400. package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js +1 -1
  401. package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
  402. package/app/.next-cli-build/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
  403. package/app/.next-cli-build/server/app/api/usage/chart/route.js +1 -1
  404. package/app/.next-cli-build/server/app/api/usage/chart/route.js.nft.json +1 -1
  405. package/app/.next-cli-build/server/app/api/usage/chart/route_client-reference-manifest.js +1 -1
  406. package/app/.next-cli-build/server/app/api/usage/history/route.js +1 -1
  407. package/app/.next-cli-build/server/app/api/usage/history/route.js.nft.json +1 -1
  408. package/app/.next-cli-build/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
  409. package/app/.next-cli-build/server/app/api/usage/logs/route.js +1 -1
  410. package/app/.next-cli-build/server/app/api/usage/logs/route.js.nft.json +1 -1
  411. package/app/.next-cli-build/server/app/api/usage/logs/route_client-reference-manifest.js +1 -1
  412. package/app/.next-cli-build/server/app/api/usage/providers/route.js +1 -1
  413. package/app/.next-cli-build/server/app/api/usage/providers/route.js.nft.json +1 -1
  414. package/app/.next-cli-build/server/app/api/usage/providers/route_client-reference-manifest.js +1 -1
  415. package/app/.next-cli-build/server/app/api/usage/request-details/[id]/route.js +1 -1
  416. package/app/.next-cli-build/server/app/api/usage/request-details/[id]/route.js.nft.json +1 -1
  417. package/app/.next-cli-build/server/app/api/usage/request-details/[id]/route_client-reference-manifest.js +1 -1
  418. package/app/.next-cli-build/server/app/api/usage/request-details/route.js +1 -1
  419. package/app/.next-cli-build/server/app/api/usage/request-details/route.js.nft.json +1 -1
  420. package/app/.next-cli-build/server/app/api/usage/request-details/route_client-reference-manifest.js +1 -1
  421. package/app/.next-cli-build/server/app/api/usage/request-logs/route.js +1 -1
  422. package/app/.next-cli-build/server/app/api/usage/request-logs/route.js.nft.json +1 -1
  423. package/app/.next-cli-build/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -1
  424. package/app/.next-cli-build/server/app/api/usage/stats/route.js +1 -1
  425. package/app/.next-cli-build/server/app/api/usage/stats/route.js.nft.json +1 -1
  426. package/app/.next-cli-build/server/app/api/usage/stats/route_client-reference-manifest.js +1 -1
  427. package/app/.next-cli-build/server/app/api/usage/stream/route.js +2 -2
  428. package/app/.next-cli-build/server/app/api/usage/stream/route.js.nft.json +1 -1
  429. package/app/.next-cli-build/server/app/api/usage/stream/route_client-reference-manifest.js +1 -1
  430. package/app/.next-cli-build/server/app/api/v1/api/chat/route.js +1 -1
  431. package/app/.next-cli-build/server/app/api/v1/api/chat/route.js.nft.json +1 -1
  432. package/app/.next-cli-build/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
  433. package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js +1 -1
  434. package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
  435. package/app/.next-cli-build/server/app/api/v1/audio/speech/route_client-reference-manifest.js +1 -1
  436. package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js +1 -1
  437. package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
  438. package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route_client-reference-manifest.js +1 -1
  439. package/app/.next-cli-build/server/app/api/v1/audio/voices/route.js +1 -1
  440. package/app/.next-cli-build/server/app/api/v1/audio/voices/route.js.nft.json +1 -1
  441. package/app/.next-cli-build/server/app/api/v1/audio/voices/route_client-reference-manifest.js +1 -1
  442. package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js +1 -1
  443. package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
  444. package/app/.next-cli-build/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
  445. package/app/.next-cli-build/server/app/api/v1/embeddings/route.js +1 -1
  446. package/app/.next-cli-build/server/app/api/v1/embeddings/route.js.nft.json +1 -1
  447. package/app/.next-cli-build/server/app/api/v1/embeddings/route_client-reference-manifest.js +1 -1
  448. package/app/.next-cli-build/server/app/api/v1/images/generations/route.js +2 -2
  449. package/app/.next-cli-build/server/app/api/v1/images/generations/route.js.nft.json +1 -1
  450. package/app/.next-cli-build/server/app/api/v1/images/generations/route_client-reference-manifest.js +1 -1
  451. package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js +1 -1
  452. package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js.nft.json +1 -1
  453. package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
  454. package/app/.next-cli-build/server/app/api/v1/messages/route.js +1 -1
  455. package/app/.next-cli-build/server/app/api/v1/messages/route.js.nft.json +1 -1
  456. package/app/.next-cli-build/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
  457. package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js +1 -1
  458. package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js.nft.json +1 -1
  459. package/app/.next-cli-build/server/app/api/v1/models/[kind]/route_client-reference-manifest.js +1 -1
  460. package/app/.next-cli-build/server/app/api/v1/models/info/route.js +1 -1
  461. package/app/.next-cli-build/server/app/api/v1/models/info/route.js.nft.json +1 -1
  462. package/app/.next-cli-build/server/app/api/v1/models/info/route_client-reference-manifest.js +1 -1
  463. package/app/.next-cli-build/server/app/api/v1/models/route.js +1 -1
  464. package/app/.next-cli-build/server/app/api/v1/models/route.js.nft.json +1 -1
  465. package/app/.next-cli-build/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
  466. package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js +1 -1
  467. package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js.nft.json +1 -1
  468. package/app/.next-cli-build/server/app/api/v1/responses/compact/route_client-reference-manifest.js +1 -1
  469. package/app/.next-cli-build/server/app/api/v1/responses/route.js +1 -1
  470. package/app/.next-cli-build/server/app/api/v1/responses/route.js.nft.json +1 -1
  471. package/app/.next-cli-build/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
  472. package/app/.next-cli-build/server/app/api/v1/route.js +1 -1
  473. package/app/.next-cli-build/server/app/api/v1/route.js.nft.json +1 -1
  474. package/app/.next-cli-build/server/app/api/v1/route_client-reference-manifest.js +1 -1
  475. package/app/.next-cli-build/server/app/api/v1/search/route.js +1 -1
  476. package/app/.next-cli-build/server/app/api/v1/search/route.js.nft.json +1 -1
  477. package/app/.next-cli-build/server/app/api/v1/search/route_client-reference-manifest.js +1 -1
  478. package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js +1 -1
  479. package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js.nft.json +1 -1
  480. package/app/.next-cli-build/server/app/api/v1/web/fetch/route_client-reference-manifest.js +1 -1
  481. package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js +1 -1
  482. package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
  483. package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
  484. package/app/.next-cli-build/server/app/api/v1beta/models/route.js +1 -1
  485. package/app/.next-cli-build/server/app/api/v1beta/models/route.js.nft.json +1 -1
  486. package/app/.next-cli-build/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
  487. package/app/.next-cli-build/server/app/api/version/route.js +1 -1
  488. package/app/.next-cli-build/server/app/api/version/route.js.nft.json +1 -1
  489. package/app/.next-cli-build/server/app/api/version/route_client-reference-manifest.js +1 -1
  490. package/app/.next-cli-build/server/app/api/version/shutdown/route.js +1 -1
  491. package/app/.next-cli-build/server/app/api/version/shutdown/route.js.nft.json +1 -1
  492. package/app/.next-cli-build/server/app/api/version/shutdown/route_client-reference-manifest.js +1 -1
  493. package/app/.next-cli-build/server/app/api/version/update/route.js +1 -1
  494. package/app/.next-cli-build/server/app/api/version/update/route.js.nft.json +1 -1
  495. package/app/.next-cli-build/server/app/api/version/update/route_client-reference-manifest.js +1 -1
  496. package/app/.next-cli-build/server/app/callback/page.js +2 -2
  497. package/app/.next-cli-build/server/app/callback/page.js.nft.json +1 -1
  498. package/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -1
  499. package/app/.next-cli-build/server/app/callback.html +1 -1
  500. package/app/.next-cli-build/server/app/callback.rsc +24 -23
  501. package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +24 -23
  502. package/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +1 -1
  503. package/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +9 -8
  504. package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +3 -3
  505. package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +2 -2
  506. package/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +1 -1
  507. package/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -1
  508. package/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +23 -22
  509. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
  510. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
  511. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  512. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  513. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +23 -22
  514. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
  515. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_index.segment.rsc +9 -8
  516. package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +3 -3
  517. package/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -1
  518. package/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +24 -23
  519. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  520. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  521. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  522. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  523. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +24 -23
  524. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  525. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_index.segment.rsc +9 -8
  526. package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +3 -3
  527. package/app/.next-cli-build/server/app/dashboard/combos.html +1 -1
  528. package/app/.next-cli-build/server/app/dashboard/combos.rsc +26 -25
  529. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  530. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  531. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  532. package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  533. package/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +26 -25
  534. package/app/.next-cli-build/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  535. package/app/.next-cli-build/server/app/dashboard/combos.segments/_index.segment.rsc +9 -8
  536. package/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +3 -3
  537. package/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -1
  538. package/app/.next-cli-build/server/app/dashboard/endpoint.rsc +24 -23
  539. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  540. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  541. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  542. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  543. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +24 -23
  544. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  545. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_index.segment.rsc +9 -8
  546. package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +3 -3
  547. package/app/.next-cli-build/server/app/dashboard/media-providers/web.html +1 -1
  548. package/app/.next-cli-build/server/app/dashboard/media-providers/web.rsc +26 -25
  549. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
  550. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
  551. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
  552. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  553. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  554. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +26 -25
  555. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
  556. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +9 -8
  557. package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +3 -3
  558. package/app/.next-cli-build/server/app/dashboard/mitm.html +1 -1
  559. package/app/.next-cli-build/server/app/dashboard/mitm.rsc +23 -22
  560. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
  561. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
  562. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  563. package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  564. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +23 -22
  565. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
  566. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_index.segment.rsc +9 -8
  567. package/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +3 -3
  568. package/app/.next-cli-build/server/app/dashboard/profile.html +1 -1
  569. package/app/.next-cli-build/server/app/dashboard/profile.rsc +26 -25
  570. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
  571. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  572. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  573. package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  574. package/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +26 -25
  575. package/app/.next-cli-build/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  576. package/app/.next-cli-build/server/app/dashboard/profile.segments/_index.segment.rsc +9 -8
  577. package/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +3 -3
  578. package/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -1
  579. package/app/.next-cli-build/server/app/dashboard/providers/new.rsc +26 -25
  580. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  581. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  582. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  583. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  584. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  585. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +26 -25
  586. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  587. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_index.segment.rsc +9 -8
  588. package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +3 -3
  589. package/app/.next-cli-build/server/app/dashboard/providers.html +1 -1
  590. package/app/.next-cli-build/server/app/dashboard/providers.rsc +26 -25
  591. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  592. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  593. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  594. package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  595. package/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +26 -25
  596. package/app/.next-cli-build/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  597. package/app/.next-cli-build/server/app/dashboard/providers.segments/_index.segment.rsc +9 -8
  598. package/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +3 -3
  599. package/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -1
  600. package/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +26 -25
  601. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
  602. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
  603. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  604. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  605. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +26 -25
  606. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
  607. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +9 -8
  608. package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +3 -3
  609. package/app/.next-cli-build/server/app/dashboard/quota.html +2 -2
  610. package/app/.next-cli-build/server/app/dashboard/quota.rsc +24 -23
  611. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
  612. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
  613. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  614. package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  615. package/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +24 -23
  616. package/app/.next-cli-build/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
  617. package/app/.next-cli-build/server/app/dashboard/quota.segments/_index.segment.rsc +9 -8
  618. package/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +3 -3
  619. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js +2 -2
  620. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js.nft.json +1 -1
  621. package/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  622. package/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -1
  623. package/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +24 -23
  624. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +24 -23
  625. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  626. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +9 -8
  627. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +3 -3
  628. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +2 -2
  629. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  630. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  631. package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  632. package/app/.next-cli-build/server/app/dashboard/skills.html +1 -1
  633. package/app/.next-cli-build/server/app/dashboard/skills.rsc +26 -25
  634. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
  635. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
  636. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  637. package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  638. package/app/.next-cli-build/server/app/dashboard/skills.segments/_full.segment.rsc +26 -25
  639. package/app/.next-cli-build/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
  640. package/app/.next-cli-build/server/app/dashboard/skills.segments/_index.segment.rsc +9 -8
  641. package/app/.next-cli-build/server/app/dashboard/skills.segments/_tree.segment.rsc +3 -3
  642. package/app/.next-cli-build/server/app/dashboard/token-saver.html +1 -0
  643. package/app/.next-cli-build/server/app/dashboard/token-saver.meta +17 -0
  644. package/app/.next-cli-build/server/app/dashboard/token-saver.rsc +26 -0
  645. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver/__PAGE__.segment.rsc +6 -0
  646. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver.segment.rsc +5 -0
  647. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
  648. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk.segment.rsc +7 -0
  649. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_full.segment.rsc +26 -0
  650. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_head.segment.rsc +6 -0
  651. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_index.segment.rsc +10 -0
  652. package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_tree.segment.rsc +5 -0
  653. package/app/.next-cli-build/server/app/dashboard/translator.html +1 -1
  654. package/app/.next-cli-build/server/app/dashboard/translator.rsc +26 -25
  655. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  656. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  657. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  658. package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  659. package/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +26 -25
  660. package/app/.next-cli-build/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  661. package/app/.next-cli-build/server/app/dashboard/translator.segments/_index.segment.rsc +9 -8
  662. package/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +3 -3
  663. package/app/.next-cli-build/server/app/dashboard/usage.html +1 -1
  664. package/app/.next-cli-build/server/app/dashboard/usage.rsc +26 -25
  665. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  666. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  667. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  668. package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  669. package/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +26 -25
  670. package/app/.next-cli-build/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  671. package/app/.next-cli-build/server/app/dashboard/usage.segments/_index.segment.rsc +9 -8
  672. package/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +3 -3
  673. package/app/.next-cli-build/server/app/dashboard.html +1 -1
  674. package/app/.next-cli-build/server/app/dashboard.rsc +24 -23
  675. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
  676. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  677. package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
  678. package/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +24 -23
  679. package/app/.next-cli-build/server/app/dashboard.segments/_head.segment.rsc +1 -1
  680. package/app/.next-cli-build/server/app/dashboard.segments/_index.segment.rsc +9 -8
  681. package/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +3 -3
  682. package/app/.next-cli-build/server/app/favicon.ico/route.js +1 -1
  683. package/app/.next-cli-build/server/app/favicon.ico/route.js.nft.json +1 -1
  684. package/app/.next-cli-build/server/app/landing/page.js +2 -2
  685. package/app/.next-cli-build/server/app/landing/page.js.nft.json +1 -1
  686. package/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -1
  687. package/app/.next-cli-build/server/app/landing.html +1 -1
  688. package/app/.next-cli-build/server/app/landing.rsc +24 -23
  689. package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +24 -23
  690. package/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +1 -1
  691. package/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +9 -8
  692. package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +3 -3
  693. package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +2 -2
  694. package/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +1 -1
  695. package/app/.next-cli-build/server/app/login/page.js +2 -2
  696. package/app/.next-cli-build/server/app/login/page.js.nft.json +1 -1
  697. package/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -1
  698. package/app/.next-cli-build/server/app/login.html +1 -1
  699. package/app/.next-cli-build/server/app/login.rsc +24 -23
  700. package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +24 -23
  701. package/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +1 -1
  702. package/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +9 -8
  703. package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +3 -3
  704. package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  705. package/app/.next-cli-build/server/app/login.segments/login.segment.rsc +1 -1
  706. package/app/.next-cli-build/server/app/manifest.webmanifest/route.js +1 -1
  707. package/app/.next-cli-build/server/app/manifest.webmanifest/route.js.nft.json +1 -1
  708. package/app/.next-cli-build/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
  709. package/app/.next-cli-build/server/app/masuk/page.js +2 -2
  710. package/app/.next-cli-build/server/app/masuk/page.js.nft.json +1 -1
  711. package/app/.next-cli-build/server/app/masuk/page_client-reference-manifest.js +1 -1
  712. package/app/.next-cli-build/server/app-paths-manifest.json +15 -14
  713. package/app/.next-cli-build/server/chunks/1099.js +1 -1
  714. package/app/.next-cli-build/server/chunks/1248.js +1 -0
  715. package/app/.next-cli-build/server/chunks/1253.js +1 -1
  716. package/app/.next-cli-build/server/chunks/127.js +1 -0
  717. package/app/.next-cli-build/server/chunks/1500.js +1 -1
  718. package/app/.next-cli-build/server/chunks/1536.js +1 -0
  719. package/app/.next-cli-build/server/chunks/1613.js +1 -1
  720. package/app/.next-cli-build/server/chunks/1688.js +1 -1
  721. package/app/.next-cli-build/server/chunks/2262.js +3 -0
  722. package/app/.next-cli-build/server/chunks/2365.js +1 -1
  723. package/app/.next-cli-build/server/chunks/2504.js +1 -0
  724. package/app/.next-cli-build/server/chunks/2554.js +23 -0
  725. package/app/.next-cli-build/server/chunks/2557.js +6 -6
  726. package/app/.next-cli-build/server/chunks/259.js +1 -0
  727. package/app/.next-cli-build/server/chunks/2884.js +1 -0
  728. package/app/.next-cli-build/server/chunks/3040.js +2 -2
  729. package/app/.next-cli-build/server/chunks/3133.js +1 -0
  730. package/app/.next-cli-build/server/chunks/3176.js +3 -3
  731. package/app/.next-cli-build/server/chunks/3405.js +1 -1
  732. package/app/.next-cli-build/server/chunks/3424.js +1 -0
  733. package/app/.next-cli-build/server/chunks/3652.js +1 -1
  734. package/app/.next-cli-build/server/chunks/3738.js +1 -0
  735. package/app/.next-cli-build/server/chunks/3787.js +1 -0
  736. package/app/.next-cli-build/server/chunks/383.js +1 -1
  737. package/app/.next-cli-build/server/chunks/4004.js +1 -1
  738. package/app/.next-cli-build/server/chunks/4029.js +7 -0
  739. package/app/.next-cli-build/server/chunks/403.js +1 -0
  740. package/app/.next-cli-build/server/chunks/4105.js +2 -2
  741. package/app/.next-cli-build/server/chunks/4327.js +1 -1
  742. package/app/.next-cli-build/server/chunks/4418.js +4 -4
  743. package/app/.next-cli-build/server/chunks/4486.js +1 -1
  744. package/app/.next-cli-build/server/chunks/4539.js +1 -1
  745. package/app/.next-cli-build/server/chunks/4544.js +1 -0
  746. package/app/.next-cli-build/server/chunks/4574.js +13 -13
  747. package/app/.next-cli-build/server/chunks/5006.js +2 -2
  748. package/app/.next-cli-build/server/chunks/5204.js +4 -4
  749. package/app/.next-cli-build/server/chunks/5290.js +1 -0
  750. package/app/.next-cli-build/server/chunks/5472.js +11 -0
  751. package/app/.next-cli-build/server/chunks/5577.js +1 -1
  752. package/app/.next-cli-build/server/chunks/5598.js +1 -1
  753. package/app/.next-cli-build/server/chunks/5867.js +1 -0
  754. package/app/.next-cli-build/server/chunks/6085.js +1 -1
  755. package/app/.next-cli-build/server/chunks/6120.js +1 -0
  756. package/app/.next-cli-build/server/chunks/6159.js +1 -0
  757. package/app/.next-cli-build/server/chunks/6165.js +1 -1
  758. package/app/.next-cli-build/server/chunks/6333.js +1 -1
  759. package/app/.next-cli-build/server/chunks/6723.js +1 -1
  760. package/app/.next-cli-build/server/chunks/6955.js +1 -1
  761. package/app/.next-cli-build/server/chunks/6975.js +1 -1
  762. package/app/.next-cli-build/server/chunks/7006.js +1 -1
  763. package/app/.next-cli-build/server/chunks/715.js +1 -1
  764. package/app/.next-cli-build/server/chunks/7502.js +1 -0
  765. package/app/.next-cli-build/server/chunks/7916.js +1 -1
  766. package/app/.next-cli-build/server/chunks/7938.js +1 -1
  767. package/app/.next-cli-build/server/chunks/818.js +1 -1
  768. package/app/.next-cli-build/server/chunks/8524.js +1 -0
  769. package/app/.next-cli-build/server/chunks/8685.js +1 -1
  770. package/app/.next-cli-build/server/chunks/8691.js +1 -1
  771. package/app/.next-cli-build/server/chunks/8711.js +1 -1
  772. package/app/.next-cli-build/server/chunks/88.js +1 -0
  773. package/app/.next-cli-build/server/chunks/883.js +1 -0
  774. package/app/.next-cli-build/server/chunks/8941.js +1 -0
  775. package/app/.next-cli-build/server/chunks/9614.js +7 -0
  776. package/app/.next-cli-build/server/chunks/9633.js +10 -2
  777. package/app/.next-cli-build/server/chunks/9984.js +1 -1
  778. package/app/.next-cli-build/server/instrumentation.js +1 -1
  779. package/app/.next-cli-build/server/middleware-build-manifest.js +1 -1
  780. package/app/.next-cli-build/server/middleware-react-loadable-manifest.js +1 -1
  781. package/app/.next-cli-build/server/middleware.js +4 -4
  782. package/app/.next-cli-build/server/next-font-manifest.js +1 -1
  783. package/app/.next-cli-build/server/next-font-manifest.json +1 -1
  784. package/app/.next-cli-build/server/pages/404.html +1 -1
  785. package/app/.next-cli-build/server/pages/500.html +1 -1
  786. package/app/.next-cli-build/server/server-reference-manifest.js +1 -1
  787. package/app/.next-cli-build/server/server-reference-manifest.json +1 -1
  788. package/app/.next-cli-build/static/chunks/1049.3def0dd7804a4e6e.js +7 -0
  789. package/app/.next-cli-build/static/chunks/1409.b9b9883529318ba4.js +1 -0
  790. package/app/.next-cli-build/static/chunks/1567.a91d2debb1187f20.js +1 -0
  791. package/app/.next-cli-build/static/chunks/2884.39a847a6de39184f.js +1 -0
  792. package/app/.next-cli-build/static/chunks/3124.46a9db1d92ccc4c2.js +1 -0
  793. package/app/.next-cli-build/static/chunks/3245.d0758b9d4b1b5e8c.js +1 -0
  794. package/app/.next-cli-build/static/chunks/3257.24031050423940b5.js +1 -0
  795. package/app/.next-cli-build/static/chunks/3386.1d120faabbf9d807.js +1 -0
  796. package/app/.next-cli-build/static/chunks/3657.648ef7012a4a028b.js +1 -0
  797. package/app/.next-cli-build/static/chunks/{3700-5fd5ab79e1a2d076.js → 3700-507d735bbeafc1f1.js} +3 -3
  798. package/app/.next-cli-build/static/chunks/406.11a045def1d3b77b.js +1 -0
  799. package/app/.next-cli-build/static/chunks/4385-7bad7f9144a8bd2d.js +1 -0
  800. package/app/.next-cli-build/static/chunks/497-e70e37c356d2ad24.js +1 -0
  801. package/app/.next-cli-build/static/chunks/5316-fff7784e40086b07.js +31 -0
  802. package/app/.next-cli-build/static/chunks/5560.1044547418430d16.js +1 -0
  803. package/app/.next-cli-build/static/chunks/5737-b48f5e3f71caff94.js +1 -0
  804. package/app/.next-cli-build/static/chunks/{1884-b4477b727e9f760d.js → 6000-87aaca633cd687c1.js} +1 -1
  805. package/app/.next-cli-build/static/chunks/6474.3878f14b16c23d75.js +1 -0
  806. package/app/.next-cli-build/static/chunks/6909.bd99d4bad9fa33f9.js +1 -0
  807. package/app/.next-cli-build/static/chunks/7236-5d192cf1373fb7b7.js +1 -0
  808. package/app/.next-cli-build/static/chunks/9078.7b8723a1eed306a9.js +7 -0
  809. package/app/.next-cli-build/static/chunks/9131-3c6e59ad900d9f87.js +3 -0
  810. package/app/.next-cli-build/static/chunks/9146.71dafc04b1c0ad03.js +1 -0
  811. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/basic-chat/page-25f7aa2d037ababf.js +1 -0
  812. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-940078f88ad45eab.js +1 -0
  813. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-d76282f0fd492509.js +1 -0
  814. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/page-1e2f7ebf38beef11.js +1 -0
  815. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/console-log/page-cb3b772ef6881374.js +1 -0
  816. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/endpoint/page-58a182f8d9939f66.js +1 -0
  817. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-33b2a2889f8a6c95.js +59 -0
  818. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-bbef1a0c34a9ee9e.js +1 -0
  819. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/combo/[id]/page-a10e1f3c70f5ab7f.js +4 -0
  820. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-6aa26f4fba64b6d2.js +1 -0
  821. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/mitm/page-1d917685f3312fc6.js +1 -0
  822. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/page-b101a596fe25ee31.js +1 -0
  823. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/profile/page-7dae224f46195dd1.js +1 -0
  824. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-8af6425bd1f2dff0.js +10 -0
  825. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/new/page-dfc0a71f960d84d9.js +1 -0
  826. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/page-bb2e059c3f3dc49d.js +1 -0
  827. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-ba7f8f70c115bd1b.js +4 -0
  828. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-24d2ff6ef38b5076.js +1 -0
  829. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/skills/page-b45041d3d952bc5f.js +1 -0
  830. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/token-saver/page-ab94afac28af93d9.js +1 -0
  831. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/translator/page-d97075035c70eff5.js +1 -0
  832. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/page-f1d9bf293afc3684.js +1 -0
  833. package/app/.next-cli-build/static/chunks/app/(dashboard)/{error-e13acf917212088c.js → error-86fe20e969c25afa.js} +1 -1
  834. package/app/.next-cli-build/static/chunks/app/(dashboard)/layout-0e565003b0b585f1.js +1 -0
  835. package/app/.next-cli-build/static/chunks/app/_not-found/{page-895b0be60b8b4398.js → page-be7cfd009d9fbd4f.js} +1 -1
  836. package/app/.next-cli-build/static/chunks/app/callback/page-39e20bde55beaa9f.js +1 -0
  837. package/app/.next-cli-build/static/chunks/app/dashboard/settings/pricing/page-dacae19b0574d92a.js +1 -0
  838. package/app/.next-cli-build/static/chunks/app/error-0c909c404411db68.js +1 -0
  839. package/app/.next-cli-build/static/chunks/app/{global-error-f79b3222f66a4d7d.js → global-error-003ccabaecca03c8.js} +1 -1
  840. package/app/.next-cli-build/static/chunks/app/landing/page-29ecb0d5c302e58c.js +1 -0
  841. package/app/.next-cli-build/static/chunks/app/layout-b163b1ebf7b2b559.js +1 -0
  842. package/app/.next-cli-build/static/chunks/app/login/page-b3a411e5e3d409d6.js +1 -0
  843. package/app/.next-cli-build/static/chunks/app/masuk/page-7b5993b71be815c4.js +1 -0
  844. package/app/.next-cli-build/static/chunks/main-app-e420732cbed7b559.js +1 -0
  845. package/app/.next-cli-build/static/chunks/webpack-709c19c4ca395e42.js +1 -0
  846. package/app/.next-cli-build/static/css/1fc10f069b479895.css +1 -0
  847. package/app/.next-cli-build/static/css/e8723a4485b3f4ec.css +1 -0
  848. package/app/.next-cli-build/static/hfSdoGhzBHU-MAopyKXHv/_buildManifest.js +1 -0
  849. package/app/node_modules/.pnpm/better-sqlite3@12.10.0/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
  850. package/app/package.json +7 -4
  851. package/app/server.js +1 -1
  852. package/package.json +2 -1
  853. package/src/cli/terminalUI.js +2 -2
  854. package/src/cli/tray/autostart.js +3 -3
  855. package/src/cli/tray/tray.js +4 -4
  856. package/app/.next-cli-build/server/chunks/1377.js +0 -11
  857. package/app/.next-cli-build/server/chunks/1798.js +0 -1
  858. package/app/.next-cli-build/server/chunks/185.js +0 -1
  859. package/app/.next-cli-build/server/chunks/3080.js +0 -1
  860. package/app/.next-cli-build/server/chunks/3411.js +0 -1
  861. package/app/.next-cli-build/server/chunks/381.js +0 -1
  862. package/app/.next-cli-build/server/chunks/390.js +0 -23
  863. package/app/.next-cli-build/server/chunks/4309.js +0 -1
  864. package/app/.next-cli-build/server/chunks/6131.js +0 -7
  865. package/app/.next-cli-build/server/chunks/7653.js +0 -1
  866. package/app/.next-cli-build/server/chunks/7940.js +0 -3
  867. package/app/.next-cli-build/static/VKvJAyxOs8Z4i-NlGV_fQ/_buildManifest.js +0 -1
  868. package/app/.next-cli-build/static/chunks/2585-8fd88706090c24f0.js +0 -7
  869. package/app/.next-cli-build/static/chunks/3347-d538c26a837eb5d9.js +0 -3
  870. package/app/.next-cli-build/static/chunks/3357-6bb78467d17f996d.js +0 -1
  871. package/app/.next-cli-build/static/chunks/4385-5ccf368da02ccc55.js +0 -1
  872. package/app/.next-cli-build/static/chunks/5316-cfaf927336e65a00.js +0 -31
  873. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/basic-chat/page-e35edec4bd8b35f6.js +0 -1
  874. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-cc3a7f812ec6e2f6.js +0 -1
  875. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-00c86c08353d723d.js +0 -1
  876. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/page-570a07ca0addffec.js +0 -1
  877. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/console-log/page-a769b01825700eb9.js +0 -1
  878. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/endpoint/page-6b0647c8bf2d45ef.js +0 -1
  879. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-14290d80e6f28738.js +0 -59
  880. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-8249da575c86c499.js +0 -1
  881. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/combo/[id]/page-178ec7f3df9fd35c.js +0 -4
  882. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-19ea4b1b2cebd3b1.js +0 -1
  883. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/mitm/page-023f092008a4abff.js +0 -1
  884. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/page-9cb50b7d1d7ce028.js +0 -1
  885. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/profile/page-ffe66fe35a77042a.js +0 -1
  886. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-5a1fb070ecbcfc1a.js +0 -10
  887. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/new/page-5fbcf78a8c259144.js +0 -1
  888. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/page-1f4063d23a30b305.js +0 -1
  889. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-c61feb1af4dd493e.js +0 -4
  890. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-563c8f44ac8e9c07.js +0 -1
  891. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/skills/page-025c524015bdc48d.js +0 -1
  892. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/translator/page-5dc6b360373ddeab.js +0 -1
  893. package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/page-19c98be58beb7d43.js +0 -1
  894. package/app/.next-cli-build/static/chunks/app/(dashboard)/layout-b84d19383ba09e68.js +0 -1
  895. package/app/.next-cli-build/static/chunks/app/callback/page-cf6d6ef09f75eb67.js +0 -1
  896. package/app/.next-cli-build/static/chunks/app/dashboard/settings/pricing/page-fc8c980648436523.js +0 -1
  897. package/app/.next-cli-build/static/chunks/app/error-b2bc6f017d2fe0ee.js +0 -1
  898. package/app/.next-cli-build/static/chunks/app/landing/page-285751bf75da17bc.js +0 -1
  899. package/app/.next-cli-build/static/chunks/app/layout-367acca0c0885646.js +0 -1
  900. package/app/.next-cli-build/static/chunks/app/login/page-501598f28ab7c5ba.js +0 -1
  901. package/app/.next-cli-build/static/chunks/app/masuk/page-9369035bb093aaed.js +0 -1
  902. package/app/.next-cli-build/static/chunks/main-app-85701dd8943d6a76.js +0 -1
  903. package/app/.next-cli-build/static/chunks/webpack-037b3c82a7f1309c.js +0 -1
  904. package/app/.next-cli-build/static/css/17ad4163408b1fa3.css +0 -1
  905. package/app/.next-cli-build/static/css/8f9ac5a7bd3a79e5.css +0 -1
  906. package/app/.next-cli-build/static/media/material-symbols-outlined.ec1fa111.woff2 +0 -0
  907. /package/app/.next-cli-build/static/{VKvJAyxOs8Z4i-NlGV_fQ → hfSdoGhzBHU-MAopyKXHv}/_ssgManifest.js +0 -0
package/README.md CHANGED
@@ -1,22 +1,22 @@
1
- # 9Router - FREE AI Router & Token Saver
1
+ # VansRouter - FREE AI Router & Token Saver
2
2
 
3
3
  **Never stop coding. Save 20-40% tokens with RTK + auto-fallback to FREE & cheap AI models.**
4
4
 
5
5
  **Connect All AI Code Tools (Claude Code, Cursor, Antigravity, Copilot, Codex, Gemini, OpenCode, Cline, OpenClaw...) to 40+ AI Providers & 100+ Models.**
6
6
 
7
- [![npm](https://img.shields.io/npm/v/9router.svg)](https://www.npmjs.com/package/9router)
8
- [![Downloads](https://img.shields.io/npm/dm/9router.svg)](https://www.npmjs.com/package/9router)
9
- [![Docker Pulls](https://img.shields.io/docker/pulls/decolua/9router.svg?logo=docker&label=Docker%20pulls)](https://hub.docker.com/r/decolua/9router)
10
- [![GHCR](https://img.shields.io/badge/GHCR-decolua%2F9router-blue?logo=github)](https://github.com/decolua/9router/pkgs/container/9router)
11
- [![License](https://img.shields.io/npm/l/9router.svg)](https://github.com/decolua/9router/blob/main/LICENSE)
7
+ [![npm](https://img.shields.io/npm/v/vansrouter.svg)](https://www.npmjs.com/package/vansrouter)
8
+ [![Downloads](https://img.shields.io/npm/dm/vansrouter.svg)](https://www.npmjs.com/package/vansrouter)
9
+ [![Docker Pulls](https://img.shields.io/docker/pulls/vanszs/vansrouter.svg?logo=docker&label=Docker%20pulls)](https://hub.docker.com/r/vanszs/vansrouter)
10
+ [![GHCR](https://img.shields.io/badge/GHCR-Vanszs%2FVansRouter-blue?logo=github)](https://github.com/Vanszs/VansRouter/pkgs/container/VansRouter)
11
+ [![License](https://img.shields.io/npm/l/vansrouter.svg)](https://github.com/Vanszs/VansRouter/blob/main/LICENSE)
12
12
 
13
13
  <a href="https://trendshift.io/repositories/22628" target="_blank"><img src="https://trendshift.io/api/badge/repositories/22628" alt="decolua%2F9router | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>
14
14
 
15
- [🌐 Website](https://9router.com) • [📖 Full Docs](https://github.com/decolua/9router)
15
+ [🌐 Website](https://vansrouter.com) • [📖 Full Docs](https://github.com/Vanszs/VansRouter)
16
16
 
17
17
  ---
18
18
 
19
- ## 🤔 Why 9Router?
19
+ ## 🤔 Why VansRouter?
20
20
 
21
21
  **Stop wasting money, tokens and hitting limits:**
22
22
 
@@ -25,7 +25,7 @@
25
25
  - ❌ Tool outputs (git diff, grep, ls...) burn tokens fast
26
26
  - ❌ Expensive APIs ($20-50/month per provider)
27
27
 
28
- **9Router solves this:**
28
+ **VansRouter solves this:**
29
29
 
30
30
  - ✅ **RTK Token Saver** - Auto-compress tool_result, save 20-40% tokens
31
31
  - ✅ **Maximize subscriptions** - Track quota, use every bit before reset
@@ -40,22 +40,22 @@
40
40
  **Option 1 — npm (recommended for desktop):**
41
41
 
42
42
  ```bash
43
- npm install -g 9router
44
- 9router
43
+ npm install -g vansrouter
44
+ vansrouter
45
45
 
46
46
  # Or run directly with npx
47
- npx 9router
47
+ npx vansrouter
48
48
  ```
49
49
 
50
50
  **Option 2 — Docker (server/VPS):**
51
51
 
52
52
  ```bash
53
- docker run -d --name 9router -p 20128:20128 \
53
+ docker run -d --name vansrouter -p 20128:20128 \
54
54
  -v "$HOME/.9router:/app/data" -e DATA_DIR=/app/data \
55
- decolua/9router:latest
55
+ ghcr.io/vanszs/vansrouter:latest
56
56
  ```
57
57
 
58
- Published images: [Docker Hub](https://hub.docker.com/r/decolua/9router) • [GHCR](https://github.com/decolua/9router/pkgs/container/9router) (multi-platform amd64/arm64).
58
+ Published images: [Docker Hub](https://hub.docker.com/r/vanszs/vansrouter) • [GHCR](https://github.com/Vanszs/VansRouter/pkgs/container/VansRouter) (multi-platform amd64/arm64).
59
59
 
60
60
  🎉 Dashboard opens at `http://localhost:20128`
61
61
 
@@ -79,11 +79,11 @@ That's it! Start coding with FREE AI models.
79
79
  ## 🚀 CLI Options
80
80
 
81
81
  ```bash
82
- 9router # Start with default settings
83
- 9router --port 8080 # Custom port
84
- 9router --no-browser # Don't open browser
85
- 9router --skip-update # Skip auto-update check
86
- 9router --help # Show all options
82
+ vansrouter # Start with default settings
83
+ vansrouter --port 8080 # Custom port
84
+ vansrouter --no-browser # Don't open browser
85
+ vansrouter --skip-update # Skip auto-update check
86
+ vansrouter --help # Show all options
87
87
  ```
88
88
 
89
89
  **Dashboard**: `http://localhost:20128/dashboard`
@@ -110,9 +110,9 @@ Any tool supporting OpenAI/Claude-compatible API works.
110
110
 
111
111
  Full docs, advanced setup, video tutorials & development guide:
112
112
 
113
- - **GitHub**: https://github.com/decolua/9router
114
- - **Full README**: https://github.com/decolua/9router/blob/main/app/README.md
115
- - **Website**: https://9router.com
113
+ - **GitHub**: https://github.com/Vanszs/VansRouter
114
+ - **Full README**: https://github.com/Vanszs/VansRouter/blob/main/README.md
115
+ - **Website**: https://vansrouter.com
116
116
 
117
117
  ---
118
118
 
@@ -1 +1 @@
1
- VKvJAyxOs8Z4i-NlGV_fQ
1
+ hfSdoGhzBHU-MAopyKXHv
@@ -50,8 +50,6 @@
50
50
  "/api/oauth/kiro/social-authorize/route": "/api/oauth/kiro/social-authorize",
51
51
  "/api/oauth/kiro/social-exchange/route": "/api/oauth/kiro/social-exchange",
52
52
  "/api/pricing/route": "/api/pricing",
53
- "/api/provider-nodes/[id]/route": "/api/provider-nodes/[id]",
54
- "/api/provider-nodes/validate/route": "/api/provider-nodes/validate",
55
53
  "/api/providers/[id]/models/route": "/api/providers/[id]/models",
56
54
  "/api/providers/[id]/test-models/route": "/api/providers/[id]/test-models",
57
55
  "/api/providers/[id]/test/route": "/api/providers/[id]/test",
@@ -97,8 +95,6 @@
97
95
  "/api/v1/search/route": "/api/v1/search",
98
96
  "/api/v1/web/fetch/route": "/api/v1/web/fetch",
99
97
  "/api/v1beta/models/route": "/api/v1beta/models",
100
- "/api/version/route": "/api/version",
101
- "/api/version/shutdown/route": "/api/version/shutdown",
102
98
  "/api/version/update/route": "/api/version/update",
103
99
  "/favicon.ico/route": "/favicon.ico",
104
100
  "/manifest.webmanifest/route": "/manifest.webmanifest",
@@ -106,35 +102,39 @@
106
102
  "/api/headroom/start/route": "/api/headroom/start",
107
103
  "/api/headroom/status/route": "/api/headroom/status",
108
104
  "/api/headroom/stop/route": "/api/headroom/stop",
109
- "/api/mcp/[plugin]/message/route": "/api/mcp/[plugin]/message",
110
105
  "/api/keys/route": "/api/keys",
106
+ "/api/mcp/[plugin]/message/route": "/api/mcp/[plugin]/message",
111
107
  "/api/mcp/[plugin]/sse/route": "/api/mcp/[plugin]/sse",
112
108
  "/api/models/alias/route": "/api/models/alias",
113
109
  "/api/models/custom/route": "/api/models/custom",
114
110
  "/api/models/disabled/route": "/api/models/disabled",
115
- "/api/oauth/kiro/import-cli-proxy/route": "/api/oauth/kiro/import-cli-proxy",
111
+ "/api/oauth/[provider]/[action]/route": "/api/oauth/[provider]/[action]",
116
112
  "/api/oauth/kiro/auto-import/route": "/api/oauth/kiro/auto-import",
113
+ "/api/oauth/kiro/import-cli-proxy/route": "/api/oauth/kiro/import-cli-proxy",
117
114
  "/api/provider-nodes/route": "/api/provider-nodes",
118
- "/api/oauth/[provider]/[action]/route": "/api/oauth/[provider]/[action]",
119
- "/api/providers/client/route": "/api/providers/client",
115
+ "/api/provider-nodes/[id]/route": "/api/provider-nodes/[id]",
120
116
  "/api/providers/[id]/route": "/api/providers/[id]",
117
+ "/api/provider-nodes/validate/route": "/api/provider-nodes/validate",
121
118
  "/api/providers/suggested-models/route": "/api/providers/suggested-models",
119
+ "/api/providers/client/route": "/api/providers/client",
122
120
  "/api/providers/route": "/api/providers",
123
- "/api/proxy-pools/[id]/test/route": "/api/proxy-pools/[id]/test",
124
121
  "/api/proxy-pools/[id]/route": "/api/proxy-pools/[id]",
122
+ "/api/proxy-pools/[id]/test/route": "/api/proxy-pools/[id]/test",
125
123
  "/api/proxy-pools/cloudflare-deploy/route": "/api/proxy-pools/cloudflare-deploy",
126
124
  "/api/proxy-pools/route": "/api/proxy-pools",
127
125
  "/api/proxy-pools/deno-deploy/route": "/api/proxy-pools/deno-deploy",
128
- "/api/proxy-pools/vercel-deploy/route": "/api/proxy-pools/vercel-deploy",
129
126
  "/api/settings/proxy-test/route": "/api/settings/proxy-test",
130
127
  "/api/settings/database/route": "/api/settings/database",
128
+ "/api/proxy-pools/vercel-deploy/route": "/api/proxy-pools/vercel-deploy",
131
129
  "/api/settings/route": "/api/settings",
132
130
  "/api/translator/console-logs/stream/route": "/api/translator/console-logs/stream",
133
131
  "/api/usage/[connectionId]/codex-reset-credits/route": "/api/usage/[connectionId]/codex-reset-credits",
134
- "/api/usage/[connectionId]/route": "/api/usage/[connectionId]",
135
132
  "/api/usage/stats/route": "/api/usage/stats",
133
+ "/api/usage/[connectionId]/route": "/api/usage/[connectionId]",
136
134
  "/api/usage/stream/route": "/api/usage/stream",
137
135
  "/api/v1/audio/transcriptions/route": "/api/v1/audio/transcriptions",
136
+ "/api/version/shutdown/route": "/api/version/shutdown",
137
+ "/api/version/route": "/api/version",
138
138
  "/api/v1beta/models/[...path]/route": "/api/v1beta/models/[...path]",
139
139
  "/callback/page": "/callback",
140
140
  "/dashboard/settings/pricing/page": "/dashboard/settings/pricing",
@@ -155,11 +155,12 @@
155
155
  "/(dashboard)/dashboard/providers/new/page": "/dashboard/providers/new",
156
156
  "/(dashboard)/dashboard/quota/page": "/dashboard/quota",
157
157
  "/(dashboard)/dashboard/skills/page": "/dashboard/skills",
158
+ "/(dashboard)/dashboard/token-saver/page": "/dashboard/token-saver",
158
159
  "/(dashboard)/dashboard/translator/page": "/dashboard/translator",
159
160
  "/(dashboard)/dashboard/usage/page": "/dashboard/usage",
160
161
  "/(dashboard)/dashboard/console-log/page": "/dashboard/console-log",
161
- "/(dashboard)/dashboard/profile/page": "/dashboard/profile",
162
162
  "/(dashboard)/dashboard/providers/page": "/dashboard/providers",
163
- "/(dashboard)/dashboard/proxy-pools/page": "/dashboard/proxy-pools",
164
- "/(dashboard)/dashboard/providers/[id]/page": "/dashboard/providers/[id]"
163
+ "/(dashboard)/dashboard/providers/[id]/page": "/dashboard/providers/[id]",
164
+ "/(dashboard)/dashboard/profile/page": "/dashboard/profile",
165
+ "/(dashboard)/dashboard/proxy-pools/page": "/dashboard/proxy-pools"
165
166
  }
@@ -4,14 +4,14 @@
4
4
  ],
5
5
  "devFiles": [],
6
6
  "lowPriorityFiles": [
7
- "static/VKvJAyxOs8Z4i-NlGV_fQ/_buildManifest.js",
8
- "static/VKvJAyxOs8Z4i-NlGV_fQ/_ssgManifest.js"
7
+ "static/hfSdoGhzBHU-MAopyKXHv/_buildManifest.js",
8
+ "static/hfSdoGhzBHU-MAopyKXHv/_ssgManifest.js"
9
9
  ],
10
10
  "rootMainFiles": [
11
- "static/chunks/webpack-037b3c82a7f1309c.js",
11
+ "static/chunks/webpack-709c19c4ca395e42.js",
12
12
  "static/chunks/afa2f26f-67d9f783efa63091.js",
13
13
  "static/chunks/3204-8c8fe4f51eb3c425.js",
14
- "static/chunks/main-app-85701dd8943d6a76.js"
14
+ "static/chunks/main-app-e420732cbed7b559.js"
15
15
  ],
16
16
  "rootMainFilesTree": {},
17
17
  "pages": {
@@ -410,6 +410,30 @@
410
410
  "x-next-revalidate-tag-token"
411
411
  ]
412
412
  },
413
+ "/dashboard/token-saver": {
414
+ "experimentalBypassFor": [
415
+ {
416
+ "type": "header",
417
+ "key": "next-action"
418
+ },
419
+ {
420
+ "type": "header",
421
+ "key": "content-type",
422
+ "value": "multipart/form-data;.*"
423
+ }
424
+ ],
425
+ "initialRevalidateSeconds": false,
426
+ "srcRoute": "/dashboard/token-saver",
427
+ "dataRoute": "/dashboard/token-saver.rsc",
428
+ "allowHeader": [
429
+ "host",
430
+ "x-matched-path",
431
+ "x-prerender-revalidate",
432
+ "x-prerender-revalidate-if-generated",
433
+ "x-next-revalidated-tags",
434
+ "x-next-revalidate-tag-token"
435
+ ]
436
+ },
413
437
  "/dashboard/translator": {
414
438
  "experimentalBypassFor": [
415
439
  {
@@ -568,8 +592,8 @@
568
592
  "dynamicRoutes": {},
569
593
  "notFoundRoutes": [],
570
594
  "preview": {
571
- "previewModeId": "75ba556637b58b37d6a47446ce7b6099",
572
- "previewModeSigningKey": "5d6a21efefc547eb7d6134cb00cfe74394a03e8839ed17945d8b84b3c52e9081",
573
- "previewModeEncryptionKey": "1285e380d1df6bd96606b7e4147bb4c0e9dc0f377013811209290e65d9d40060"
595
+ "previewModeId": "c2ffe8b1a75f3724efaa3d05216b2a9c",
596
+ "previewModeSigningKey": "178d8bcd10e10fd60f719fefd10dd3ee6e0f9d0c4b533a1a3985dca74bdbbedb",
597
+ "previewModeEncryptionKey": "1a3de265985cbfa7e78ff1ebae77763b87da07a193ff808a3666f4e001d0b8b3"
574
598
  }
575
599
  }
@@ -10,5 +10,104 @@
10
10
  "files": [
11
11
  "static/chunks/5709.b74981916470568d.js"
12
12
  ]
13
+ },
14
+ "shared/components/index.js -> ./AddCustomEmbeddingModal": {
15
+ "id": 406,
16
+ "files": [
17
+ "static/chunks/406.11a045def1d3b77b.js"
18
+ ]
19
+ },
20
+ "shared/components/index.js -> ./ChangelogModal": {
21
+ "id": 6127,
22
+ "files": []
23
+ },
24
+ "shared/components/index.js -> ./ComboFormModal": {
25
+ "id": 1049,
26
+ "files": [
27
+ "static/chunks/7236-5d192cf1373fb7b7.js",
28
+ "static/chunks/5737-b48f5e3f71caff94.js",
29
+ "static/chunks/1049.3def0dd7804a4e6e.js"
30
+ ]
31
+ },
32
+ "shared/components/index.js -> ./CursorAuthModal": {
33
+ "id": 9290,
34
+ "files": [
35
+ "static/chunks/6909.bd99d4bad9fa33f9.js"
36
+ ]
37
+ },
38
+ "shared/components/index.js -> ./EditConnectionModal": {
39
+ "id": 3657,
40
+ "files": [
41
+ "static/chunks/3657.648ef7012a4a028b.js"
42
+ ]
43
+ },
44
+ "shared/components/index.js -> ./GitLabAuthModal": {
45
+ "id": 3386,
46
+ "files": [
47
+ "static/chunks/3386.1d120faabbf9d807.js"
48
+ ]
49
+ },
50
+ "shared/components/index.js -> ./IFlowCookieModal": {
51
+ "id": 9146,
52
+ "files": [
53
+ "static/chunks/9146.71dafc04b1c0ad03.js"
54
+ ]
55
+ },
56
+ "shared/components/index.js -> ./KiroAuthModal": {
57
+ "id": 6474,
58
+ "files": [
59
+ "static/chunks/6474.3878f14b16c23d75.js"
60
+ ]
61
+ },
62
+ "shared/components/index.js -> ./KiroOAuthWrapper": {
63
+ "id": 3257,
64
+ "files": [
65
+ "static/chunks/6474.3878f14b16c23d75.js",
66
+ "static/chunks/3257.24031050423940b5.js"
67
+ ]
68
+ },
69
+ "shared/components/index.js -> ./KiroSocialOAuthModal": {
70
+ "id": 5560,
71
+ "files": [
72
+ "static/chunks/5560.1044547418430d16.js"
73
+ ]
74
+ },
75
+ "shared/components/index.js -> ./ManualConfigModal": {
76
+ "id": 1409,
77
+ "files": [
78
+ "static/chunks/1409.b9b9883529318ba4.js"
79
+ ]
80
+ },
81
+ "shared/components/index.js -> ./McpMarketplaceModal": {
82
+ "id": 3124,
83
+ "files": [
84
+ "static/chunks/3124.46a9db1d92ccc4c2.js"
85
+ ]
86
+ },
87
+ "shared/components/index.js -> ./ModelSelectModal": {
88
+ "id": 9078,
89
+ "files": [
90
+ "static/chunks/7236-5d192cf1373fb7b7.js",
91
+ "static/chunks/5737-b48f5e3f71caff94.js",
92
+ "static/chunks/9078.7b8723a1eed306a9.js"
93
+ ]
94
+ },
95
+ "shared/components/index.js -> ./NoAuthProxyCard": {
96
+ "id": 3245,
97
+ "files": [
98
+ "static/chunks/3245.d0758b9d4b1b5e8c.js"
99
+ ]
100
+ },
101
+ "shared/components/index.js -> ./OAuthModal": {
102
+ "id": 2884,
103
+ "files": [
104
+ "static/chunks/2884.39a847a6de39184f.js"
105
+ ]
106
+ },
107
+ "shared/components/index.js -> ./ProviderInfoCard": {
108
+ "id": 1567,
109
+ "files": [
110
+ "static/chunks/1567.a91d2debb1187f20.js"
111
+ ]
13
112
  }
14
113
  }
@@ -104,7 +104,7 @@
104
104
  "transform": "lodash/{{member}}"
105
105
  }
106
106
  },
107
- "outputFileTracingRoot": "/media/DiskE",
107
+ "outputFileTracingRoot": "/home/runner/work/VansRouter",
108
108
  "cacheComponents": false,
109
109
  "cacheLife": {
110
110
  "default": {
@@ -166,7 +166,7 @@
166
166
  "proxyPrefetch": "flexible",
167
167
  "optimisticClientCache": true,
168
168
  "manualClientBasePath": false,
169
- "cpus": 11,
169
+ "cpus": 3,
170
170
  "memoryBasedWorkersCount": false,
171
171
  "imgOptConcurrency": null,
172
172
  "imgOptTimeoutInSeconds": 7,
@@ -310,7 +310,7 @@
310
310
  "bun:sqlite"
311
311
  ],
312
312
  "turbopack": {
313
- "root": "/media/DiskE"
313
+ "root": "/home/runner/work/VansRouter"
314
314
  },
315
315
  "outputFileTracingExcludes": {
316
316
  "*": [
@@ -341,6 +341,14 @@
341
341
  "source": "/responses",
342
342
  "destination": "/api/v1/responses"
343
343
  },
344
+ {
345
+ "source": "/v1beta/:path*",
346
+ "destination": "/api/v1beta/:path*"
347
+ },
348
+ {
349
+ "source": "/v1beta",
350
+ "destination": "/api/v1beta"
351
+ },
344
352
  {
345
353
  "source": "/v1/:path*",
346
354
  "destination": "/api/v1/:path*"
@@ -353,8 +361,8 @@
353
361
  "fallback": []
354
362
  }
355
363
  },
356
- "appDir": "/media/DiskE/9router-fresh",
357
- "relativeAppDir": "9router-fresh",
364
+ "appDir": "/home/runner/work/VansRouter/VansRouter",
365
+ "relativeAppDir": "VansRouter",
358
366
  "files": [
359
367
  ".next-cli-build/package.json",
360
368
  ".next-cli-build/routes-manifest.json",
@@ -39,6 +39,16 @@
39
39
  "destination": "/api/v1/responses",
40
40
  "regex": "^/responses(?:/)?$"
41
41
  },
42
+ {
43
+ "source": "/v1beta/:path*",
44
+ "destination": "/api/v1beta/:path*",
45
+ "regex": "^/v1beta(?:/((?:[^/]+?)(?:/(?:[^/]+?))*))?(?:/)?$"
46
+ },
47
+ {
48
+ "source": "/v1beta",
49
+ "destination": "/api/v1beta",
50
+ "regex": "^/v1beta(?:/)?$"
51
+ },
42
52
  {
43
53
  "source": "/v1/:path*",
44
54
  "destination": "/api/v1/:path*",
@@ -1037,6 +1047,12 @@
1037
1047
  "routeKeys": {},
1038
1048
  "namedRegex": "^/dashboard/skills(?:/)?$"
1039
1049
  },
1050
+ {
1051
+ "page": "/dashboard/token-saver",
1052
+ "regex": "^/dashboard/token\\-saver(?:/)?$",
1053
+ "routeKeys": {},
1054
+ "namedRegex": "^/dashboard/token\\-saver(?:/)?$"
1055
+ },
1040
1056
  {
1041
1057
  "page": "/dashboard/translator",
1042
1058
  "regex": "^/dashboard/translator(?:/)?$",