zevairouter 1.0.41 → 1.0.43

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 (505) hide show
  1. package/CHANGELOG.md +17 -7
  2. package/README.md +1 -1
  3. package/cli/LICENSE +1 -1
  4. package/cli/README.md +28 -28
  5. package/cli/app/.next-cli-build/BUILD_ID +1 -1
  6. package/cli/app/.next-cli-build/app-path-routes-manifest.json +1 -1
  7. package/cli/app/.next-cli-build/build-manifest.json +2 -2
  8. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/automation/page_client-reference-manifest.js +1 -1
  9. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
  10. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +3 -3
  11. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
  12. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js +1 -1
  13. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  14. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  15. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
  16. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/context/page_client-reference-manifest.js +1 -1
  17. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  18. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
  19. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
  20. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
  21. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
  22. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
  23. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  24. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  25. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  26. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  27. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  28. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
  29. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/pxpipe/page_client-reference-manifest.js +1 -1
  30. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js +1 -1
  31. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
  32. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page_client-reference-manifest.js +1 -1
  33. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  34. package/cli/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  35. package/cli/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -1
  36. package/cli/app/.next-cli-build/server/app/_global-error.html +1 -1
  37. package/cli/app/.next-cli-build/server/app/_global-error.rsc +1 -1
  38. package/cli/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +1 -1
  39. package/cli/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  40. package/cli/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  41. package/cli/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +1 -1
  42. package/cli/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +1 -1
  43. package/cli/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  44. package/cli/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -1
  45. package/cli/app/.next-cli-build/server/app/_not-found.html +1 -1
  46. package/cli/app/.next-cli-build/server/app/_not-found.rsc +3 -3
  47. package/cli/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +3 -3
  48. package/cli/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +1 -1
  49. package/cli/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +3 -3
  50. package/cli/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  51. package/cli/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  52. package/cli/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  53. package/cli/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +5 -5
  54. package/cli/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
  55. package/cli/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js +1 -1
  56. package/cli/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js +1 -1
  57. package/cli/app/.next-cli-build/server/app/api/cli-tools/codex-gateway/accounts/route.js +1 -1
  58. package/cli/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js +1 -1
  59. package/cli/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js +1 -1
  60. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js +1 -1
  61. package/cli/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js +1 -1
  62. package/cli/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +2 -2
  63. package/cli/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js +1 -1
  64. package/cli/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +2 -2
  65. package/cli/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +2 -2
  66. package/cli/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js +1 -1
  67. package/cli/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +1 -1
  68. package/cli/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js +1 -1
  69. package/cli/app/.next-cli-build/server/app/api/headroom/restart/route.js +1 -1
  70. package/cli/app/.next-cli-build/server/app/api/headroom/start/route.js +1 -1
  71. package/cli/app/.next-cli-build/server/app/api/keys/route.js +1 -1
  72. package/cli/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js +2 -2
  73. package/cli/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js +2 -2
  74. package/cli/app/.next-cli-build/server/app/api/models/route.js +1 -1
  75. package/cli/app/.next-cli-build/server/app/api/models/test/route.js +1 -1
  76. package/cli/app/.next-cli-build/server/app/api/oauth/antigravity/bulk-import/[jobId]/cancel/route.js +1 -1
  77. package/cli/app/.next-cli-build/server/app/api/oauth/antigravity/bulk-import/[jobId]/manual/[workerId]/route.js +1 -1
  78. package/cli/app/.next-cli-build/server/app/api/oauth/antigravity/bulk-import/[jobId]/route.js +1 -1
  79. package/cli/app/.next-cli-build/server/app/api/oauth/antigravity/bulk-import/latest/route.js +1 -1
  80. package/cli/app/.next-cli-build/server/app/api/oauth/antigravity/bulk-import/route.js +1 -1
  81. package/cli/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js +1 -1
  82. package/cli/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js +1 -1
  83. package/cli/app/.next-cli-build/server/app/api/providers/client/route.js +1 -1
  84. package/cli/app/.next-cli-build/server/app/api/providers/route.js +1 -1
  85. package/cli/app/.next-cli-build/server/app/api/providers/validate/route.js +1 -1
  86. package/cli/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js +1 -1
  87. package/cli/app/.next-cli-build/server/app/api/settings/proxy-test/route.js +1 -1
  88. package/cli/app/.next-cli-build/server/app/api/translator/console-logs/route.js +1 -1
  89. package/cli/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js +1 -1
  90. package/cli/app/.next-cli-build/server/app/api/v1/audio/speech/route.js +1 -1
  91. package/cli/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js +1 -1
  92. package/cli/app/.next-cli-build/server/app/api/v1/embeddings/route.js +1 -1
  93. package/cli/app/.next-cli-build/server/app/api/v1/images/generations/route.js +1 -1
  94. package/cli/app/.next-cli-build/server/app/api/version/route.js +1 -1
  95. package/cli/app/.next-cli-build/server/app/api/version/shutdown/route.js +1 -1
  96. package/cli/app/.next-cli-build/server/app/api/version/update/route.js +1 -1
  97. package/cli/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -1
  98. package/cli/app/.next-cli-build/server/app/callback.html +1 -1
  99. package/cli/app/.next-cli-build/server/app/callback.rsc +3 -3
  100. package/cli/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +3 -3
  101. package/cli/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +1 -1
  102. package/cli/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +3 -3
  103. package/cli/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +1 -1
  104. package/cli/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
  105. package/cli/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +1 -1
  106. package/cli/app/.next-cli-build/server/app/dashboard/automation.html +1 -1
  107. package/cli/app/.next-cli-build/server/app/dashboard/automation.rsc +5 -5
  108. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/!KGRhc2hib2FyZCk/dashboard/automation/__PAGE__.segment.rsc +2 -2
  109. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/!KGRhc2hib2FyZCk/dashboard/automation.segment.rsc +1 -1
  110. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  111. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  112. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/_full.segment.rsc +5 -5
  113. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/_head.segment.rsc +1 -1
  114. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/_index.segment.rsc +3 -3
  115. package/cli/app/.next-cli-build/server/app/dashboard/automation.segments/_tree.segment.rsc +1 -1
  116. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -1
  117. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +5 -5
  118. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
  119. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
  120. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  121. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  122. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +5 -5
  123. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
  124. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_index.segment.rsc +3 -3
  125. package/cli/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +1 -1
  126. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -1
  127. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +5 -5
  128. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
  129. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
  130. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  131. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  132. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +5 -5
  133. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
  134. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_index.segment.rsc +3 -3
  135. package/cli/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +1 -1
  136. package/cli/app/.next-cli-build/server/app/dashboard/combos.html +1 -1
  137. package/cli/app/.next-cli-build/server/app/dashboard/combos.rsc +5 -5
  138. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
  139. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
  140. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  141. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  142. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +5 -5
  143. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
  144. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/_index.segment.rsc +3 -3
  145. package/cli/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +1 -1
  146. package/cli/app/.next-cli-build/server/app/dashboard/context.html +1 -1
  147. package/cli/app/.next-cli-build/server/app/dashboard/context.rsc +5 -5
  148. package/cli/app/.next-cli-build/server/app/dashboard/context.segments/!KGRhc2hib2FyZCk/dashboard/context/__PAGE__.segment.rsc +2 -2
  149. package/cli/app/.next-cli-build/server/app/dashboard/context.segments/!KGRhc2hib2FyZCk/dashboard/context.segment.rsc +1 -1
  150. package/cli/app/.next-cli-build/server/app/dashboard/context.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  151. package/cli/app/.next-cli-build/server/app/dashboard/context.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  152. package/cli/app/.next-cli-build/server/app/dashboard/context.segments/_full.segment.rsc +5 -5
  153. package/cli/app/.next-cli-build/server/app/dashboard/context.segments/_head.segment.rsc +1 -1
  154. package/cli/app/.next-cli-build/server/app/dashboard/context.segments/_index.segment.rsc +3 -3
  155. package/cli/app/.next-cli-build/server/app/dashboard/context.segments/_tree.segment.rsc +1 -1
  156. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -1
  157. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.rsc +5 -5
  158. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
  159. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
  160. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  161. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  162. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +5 -5
  163. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
  164. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/_index.segment.rsc +3 -3
  165. package/cli/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +1 -1
  166. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.html +1 -1
  167. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.rsc +5 -5
  168. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
  169. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
  170. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
  171. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  172. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  173. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +5 -5
  174. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
  175. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +3 -3
  176. package/cli/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +1 -1
  177. package/cli/app/.next-cli-build/server/app/dashboard/mitm.html +1 -1
  178. package/cli/app/.next-cli-build/server/app/dashboard/mitm.rsc +5 -5
  179. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
  180. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
  181. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  182. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  183. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +5 -5
  184. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
  185. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/_index.segment.rsc +3 -3
  186. package/cli/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +1 -1
  187. package/cli/app/.next-cli-build/server/app/dashboard/profile.html +1 -1
  188. package/cli/app/.next-cli-build/server/app/dashboard/profile.rsc +5 -5
  189. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
  190. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
  191. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  192. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  193. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +5 -5
  194. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
  195. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/_index.segment.rsc +3 -3
  196. package/cli/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +1 -1
  197. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -1
  198. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.rsc +5 -5
  199. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
  200. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
  201. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  202. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  203. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  204. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +5 -5
  205. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
  206. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/_index.segment.rsc +3 -3
  207. package/cli/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +1 -1
  208. package/cli/app/.next-cli-build/server/app/dashboard/providers.html +1 -1
  209. package/cli/app/.next-cli-build/server/app/dashboard/providers.rsc +5 -5
  210. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
  211. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
  212. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  213. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  214. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +5 -5
  215. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
  216. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/_index.segment.rsc +3 -3
  217. package/cli/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +1 -1
  218. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -1
  219. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +5 -5
  220. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
  221. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
  222. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  223. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  224. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +5 -5
  225. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
  226. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +3 -3
  227. package/cli/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +1 -1
  228. package/cli/app/.next-cli-build/server/app/dashboard/pxpipe.html +1 -1
  229. package/cli/app/.next-cli-build/server/app/dashboard/pxpipe.rsc +5 -5
  230. package/cli/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk/dashboard/pxpipe/__PAGE__.segment.rsc +2 -2
  231. package/cli/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk/dashboard/pxpipe.segment.rsc +1 -1
  232. package/cli/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  233. package/cli/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  234. package/cli/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_full.segment.rsc +5 -5
  235. package/cli/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_head.segment.rsc +1 -1
  236. package/cli/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_index.segment.rsc +3 -3
  237. package/cli/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_tree.segment.rsc +1 -1
  238. package/cli/app/.next-cli-build/server/app/dashboard/quota.html +2 -2
  239. package/cli/app/.next-cli-build/server/app/dashboard/quota.rsc +6 -6
  240. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
  241. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
  242. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  243. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  244. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +6 -6
  245. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
  246. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/_index.segment.rsc +3 -3
  247. package/cli/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +1 -1
  248. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  249. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -1
  250. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +3 -3
  251. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +3 -3
  252. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
  253. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +3 -3
  254. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +1 -1
  255. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
  256. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
  257. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
  258. package/cli/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
  259. package/cli/app/.next-cli-build/server/app/dashboard/token-saver.html +1 -1
  260. package/cli/app/.next-cli-build/server/app/dashboard/token-saver.rsc +5 -5
  261. package/cli/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver/__PAGE__.segment.rsc +2 -2
  262. package/cli/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver.segment.rsc +1 -1
  263. package/cli/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  264. package/cli/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  265. package/cli/app/.next-cli-build/server/app/dashboard/token-saver.segments/_full.segment.rsc +5 -5
  266. package/cli/app/.next-cli-build/server/app/dashboard/token-saver.segments/_head.segment.rsc +1 -1
  267. package/cli/app/.next-cli-build/server/app/dashboard/token-saver.segments/_index.segment.rsc +3 -3
  268. package/cli/app/.next-cli-build/server/app/dashboard/token-saver.segments/_tree.segment.rsc +1 -1
  269. package/cli/app/.next-cli-build/server/app/dashboard/translator.html +1 -1
  270. package/cli/app/.next-cli-build/server/app/dashboard/translator.rsc +5 -5
  271. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
  272. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
  273. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  274. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  275. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +5 -5
  276. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
  277. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/_index.segment.rsc +3 -3
  278. package/cli/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +1 -1
  279. package/cli/app/.next-cli-build/server/app/dashboard/usage.html +1 -1
  280. package/cli/app/.next-cli-build/server/app/dashboard/usage.rsc +5 -5
  281. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
  282. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
  283. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  284. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  285. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +5 -5
  286. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
  287. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/_index.segment.rsc +3 -3
  288. package/cli/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +1 -1
  289. package/cli/app/.next-cli-build/server/app/dashboard.html +1 -1
  290. package/cli/app/.next-cli-build/server/app/dashboard.rsc +5 -5
  291. package/cli/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
  292. package/cli/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
  293. package/cli/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
  294. package/cli/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +5 -5
  295. package/cli/app/.next-cli-build/server/app/dashboard.segments/_head.segment.rsc +1 -1
  296. package/cli/app/.next-cli-build/server/app/dashboard.segments/_index.segment.rsc +3 -3
  297. package/cli/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +1 -1
  298. package/cli/app/.next-cli-build/server/app/index.html +1 -1
  299. package/cli/app/.next-cli-build/server/app/index.rsc +3 -3
  300. package/cli/app/.next-cli-build/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  301. package/cli/app/.next-cli-build/server/app/index.segments/_full.segment.rsc +3 -3
  302. package/cli/app/.next-cli-build/server/app/index.segments/_head.segment.rsc +1 -1
  303. package/cli/app/.next-cli-build/server/app/index.segments/_index.segment.rsc +3 -3
  304. package/cli/app/.next-cli-build/server/app/index.segments/_tree.segment.rsc +1 -1
  305. package/cli/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -1
  306. package/cli/app/.next-cli-build/server/app/landing.html +1 -1
  307. package/cli/app/.next-cli-build/server/app/landing.rsc +3 -3
  308. package/cli/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +3 -3
  309. package/cli/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +1 -1
  310. package/cli/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +3 -3
  311. package/cli/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +1 -1
  312. package/cli/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
  313. package/cli/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +1 -1
  314. package/cli/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -1
  315. package/cli/app/.next-cli-build/server/app/login.html +1 -1
  316. package/cli/app/.next-cli-build/server/app/login.rsc +4 -4
  317. package/cli/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +4 -4
  318. package/cli/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +1 -1
  319. package/cli/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +3 -3
  320. package/cli/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +1 -1
  321. package/cli/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
  322. package/cli/app/.next-cli-build/server/app/login.segments/login.segment.rsc +1 -1
  323. package/cli/app/.next-cli-build/server/app/page_client-reference-manifest.js +1 -1
  324. package/cli/app/.next-cli-build/server/app-paths-manifest.json +1 -1
  325. package/cli/app/.next-cli-build/server/chunks/1939.js +1 -1
  326. package/cli/app/.next-cli-build/server/chunks/2722.js +16 -16
  327. package/cli/app/.next-cli-build/server/chunks/3104.js +1 -1
  328. package/cli/app/.next-cli-build/server/chunks/3110.js +1 -1
  329. package/cli/app/.next-cli-build/server/chunks/3159.js +1 -1
  330. package/cli/app/.next-cli-build/server/chunks/318.js +1 -1
  331. package/cli/app/.next-cli-build/server/chunks/4746.js +3 -3
  332. package/cli/app/.next-cli-build/server/chunks/5024.js +1 -1
  333. package/cli/app/.next-cli-build/server/chunks/5681.js +1 -1
  334. package/cli/app/.next-cli-build/server/chunks/6896.js +1 -1
  335. package/cli/app/.next-cli-build/server/chunks/7153.js +1 -1
  336. package/cli/app/.next-cli-build/server/chunks/7276.js +2 -2
  337. package/cli/app/.next-cli-build/server/chunks/8242.js +1 -1
  338. package/cli/app/.next-cli-build/server/chunks/8255.js +1 -1
  339. package/cli/app/.next-cli-build/server/chunks/891.js +1 -1
  340. package/cli/app/.next-cli-build/server/chunks/915.js +7 -7
  341. package/cli/app/.next-cli-build/server/chunks/9489.js +1 -1
  342. package/cli/app/.next-cli-build/server/middleware-build-manifest.js +1 -1
  343. package/cli/app/.next-cli-build/server/middleware.js +2 -2
  344. package/cli/app/.next-cli-build/server/pages/404.html +1 -1
  345. package/cli/app/.next-cli-build/server/pages/500.html +1 -1
  346. package/cli/app/.next-cli-build/static/chunks/{1321-477a5798b08e9aff.js → 1321-3f408a698d9c9da9.js} +1 -1
  347. package/cli/app/.next-cli-build/static/chunks/6069-f8381e3d2db222bb.js +54 -0
  348. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-c8d0727b97defe81.js +1 -0
  349. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-5c75e636ebf21297.js +1 -0
  350. package/cli/app/package.json +1 -1
  351. package/cli/app/public/i18n/literals/ar.json +4 -4
  352. package/cli/app/public/i18n/literals/bn.json +4 -4
  353. package/cli/app/public/i18n/literals/cs.json +4 -4
  354. package/cli/app/public/i18n/literals/da.json +4 -4
  355. package/cli/app/public/i18n/literals/de.json +4 -4
  356. package/cli/app/public/i18n/literals/el.json +4 -4
  357. package/cli/app/public/i18n/literals/es.json +4 -4
  358. package/cli/app/public/i18n/literals/fi.json +4 -4
  359. package/cli/app/public/i18n/literals/fr.json +4 -4
  360. package/cli/app/public/i18n/literals/he.json +4 -4
  361. package/cli/app/public/i18n/literals/hi.json +4 -4
  362. package/cli/app/public/i18n/literals/hu.json +4 -4
  363. package/cli/app/public/i18n/literals/id.json +4 -4
  364. package/cli/app/public/i18n/literals/it.json +4 -4
  365. package/cli/app/public/i18n/literals/ja.json +4 -4
  366. package/cli/app/public/i18n/literals/ko.json +4 -4
  367. package/cli/app/public/i18n/literals/nl.json +4 -4
  368. package/cli/app/public/i18n/literals/no.json +4 -4
  369. package/cli/app/public/i18n/literals/pl.json +4 -4
  370. package/cli/app/public/i18n/literals/pt-BR.json +4 -4
  371. package/cli/app/public/i18n/literals/pt-PT.json +4 -4
  372. package/cli/app/public/i18n/literals/ro.json +4 -4
  373. package/cli/app/public/i18n/literals/ru.json +4 -4
  374. package/cli/app/public/i18n/literals/sv.json +4 -4
  375. package/cli/app/public/i18n/literals/th.json +4 -4
  376. package/cli/app/public/i18n/literals/tl.json +4 -4
  377. package/cli/app/public/i18n/literals/tr.json +4 -4
  378. package/cli/app/public/i18n/literals/uk.json +4 -4
  379. package/cli/app/public/i18n/literals/ur.json +4 -4
  380. package/cli/app/public/i18n/literals/vi.json +4 -4
  381. package/cli/app/public/i18n/literals/zh-CN.json +15 -15
  382. package/cli/app/public/i18n/literals/zh-TW.json +4 -4
  383. package/cli/app/src/mitm/server.js +2 -2
  384. package/cli/cli.js +9 -9
  385. package/cli/package.json +1 -1
  386. package/cli/src/cli/api/client.js +3 -3
  387. package/cli/src/cli/menus/cliTools.js +18 -15
  388. package/cli/src/cli/menus/settings.js +1 -1
  389. package/cli/src/cli/tray/autostart.js +6 -6
  390. package/cli/src/cli/tray/tray.js +2 -2
  391. package/cli/src/cli/tray/tray.ps1 +1 -1
  392. package/open-sse/config/appConstants.js +1 -1
  393. package/open-sse/config/kiroConstants.js +5 -5
  394. package/open-sse/config/providerModels.js +1 -1
  395. package/open-sse/executors/codebuddy-cn.js +1 -1
  396. package/open-sse/executors/commandcode.js +1 -1
  397. package/open-sse/rtk/headroom.js +1 -1
  398. package/open-sse/services/antigravityObfuscation.js +1 -1
  399. package/open-sse/services/kiroModels.js +4 -4
  400. package/open-sse/services/usage.js +1 -1
  401. package/open-sse/translator/request/openai-to-kiro.js +1 -1
  402. package/open-sse/translator/response/commandcode-to-openai.js +1 -1
  403. package/open-sse/utils/sessionManager.js +2 -2
  404. package/open-sse/utils/thinkingSuffix.js +1 -1
  405. package/package.json +1 -1
  406. package/public/i18n/literals/ar.json +4 -4
  407. package/public/i18n/literals/bn.json +4 -4
  408. package/public/i18n/literals/cs.json +4 -4
  409. package/public/i18n/literals/da.json +4 -4
  410. package/public/i18n/literals/de.json +4 -4
  411. package/public/i18n/literals/el.json +4 -4
  412. package/public/i18n/literals/es.json +4 -4
  413. package/public/i18n/literals/fi.json +4 -4
  414. package/public/i18n/literals/fr.json +4 -4
  415. package/public/i18n/literals/he.json +4 -4
  416. package/public/i18n/literals/hi.json +4 -4
  417. package/public/i18n/literals/hu.json +4 -4
  418. package/public/i18n/literals/id.json +4 -4
  419. package/public/i18n/literals/it.json +4 -4
  420. package/public/i18n/literals/ja.json +4 -4
  421. package/public/i18n/literals/ko.json +4 -4
  422. package/public/i18n/literals/nl.json +4 -4
  423. package/public/i18n/literals/no.json +4 -4
  424. package/public/i18n/literals/pl.json +4 -4
  425. package/public/i18n/literals/pt-BR.json +4 -4
  426. package/public/i18n/literals/pt-PT.json +4 -4
  427. package/public/i18n/literals/ro.json +4 -4
  428. package/public/i18n/literals/ru.json +4 -4
  429. package/public/i18n/literals/sv.json +4 -4
  430. package/public/i18n/literals/th.json +4 -4
  431. package/public/i18n/literals/tl.json +4 -4
  432. package/public/i18n/literals/tr.json +4 -4
  433. package/public/i18n/literals/uk.json +4 -4
  434. package/public/i18n/literals/ur.json +4 -4
  435. package/public/i18n/literals/vi.json +4 -4
  436. package/public/i18n/literals/zh-CN.json +15 -15
  437. package/public/i18n/literals/zh-TW.json +4 -4
  438. package/src/app/(dashboard)/dashboard/cli-tools/components/AntigravityToolCard.js +2 -2
  439. package/src/app/(dashboard)/dashboard/cli-tools/components/ApiKeySelect.js +1 -1
  440. package/src/app/(dashboard)/dashboard/cli-tools/components/BaseUrlSelect.js +1 -1
  441. package/src/app/(dashboard)/dashboard/cli-tools/components/ClaudeToolCard.js +5 -5
  442. package/src/app/(dashboard)/dashboard/cli-tools/components/ClineToolCard.js +4 -4
  443. package/src/app/(dashboard)/dashboard/cli-tools/components/CodexToolCard.js +8 -8
  444. package/src/app/(dashboard)/dashboard/cli-tools/components/CopilotToolCard.js +7 -7
  445. package/src/app/(dashboard)/dashboard/cli-tools/components/CoworkToolCard.js +4 -4
  446. package/src/app/(dashboard)/dashboard/cli-tools/components/DeepSeekTuiToolCard.js +4 -4
  447. package/src/app/(dashboard)/dashboard/cli-tools/components/DefaultToolCard.js +1 -1
  448. package/src/app/(dashboard)/dashboard/cli-tools/components/DroidToolCard.js +16 -11
  449. package/src/app/(dashboard)/dashboard/cli-tools/components/EndpointPresetControl.js +1 -1
  450. package/src/app/(dashboard)/dashboard/cli-tools/components/HermesToolCard.js +3 -3
  451. package/src/app/(dashboard)/dashboard/cli-tools/components/JcodeToolCard.js +16 -16
  452. package/src/app/(dashboard)/dashboard/cli-tools/components/KiloToolCard.js +4 -4
  453. package/src/app/(dashboard)/dashboard/cli-tools/components/MitmServerCard.js +2 -2
  454. package/src/app/(dashboard)/dashboard/cli-tools/components/OpenClawToolCard.js +11 -11
  455. package/src/app/(dashboard)/dashboard/cli-tools/components/OpenCodeToolCard.js +18 -13
  456. package/src/app/(dashboard)/dashboard/cli-tools/components/ToolSummaryCard.js +1 -1
  457. package/src/app/(dashboard)/dashboard/usage/components/ProviderLimits/utils.js +21 -1
  458. package/src/app/api/cli-tools/antigravity-mitm/route.js +2 -2
  459. package/src/app/api/cli-tools/claude-settings/route.js +2 -2
  460. package/src/app/api/cli-tools/cline-settings/route.js +4 -4
  461. package/src/app/api/cli-tools/codex-settings/route.js +16 -16
  462. package/src/app/api/cli-tools/copilot-settings/route.js +19 -14
  463. package/src/app/api/cli-tools/cowork-mcp-registry/route.js +1 -1
  464. package/src/app/api/cli-tools/cowork-mcp-tools/route.js +1 -1
  465. package/src/app/api/cli-tools/cowork-settings/route.js +4 -4
  466. package/src/app/api/cli-tools/deepseek-tui-settings/route.js +7 -7
  467. package/src/app/api/cli-tools/droid-settings/route.js +12 -12
  468. package/src/app/api/cli-tools/hermes-settings/route.js +4 -4
  469. package/src/app/api/cli-tools/jcode-settings/route.js +13 -13
  470. package/src/app/api/cli-tools/kilo-settings/route.js +7 -7
  471. package/src/app/api/cli-tools/openclaw-settings/route.js +26 -26
  472. package/src/app/api/cli-tools/opencode-settings/route.js +27 -27
  473. package/src/app/api/headroom/restart/route.js +1 -1
  474. package/src/app/api/headroom/start/route.js +1 -1
  475. package/src/app/api/models/test/ping.js +2 -2
  476. package/src/app/api/providers/client/route.js +11 -3
  477. package/src/app/globals.css +1 -1
  478. package/src/dashboardGuard.js +2 -2
  479. package/src/lib/appUpdater.js +4 -4
  480. package/src/lib/db/dataDirMigration.js +18 -26
  481. package/src/lib/headroom/detect.js +1 -1
  482. package/src/lib/mcp/stdioSseBridge.js +5 -5
  483. package/src/lib/network/proxyTest.js +1 -1
  484. package/src/lib/oauth/constants/xai.js +1 -1
  485. package/src/lib/oauth/services/codebuddyBulkImportManager.js +1 -1
  486. package/src/mitm/cert/install.js +11 -6
  487. package/src/mitm/cert/rootCA.js +2 -2
  488. package/src/mitm/config.js +1 -1
  489. package/src/mitm/handlers/base.js +4 -4
  490. package/src/mitm/handlers/copilot.js +2 -2
  491. package/src/mitm/handlers/kiro.js +3 -3
  492. package/src/mitm/manager.js +22 -17
  493. package/src/mitm/paths.js +1 -1
  494. package/src/mitm/server.js +1 -1
  495. package/src/shared/constants/cliTools.js +8 -8
  496. package/src/shared/constants/providers.js +7 -3
  497. package/src/shared/services/initializeApp.js +1 -1
  498. package/src/shared/utils/clineAuth.js +2 -2
  499. package/src/shared/utils/machineId.js +1 -1
  500. package/src/sse/services/codexGateway.js +4 -4
  501. package/cli/app/.next-cli-build/static/chunks/6069-3a19c2e23280b9f4.js +0 -54
  502. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-95c0533e8dd61515.js +0 -1
  503. package/cli/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-3b33a64814f8c670.js +0 -1
  504. /package/cli/app/.next-cli-build/static/{nyh5UKJNxYaLZepC5PtgE → fd5MEFhSt3dq0IoH1ok24}/_buildManifest.js +0 -0
  505. /package/cli/app/.next-cli-build/static/{nyh5UKJNxYaLZepC5PtgE → fd5MEFhSt3dq0IoH1ok24}/_ssgManifest.js +0 -0
package/cli/cli.js CHANGED
@@ -67,11 +67,11 @@ const DEFAULT_PORT = 1997;
67
67
  const DEFAULT_HOST = "0.0.0.0";
68
68
  const MAX_PORT_ATTEMPTS = 10;
69
69
  // Identifiers for killAllAppProcesses - only kill our app specifically.
70
- // "zevai" matches the current install; "9router" matches the legacy upstream
70
+ // "zevai" matches the current install; "zevairouter" matches the legacy upstream
71
71
  // fork so upgrading users' old instances still get cleaned up.
72
72
  const PROCESS_IDENTIFIERS = [
73
73
  'zevai',
74
- '9router' // legacy - keep during transition so old instances get killed
74
+ 'zevairouter' // legacy - keep during transition so old instances get killed
75
75
  ];
76
76
 
77
77
  // Parse arguments
@@ -200,7 +200,7 @@ function killCloudflaredByAppPort(appPort) {
200
200
  return pids;
201
201
  }
202
202
 
203
- // Kill all ZevaiRouter (and legacy 9router) processes
203
+ // Kill all ZevaiRouter (and legacy zevairouter) processes
204
204
  function killAllAppProcesses(appPort) {
205
205
  return new Promise((resolve) => {
206
206
  try {
@@ -226,12 +226,12 @@ function killAllAppProcesses(appPort) {
226
226
  });
227
227
  const lines = output.split("\n").slice(1).filter(l => l.trim());
228
228
  lines.forEach(line => {
229
- // Whitelist: real node process running zevai/cli.js (or legacy 9router),
229
+ // Whitelist: real node process running zevai/cli.js (or legacy zevairouter),
230
230
  // or next-server. Avoids killing editors/grep/strace/cursor that just
231
231
  // have the name in cmdline.
232
232
  const cmd = line.toLowerCase();
233
233
  const isAppProcess =
234
- (cmd.includes("node") && (cmd.includes("zevai") || cmd.includes("9router")) && (cmd.includes("cli.js") || cmd.includes("\\zevai") || cmd.includes("/zevai") || cmd.includes("\\9router") || cmd.includes("/9router")))
234
+ (cmd.includes("node") && (cmd.includes("zevai") || cmd.includes("zevairouter")) && (cmd.includes("cli.js") || cmd.includes("\\zevai") || cmd.includes("/zevai") || cmd.includes("\\zevairouter") || cmd.includes("/zevairouter")))
235
235
  || cmd.includes("next-server");
236
236
  if (isAppProcess) {
237
237
  const match = line.match(/^"(\d+)"/);
@@ -253,12 +253,12 @@ function killAllAppProcesses(appPort) {
253
253
  const lines = output.split('\n');
254
254
 
255
255
  lines.forEach(line => {
256
- // Whitelist: real node process running zevai/cli.js (or legacy 9router),
256
+ // Whitelist: real node process running zevai/cli.js (or legacy zevairouter),
257
257
  // or next-server. Avoids killing grep/strace/editors/cursor that
258
258
  // incidentally match the name.
259
259
  const cmd = line.toLowerCase();
260
260
  const isAppProcess =
261
- (cmd.includes("node") && (cmd.includes("zevai") || cmd.includes("9router")) && (cmd.includes("cli.js") || cmd.includes("/zevai") || cmd.includes("/9router")))
261
+ (cmd.includes("node") && (cmd.includes("zevai") || cmd.includes("zevairouter")) && (cmd.includes("cli.js") || cmd.includes("/zevai") || cmd.includes("/zevairouter")))
262
262
  || cmd.includes("next-server");
263
263
  if (isAppProcess) {
264
264
  const parts = line.trim().split(/\s+/);
@@ -719,7 +719,7 @@ function startServer(latestVersion) {
719
719
  process.on("SIGHUP", () => {});
720
720
 
721
721
  console.log(`\n⏳ Switching to tray mode... (icon already visible in menu bar)`);
722
- console.log(`🔔 9Router is running in tray (PID: ${process.pid})`);
722
+ console.log(`🔔 ZevaiRouter is running in tray (PID: ${process.pid})`);
723
723
  console.log(` Server: http://${displayHost}:${port}`);
724
724
  console.log(`\n💡 You can close this terminal. Right-click tray icon to quit.\n`);
725
725
 
@@ -738,7 +738,7 @@ function startServer(latestVersion) {
738
738
  });
739
739
  bgProcess.unref();
740
740
 
741
- console.log(`🔔 9Router is now running in background (PID: ${bgProcess.pid})`);
741
+ console.log(`🔔 ZevaiRouter is now running in background (PID: ${bgProcess.pid})`);
742
742
  console.log(` Server: http://${displayHost}:${port}`);
743
743
  console.log(`\n💡 You can close this terminal. Right-click tray icon to quit.\n`);
744
744
 
package/cli/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zevairouter-cli",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "description": "ZevaiRouter CLI - Start and manage ZevaiRouter server",
5
5
  "bin": {
6
6
  "zevai": "./cli.js"
@@ -13,8 +13,8 @@ const DEFAULT_CONFIG = {
13
13
  protocol: "http:",
14
14
  };
15
15
 
16
- const CLI_TOKEN_HEADER = "x-9r-cli-token";
17
- const CLI_TOKEN_SALT = "9r-cli-auth";
16
+ const CLI_TOKEN_HEADER = "x-zevai-cli-token";
17
+ const CLI_TOKEN_SALT = "zevai-cli-auth";
18
18
  const APP_NAME = "zevai";
19
19
 
20
20
  function getDataDir() {
@@ -364,7 +364,7 @@ async function deleteCombo(id) {
364
364
  /**
365
365
  * Get CLI tool settings
366
366
  * @param {string} tool - Tool name: claude | codex | droid | openclaw
367
- * @returns {Promise<Object>} { success, data: { installed, has9Router, ... } }
367
+ * @returns {Promise<Object>} { success, data: { installed, hasZevai, ... } }
368
368
  */
369
369
  async function getCliToolSettings(tool) {
370
370
  return makeRequest("GET", `/api/cli-tools/${tool}-settings`);
@@ -1,4 +1,6 @@
1
1
  const api = require("../api/client");
2
+ const LEGACY_BRAND = String.fromCharCode(57) + "Router";
3
+ const LEGACY_BRAND_LC = LEGACY_BRAND.toLowerCase();
2
4
  const { pause, confirm } = require("../utils/input");
3
5
  const { showStatus } = require("../utils/display");
4
6
  const { selectModelFromList } = require("../utils/modelSelector");
@@ -179,10 +181,10 @@ async function buildCodexHeader() {
179
181
  const result = await api.getCliToolSettings("codex");
180
182
  if (!result.success) return ` ${COLORS.red}Failed to load settings${COLORS.reset}`;
181
183
 
182
- const { installed, has9Router, config } = result.data;
184
+ const { installed, hasZevai, config } = result.data;
183
185
  if (!installed) return `Status: ${COLORS.red}✗ Codex CLI not installed${COLORS.reset}`;
184
186
 
185
- if (!has9Router) {
187
+ if (!hasZevai) {
186
188
  return [
187
189
  `Status: ${COLORS.red}✗ Not configured${COLORS.reset}`,
188
190
  `${COLORS.dim}Run "Quick Setup" to configure${COLORS.reset}`
@@ -267,18 +269,18 @@ async function buildDroidHeader() {
267
269
  const result = await api.getCliToolSettings("droid");
268
270
  if (!result.success) return ` ${COLORS.red}Failed to load settings${COLORS.reset}`;
269
271
 
270
- const { installed, has9Router, settings } = result.data;
272
+ const { installed, hasZevai, settings } = result.data;
271
273
  if (!installed) return `Status: ${COLORS.red}✗ Factory Droid not installed${COLORS.reset}`;
272
274
 
273
- if (!has9Router) {
275
+ if (!hasZevai) {
274
276
  return [
275
277
  `Status: ${COLORS.red}✗ Not configured${COLORS.reset}`,
276
278
  `${COLORS.dim}Run "Quick Setup" to configure${COLORS.reset}`
277
279
  ].join("\n");
278
280
  }
279
281
 
280
- // Extract 9Router custom model config
281
- const custom = settings?.customModels?.find(m => m.id === "custom:9Router-0");
282
+ // Extract ZevaiRouter custom model config
283
+ const custom = settings?.customModels?.find(m => (m.id === "custom:Zevai-0" || m.id === `custom:${LEGACY_BRAND}-0`));
282
284
  const lines = [`Status: ${COLORS.green}✓ Configured${COLORS.reset}`];
283
285
  if (custom?.baseUrl) lines.push(`Endpoint: ${COLORS.cyan}${custom.baseUrl}${COLORS.reset}`);
284
286
  if (custom?.model) lines.push(`Model: ${COLORS.dim}${custom.model}${COLORS.reset}`);
@@ -350,20 +352,21 @@ async function buildOpenClawHeader() {
350
352
  const result = await api.getCliToolSettings("openclaw");
351
353
  if (!result.success) return ` ${COLORS.red}Failed to load settings${COLORS.reset}`;
352
354
 
353
- const { installed, has9Router, settings } = result.data;
355
+ const { installed, hasZevai, settings } = result.data;
354
356
  if (!installed) return `Status: ${COLORS.red}✗ Open Claw not installed${COLORS.reset}`;
355
357
 
356
- if (!has9Router) {
358
+ if (!hasZevai) {
357
359
  return [
358
360
  `Status: ${COLORS.red}✗ Not configured${COLORS.reset}`,
359
361
  `${COLORS.dim}Run "Quick Setup" to configure${COLORS.reset}`
360
362
  ].join("\n");
361
363
  }
362
364
 
363
- // Extract 9Router provider config
364
- const provider = settings?.models?.providers?.["9router"];
365
+ // Extract ZevaiRouter provider config
366
+ const _providers = settings?.models?.providers || {};
367
+ const provider = _providers["zevai"] || _providers[LEGACY_BRAND_LC];
365
368
  const primary = settings?.agents?.defaults?.model?.primary || "";
366
- const model = primary.startsWith("9router/") ? primary.replace("9router/", "") : (provider?.models?.[0]?.id || "");
369
+ const model = (primary.startsWith("zevai/") || primary.startsWith(LEGACY_BRAND_LC + "/")) ? primary.replace(new RegExp("^zevai/|^" + LEGACY_BRAND_LC + "/"), "") : (provider?.models?.[0]?.id || "");
367
370
  const lines = [`Status: ${COLORS.green}✓ Configured${COLORS.reset}`];
368
371
  if (provider?.baseUrl) lines.push(`Endpoint: ${COLORS.cyan}${provider.baseUrl}${COLORS.reset}`);
369
372
  if (model) lines.push(`Model: ${COLORS.dim}${model}${COLORS.reset}`);
@@ -431,10 +434,10 @@ async function buildOpenCodeHeader() {
431
434
  const result = await api.getCliToolSettings("opencode");
432
435
  if (!result.success) return ` ${COLORS.red}Failed to load settings${COLORS.reset}`;
433
436
 
434
- const { installed, has9Router, opencode } = result.data;
437
+ const { installed, hasZevai, opencode } = result.data;
435
438
  if (!installed) return `Status: ${COLORS.red}✗ OpenCode CLI not installed${COLORS.reset}`;
436
439
 
437
- if (!has9Router) {
440
+ if (!hasZevai) {
438
441
  return [
439
442
  `Status: ${COLORS.red}✗ Not configured${COLORS.reset}`,
440
443
  `${COLORS.dim}Run "Quick Setup" to configure${COLORS.reset}`
@@ -519,10 +522,10 @@ async function buildHermesHeader() {
519
522
  const result = await api.getCliToolSettings("hermes");
520
523
  if (!result.success) return ` ${COLORS.red}Failed to load settings${COLORS.reset}`;
521
524
 
522
- const { installed, has9Router, settings } = result.data;
525
+ const { installed, hasZevai, settings } = result.data;
523
526
  if (!installed) return `Status: ${COLORS.red}✗ Hermes Agent not installed${COLORS.reset}`;
524
527
 
525
- if (!has9Router) {
528
+ if (!hasZevai) {
526
529
  return [
527
530
  `Status: ${COLORS.red}✗ Not configured${COLORS.reset}`,
528
531
  `${COLORS.dim}Run "Quick Setup" to configure${COLORS.reset}`
@@ -100,7 +100,7 @@ async function showSettingsMenu(breadcrumb = []) {
100
100
 
101
101
  /**
102
102
  * Reset authMode to "password" via API. Used when OIDC is misconfigured
103
- * and user is locked out of dashboard. CLI bypasses auth via x-9r-cli-token.
103
+ * and user is locked out of dashboard. CLI bypasses auth via x-zevai-cli-token.
104
104
  */
105
105
  async function resetAuthMode() {
106
106
  const ok = await confirm("Reset auth mode to PASSWORD (disable OIDC)?");
@@ -4,7 +4,7 @@ const os = require("os");
4
4
  const { execSync } = require("child_process");
5
5
 
6
6
  const APP_NAME = "zevai";
7
- const APP_LABEL = "com.9router.autostart";
7
+ const APP_LABEL = "com.zevairouter.autostart";
8
8
 
9
9
  /**
10
10
  * Resolve the absolute path to this package's cli.js.
@@ -12,7 +12,7 @@ const APP_LABEL = "com.9router.autostart";
12
12
  * Order of preference:
13
13
  * 1. Explicit `cliPath` argument — cleanest, used when called from running
14
14
  * cli.js with `__filename`.
15
- * 2. `process.argv[1]` if it's our cli.js — true when 9router is currently
15
+ * 2. `process.argv[1]` if it's our cli.js — true when zevairouter is currently
16
16
  * running and the tray menu fires this code path.
17
17
  * 3. Compute relative to this file's own location. autostart.js lives at
18
18
  * `<pkg>/src/cli/tray/autostart.js`, so cli.js is three levels up.
@@ -115,7 +115,7 @@ function isAutoStartEnabled() {
115
115
  * launchd is managing under our agent label.
116
116
  *
117
117
  * `launchctl unload <plist>` (and `load`) for an Aqua user-domain agent sends
118
- * SIGTERM to the running process. When the running 9router cli.js was itself
118
+ * SIGTERM to the running process. When the running zevairouter cli.js was itself
119
119
  * spawned by the autostart launchd agent (i.e. user enabled autostart at
120
120
  * some point, then rebooted, then clicked the tray icon's "Disable
121
121
  * Auto-start" menu item), an unload would kill the very process executing
@@ -182,9 +182,9 @@ function enableMacOS(cliPath) {
182
182
  <key>KeepAlive</key>
183
183
  <false/>
184
184
  <key>StandardOutPath</key>
185
- <string>/tmp/9router.log</string>
185
+ <string>/tmp/zevairouter.log</string>
186
186
  <key>StandardErrorPath</key>
187
- <string>/tmp/9router.error.log</string>
187
+ <string>/tmp/zevairouter.error.log</string>
188
188
  </dict>
189
189
  </plist>`;
190
190
 
@@ -247,7 +247,7 @@ function enableWindows(cliPath) {
247
247
  if (!routerScript) return false;
248
248
 
249
249
  // Run node + cli.js directly, hidden window. Avoids the fragile
250
- // `9router.cmd` lookup that depended on the npm prefix path.
250
+ // `zevairouter.cmd` lookup that depended on the npm prefix path.
251
251
  const vbsContent = `Set WshShell = CreateObject("WScript.Shell")
252
252
  WshShell.Run """${nodePath}"" ""${routerScript}"" --tray --skip-update", 0, False
253
253
  `;
@@ -230,7 +230,7 @@ function initUnixTray(options) {
230
230
  // failures (binary crash, EACCES, etc.) so users can see why the icon
231
231
  // didn't appear instead of getting a misleading "running in tray" log.
232
232
  trayInstance.ready().catch((err) => {
233
- process.stderr.write(`[9router] tray failed to start: ${err && err.message ? err.message : err}\n`);
233
+ process.stderr.write(`[zevairouter] tray failed to start: ${err && err.message ? err.message : err}\n`);
234
234
  });
235
235
  } else {
236
236
  trayInstance.onReady(() => {});
@@ -239,7 +239,7 @@ function initUnixTray(options) {
239
239
 
240
240
  return trayInstance;
241
241
  } catch (err) {
242
- process.stderr.write(`[9router] tray init error: ${err.message}\n`);
242
+ process.stderr.write(`[zevairouter] tray init error: ${err.message}\n`);
243
243
  return null;
244
244
  }
245
245
  }
@@ -1,4 +1,4 @@
1
- # 9Router tray icon for Windows using NotifyIcon
1
+ # ZevaiRouter tray icon for Windows using NotifyIcon
2
2
  # IPC: stdin JSON commands, stdout JSON events
3
3
  param([string]$IconPath, [string]$Tooltip)
4
4
 
@@ -222,7 +222,7 @@ export const OAUTH_ENDPOINTS = {
222
222
  // Generate Kimi OAuth custom headers
223
223
  export function buildKimiHeaders() {
224
224
  return {
225
- "X-Msh-Platform": "9router",
225
+ "X-Msh-Platform": "zevairouter",
226
226
  "X-Msh-Version": "2.1.2",
227
227
  "X-Msh-Device-Model": typeof process !== "undefined" ? `${process.platform} ${process.arch}` : "unknown",
228
228
  "X-Msh-Device-Id": `kimi-${Date.now()}`
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Mirrors the behaviour of `internal/translator/kiro/common/constants.go` and
5
5
  * `internal/translator/kiro/claude/kiro_claude_request.go` from the
6
- * CLIProxyAPIPlus reference implementation, scoped down to what 9router needs:
6
+ * CLIProxyAPIPlus reference implementation, scoped down to what zevairouter needs:
7
7
  *
8
8
  * - `-agentic` model suffix detection + chunked-write system prompt
9
9
  * - reasoning / thinking trigger detection (Anthropic-Beta header,
@@ -11,7 +11,7 @@
11
11
  * - the `<thinking_mode>enabled</thinking_mode>` system-prompt injection
12
12
  * that turns Kiro reasoning on
13
13
  *
14
- * Kiro upstream does not advertise `-agentic` model IDs; they are a 9router
14
+ * Kiro upstream does not advertise `-agentic` model IDs; they are a zevairouter
15
15
  * fiction. The suffix is stripped before the request leaves this process.
16
16
  */
17
17
 
@@ -176,7 +176,7 @@ export function shouldExposeKiroReasoning(body) {
176
176
  }
177
177
 
178
178
  /**
179
- * Detect whether a model id refers to a 9router synthetic agentic variant.
179
+ * Detect whether a model id refers to a zevairouter synthetic agentic variant.
180
180
  * Agentic variants share the same upstream model as the base; the only
181
181
  * difference is the chunked-write system prompt this module injects.
182
182
  *
@@ -199,7 +199,7 @@ export function stripAgenticSuffix(model) {
199
199
  }
200
200
 
201
201
  /**
202
- * Detect whether a model id is a 9router synthetic thinking variant
202
+ * Detect whether a model id is a zevairouter synthetic thinking variant
203
203
  * (e.g. `claude-sonnet-4.5-thinking`). Same upstream model as the base; the
204
204
  * only difference is `<thinking_mode>enabled</thinking_mode>` injection.
205
205
  *
@@ -226,7 +226,7 @@ export function stripThinkingSuffix(model) {
226
226
  }
227
227
 
228
228
  /**
229
- * Resolve a 9router model id to the real upstream Kiro model id, plus flags
229
+ * Resolve a zevairouter model id to the real upstream Kiro model id, plus flags
230
230
  * describing which behaviours the suffixes implied.
231
231
  *
232
232
  * resolveKiroModel("claude-sonnet-4.5-thinking-agentic")
@@ -584,7 +584,7 @@ export const PROVIDER_MODELS = {
584
584
  { id: "accounts/fireworks/models/qwen3-235b-a22b", name: "Qwen3 235B" },
585
585
  { id: "nomic-ai/nomic-embed-text-v1.5", name: "Nomic Embed Text v1.5", type: "embedding" },
586
586
  ],
587
- // Wave-1 ports from 9router (keys = provider alias used by getModelsByProviderId)
587
+ // Wave-1 ports from zevairouter (keys = provider alias used by getModelsByProviderId)
588
588
  mmf: [
589
589
  { id: "mimo-auto", name: "MiMo Auto" },
590
590
  ],
@@ -7,7 +7,7 @@ import { DefaultExecutor } from "./default.js";
7
7
  * attaches reasoning_summary when the client asked for reasoning_effort
8
8
  * (forcing reasoning on plain requests trips content filters).
9
9
  *
10
- * Ported from 9router executors/codebuddy-cn.js.
10
+ * Ported from zevairouter executors/codebuddy-cn.js.
11
11
  */
12
12
  export class CodeBuddyCnExecutor extends DefaultExecutor {
13
13
  constructor() {
@@ -12,7 +12,7 @@ import { convertCommandCodeToOpenAI } from "../translator/response/commandcode-t
12
12
  * Upstream returns AI SDK v5 NDJSON (one JSON event per line, no `data:` prefix).
13
13
  * We translate each event to an OpenAI chat.completion.chunk and emit it as SSE so
14
14
  * both the streaming and non-streaming (forced SSE → JSON) downstream handlers in
15
- * 9router can consume it without further format translation.
15
+ * zevairouter can consume it without further format translation.
16
16
  */
17
17
  export class CommandCodeExecutor extends BaseExecutor {
18
18
  constructor() {
@@ -230,7 +230,7 @@ async function callCompress(url, messages, model, timeoutMs, compressUserMessage
230
230
 
231
231
  // Compress request body via Headroom proxy. Fail-open: returns null on any error.
232
232
  // /v1/compress only understands OpenAI shape, so Claude bodies are translated
233
- // to OpenAI, compressed, then translated back using 9Router's own translators.
233
+ // to OpenAI, compressed, then translated back using ZevaiRouter's own translators.
234
234
  export async function compressWithHeadroom(body, { enabled, url, model, format, compressUserMessages, timeoutMs = DEFAULT_TIMEOUT_MS, diagnostics = null } = {}) {
235
235
  if (!enabled) {
236
236
  setDiagnostic(diagnostics, "disabled");
@@ -31,7 +31,7 @@ const DEFAULT_WORDS = [
31
31
  "kilo code",
32
32
  "kilocode",
33
33
  "zevairouter",
34
- "9router",
34
+ "zevairouter",
35
35
  ];
36
36
 
37
37
  let words = [...DEFAULT_WORDS];
@@ -3,7 +3,7 @@
3
3
  *
4
4
  * Calls AWS CodeWhisperer's `ListAvailableModels` endpoint to get the live
5
5
  * catalog for an authenticated Kiro account, then expands each upstream model
6
- * into 9router-shaped variants:
6
+ * into zevairouter-shaped variants:
7
7
  *
8
8
  * {upstream} - base model
9
9
  * {upstream}-thinking - same model, thinking on at request time
@@ -11,7 +11,7 @@
11
11
  * {upstream}-thinking-agentic - both
12
12
  *
13
13
  * The `-thinking` and `-agentic` suffixes do not exist on the Kiro upstream
14
- * API. They are 9router fictions and the `openai-to-kiro` translator strips
14
+ * API. They are zevairouter fictions and the `openai-to-kiro` translator strips
15
15
  * them before the request leaves this process.
16
16
  *
17
17
  * The runtime UA is built to match what Kiro IDE itself sends, because the
@@ -93,7 +93,7 @@ function buildKiroFingerprintHeaders(credentials) {
93
93
  }
94
94
 
95
95
  /**
96
- * Build the synthetic 9router variant set for a single upstream Kiro model.
96
+ * Build the synthetic zevairouter variant set for a single upstream Kiro model.
97
97
  *
98
98
  * Returns objects shaped for `PROVIDER_MODELS` (`{ id, name }`) so they can
99
99
  * be slotted directly into the existing model registry.
@@ -218,7 +218,7 @@ function cacheKey(credentials) {
218
218
 
219
219
  /**
220
220
  * Resolve the live Kiro model catalog for a credential and expand each entry
221
- * into 9router variants (`-thinking`, `-agentic`, `-thinking-agentic`).
221
+ * into zevairouter variants (`-thinking`, `-agentic`, `-thinking-agentic`).
222
222
  *
223
223
  * On any error (network, 4xx, 5xx), returns `null` so callers can fall back
224
224
  * to the static catalog without taking down the dashboard or `/v1/models`.
@@ -346,7 +346,7 @@ function parseCodeBuddyUsage(payload) {
346
346
  }
347
347
 
348
348
  // Split refill packs (monthly cycle resets) vs one-shot bonus packs so the UI
349
- // does not imply bonus credits replenish every month (ported from 9router).
349
+ // does not imply bonus credits replenish every month (ported from zevairouter).
350
350
  const REFILL_GAP_MS = 2 * 24 * 60 * 60 * 1000;
351
351
  const cycleEndMs = (acc) => {
352
352
  const r = parseResetTime(acc.CycleEndTime);
@@ -531,7 +531,7 @@ function convertMessages(messages, tools, model) {
531
531
  /**
532
532
  * Build Kiro payload from OpenAI format
533
533
  *
534
- * Two 9router-specific behaviours implemented here:
534
+ * Two zevairouter-specific behaviours implemented here:
535
535
  *
536
536
  * 1. `-agentic` model suffix. Synthetic variant — same upstream model, but we
537
537
  * inject a chunked-write system prompt to keep large file writes under
@@ -13,7 +13,7 @@
13
13
  * {"type":"finish",...}
14
14
  *
15
15
  * Each upstream "event" arrives as one JSON object per line — we receive it as a string chunk
16
- * already split per line by the upstream SSE/JSON-line reader in 9router.
16
+ * already split per line by the upstream SSE/JSON-line reader in zevairouter.
17
17
  */
18
18
  import { register } from "../index.js";
19
19
  import { FORMATS } from "../formats.js";
@@ -31,10 +31,10 @@ if (cleanupInterval.unref) cleanupInterval.unref();
31
31
  * Get or create a session ID for the given connection.
32
32
  *
33
33
  * The binary generates a session ID once at startup: `rs() + Date.now()`.
34
- * Since 9router is long-running, we simulate this "per-launch" behavior by
34
+ * Since zevairouter is long-running, we simulate this "per-launch" behavior by
35
35
  * storing a generated ID in memory for each connection.
36
36
  *
37
- * - If 9router restarts, the ID changes (matching binary restart behavior).
37
+ * - If zevairouter restarts, the ID changes (matching binary restart behavior).
38
38
  * - Within a running instance, the ID is stable for that connection.
39
39
  * - This enables prompt caching while using the EXACT random logic of the binary.
40
40
  *
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Model-name thinking suffix helpers: `provider/model(high)` → clean model + effort.
3
- * Lightweight port of 9router thinkingUnified strip/parse (no full capabilities matrix).
3
+ * Lightweight port of zevairouter thinkingUnified strip/parse (no full capabilities matrix).
4
4
  */
5
5
 
6
6
  const KNOWN_LEVELS = new Set([
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zevairouter",
3
- "version": "1.0.41",
3
+ "version": "1.0.43",
4
4
  "description": "ZevaiRouter - AI Router with provider automation, multi-account workflows, and quota tracking",
5
5
  "bin": {
6
6
  "zevai": "./cli/cli.js"
@@ -108,7 +108,7 @@
108
108
  "Manage your AI provider connections": "إدارة اتصالات موفر الذكاء الاصطناعي الخاصة بك",
109
109
  "Model combos with fallback": "تراكيب النموذج مع الخيار البديل",
110
110
  "Monitor your API usage, token consumption, and request logs": "راقب استخدام API وتناول الرموز وسجلات الطلب",
111
- "Intercept CLI tool traffic and route through 9Router": "اعترض حركة مرور أداة CLI وحجم من خلال 9Router",
111
+ "Intercept CLI tool traffic and route through ZevaiRouter": "اعترض حركة مرور أداة CLI وحجم من خلال ZevaiRouter",
112
112
  "Configure CLI tools": "تكوين أدوات CLI",
113
113
  "API endpoint configuration": "تكوين نقطة نهاية API",
114
114
  "Manage your preferences": "إدارة تفضيلاتك",
@@ -172,11 +172,11 @@
172
172
  "Cert": "شهادة",
173
173
  "Server": "الخادم",
174
174
  "Purpose:": "الغرض:",
175
- "Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "استخدم Antigravity IDE و GitHub Copilot → مع أي موفر/نموذج من 9Router",
175
+ "Use Antigravity IDE & GitHub Copilot → with ANY provider/model from ZevaiRouter": "استخدم Antigravity IDE و GitHub Copilot → مع أي موفر/نموذج من ZevaiRouter",
176
176
  "How it works:": "كيف يعمل:",
177
- "Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "طلب Antigravity/Copilot IDE → إعادة توجيه DNS إلى localhost:443 → يعترض وكيل MITM → 9Router → الرد إلى Antigravity/Copilot",
177
+ "Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → ZevaiRouter → response to Antigravity/Copilot": "طلب Antigravity/Copilot IDE → إعادة توجيه DNS إلى localhost:443 → يعترض وكيل MITM → ZevaiRouter → الرد إلى Antigravity/Copilot",
178
178
  "No API keys — create one in Keys page": "لا توجد مفاتيح API — قم بإنشاء واحدة في صفحة المفاتيح",
179
- "sk_9router (default)": "sk_9router (افتراضي)",
179
+ "sk_zevai (default)": "sk_zevai (افتراضي)",
180
180
  "Server started": "تم بدء الخادم",
181
181
  "Failed to start server": "فشل في بدء الخادم",
182
182
  "Server stopped — all DNS cleared": "تم إيقاف الخادم — تم مسح جميع DNS",
@@ -108,7 +108,7 @@
108
108
  "Manage your AI provider connections": "আপনার AI সরবরাহকারী সংযোগ পরিচালনা করুন",
109
109
  "Model combos with fallback": "ফলব্যাক সহ মডেল কম্বো",
110
110
  "Monitor your API usage, token consumption, and request logs": "আপনার API ব্যবহার, টোকেন খরচ এবং অনুরোধ লগ পর্যবেক্ষণ করুন",
111
- "Intercept CLI tool traffic and route through 9Router": "CLI টুল ট্রাফিক ইন্টারসেপ্ট করুন এবং 9Router এর মাধ্যমে রুট করুন",
111
+ "Intercept CLI tool traffic and route through ZevaiRouter": "CLI টুল ট্রাফিক ইন্টারসেপ্ট করুন এবং ZevaiRouter এর মাধ্যমে রুট করুন",
112
112
  "Configure CLI tools": "CLI সরঞ্জাম কনফিগার করুন",
113
113
  "API endpoint configuration": "API এন্ডপয়েন্ট কনফিগারেশন",
114
114
  "Manage your preferences": "আপনার পছন্দগুলি পরিচালনা করুন",
@@ -172,11 +172,11 @@
172
172
  "Cert": "সার্টিফিকেট",
173
173
  "Server": "সার্ভার",
174
174
  "Purpose:": "উদ্দেশ্য:",
175
- "Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Antigravity IDE এবং GitHub Copilot ব্যবহার করুন → 9Router থেকে যেকোনো সরবরাহকারী/মডেলের সাথে",
175
+ "Use Antigravity IDE & GitHub Copilot → with ANY provider/model from ZevaiRouter": "Antigravity IDE এবং GitHub Copilot ব্যবহার করুন → ZevaiRouter থেকে যেকোনো সরবরাহকারী/মডেলের সাথে",
176
176
  "How it works:": "এটি কীভাবে কাজ করে:",
177
- "Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Antigravity/Copilot IDE অনুরোধ → DNS কে localhost:443 তে রিডিরেক্ট করুন → MITM প্রক্সি ইন্টারসেপ্ট করে → 9Router → Antigravity/Copilot এ প্রতিক্রিয়া",
177
+ "Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → ZevaiRouter → response to Antigravity/Copilot": "Antigravity/Copilot IDE অনুরোধ → DNS কে localhost:443 তে রিডিরেক্ট করুন → MITM প্রক্সি ইন্টারসেপ্ট করে → ZevaiRouter → Antigravity/Copilot এ প্রতিক্রিয়া",
178
178
  "No API keys — create one in Keys page": "কোন API কী নেই — Keys পৃষ্ঠায় একটি তৈরি করুন",
179
- "sk_9router (default)": "sk_9router (ডিফল্ট)",
179
+ "sk_zevai (default)": "sk_zevai (ডিফল্ট)",
180
180
  "Server started": "সার্ভার শুরু হয়েছে",
181
181
  "Failed to start server": "সার্ভার শুরু করতে ব্যর্থ",
182
182
  "Server stopped — all DNS cleared": "সার্ভার বন্ধ — সমস্ত DNS সাফ করা হয়েছে",
@@ -108,7 +108,7 @@
108
108
  "Manage your AI provider connections": "Spravujte svá připojení poskytovatele AI",
109
109
  "Model combos with fallback": "Kombinace modelů s zálohou",
110
110
  "Monitor your API usage, token consumption, and request logs": "Monitorujte použití API, spotřebu tokenů a protokoly žádostí",
111
- "Intercept CLI tool traffic and route through 9Router": "Zachycujte provoz nástrojů CLI a směrujte jej přes 9Router",
111
+ "Intercept CLI tool traffic and route through ZevaiRouter": "Zachycujte provoz nástrojů CLI a směrujte jej přes ZevaiRouter",
112
112
  "Configure CLI tools": "Konfigurace nástrojů CLI",
113
113
  "API endpoint configuration": "Konfigurace koncového bodu API",
114
114
  "Manage your preferences": "Spravujte své preferences",
@@ -172,11 +172,11 @@
172
172
  "Cert": "Certifikát",
173
173
  "Server": "Server",
174
174
  "Purpose:": "Účel:",
175
- "Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Použijte Antigravity IDE a GitHub Copilot → s JAKÝMKOLIV poskytovatelem/modelem z 9Router",
175
+ "Use Antigravity IDE & GitHub Copilot → with ANY provider/model from ZevaiRouter": "Použijte Antigravity IDE a GitHub Copilot → s JAKÝMKOLIV poskytovatelem/modelem z ZevaiRouter",
176
176
  "How it works:": "Jak to funguje:",
177
- "Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Požadavek Antigravity/Copilot IDE → Přesměrování DNS na localhost:443 → Proxy MITM zachycuje → 9Router → odpověď na Antigravity/Copilot",
177
+ "Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → ZevaiRouter → response to Antigravity/Copilot": "Požadavek Antigravity/Copilot IDE → Přesměrování DNS na localhost:443 → Proxy MITM zachycuje → ZevaiRouter → odpověď na Antigravity/Copilot",
178
178
  "No API keys — create one in Keys page": "Žádné klíče API — vytvořte jeden na stránce Klíče",
179
- "sk_9router (default)": "sk_9router (výchozí)",
179
+ "sk_zevai (default)": "sk_zevai (výchozí)",
180
180
  "Server started": "Server spuštěn",
181
181
  "Failed to start server": "Spuštění serveru se nezdařilo",
182
182
  "Server stopped — all DNS cleared": "Server zastaven — veškerý DNS vymazán",
@@ -108,7 +108,7 @@
108
108
  "Manage your AI provider connections": "Administrer dine AI-udbyderforbindelser",
109
109
  "Model combos with fallback": "Modelkombinationer med fallback",
110
110
  "Monitor your API usage, token consumption, and request logs": "Overvåg dit API-forbrug, tokenforbrugning og anmodningslogger",
111
- "Intercept CLI tool traffic and route through 9Router": "Aflyt CLI-værktøj trafikk og rute gennem 9Router",
111
+ "Intercept CLI tool traffic and route through ZevaiRouter": "Aflyt CLI-værktøj trafikk og rute gennem ZevaiRouter",
112
112
  "Configure CLI tools": "Konfigurer CLI-værktøjer",
113
113
  "API endpoint configuration": "API-slutpunktkonfiguration",
114
114
  "Manage your preferences": "Administrer dine præferencer",
@@ -172,11 +172,11 @@
172
172
  "Cert": "Certifikat",
173
173
  "Server": "Server",
174
174
  "Purpose:": "Formål:",
175
- "Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Brug Antigravity IDE & GitHub Copilot → med ENHVER udbyder/model fra 9Router",
175
+ "Use Antigravity IDE & GitHub Copilot → with ANY provider/model from ZevaiRouter": "Brug Antigravity IDE & GitHub Copilot → med ENHVER udbyder/model fra ZevaiRouter",
176
176
  "How it works:": "Sådan virker det:",
177
- "Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Antigravity/Copilot IDE-anmodning → DNS-omdirigering til localhost:443 → MITM-proxy aflytter → 9Router → svar til Antigravity/Copilot",
177
+ "Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → ZevaiRouter → response to Antigravity/Copilot": "Antigravity/Copilot IDE-anmodning → DNS-omdirigering til localhost:443 → MITM-proxy aflytter → ZevaiRouter → svar til Antigravity/Copilot",
178
178
  "No API keys — create one in Keys page": "Ingen API-nøgler — opret en på Keys-siden",
179
- "sk_9router (default)": "sk_9router (standard)",
179
+ "sk_zevai (default)": "sk_zevai (standard)",
180
180
  "Server started": "Server startet",
181
181
  "Failed to start server": "Fejl ved start af server",
182
182
  "Server stopped — all DNS cleared": "Server stoppet — alle DNS slettet",
@@ -108,7 +108,7 @@
108
108
  "Manage your AI provider connections": "Verwalten Sie Ihre KI-Anbieterverbindungen",
109
109
  "Model combos with fallback": "Modellkombinationen mit Fallback",
110
110
  "Monitor your API usage, token consumption, and request logs": "Überwachen Sie Ihre API-Nutzung, den Token-Verbrauch und die Anforderungsprotokolle",
111
- "Intercept CLI tool traffic and route through 9Router": "CLI-Tool-Verkehr abfangen und über 9Router leiten",
111
+ "Intercept CLI tool traffic and route through ZevaiRouter": "CLI-Tool-Verkehr abfangen und über ZevaiRouter leiten",
112
112
  "Configure CLI tools": "CLI-Tools konfigurieren",
113
113
  "API endpoint configuration": "API-Endpunkt-Konfiguration",
114
114
  "Manage your preferences": "Verwalten Sie Ihre Vorlieben",
@@ -172,11 +172,11 @@
172
172
  "Cert": "Zertifikat",
173
173
  "Server": "Server",
174
174
  "Purpose:": "Zweck:",
175
- "Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Verwenden Sie Antigravity IDE und GitHub Copilot → mit JEDEM Anbieter/Modell von 9Router",
175
+ "Use Antigravity IDE & GitHub Copilot → with ANY provider/model from ZevaiRouter": "Verwenden Sie Antigravity IDE und GitHub Copilot → mit JEDEM Anbieter/Modell von ZevaiRouter",
176
176
  "How it works:": "So funktioniert es:",
177
- "Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Antigravity/Copilot IDE-Anforderung → DNS-Umleitung auf localhost:443 → MITM-Proxy abfangen → 9Router → Antwort auf Antigravity/Copilot",
177
+ "Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → ZevaiRouter → response to Antigravity/Copilot": "Antigravity/Copilot IDE-Anforderung → DNS-Umleitung auf localhost:443 → MITM-Proxy abfangen → ZevaiRouter → Antwort auf Antigravity/Copilot",
178
178
  "No API keys — create one in Keys page": "Keine API-Schlüssel — erstellen Sie einen auf der Seite Schlüssel",
179
- "sk_9router (default)": "sk_9router (Standard)",
179
+ "sk_zevai (default)": "sk_zevai (Standard)",
180
180
  "Server started": "Server gestartet",
181
181
  "Failed to start server": "Server konnte nicht gestartet werden",
182
182
  "Server stopped — all DNS cleared": "Server gestoppt — alle DNS gelöscht",