9router 0.2.49 → 0.2.50

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 (119) hide show
  1. package/README.md +0 -1
  2. package/app/.next/BUILD_ID +1 -1
  3. package/app/.next/app-build-manifest.json +78 -78
  4. package/app/.next/app-path-routes-manifest.json +18 -18
  5. package/app/.next/build-manifest.json +2 -2
  6. package/app/.next/prerender-manifest.json +36 -36
  7. package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
  8. package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
  9. package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
  10. package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
  11. package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
  12. package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
  13. package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
  14. package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
  15. package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
  16. package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
  17. package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  18. package/app/.next/server/app/_not-found.html +1 -1
  19. package/app/.next/server/app/_not-found.rsc +1 -1
  20. package/app/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
  21. package/app/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
  22. package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
  23. package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
  24. package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
  25. package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
  26. package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
  27. package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
  28. package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
  29. package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
  30. package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
  31. package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
  32. package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
  33. package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
  34. package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
  35. package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
  36. package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
  37. package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
  38. package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
  39. package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +1 -1
  40. package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
  41. package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
  42. package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
  43. package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
  44. package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
  45. package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
  46. package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
  47. package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
  48. package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -1
  49. package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -1
  50. package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
  51. package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
  52. package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
  53. package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
  54. package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
  55. package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
  56. package/app/.next/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
  57. package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
  58. package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
  59. package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
  60. package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
  61. package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
  62. package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
  63. package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
  64. package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
  65. package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
  66. package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
  67. package/app/.next/server/app/callback.html +1 -1
  68. package/app/.next/server/app/callback.rsc +1 -1
  69. package/app/.next/server/app/dashboard/cli-tools.html +1 -1
  70. package/app/.next/server/app/dashboard/cli-tools.rsc +1 -1
  71. package/app/.next/server/app/dashboard/combos.html +1 -1
  72. package/app/.next/server/app/dashboard/combos.rsc +1 -1
  73. package/app/.next/server/app/dashboard/endpoint.html +1 -1
  74. package/app/.next/server/app/dashboard/endpoint.rsc +1 -1
  75. package/app/.next/server/app/dashboard/profile.html +1 -1
  76. package/app/.next/server/app/dashboard/profile.rsc +1 -1
  77. package/app/.next/server/app/dashboard/providers/new.html +1 -1
  78. package/app/.next/server/app/dashboard/providers/new.rsc +1 -1
  79. package/app/.next/server/app/dashboard/providers.html +1 -1
  80. package/app/.next/server/app/dashboard/providers.rsc +1 -1
  81. package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
  82. package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
  83. package/app/.next/server/app/dashboard/settings/pricing.rsc +1 -1
  84. package/app/.next/server/app/dashboard/translator.html +1 -1
  85. package/app/.next/server/app/dashboard/translator.rsc +1 -1
  86. package/app/.next/server/app/dashboard/usage.html +1 -1
  87. package/app/.next/server/app/dashboard/usage.rsc +1 -1
  88. package/app/.next/server/app/dashboard.html +1 -1
  89. package/app/.next/server/app/dashboard.rsc +1 -1
  90. package/app/.next/server/app/index.html +1 -1
  91. package/app/.next/server/app/index.rsc +1 -1
  92. package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
  93. package/app/.next/server/app/landing.html +1 -1
  94. package/app/.next/server/app/landing.rsc +1 -1
  95. package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
  96. package/app/.next/server/app/login.html +1 -1
  97. package/app/.next/server/app/login.rsc +1 -1
  98. package/app/.next/server/app/page_client-reference-manifest.js +1 -1
  99. package/app/.next/server/app-paths-manifest.json +18 -18
  100. package/app/.next/server/middleware-manifest.json +1 -1
  101. package/app/.next/server/pages/404.html +1 -1
  102. package/app/.next/server/pages/500.html +1 -1
  103. package/cli.js +49 -14
  104. package/package.json +2 -1
  105. package/src/cli/api/client.js +375 -0
  106. package/src/cli/menus/apiKeys.js +259 -0
  107. package/src/cli/menus/cliTools.js +221 -0
  108. package/src/cli/menus/combos.js +477 -0
  109. package/src/cli/menus/providers.js +448 -0
  110. package/src/cli/menus/settings.js +86 -0
  111. package/src/cli/terminalUI.js +86 -0
  112. package/src/cli/utils/display.js +156 -0
  113. package/src/cli/utils/format.js +125 -0
  114. package/src/cli/utils/input.js +211 -0
  115. package/src/cli/utils/menuHelper.js +155 -0
  116. package/src/cli/utils/modelSelector.js +133 -0
  117. package/hooks/model-websearch.cjs +0 -319
  118. /package/app/.next/static/{z-NGTtnYbvnsa63SSl6HV → vEruHXnDBNEM-jV9xL72D}/_buildManifest.js +0 -0
  119. /package/app/.next/static/{z-NGTtnYbvnsa63SSl6HV → vEruHXnDBNEM-jV9xL72D}/_ssgManifest.js +0 -0
package/README.md CHANGED
@@ -68,4 +68,3 @@ MIT License - see [LICENSE](LICENSE) for details.
68
68
 
69
69
 
70
70
 
71
-
@@ -1 +1 @@
1
- z-NGTtnYbvnsa63SSl6HV
1
+ vEruHXnDBNEM-jV9xL72D
@@ -15,13 +15,6 @@
15
15
  "static/css/9ee3a78005b959d2.css",
16
16
  "static/chunks/app/layout-351780790295b67b.js"
17
17
  ],
18
- "/api/auth/login/route": [
19
- "static/chunks/webpack-377a85d9b4413fa8.js",
20
- "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
21
- "static/chunks/3131-62de61bfb525d9a2.js",
22
- "static/chunks/main-app-686814e689ee5470.js",
23
- "static/chunks/app/api/auth/login/route-346d6c4c2fae3383.js"
24
- ],
25
18
  "/api/auth/logout/route": [
26
19
  "static/chunks/webpack-377a85d9b4413fa8.js",
27
20
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
@@ -36,12 +29,12 @@
36
29
  "static/chunks/main-app-686814e689ee5470.js",
37
30
  "static/chunks/app/api/cli-tools/claude-settings/route-346d6c4c2fae3383.js"
38
31
  ],
39
- "/api/cloud/auth/route": [
32
+ "/api/auth/login/route": [
40
33
  "static/chunks/webpack-377a85d9b4413fa8.js",
41
34
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
42
35
  "static/chunks/3131-62de61bfb525d9a2.js",
43
36
  "static/chunks/main-app-686814e689ee5470.js",
44
- "static/chunks/app/api/cloud/auth/route-346d6c4c2fae3383.js"
37
+ "static/chunks/app/api/auth/login/route-346d6c4c2fae3383.js"
45
38
  ],
46
39
  "/api/cli-tools/codex-settings/route": [
47
40
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -50,26 +43,33 @@
50
43
  "static/chunks/main-app-686814e689ee5470.js",
51
44
  "static/chunks/app/api/cli-tools/codex-settings/route-346d6c4c2fae3383.js"
52
45
  ],
53
- "/api/cloud/model/resolve/route": [
46
+ "/api/cloud/auth/route": [
54
47
  "static/chunks/webpack-377a85d9b4413fa8.js",
55
48
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
56
49
  "static/chunks/3131-62de61bfb525d9a2.js",
57
50
  "static/chunks/main-app-686814e689ee5470.js",
58
- "static/chunks/app/api/cloud/model/resolve/route-346d6c4c2fae3383.js"
51
+ "static/chunks/app/api/cloud/auth/route-346d6c4c2fae3383.js"
59
52
  ],
60
- "/api/cloud/models/alias/route": [
53
+ "/api/cloud/credentials/update/route": [
61
54
  "static/chunks/webpack-377a85d9b4413fa8.js",
62
55
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
63
56
  "static/chunks/3131-62de61bfb525d9a2.js",
64
57
  "static/chunks/main-app-686814e689ee5470.js",
65
- "static/chunks/app/api/cloud/models/alias/route-346d6c4c2fae3383.js"
58
+ "static/chunks/app/api/cloud/credentials/update/route-346d6c4c2fae3383.js"
66
59
  ],
67
- "/api/combos/route": [
60
+ "/api/cloud/model/resolve/route": [
68
61
  "static/chunks/webpack-377a85d9b4413fa8.js",
69
62
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
70
63
  "static/chunks/3131-62de61bfb525d9a2.js",
71
64
  "static/chunks/main-app-686814e689ee5470.js",
72
- "static/chunks/app/api/combos/route-346d6c4c2fae3383.js"
65
+ "static/chunks/app/api/cloud/model/resolve/route-346d6c4c2fae3383.js"
66
+ ],
67
+ "/api/cloud/models/alias/route": [
68
+ "static/chunks/webpack-377a85d9b4413fa8.js",
69
+ "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
70
+ "static/chunks/3131-62de61bfb525d9a2.js",
71
+ "static/chunks/main-app-686814e689ee5470.js",
72
+ "static/chunks/app/api/cloud/models/alias/route-346d6c4c2fae3383.js"
73
73
  ],
74
74
  "/api/combos/[id]/route": [
75
75
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -85,19 +85,19 @@
85
85
  "static/chunks/main-app-686814e689ee5470.js",
86
86
  "static/chunks/app/api/init/route-346d6c4c2fae3383.js"
87
87
  ],
88
- "/api/keys/route": [
88
+ "/api/keys/[id]/route": [
89
89
  "static/chunks/webpack-377a85d9b4413fa8.js",
90
90
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
91
91
  "static/chunks/3131-62de61bfb525d9a2.js",
92
92
  "static/chunks/main-app-686814e689ee5470.js",
93
- "static/chunks/app/api/keys/route-346d6c4c2fae3383.js"
93
+ "static/chunks/app/api/keys/[id]/route-346d6c4c2fae3383.js"
94
94
  ],
95
- "/api/keys/[id]/route": [
95
+ "/api/keys/route": [
96
96
  "static/chunks/webpack-377a85d9b4413fa8.js",
97
97
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
98
98
  "static/chunks/3131-62de61bfb525d9a2.js",
99
99
  "static/chunks/main-app-686814e689ee5470.js",
100
- "static/chunks/app/api/keys/[id]/route-346d6c4c2fae3383.js"
100
+ "static/chunks/app/api/keys/route-346d6c4c2fae3383.js"
101
101
  ],
102
102
  "/api/models/alias/route": [
103
103
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -155,20 +155,6 @@
155
155
  "static/chunks/main-app-686814e689ee5470.js",
156
156
  "static/chunks/app/api/providers/[id]/models/route-346d6c4c2fae3383.js"
157
157
  ],
158
- "/api/providers/[id]/route": [
159
- "static/chunks/webpack-377a85d9b4413fa8.js",
160
- "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
161
- "static/chunks/3131-62de61bfb525d9a2.js",
162
- "static/chunks/main-app-686814e689ee5470.js",
163
- "static/chunks/app/api/providers/[id]/route-346d6c4c2fae3383.js"
164
- ],
165
- "/api/providers/[id]/test/route": [
166
- "static/chunks/webpack-377a85d9b4413fa8.js",
167
- "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
168
- "static/chunks/3131-62de61bfb525d9a2.js",
169
- "static/chunks/main-app-686814e689ee5470.js",
170
- "static/chunks/app/api/providers/[id]/test/route-346d6c4c2fae3383.js"
171
- ],
172
158
  "/api/providers/client/route": [
173
159
  "static/chunks/webpack-377a85d9b4413fa8.js",
174
160
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
@@ -190,6 +176,13 @@
190
176
  "static/chunks/main-app-686814e689ee5470.js",
191
177
  "static/chunks/app/api/settings/route-346d6c4c2fae3383.js"
192
178
  ],
179
+ "/api/providers/[id]/test/route": [
180
+ "static/chunks/webpack-377a85d9b4413fa8.js",
181
+ "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
182
+ "static/chunks/3131-62de61bfb525d9a2.js",
183
+ "static/chunks/main-app-686814e689ee5470.js",
184
+ "static/chunks/app/api/providers/[id]/test/route-346d6c4c2fae3383.js"
185
+ ],
193
186
  "/api/providers/validate/route": [
194
187
  "static/chunks/webpack-377a85d9b4413fa8.js",
195
188
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
@@ -204,12 +197,12 @@
204
197
  "static/chunks/main-app-686814e689ee5470.js",
205
198
  "static/chunks/app/api/shutdown/route-346d6c4c2fae3383.js"
206
199
  ],
207
- "/api/sync/cloud/route": [
200
+ "/api/sync/initialize/route": [
208
201
  "static/chunks/webpack-377a85d9b4413fa8.js",
209
202
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
210
203
  "static/chunks/3131-62de61bfb525d9a2.js",
211
204
  "static/chunks/main-app-686814e689ee5470.js",
212
- "static/chunks/app/api/sync/cloud/route-346d6c4c2fae3383.js"
205
+ "static/chunks/app/api/sync/initialize/route-346d6c4c2fae3383.js"
213
206
  ],
214
207
  "/api/tags/route": [
215
208
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -218,12 +211,12 @@
218
211
  "static/chunks/main-app-686814e689ee5470.js",
219
212
  "static/chunks/app/api/tags/route-346d6c4c2fae3383.js"
220
213
  ],
221
- "/api/sync/initialize/route": [
214
+ "/api/sync/cloud/route": [
222
215
  "static/chunks/webpack-377a85d9b4413fa8.js",
223
216
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
224
217
  "static/chunks/3131-62de61bfb525d9a2.js",
225
218
  "static/chunks/main-app-686814e689ee5470.js",
226
- "static/chunks/app/api/sync/initialize/route-346d6c4c2fae3383.js"
219
+ "static/chunks/app/api/sync/cloud/route-346d6c4c2fae3383.js"
227
220
  ],
228
221
  "/api/translator/load/route": [
229
222
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -232,19 +225,19 @@
232
225
  "static/chunks/main-app-686814e689ee5470.js",
233
226
  "static/chunks/app/api/translator/load/route-346d6c4c2fae3383.js"
234
227
  ],
235
- "/api/translator/save/route": [
228
+ "/api/translator/send/route": [
236
229
  "static/chunks/webpack-377a85d9b4413fa8.js",
237
230
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
238
231
  "static/chunks/3131-62de61bfb525d9a2.js",
239
232
  "static/chunks/main-app-686814e689ee5470.js",
240
- "static/chunks/app/api/translator/save/route-346d6c4c2fae3383.js"
233
+ "static/chunks/app/api/translator/send/route-346d6c4c2fae3383.js"
241
234
  ],
242
- "/api/translator/send/route": [
235
+ "/api/translator/save/route": [
243
236
  "static/chunks/webpack-377a85d9b4413fa8.js",
244
237
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
245
238
  "static/chunks/3131-62de61bfb525d9a2.js",
246
239
  "static/chunks/main-app-686814e689ee5470.js",
247
- "static/chunks/app/api/translator/send/route-346d6c4c2fae3383.js"
240
+ "static/chunks/app/api/translator/save/route-346d6c4c2fae3383.js"
248
241
  ],
249
242
  "/api/translator/translate/route": [
250
243
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -260,6 +253,13 @@
260
253
  "static/chunks/main-app-686814e689ee5470.js",
261
254
  "static/chunks/app/api/usage/history/route-346d6c4c2fae3383.js"
262
255
  ],
256
+ "/api/usage/logs/route": [
257
+ "static/chunks/webpack-377a85d9b4413fa8.js",
258
+ "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
259
+ "static/chunks/3131-62de61bfb525d9a2.js",
260
+ "static/chunks/main-app-686814e689ee5470.js",
261
+ "static/chunks/app/api/usage/logs/route-346d6c4c2fae3383.js"
262
+ ],
263
263
  "/api/usage/[connectionId]/route": [
264
264
  "static/chunks/webpack-377a85d9b4413fa8.js",
265
265
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
@@ -267,19 +267,19 @@
267
267
  "static/chunks/main-app-686814e689ee5470.js",
268
268
  "static/chunks/app/api/usage/[connectionId]/route-346d6c4c2fae3383.js"
269
269
  ],
270
- "/api/usage/logs/route": [
270
+ "/api/providers/[id]/route": [
271
271
  "static/chunks/webpack-377a85d9b4413fa8.js",
272
272
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
273
273
  "static/chunks/3131-62de61bfb525d9a2.js",
274
274
  "static/chunks/main-app-686814e689ee5470.js",
275
- "static/chunks/app/api/usage/logs/route-346d6c4c2fae3383.js"
275
+ "static/chunks/app/api/providers/[id]/route-346d6c4c2fae3383.js"
276
276
  ],
277
- "/api/cloud/credentials/update/route": [
277
+ "/api/combos/route": [
278
278
  "static/chunks/webpack-377a85d9b4413fa8.js",
279
279
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
280
280
  "static/chunks/3131-62de61bfb525d9a2.js",
281
281
  "static/chunks/main-app-686814e689ee5470.js",
282
- "static/chunks/app/api/cloud/credentials/update/route-346d6c4c2fae3383.js"
282
+ "static/chunks/app/api/combos/route-346d6c4c2fae3383.js"
283
283
  ],
284
284
  "/api/v1/api/chat/route": [
285
285
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -295,19 +295,19 @@
295
295
  "static/chunks/main-app-686814e689ee5470.js",
296
296
  "static/chunks/app/api/v1/chat/completions/route-346d6c4c2fae3383.js"
297
297
  ],
298
- "/api/v1/messages/count_tokens/route": [
298
+ "/api/v1/messages/route": [
299
299
  "static/chunks/webpack-377a85d9b4413fa8.js",
300
300
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
301
301
  "static/chunks/3131-62de61bfb525d9a2.js",
302
302
  "static/chunks/main-app-686814e689ee5470.js",
303
- "static/chunks/app/api/v1/messages/count_tokens/route-346d6c4c2fae3383.js"
303
+ "static/chunks/app/api/v1/messages/route-346d6c4c2fae3383.js"
304
304
  ],
305
- "/api/v1/messages/route": [
305
+ "/api/v1/messages/count_tokens/route": [
306
306
  "static/chunks/webpack-377a85d9b4413fa8.js",
307
307
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
308
308
  "static/chunks/3131-62de61bfb525d9a2.js",
309
309
  "static/chunks/main-app-686814e689ee5470.js",
310
- "static/chunks/app/api/v1/messages/route-346d6c4c2fae3383.js"
310
+ "static/chunks/app/api/v1/messages/count_tokens/route-346d6c4c2fae3383.js"
311
311
  ],
312
312
  "/api/v1/models/route": [
313
313
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -316,26 +316,26 @@
316
316
  "static/chunks/main-app-686814e689ee5470.js",
317
317
  "static/chunks/app/api/v1/models/route-346d6c4c2fae3383.js"
318
318
  ],
319
- "/api/v1/responses/route": [
319
+ "/api/v1/route": [
320
320
  "static/chunks/webpack-377a85d9b4413fa8.js",
321
321
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
322
322
  "static/chunks/3131-62de61bfb525d9a2.js",
323
323
  "static/chunks/main-app-686814e689ee5470.js",
324
- "static/chunks/app/api/v1/responses/route-346d6c4c2fae3383.js"
324
+ "static/chunks/app/api/v1/route-346d6c4c2fae3383.js"
325
325
  ],
326
- "/api/v1/route": [
326
+ "/api/v1beta/models/[...path]/route": [
327
327
  "static/chunks/webpack-377a85d9b4413fa8.js",
328
328
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
329
329
  "static/chunks/3131-62de61bfb525d9a2.js",
330
330
  "static/chunks/main-app-686814e689ee5470.js",
331
- "static/chunks/app/api/v1/route-346d6c4c2fae3383.js"
331
+ "static/chunks/app/api/v1beta/models/[...path]/route-346d6c4c2fae3383.js"
332
332
  ],
333
- "/api/v1beta/models/[...path]/route": [
333
+ "/api/v1/responses/route": [
334
334
  "static/chunks/webpack-377a85d9b4413fa8.js",
335
335
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
336
336
  "static/chunks/3131-62de61bfb525d9a2.js",
337
337
  "static/chunks/main-app-686814e689ee5470.js",
338
- "static/chunks/app/api/v1beta/models/[...path]/route-346d6c4c2fae3383.js"
338
+ "static/chunks/app/api/v1/responses/route-346d6c4c2fae3383.js"
339
339
  ],
340
340
  "/api/v1beta/models/route": [
341
341
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -344,27 +344,27 @@
344
344
  "static/chunks/main-app-686814e689ee5470.js",
345
345
  "static/chunks/app/api/v1beta/models/route-346d6c4c2fae3383.js"
346
346
  ],
347
- "/callback/page": [
347
+ "/landing/page": [
348
348
  "static/chunks/webpack-377a85d9b4413fa8.js",
349
349
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
350
350
  "static/chunks/3131-62de61bfb525d9a2.js",
351
351
  "static/chunks/main-app-686814e689ee5470.js",
352
- "static/chunks/app/callback/page-71bd2927be8975ab.js"
352
+ "static/chunks/10-53560174b468d50f.js",
353
+ "static/chunks/app/landing/page-52752e9e1b4eee93.js"
353
354
  ],
354
- "/dashboard/settings/pricing/page": [
355
+ "/callback/page": [
355
356
  "static/chunks/webpack-377a85d9b4413fa8.js",
356
357
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
357
358
  "static/chunks/3131-62de61bfb525d9a2.js",
358
359
  "static/chunks/main-app-686814e689ee5470.js",
359
- "static/chunks/app/dashboard/settings/pricing/page-5ba9eaf20345a8fb.js"
360
+ "static/chunks/app/callback/page-71bd2927be8975ab.js"
360
361
  ],
361
- "/landing/page": [
362
+ "/dashboard/settings/pricing/page": [
362
363
  "static/chunks/webpack-377a85d9b4413fa8.js",
363
364
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
364
365
  "static/chunks/3131-62de61bfb525d9a2.js",
365
366
  "static/chunks/main-app-686814e689ee5470.js",
366
- "static/chunks/10-53560174b468d50f.js",
367
- "static/chunks/app/landing/page-52752e9e1b4eee93.js"
367
+ "static/chunks/app/dashboard/settings/pricing/page-5ba9eaf20345a8fb.js"
368
368
  ],
369
369
  "/login/page": [
370
370
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -393,7 +393,7 @@
393
393
  "static/chunks/6536-3c574e1c75f84093.js",
394
394
  "static/chunks/app/(dashboard)/layout-66afc831874fda7f.js"
395
395
  ],
396
- "/(dashboard)/dashboard/endpoint/page": [
396
+ "/(dashboard)/dashboard/combos/page": [
397
397
  "static/chunks/webpack-377a85d9b4413fa8.js",
398
398
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
399
399
  "static/chunks/3131-62de61bfb525d9a2.js",
@@ -401,8 +401,7 @@
401
401
  "static/chunks/10-53560174b468d50f.js",
402
402
  "static/chunks/832-15f8ef24c0625839.js",
403
403
  "static/chunks/6536-3c574e1c75f84093.js",
404
- "static/chunks/8035-f4b5f3017591d817.js",
405
- "static/chunks/app/(dashboard)/dashboard/endpoint/page-a2bee45accef006c.js"
404
+ "static/chunks/app/(dashboard)/dashboard/combos/page-7b6e27abcaa7cbf7.js"
406
405
  ],
407
406
  "/(dashboard)/dashboard/cli-tools/page": [
408
407
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -414,7 +413,7 @@
414
413
  "static/chunks/6536-3c574e1c75f84093.js",
415
414
  "static/chunks/app/(dashboard)/dashboard/cli-tools/page-6c0157119211438e.js"
416
415
  ],
417
- "/(dashboard)/dashboard/profile/page": [
416
+ "/(dashboard)/dashboard/endpoint/page": [
418
417
  "static/chunks/webpack-377a85d9b4413fa8.js",
419
418
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
420
419
  "static/chunks/3131-62de61bfb525d9a2.js",
@@ -422,9 +421,10 @@
422
421
  "static/chunks/10-53560174b468d50f.js",
423
422
  "static/chunks/832-15f8ef24c0625839.js",
424
423
  "static/chunks/6536-3c574e1c75f84093.js",
425
- "static/chunks/app/(dashboard)/dashboard/profile/page-cc94ee4d089a9024.js"
424
+ "static/chunks/8035-f4b5f3017591d817.js",
425
+ "static/chunks/app/(dashboard)/dashboard/endpoint/page-a2bee45accef006c.js"
426
426
  ],
427
- "/(dashboard)/dashboard/providers/new/page": [
427
+ "/(dashboard)/dashboard/page": [
428
428
  "static/chunks/webpack-377a85d9b4413fa8.js",
429
429
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
430
430
  "static/chunks/3131-62de61bfb525d9a2.js",
@@ -432,9 +432,10 @@
432
432
  "static/chunks/10-53560174b468d50f.js",
433
433
  "static/chunks/832-15f8ef24c0625839.js",
434
434
  "static/chunks/6536-3c574e1c75f84093.js",
435
- "static/chunks/app/(dashboard)/dashboard/providers/new/page-3db8f5b933b2fc1d.js"
435
+ "static/chunks/8035-f4b5f3017591d817.js",
436
+ "static/chunks/app/(dashboard)/dashboard/page-6a426663629979c8.js"
436
437
  ],
437
- "/(dashboard)/dashboard/page": [
438
+ "/(dashboard)/dashboard/profile/page": [
438
439
  "static/chunks/webpack-377a85d9b4413fa8.js",
439
440
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
440
441
  "static/chunks/3131-62de61bfb525d9a2.js",
@@ -442,10 +443,9 @@
442
443
  "static/chunks/10-53560174b468d50f.js",
443
444
  "static/chunks/832-15f8ef24c0625839.js",
444
445
  "static/chunks/6536-3c574e1c75f84093.js",
445
- "static/chunks/8035-f4b5f3017591d817.js",
446
- "static/chunks/app/(dashboard)/dashboard/page-6a426663629979c8.js"
446
+ "static/chunks/app/(dashboard)/dashboard/profile/page-cc94ee4d089a9024.js"
447
447
  ],
448
- "/(dashboard)/dashboard/combos/page": [
448
+ "/(dashboard)/dashboard/providers/[id]/page": [
449
449
  "static/chunks/webpack-377a85d9b4413fa8.js",
450
450
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
451
451
  "static/chunks/3131-62de61bfb525d9a2.js",
@@ -453,9 +453,9 @@
453
453
  "static/chunks/10-53560174b468d50f.js",
454
454
  "static/chunks/832-15f8ef24c0625839.js",
455
455
  "static/chunks/6536-3c574e1c75f84093.js",
456
- "static/chunks/app/(dashboard)/dashboard/combos/page-7b6e27abcaa7cbf7.js"
456
+ "static/chunks/app/(dashboard)/dashboard/providers/[id]/page-afe83bccc923c957.js"
457
457
  ],
458
- "/(dashboard)/dashboard/providers/page": [
458
+ "/(dashboard)/dashboard/providers/new/page": [
459
459
  "static/chunks/webpack-377a85d9b4413fa8.js",
460
460
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
461
461
  "static/chunks/3131-62de61bfb525d9a2.js",
@@ -463,9 +463,9 @@
463
463
  "static/chunks/10-53560174b468d50f.js",
464
464
  "static/chunks/832-15f8ef24c0625839.js",
465
465
  "static/chunks/6536-3c574e1c75f84093.js",
466
- "static/chunks/app/(dashboard)/dashboard/providers/page-afbf36e33e95e08c.js"
466
+ "static/chunks/app/(dashboard)/dashboard/providers/new/page-3db8f5b933b2fc1d.js"
467
467
  ],
468
- "/(dashboard)/dashboard/providers/[id]/page": [
468
+ "/(dashboard)/dashboard/providers/page": [
469
469
  "static/chunks/webpack-377a85d9b4413fa8.js",
470
470
  "static/chunks/c7879cf7-ce6cc72fe8fad416.js",
471
471
  "static/chunks/3131-62de61bfb525d9a2.js",
@@ -473,7 +473,7 @@
473
473
  "static/chunks/10-53560174b468d50f.js",
474
474
  "static/chunks/832-15f8ef24c0625839.js",
475
475
  "static/chunks/6536-3c574e1c75f84093.js",
476
- "static/chunks/app/(dashboard)/dashboard/providers/[id]/page-afe83bccc923c957.js"
476
+ "static/chunks/app/(dashboard)/dashboard/providers/page-afbf36e33e95e08c.js"
477
477
  ],
478
478
  "/(dashboard)/dashboard/translator/page": [
479
479
  "static/chunks/webpack-377a85d9b4413fa8.js",
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "/_not-found/page": "/_not-found",
3
- "/api/auth/login/route": "/api/auth/login",
4
3
  "/api/auth/logout/route": "/api/auth/logout",
5
4
  "/api/cli-tools/claude-settings/route": "/api/cli-tools/claude-settings",
6
- "/api/cloud/auth/route": "/api/cloud/auth",
5
+ "/api/auth/login/route": "/api/auth/login",
7
6
  "/api/cli-tools/codex-settings/route": "/api/cli-tools/codex-settings",
7
+ "/api/cloud/auth/route": "/api/cloud/auth",
8
+ "/api/cloud/credentials/update/route": "/api/cloud/credentials/update",
8
9
  "/api/cloud/model/resolve/route": "/api/cloud/model/resolve",
9
10
  "/api/cloud/models/alias/route": "/api/cloud/models/alias",
10
- "/api/combos/route": "/api/combos",
11
11
  "/api/combos/[id]/route": "/api/combos/[id]",
12
12
  "/api/init/route": "/api/init",
13
- "/api/keys/route": "/api/keys",
14
13
  "/api/keys/[id]/route": "/api/keys/[id]",
14
+ "/api/keys/route": "/api/keys",
15
15
  "/api/models/alias/route": "/api/models/alias",
16
16
  "/api/models/route": "/api/models",
17
17
  "/api/oauth/[provider]/[action]/route": "/api/oauth/[provider]/[action]",
@@ -20,47 +20,47 @@
20
20
  "/api/oauth/kiro/social-exchange/route": "/api/oauth/kiro/social-exchange",
21
21
  "/api/pricing/route": "/api/pricing",
22
22
  "/api/providers/[id]/models/route": "/api/providers/[id]/models",
23
- "/api/providers/[id]/route": "/api/providers/[id]",
24
- "/api/providers/[id]/test/route": "/api/providers/[id]/test",
25
23
  "/api/providers/client/route": "/api/providers/client",
26
24
  "/api/providers/route": "/api/providers",
27
25
  "/api/settings/route": "/api/settings",
26
+ "/api/providers/[id]/test/route": "/api/providers/[id]/test",
28
27
  "/api/providers/validate/route": "/api/providers/validate",
29
28
  "/api/shutdown/route": "/api/shutdown",
30
- "/api/sync/cloud/route": "/api/sync/cloud",
31
- "/api/tags/route": "/api/tags",
32
29
  "/api/sync/initialize/route": "/api/sync/initialize",
30
+ "/api/tags/route": "/api/tags",
31
+ "/api/sync/cloud/route": "/api/sync/cloud",
33
32
  "/api/translator/load/route": "/api/translator/load",
34
- "/api/translator/save/route": "/api/translator/save",
35
33
  "/api/translator/send/route": "/api/translator/send",
34
+ "/api/translator/save/route": "/api/translator/save",
36
35
  "/api/translator/translate/route": "/api/translator/translate",
37
36
  "/api/usage/history/route": "/api/usage/history",
38
- "/api/usage/[connectionId]/route": "/api/usage/[connectionId]",
39
37
  "/api/usage/logs/route": "/api/usage/logs",
40
- "/api/cloud/credentials/update/route": "/api/cloud/credentials/update",
38
+ "/api/usage/[connectionId]/route": "/api/usage/[connectionId]",
39
+ "/api/providers/[id]/route": "/api/providers/[id]",
40
+ "/api/combos/route": "/api/combos",
41
41
  "/api/v1/api/chat/route": "/api/v1/api/chat",
42
42
  "/api/v1/chat/completions/route": "/api/v1/chat/completions",
43
- "/api/v1/messages/count_tokens/route": "/api/v1/messages/count_tokens",
44
43
  "/api/v1/messages/route": "/api/v1/messages",
44
+ "/api/v1/messages/count_tokens/route": "/api/v1/messages/count_tokens",
45
45
  "/api/v1/models/route": "/api/v1/models",
46
- "/api/v1/responses/route": "/api/v1/responses",
47
46
  "/api/v1/route": "/api/v1",
48
47
  "/api/v1beta/models/[...path]/route": "/api/v1beta/models/[...path]",
48
+ "/api/v1/responses/route": "/api/v1/responses",
49
49
  "/api/v1beta/models/route": "/api/v1beta/models",
50
50
  "/favicon.ico/route": "/favicon.ico",
51
+ "/landing/page": "/landing",
51
52
  "/callback/page": "/callback",
52
53
  "/dashboard/settings/pricing/page": "/dashboard/settings/pricing",
53
- "/landing/page": "/landing",
54
54
  "/login/page": "/login",
55
55
  "/page": "/",
56
- "/(dashboard)/dashboard/endpoint/page": "/dashboard/endpoint",
56
+ "/(dashboard)/dashboard/combos/page": "/dashboard/combos",
57
57
  "/(dashboard)/dashboard/cli-tools/page": "/dashboard/cli-tools",
58
+ "/(dashboard)/dashboard/endpoint/page": "/dashboard/endpoint",
59
+ "/(dashboard)/dashboard/page": "/dashboard",
58
60
  "/(dashboard)/dashboard/profile/page": "/dashboard/profile",
61
+ "/(dashboard)/dashboard/providers/[id]/page": "/dashboard/providers/[id]",
59
62
  "/(dashboard)/dashboard/providers/new/page": "/dashboard/providers/new",
60
- "/(dashboard)/dashboard/page": "/dashboard",
61
- "/(dashboard)/dashboard/combos/page": "/dashboard/combos",
62
63
  "/(dashboard)/dashboard/providers/page": "/dashboard/providers",
63
- "/(dashboard)/dashboard/providers/[id]/page": "/dashboard/providers/[id]",
64
64
  "/(dashboard)/dashboard/translator/page": "/dashboard/translator",
65
65
  "/(dashboard)/dashboard/usage/page": "/dashboard/usage"
66
66
  }
@@ -5,8 +5,8 @@
5
5
  "devFiles": [],
6
6
  "ampDevFiles": [],
7
7
  "lowPriorityFiles": [
8
- "static/z-NGTtnYbvnsa63SSl6HV/_buildManifest.js",
9
- "static/z-NGTtnYbvnsa63SSl6HV/_ssgManifest.js"
8
+ "static/vEruHXnDBNEM-jV9xL72D/_buildManifest.js",
9
+ "static/vEruHXnDBNEM-jV9xL72D/_ssgManifest.js"
10
10
  ],
11
11
  "rootMainFiles": [
12
12
  "static/chunks/webpack-377a85d9b4413fa8.js",