omniroute 1.5.0 → 1.6.2
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.
- package/README.md +22 -9
- package/app/.env +110 -0
- package/app/.next/BUILD_ID +1 -1
- package/app/.next/app-path-routes-manifest.json +53 -53
- package/app/.next/build-manifest.json +3 -3
- package/app/.next/prerender-manifest.json +3 -3
- package/app/.next/required-server-files.json +4 -4
- package/app/.next/server/app/(dashboard)/dashboard/analytics/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/analytics/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/analytics/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/api-manager/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/api-manager/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/api-manager/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/audit-log/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/audit-log/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/audit-log/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/costs/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/costs/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/costs/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/health/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/health/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/health/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/limits/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/limits/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/limits/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/logs/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/logs/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/logs/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/onboarding/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/onboarding/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/onboarding/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/settings/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/settings/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/settings/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error/page.js +3 -3
- package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error.html +2 -2
- package/app/.next/server/app/_global-error.rsc +4 -4
- package/app/.next/server/app/_global-error.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/_not-found/page.js +2 -2
- package/app/.next/server/app/_not-found/page.js.nft.json +1 -1
- package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/auth/login/route.js +1 -1
- package/app/.next/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/auth/logout/route.js +1 -1
- package/app/.next/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/auth/status/route.js +1 -1
- package/app/.next/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cache/route.js +1 -1
- package/app/.next/server/app/api/cache/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cache/stats/route.js +1 -1
- package/app/.next/server/app/api/cache/stats/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +3 -3
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/backups/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/backups/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/cline-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/cline-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/codex-profiles/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/codex-profiles/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/guide-settings/[toolId]/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/guide-settings/[toolId]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/kilo-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/kilo-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/runtime/[toolId]/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/runtime/[toolId]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cli-tools/status/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/status/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/auth/route.js +1 -1
- package/app/.next/server/app/api/cloud/auth/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js +1 -1
- package/app/.next/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js +1 -1
- package/app/.next/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js +1 -1
- package/app/.next/server/app/api/cloud/models/alias/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/[id]/route.js +1 -1
- package/app/.next/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/metrics/route.js +1 -1
- package/app/.next/server/app/api/combos/metrics/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/route.js +1 -1
- package/app/.next/server/app/api/combos/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/combos/test/route.js +1 -1
- package/app/.next/server/app/api/combos/test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/compliance/audit-log/route.js +1 -1
- package/app/.next/server/app/api/compliance/audit-log/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/db-backups/export/route.js +1 -1
- package/app/.next/server/app/api/db-backups/export/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/db-backups/exportAll/route.js +1 -1
- package/app/.next/server/app/api/db-backups/exportAll/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/db-backups/import/route.js +1 -1
- package/app/.next/server/app/api/db-backups/import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/db-backups/route.js +1 -1
- package/app/.next/server/app/api/db-backups/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/evals/[suiteId]/route.js +1 -1
- package/app/.next/server/app/api/evals/[suiteId]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/evals/route.js +1 -1
- package/app/.next/server/app/api/evals/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/fallback/chains/route.js +2 -2
- package/app/.next/server/app/api/fallback/chains/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/init/route.js +1 -1
- package/app/.next/server/app/api/init/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/keys/route.js +1 -1
- package/app/.next/server/app/api/keys/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/logs/console/route.js +1 -1
- package/app/.next/server/app/api/logs/console/route.js.nft.json +1 -1
- package/app/.next/server/app/api/logs/console/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/alias/route.js +1 -1
- package/app/.next/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/availability/route.js +1 -1
- package/app/.next/server/app/api/models/availability/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/catalog/route.js +2 -2
- package/app/.next/server/app/api/models/catalog/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/models/route.js +2 -2
- package/app/.next/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/monitoring/health/route.js +2 -2
- package/app/.next/server/app/api/monitoring/health/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +2 -2
- package/app/.next/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/policies/route.js +2 -2
- package/app/.next/server/app/api/policies/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/pricing/defaults/route.js +1 -1
- package/app/.next/server/app/api/pricing/defaults/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/pricing/models/route.js +1 -1
- package/app/.next/server/app/api/pricing/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/pricing/route.js +1 -1
- package/app/.next/server/app/api/pricing/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-metrics/route.js +2 -2
- package/app/.next/server/app/api/provider-metrics/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-models/route.js +1 -1
- package/app/.next/server/app/api/provider-models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js +2 -2
- package/app/.next/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js +2 -2
- package/app/.next/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/client/route.js +1 -1
- package/app/.next/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/route.js +2 -2
- package/app/.next/server/app/api/providers/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
- package/app/.next/server/app/api/providers/test-batch/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/providers/validate/route.js +1 -1
- package/app/.next/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/rate-limit/route.js +1 -1
- package/app/.next/server/app/api/rate-limit/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/rate-limits/route.js +1 -1
- package/app/.next/server/app/api/rate-limits/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/resilience/reset/route.js +1 -1
- package/app/.next/server/app/api/resilience/reset/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/resilience/route.js +1 -1
- package/app/.next/server/app/api/resilience/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/restart/route.js +1 -1
- package/app/.next/server/app/api/restart/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/sessions/route.js +1 -1
- package/app/.next/server/app/api/sessions/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/combo-defaults/route.js +1 -1
- package/app/.next/server/app/api/settings/combo-defaults/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/ip-filter/route.js +1 -1
- package/app/.next/server/app/api/settings/ip-filter/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/proxy/route.js +1 -1
- package/app/.next/server/app/api/settings/proxy/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/proxy/test/route.js +1 -1
- package/app/.next/server/app/api/settings/proxy/test/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js +1 -1
- package/app/.next/server/app/api/settings/require-login/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/route.js +1 -1
- package/app/.next/server/app/api/settings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/system-prompt/route.js +1 -1
- package/app/.next/server/app/api/settings/system-prompt/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/settings/thinking-budget/route.js +1 -1
- package/app/.next/server/app/api/settings/thinking-budget/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/shutdown/route.js +1 -1
- package/app/.next/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/storage/health/route.js +1 -1
- package/app/.next/server/app/api/storage/health/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/sync/cloud/route.js +1 -1
- package/app/.next/server/app/api/sync/cloud/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/sync/initialize/route.js +1 -1
- package/app/.next/server/app/api/sync/initialize/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/tags/route.js +1 -1
- package/app/.next/server/app/api/tags/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/telemetry/summary/route.js +1 -1
- package/app/.next/server/app/api/telemetry/summary/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/token-health/route.js +1 -1
- package/app/.next/server/app/api/token-health/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/detect/route.js +1 -1
- package/app/.next/server/app/api/translator/detect/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/history/route.js +1 -1
- package/app/.next/server/app/api/translator/history/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/load/route.js +1 -1
- package/app/.next/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/save/route.js +1 -1
- package/app/.next/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/send/route.js +1 -1
- package/app/.next/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/translator/translate/route.js +1 -1
- package/app/.next/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
- package/app/.next/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/analytics/route.js +1 -1
- package/app/.next/server/app/api/usage/analytics/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/budget/route.js +2 -2
- package/app/.next/server/app/api/usage/budget/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/call-logs/[id]/route.js +1 -1
- package/app/.next/server/app/api/usage/call-logs/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/call-logs/route.js +1 -1
- package/app/.next/server/app/api/usage/call-logs/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/history/route.js +1 -1
- package/app/.next/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/logs/route.js +1 -1
- package/app/.next/server/app/api/usage/logs/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/proxy-logs/route.js +1 -1
- package/app/.next/server/app/api/usage/proxy-logs/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/usage/request-logs/route.js +1 -1
- package/app/.next/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
- package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/embeddings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/images/generations/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/models/route.js +2 -2
- package/app/.next/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/moderations/route.js +1 -1
- package/app/.next/server/app/api/v1/moderations/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/moderations/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route.js +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/chat/completions/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route.js +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/embeddings/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route.js +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/providers/[provider]/images/generations/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/rerank/route.js +1 -1
- package/app/.next/server/app/api/v1/rerank/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/rerank/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1/route.js +1 -1
- package/app/.next/server/app/api/v1/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/api/v1beta/models/route.js +2 -2
- package/app/.next/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
- package/app/.next/server/app/callback/page.js +2 -2
- package/app/.next/server/app/callback/page.js.nft.json +1 -1
- package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/docs/page.js +3 -3
- package/app/.next/server/app/docs/page.js.nft.json +1 -1
- package/app/.next/server/app/docs/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/forbidden/page.js +2 -2
- package/app/.next/server/app/forbidden/page.js.nft.json +1 -1
- package/app/.next/server/app/forbidden/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/forgot-password/page.js +2 -2
- package/app/.next/server/app/forgot-password/page.js.nft.json +1 -1
- package/app/.next/server/app/forgot-password/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/landing/page.js +2 -2
- package/app/.next/server/app/landing/page.js.nft.json +1 -1
- package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/login/page.js +2 -2
- package/app/.next/server/app/login/page.js.nft.json +1 -1
- package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/page.js +2 -2
- package/app/.next/server/app/page.js.nft.json +1 -1
- package/app/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/privacy/page.js +2 -2
- package/app/.next/server/app/privacy/page.js.nft.json +1 -1
- package/app/.next/server/app/privacy/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/terms/page.js +2 -2
- package/app/.next/server/app/terms/page.js.nft.json +1 -1
- package/app/.next/server/app/terms/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app-paths-manifest.json +53 -53
- package/app/.next/server/chunks/2180.js +1 -1
- package/app/.next/server/chunks/2910.js +1 -1
- package/app/.next/server/chunks/3498.js +1 -1
- package/app/.next/server/chunks/3801.js +2 -0
- package/app/.next/server/chunks/4488.js +1 -1
- package/app/.next/server/chunks/6928.js +1 -0
- package/app/.next/server/chunks/7109.js +1 -1
- package/app/.next/server/chunks/8020.js +3 -3
- package/app/.next/server/chunks/9548.js +1 -0
- package/app/.next/server/chunks/9824.js +2 -2
- package/app/.next/server/instrumentation.js +1 -1
- package/app/.next/server/middleware-build-manifest.js +1 -1
- package/app/.next/server/middleware.js +3 -3
- package/app/.next/server/next-font-manifest.js +1 -1
- package/app/.next/server/next-font-manifest.json +1 -1
- package/app/.next/server/pages/500.html +2 -2
- package/app/.next/server/server-reference-manifest.js +1 -1
- package/app/.next/server/server-reference-manifest.json +1 -1
- package/app/.next/static/chunks/{5846-c6bffec2bf9757fa.js → 5846-dc83396127b87ed7.js} +1 -1
- package/app/.next/static/chunks/993-95359de84711765c.js +21 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/analytics/loading-ce5214cdf489c9df.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/analytics/{page-52f76c7c91444ec2.js → page-20786f2c7fdbab57.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/api-manager/page-12d772841a253032.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/audit-log/page-c9b98846b8479f3f.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-6453cc8ebb7db016.js +15 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-85a3e6a423aceded.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/costs/{page-3ed2a7685adf9b91.js → page-cdb8071441476da9.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-ef0038a40cb26943.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/health/{page-9a6519bf1468f16e.js → page-b480b3cb318782d7.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/limits/page-0ae1d6cc5fc4671f.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/logs/{page-833d24f322a20f5a.js → page-ffdc1dcf074c7528.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/onboarding/page-5378e9473a20cd6a.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/page-5c87e49261a22fd5.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-b38f2d03bae8166a.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/{error-2f0177a2197dd556.js → error-f0730d6d62d02e82.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/{loading-99ab4d478260d53b.js → loading-59cbccd6d5185ca9.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-a7fb36872be60fe0.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/{page-1f022385b812b987.js → page-40dc5ac82df708e9.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/{error-e844916e39172c8b.js → error-cc85c3ff1f63aea6.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/{loading-bb068659ee679ff4.js → loading-19fc771a287bcb4c.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/page-085a5e0a1d0de919.js +1 -0
- package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/pricing/{page-f10a8d4bb8236913.js → page-cbe9b21b62bbc2bd.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/translator/{page-83b07523f81d6282.js → page-534e13a69cb60a4f.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/{page-9cc99ab874fc36e7.js → page-86a076d820931a30.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/{layout-00d5d56af65098a9.js → layout-16302e54f9ef3d0e.js} +1 -1
- package/app/.next/static/chunks/app/callback/{page-585a53f7dc6a30f1.js → page-0f0ebc0820dd18a5.js} +1 -1
- package/app/.next/static/chunks/app/docs/{page-2fe9dcbeb3f738c0.js → page-3658b3f15df3a19e.js} +1 -1
- package/app/.next/static/chunks/app/{error-0d59fc4efafbc38c.js → error-f918d9961a2368d3.js} +1 -1
- package/app/.next/static/chunks/app/forbidden/page-77657dfa95e61cd8.js +1 -0
- package/app/.next/static/chunks/app/forgot-password/page-be3bacc125c30a6b.js +1 -0
- package/app/.next/static/chunks/app/global-error-504ff9093e2a997d.js +1 -0
- package/app/.next/static/chunks/app/landing/page-75b0c988db383cfc.js +1 -0
- package/app/.next/static/chunks/app/{layout-108592eafb959363.js → layout-070972eb026af319.js} +1 -1
- package/app/.next/static/chunks/app/login/{page-121c612ee459e7c2.js → page-6c769465e407368f.js} +1 -1
- package/app/.next/static/chunks/app/not-found-11b712c853d93172.js +1 -0
- package/app/.next/static/chunks/app/privacy/{page-2fe9dcbeb3f738c0.js → page-3658b3f15df3a19e.js} +1 -1
- package/app/.next/static/chunks/app/terms/{page-2fe9dcbeb3f738c0.js → page-3658b3f15df3a19e.js} +1 -1
- package/app/.next/static/chunks/{main-app-c9da11a8061df107.js → main-app-ae230f6bf51a5edb.js} +1 -1
- package/app/logs/application/app.log +6685 -0
- package/app/package.json +5 -3
- package/app/server.js +1 -1
- package/bin/omniroute.mjs +27 -14
- package/package.json +5 -3
- package/scripts/postinstall.mjs +57 -0
- package/app/.next/server/chunks/5248.js +0 -1
- package/app/.next/server/chunks/5393.js +0 -2
- package/app/.next/static/chunks/993-cf9fe6c017bc7e67.js +0 -21
- package/app/.next/static/chunks/app/(dashboard)/dashboard/analytics/loading-6f1750506292c630.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/api-manager/page-1dd4d0c348a7b0a6.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/audit-log/page-e5bf8955e7b9a4f5.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-ce332ffdb491a4d8.js +0 -15
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-6abed29d64c46388.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/endpoint/page-1420c3ca376f1585.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/limits/page-f4a2d6d07df5ddc4.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/onboarding/page-ec914ae79f085e6f.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/page-388840686801f3f5.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-9c8ffb212f855704.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/providers/new/page-31cdb6e15134d8c2.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/settings/page-1393d4935fc087cf.js +0 -1
- package/app/.next/static/chunks/app/forbidden/page-df886dfa2d5bd9fa.js +0 -1
- package/app/.next/static/chunks/app/forgot-password/page-2a495f0b0c653ab4.js +0 -1
- package/app/.next/static/chunks/app/global-error-41eef2a698918fc1.js +0 -1
- package/app/.next/static/chunks/app/landing/page-9d540ab1716f8e3e.js +0 -1
- package/app/.next/static/chunks/app/not-found-1dbd8c3e506fe00f.js +0 -1
- /package/app/.next/static/{XOdkUGO-Pm15MwsN4s6B3 → GhECt_DwDldLWyCh-8168}/_buildManifest.js +0 -0
- /package/app/.next/static/{XOdkUGO-Pm15MwsN4s6B3 → GhECt_DwDldLWyCh-8168}/_ssgManifest.js +0 -0
package/README.md
CHANGED
|
@@ -170,12 +170,22 @@ omniroute
|
|
|
170
170
|
|
|
171
171
|
🎉 Dashboard opens at `http://localhost:20128`
|
|
172
172
|
|
|
173
|
-
| Command | Description
|
|
174
|
-
| ----------------------- |
|
|
175
|
-
| `omniroute` | Start server (
|
|
176
|
-
| `omniroute --port 3000` |
|
|
177
|
-
| `omniroute --no-open` | Don't auto-open browser
|
|
178
|
-
| `omniroute --help` | Show help
|
|
173
|
+
| Command | Description |
|
|
174
|
+
| ----------------------- | ----------------------------------------------------------- |
|
|
175
|
+
| `omniroute` | Start server (`PORT=20128`, API and dashboard on same port) |
|
|
176
|
+
| `omniroute --port 3000` | Set canonical/API port to 3000 |
|
|
177
|
+
| `omniroute --no-open` | Don't auto-open browser |
|
|
178
|
+
| `omniroute --help` | Show help |
|
|
179
|
+
|
|
180
|
+
Optional split-port mode:
|
|
181
|
+
|
|
182
|
+
```bash
|
|
183
|
+
PORT=20128 DASHBOARD_PORT=20129 omniroute
|
|
184
|
+
# API: http://localhost:20128/v1
|
|
185
|
+
# Dashboard: http://localhost:20129
|
|
186
|
+
```
|
|
187
|
+
|
|
188
|
+
When ports are split, the API port serves only OpenAI-compatible routes (`/v1`, `/chat/completions`, `/responses`, `/models`, `/codex/*`).
|
|
179
189
|
|
|
180
190
|
**2. Connect a FREE provider:**
|
|
181
191
|
|
|
@@ -197,7 +207,7 @@ Claude Code/Codex/Gemini CLI/OpenClaw/Cursor/Cline Settings:
|
|
|
197
207
|
```bash
|
|
198
208
|
cp .env.example .env
|
|
199
209
|
npm install
|
|
200
|
-
PORT=20128 NEXT_PUBLIC_BASE_URL=http://localhost:
|
|
210
|
+
PORT=20128 DASHBOARD_PORT=20129 NEXT_PUBLIC_BASE_URL=http://localhost:20129 npm run dev
|
|
201
211
|
```
|
|
202
212
|
|
|
203
213
|
---
|
|
@@ -985,9 +995,12 @@ Se não quiser criar credenciais próprias agora, ainda é possível usar o flux
|
|
|
985
995
|
- Switch primary model to GLM/MiniMax
|
|
986
996
|
- Use free tier (Gemini CLI, iFlow) for non-critical tasks
|
|
987
997
|
|
|
988
|
-
**Dashboard
|
|
998
|
+
**Dashboard/API ports are wrong**
|
|
989
999
|
|
|
990
|
-
-
|
|
1000
|
+
- `PORT` is the canonical base port (and API port by default)
|
|
1001
|
+
- `API_PORT` overrides only OpenAI-compatible API listener
|
|
1002
|
+
- `DASHBOARD_PORT` overrides only dashboard/Next.js listener
|
|
1003
|
+
- Set `NEXT_PUBLIC_BASE_URL` to your dashboard/public URL (for OAuth callbacks)
|
|
991
1004
|
|
|
992
1005
|
**Cloud sync errors**
|
|
993
1006
|
|
package/app/.env
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
# OmniRoute environment contract
|
|
2
|
+
# This file reflects actual runtime usage in the current codebase.
|
|
3
|
+
|
|
4
|
+
# Required
|
|
5
|
+
JWT_SECRET=change-me-to-a-long-random-secret
|
|
6
|
+
INITIAL_PASSWORD=123456
|
|
7
|
+
DATA_DIR=/home/diegosouzapw/.omniroute
|
|
8
|
+
|
|
9
|
+
# Storage (SQLite)
|
|
10
|
+
STORAGE_DRIVER=sqlite
|
|
11
|
+
STORAGE_ENCRYPTION_KEY=change-me-storage-encryption-key
|
|
12
|
+
STORAGE_ENCRYPTION_KEY_VERSION=v1
|
|
13
|
+
LOG_RETENTION_DAYS=90
|
|
14
|
+
SQLITE_MAX_SIZE_MB=2048
|
|
15
|
+
SQLITE_CLEAN_LEGACY_FILES=true
|
|
16
|
+
|
|
17
|
+
# Recommended runtime variables
|
|
18
|
+
PORT=20128
|
|
19
|
+
NODE_ENV=production
|
|
20
|
+
INSTANCE_NAME=omniroute
|
|
21
|
+
|
|
22
|
+
# Recommended security and ops variables
|
|
23
|
+
API_KEY_SECRET=endpoint-proxy-api-key-secret
|
|
24
|
+
MACHINE_ID_SALT=endpoint-proxy-salt
|
|
25
|
+
ENABLE_REQUEST_LOGS=true
|
|
26
|
+
AUTH_COOKIE_SECURE=false
|
|
27
|
+
REQUIRE_API_KEY=false
|
|
28
|
+
|
|
29
|
+
# Cloud sync variables
|
|
30
|
+
# Must point to this running instance so internal sync jobs can call /api/sync/cloud.
|
|
31
|
+
# Server-side preferred variables:
|
|
32
|
+
BASE_URL=http://localhost:20128
|
|
33
|
+
CLOUD_URL=https://cloud.omniroute.online
|
|
34
|
+
# Backward-compatible/public variables:
|
|
35
|
+
NEXT_PUBLIC_BASE_URL=http://localhost:20128
|
|
36
|
+
NEXT_PUBLIC_CLOUD_URL=https://cloud.omniroute.online
|
|
37
|
+
|
|
38
|
+
# Optional outbound proxy variables for upstream provider calls
|
|
39
|
+
# Lowercase variants are also supported: http_proxy, https_proxy, all_proxy, no_proxy
|
|
40
|
+
# HTTP_PROXY=http://127.0.0.1:7890
|
|
41
|
+
# HTTPS_PROXY=http://127.0.0.1:7890
|
|
42
|
+
# ALL_PROXY=socks5://127.0.0.1:7890
|
|
43
|
+
# NO_PROXY=localhost,127.0.0.1
|
|
44
|
+
ENABLE_SOCKS5_PROXY=true
|
|
45
|
+
NEXT_PUBLIC_ENABLE_SOCKS5_PROXY=true
|
|
46
|
+
ENABLE_TLS_FINGERPRINT=true
|
|
47
|
+
|
|
48
|
+
# Optional CLI runtime overrides (Docker/host integration)
|
|
49
|
+
# CLI_MODE=auto
|
|
50
|
+
# CLI_EXTRA_PATHS=/host-cli/bin
|
|
51
|
+
# CLI_CONFIG_HOME=/root
|
|
52
|
+
# CLI_ALLOW_CONFIG_WRITES=true
|
|
53
|
+
# CLI_CLAUDE_BIN=claude
|
|
54
|
+
# CLI_CODEX_BIN=codex
|
|
55
|
+
# CLI_DROID_BIN=droid
|
|
56
|
+
# CLI_OPENCLAW_BIN=openclaw
|
|
57
|
+
# CLI_CURSOR_BIN=agent
|
|
58
|
+
# CLI_CLINE_BIN=cline
|
|
59
|
+
# CLI_ROO_BIN=roo
|
|
60
|
+
# CLI_CONTINUE_BIN=cn
|
|
61
|
+
|
|
62
|
+
# Currently unused by application runtime (kept as reference)
|
|
63
|
+
# INSTANCE_NAME=omniroute
|
|
64
|
+
|
|
65
|
+
# Provider OAuth Credentials (optional — override hardcoded defaults)
|
|
66
|
+
# These can also be set via data/provider-credentials.json
|
|
67
|
+
# CLAUDE_OAUTH_CLIENT_ID=
|
|
68
|
+
# GEMINI_OAUTH_CLIENT_ID=
|
|
69
|
+
GEMINI_OAUTH_CLIENT_SECRET=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
|
|
70
|
+
# GEMINI_CLI_OAUTH_CLIENT_ID=
|
|
71
|
+
GEMINI_CLI_OAUTH_CLIENT_SECRET=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
|
|
72
|
+
# CODEX_OAUTH_CLIENT_ID=
|
|
73
|
+
# CODEX_OAUTH_CLIENT_SECRET=
|
|
74
|
+
# QWEN_OAUTH_CLIENT_ID=
|
|
75
|
+
# IFLOW_OAUTH_CLIENT_ID=
|
|
76
|
+
IFLOW_OAUTH_CLIENT_SECRET=4Z3YjXycVsQvyGF1etiNlIBB4RsqSDtW
|
|
77
|
+
# ANTIGRAVITY_OAUTH_CLIENT_ID=
|
|
78
|
+
ANTIGRAVITY_OAUTH_CLIENT_SECRET=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
|
|
79
|
+
|
|
80
|
+
# API Key Providers (Phase 1 + Phase 4)
|
|
81
|
+
# Add via Dashboard → Providers → Add API Key, or set here
|
|
82
|
+
# DEEPSEEK_API_KEY=
|
|
83
|
+
# GROQ_API_KEY=
|
|
84
|
+
# XAI_API_KEY=
|
|
85
|
+
# MISTRAL_API_KEY=
|
|
86
|
+
# PERPLEXITY_API_KEY=
|
|
87
|
+
# TOGETHER_API_KEY=
|
|
88
|
+
# FIREWORKS_API_KEY=
|
|
89
|
+
# CEREBRAS_API_KEY=
|
|
90
|
+
# COHERE_API_KEY=
|
|
91
|
+
# NVIDIA_API_KEY=
|
|
92
|
+
|
|
93
|
+
# Embedding Providers (optional — used by /v1/embeddings)
|
|
94
|
+
# NEBIUS_API_KEY=
|
|
95
|
+
# Provider keys above (openai, mistral, together, fireworks, nvidia) also work for embeddings
|
|
96
|
+
|
|
97
|
+
# Timeout settings
|
|
98
|
+
# FETCH_TIMEOUT_MS=120000
|
|
99
|
+
# STREAM_IDLE_TIMEOUT_MS=60000
|
|
100
|
+
|
|
101
|
+
# CORS configuration (default: * allows all origins)
|
|
102
|
+
# CORS_ORIGINS=*
|
|
103
|
+
|
|
104
|
+
# Logging
|
|
105
|
+
# LOG_LEVEL=info
|
|
106
|
+
# LOG_FORMAT=text
|
|
107
|
+
LOG_TO_FILE=true
|
|
108
|
+
# LOG_FILE_PATH=logs/application/app.log
|
|
109
|
+
# LOG_MAX_FILE_SIZE=50M
|
|
110
|
+
# LOG_RETENTION_DAYS=7
|
package/app/.next/BUILD_ID
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
GhECt_DwDldLWyCh-8168
|
|
@@ -2,152 +2,152 @@
|
|
|
2
2
|
"/_not-found/page": "/_not-found",
|
|
3
3
|
"/_global-error/page": "/_global-error",
|
|
4
4
|
"/api/auth/login/route": "/api/auth/login",
|
|
5
|
-
"/api/auth/logout/route": "/api/auth/logout",
|
|
6
5
|
"/api/auth/status/route": "/api/auth/status",
|
|
7
|
-
"/api/cache/route": "/api/cache",
|
|
8
|
-
"/api/cache/stats/route": "/api/cache/stats",
|
|
9
6
|
"/api/cli-tools/antigravity-mitm/alias/route": "/api/cli-tools/antigravity-mitm/alias",
|
|
7
|
+
"/api/cache/stats/route": "/api/cache/stats",
|
|
8
|
+
"/api/auth/logout/route": "/api/auth/logout",
|
|
10
9
|
"/api/cli-tools/backups/route": "/api/cli-tools/backups",
|
|
11
10
|
"/api/cli-tools/codex-profiles/route": "/api/cli-tools/codex-profiles",
|
|
12
|
-
"/api/
|
|
11
|
+
"/api/cache/route": "/api/cache",
|
|
13
12
|
"/api/cloud/auth/route": "/api/cloud/auth",
|
|
14
13
|
"/api/cloud/credentials/update/route": "/api/cloud/credentials/update",
|
|
15
|
-
"/api/cloud/model/resolve/route": "/api/cloud/model/resolve",
|
|
16
14
|
"/api/cloud/models/alias/route": "/api/cloud/models/alias",
|
|
17
|
-
"/api/
|
|
15
|
+
"/api/cloud/model/resolve/route": "/api/cloud/model/resolve",
|
|
18
16
|
"/api/combos/metrics/route": "/api/combos/metrics",
|
|
19
17
|
"/api/combos/route": "/api/combos",
|
|
20
|
-
"/api/compliance/audit-log/route": "/api/compliance/audit-log",
|
|
21
18
|
"/api/db-backups/export/route": "/api/db-backups/export",
|
|
19
|
+
"/api/compliance/audit-log/route": "/api/compliance/audit-log",
|
|
22
20
|
"/api/db-backups/exportAll/route": "/api/db-backups/exportAll",
|
|
23
|
-
"/api/db-backups/import/route": "/api/db-backups/import",
|
|
24
21
|
"/api/db-backups/route": "/api/db-backups",
|
|
22
|
+
"/api/combos/[id]/route": "/api/combos/[id]",
|
|
23
|
+
"/api/db-backups/import/route": "/api/db-backups/import",
|
|
25
24
|
"/api/evals/[suiteId]/route": "/api/evals/[suiteId]",
|
|
26
25
|
"/api/evals/route": "/api/evals",
|
|
27
|
-
"/api/fallback/chains/route": "/api/fallback/chains",
|
|
28
|
-
"/api/init/route": "/api/init",
|
|
29
26
|
"/api/keys/[id]/route": "/api/keys/[id]",
|
|
27
|
+
"/api/fallback/chains/route": "/api/fallback/chains",
|
|
30
28
|
"/api/keys/route": "/api/keys",
|
|
29
|
+
"/api/init/route": "/api/init",
|
|
31
30
|
"/api/logs/console/route": "/api/logs/console",
|
|
32
31
|
"/api/models/alias/route": "/api/models/alias",
|
|
32
|
+
"/api/oauth/cursor/auto-import/route": "/api/oauth/cursor/auto-import",
|
|
33
33
|
"/api/models/availability/route": "/api/models/availability",
|
|
34
34
|
"/api/models/catalog/route": "/api/models/catalog",
|
|
35
|
-
"/api/models/route": "/api/models",
|
|
36
|
-
"/api/monitoring/health/route": "/api/monitoring/health",
|
|
37
|
-
"/api/oauth/cursor/auto-import/route": "/api/oauth/cursor/auto-import",
|
|
38
35
|
"/api/oauth/cursor/import/route": "/api/oauth/cursor/import",
|
|
39
36
|
"/api/oauth/kiro/import/route": "/api/oauth/kiro/import",
|
|
40
37
|
"/api/oauth/kiro/auto-import/route": "/api/oauth/kiro/auto-import",
|
|
38
|
+
"/api/oauth/kiro/social-authorize/route": "/api/oauth/kiro/social-authorize",
|
|
41
39
|
"/api/oauth/kiro/social-exchange/route": "/api/oauth/kiro/social-exchange",
|
|
42
|
-
"/api/policies/route": "/api/policies",
|
|
43
40
|
"/api/pricing/defaults/route": "/api/pricing/defaults",
|
|
44
|
-
"/api/
|
|
45
|
-
"/api/pricing/models/route": "/api/pricing/models",
|
|
41
|
+
"/api/policies/route": "/api/policies",
|
|
46
42
|
"/api/pricing/route": "/api/pricing",
|
|
43
|
+
"/api/pricing/models/route": "/api/pricing/models",
|
|
47
44
|
"/api/provider-metrics/route": "/api/provider-metrics",
|
|
48
45
|
"/api/provider-models/route": "/api/provider-models",
|
|
49
46
|
"/api/provider-nodes/[id]/route": "/api/provider-nodes/[id]",
|
|
50
|
-
"/api/
|
|
47
|
+
"/api/models/route": "/api/models",
|
|
51
48
|
"/api/provider-nodes/validate/route": "/api/provider-nodes/validate",
|
|
49
|
+
"/api/providers/[id]/models/route": "/api/providers/[id]/models",
|
|
52
50
|
"/api/providers/[id]/route": "/api/providers/[id]",
|
|
53
|
-
"/api/providers/client/route": "/api/providers/client",
|
|
54
|
-
"/api/providers/route": "/api/providers",
|
|
55
|
-
"/api/providers/test-batch/route": "/api/providers/test-batch",
|
|
56
|
-
"/api/providers/validate/route": "/api/providers/validate",
|
|
57
51
|
"/api/rate-limit/route": "/api/rate-limit",
|
|
52
|
+
"/api/providers/test-batch/route": "/api/providers/test-batch",
|
|
58
53
|
"/api/rate-limits/route": "/api/rate-limits",
|
|
59
|
-
"/api/resilience/reset/route": "/api/resilience/reset",
|
|
60
54
|
"/api/resilience/route": "/api/resilience",
|
|
55
|
+
"/api/providers/validate/route": "/api/providers/validate",
|
|
56
|
+
"/api/resilience/reset/route": "/api/resilience/reset",
|
|
61
57
|
"/api/restart/route": "/api/restart",
|
|
62
|
-
"/api/sessions/route": "/api/sessions",
|
|
63
58
|
"/api/settings/combo-defaults/route": "/api/settings/combo-defaults",
|
|
59
|
+
"/api/monitoring/health/route": "/api/monitoring/health",
|
|
64
60
|
"/api/settings/ip-filter/route": "/api/settings/ip-filter",
|
|
61
|
+
"/api/providers/route": "/api/providers",
|
|
62
|
+
"/api/providers/client/route": "/api/providers/client",
|
|
63
|
+
"/api/sessions/route": "/api/sessions",
|
|
65
64
|
"/api/settings/require-login/route": "/api/settings/require-login",
|
|
66
|
-
"/api/settings/route": "/api/settings",
|
|
67
65
|
"/api/settings/system-prompt/route": "/api/settings/system-prompt",
|
|
68
66
|
"/api/shutdown/route": "/api/shutdown",
|
|
69
|
-
"/api/settings/thinking-budget/route": "/api/settings/thinking-budget",
|
|
70
67
|
"/api/storage/health/route": "/api/storage/health",
|
|
71
68
|
"/api/sync/cloud/route": "/api/sync/cloud",
|
|
72
|
-
"/api/
|
|
69
|
+
"/api/settings/thinking-budget/route": "/api/settings/thinking-budget",
|
|
73
70
|
"/api/tags/route": "/api/tags",
|
|
71
|
+
"/api/sync/initialize/route": "/api/sync/initialize",
|
|
74
72
|
"/api/telemetry/summary/route": "/api/telemetry/summary",
|
|
75
73
|
"/api/token-health/route": "/api/token-health",
|
|
76
|
-
"/api/translator/history/route": "/api/translator/history",
|
|
77
74
|
"/api/translator/detect/route": "/api/translator/detect",
|
|
75
|
+
"/api/translator/history/route": "/api/translator/history",
|
|
78
76
|
"/api/translator/load/route": "/api/translator/load",
|
|
79
77
|
"/api/translator/save/route": "/api/translator/save",
|
|
80
78
|
"/api/translator/send/route": "/api/translator/send",
|
|
81
79
|
"/api/translator/translate/route": "/api/translator/translate",
|
|
80
|
+
"/api/usage/budget/route": "/api/usage/budget",
|
|
82
81
|
"/api/usage/analytics/route": "/api/usage/analytics",
|
|
83
82
|
"/api/usage/[connectionId]/route": "/api/usage/[connectionId]",
|
|
84
|
-
"/api/usage/budget/route": "/api/usage/budget",
|
|
85
83
|
"/api/usage/call-logs/[id]/route": "/api/usage/call-logs/[id]",
|
|
86
84
|
"/api/usage/call-logs/route": "/api/usage/call-logs",
|
|
87
85
|
"/api/usage/history/route": "/api/usage/history",
|
|
88
86
|
"/api/usage/logs/route": "/api/usage/logs",
|
|
89
|
-
"/api/v1/api/chat/route": "/api/v1/api/chat",
|
|
90
87
|
"/api/usage/request-logs/route": "/api/usage/request-logs",
|
|
91
|
-
"/api/v1/
|
|
88
|
+
"/api/v1/api/chat/route": "/api/v1/api/chat",
|
|
92
89
|
"/api/v1/audio/transcriptions/route": "/api/v1/audio/transcriptions",
|
|
90
|
+
"/api/v1/audio/speech/route": "/api/v1/audio/speech",
|
|
93
91
|
"/api/v1/embeddings/route": "/api/v1/embeddings",
|
|
94
92
|
"/api/v1/images/generations/route": "/api/v1/images/generations",
|
|
95
93
|
"/api/v1/messages/count_tokens/route": "/api/v1/messages/count_tokens",
|
|
96
94
|
"/api/v1/messages/route": "/api/v1/messages",
|
|
97
95
|
"/api/v1/models/route": "/api/v1/models",
|
|
98
|
-
"/api/v1/moderations/route": "/api/v1/moderations",
|
|
99
|
-
"/api/v1/providers/[provider]/embeddings/route": "/api/v1/providers/[provider]/embeddings",
|
|
100
96
|
"/api/v1/providers/[provider]/chat/completions/route": "/api/v1/providers/[provider]/chat/completions",
|
|
101
|
-
"/api/v1/
|
|
97
|
+
"/api/v1/providers/[provider]/embeddings/route": "/api/v1/providers/[provider]/embeddings",
|
|
98
|
+
"/api/v1/moderations/route": "/api/v1/moderations",
|
|
102
99
|
"/api/v1/providers/[provider]/images/generations/route": "/api/v1/providers/[provider]/images/generations",
|
|
103
|
-
"/api/v1/route": "/api/v1",
|
|
100
|
+
"/api/v1/rerank/route": "/api/v1/rerank",
|
|
104
101
|
"/api/v1/responses/route": "/api/v1/responses",
|
|
102
|
+
"/api/v1/route": "/api/v1",
|
|
105
103
|
"/api/v1beta/models/[...path]/route": "/api/v1beta/models/[...path]",
|
|
106
104
|
"/api/v1beta/models/route": "/api/v1beta/models",
|
|
107
105
|
"/api/cli-tools/antigravity-mitm/route": "/api/cli-tools/antigravity-mitm",
|
|
108
106
|
"/api/cli-tools/claude-settings/route": "/api/cli-tools/claude-settings",
|
|
107
|
+
"/api/cli-tools/codex-settings/route": "/api/cli-tools/codex-settings",
|
|
109
108
|
"/api/cli-tools/cline-settings/route": "/api/cli-tools/cline-settings",
|
|
109
|
+
"/api/cli-tools/guide-settings/[toolId]/route": "/api/cli-tools/guide-settings/[toolId]",
|
|
110
|
+
"/api/cli-tools/runtime/[toolId]/route": "/api/cli-tools/runtime/[toolId]",
|
|
110
111
|
"/api/cli-tools/droid-settings/route": "/api/cli-tools/droid-settings",
|
|
111
|
-
"/api/cli-tools/codex-settings/route": "/api/cli-tools/codex-settings",
|
|
112
112
|
"/api/cli-tools/openclaw-settings/route": "/api/cli-tools/openclaw-settings",
|
|
113
|
-
"/api/cli-tools/runtime/[toolId]/route": "/api/cli-tools/runtime/[toolId]",
|
|
114
|
-
"/api/cli-tools/kilo-settings/route": "/api/cli-tools/kilo-settings",
|
|
115
|
-
"/api/cli-tools/status/route": "/api/cli-tools/status",
|
|
116
113
|
"/api/combos/test/route": "/api/combos/test",
|
|
114
|
+
"/api/cli-tools/status/route": "/api/cli-tools/status",
|
|
115
|
+
"/api/cli-tools/kilo-settings/route": "/api/cli-tools/kilo-settings",
|
|
117
116
|
"/api/provider-nodes/route": "/api/provider-nodes",
|
|
118
|
-
"/api/oauth/[provider]/[action]/route": "/api/oauth/[provider]/[action]",
|
|
119
117
|
"/api/settings/proxy/route": "/api/settings/proxy",
|
|
118
|
+
"/api/oauth/[provider]/[action]/route": "/api/oauth/[provider]/[action]",
|
|
120
119
|
"/api/settings/proxy/test/route": "/api/settings/proxy/test",
|
|
120
|
+
"/api/settings/route": "/api/settings",
|
|
121
121
|
"/api/usage/proxy-logs/route": "/api/usage/proxy-logs",
|
|
122
|
-
"/api/providers/[id]/test/route": "/api/providers/[id]/test",
|
|
123
122
|
"/api/v1/chat/completions/route": "/api/v1/chat/completions",
|
|
124
|
-
"/
|
|
123
|
+
"/api/providers/[id]/test/route": "/api/providers/[id]/test",
|
|
125
124
|
"/docs/page": "/docs",
|
|
126
|
-
"/
|
|
125
|
+
"/callback/page": "/callback",
|
|
127
126
|
"/forgot-password/page": "/forgot-password",
|
|
128
|
-
"/landing/page": "/landing",
|
|
129
127
|
"/login/page": "/login",
|
|
130
|
-
"/page": "/",
|
|
131
128
|
"/privacy/page": "/privacy",
|
|
129
|
+
"/forbidden/page": "/forbidden",
|
|
130
|
+
"/landing/page": "/landing",
|
|
132
131
|
"/terms/page": "/terms",
|
|
132
|
+
"/page": "/",
|
|
133
|
+
"/(dashboard)/dashboard/analytics/page": "/dashboard/analytics",
|
|
133
134
|
"/(dashboard)/dashboard/api-manager/page": "/dashboard/api-manager",
|
|
134
|
-
"/(dashboard)/dashboard/cli-tools/page": "/dashboard/cli-tools",
|
|
135
|
-
"/(dashboard)/dashboard/costs/page": "/dashboard/costs",
|
|
136
135
|
"/(dashboard)/dashboard/audit-log/page": "/dashboard/audit-log",
|
|
137
|
-
"/(dashboard)/dashboard/
|
|
136
|
+
"/(dashboard)/dashboard/health/page": "/dashboard/health",
|
|
137
|
+
"/(dashboard)/dashboard/cli-tools/page": "/dashboard/cli-tools",
|
|
138
138
|
"/(dashboard)/dashboard/limits/page": "/dashboard/limits",
|
|
139
|
+
"/(dashboard)/dashboard/costs/page": "/dashboard/costs",
|
|
139
140
|
"/(dashboard)/dashboard/onboarding/page": "/dashboard/onboarding",
|
|
140
|
-
"/(dashboard)/dashboard/health/page": "/dashboard/health",
|
|
141
|
-
"/(dashboard)/dashboard/profile/page": "/dashboard/profile",
|
|
142
|
-
"/(dashboard)/dashboard/settings/page": "/dashboard/settings",
|
|
143
141
|
"/(dashboard)/dashboard/providers/new/page": "/dashboard/providers/new",
|
|
144
142
|
"/(dashboard)/dashboard/settings/pricing/page": "/dashboard/settings/pricing",
|
|
143
|
+
"/(dashboard)/dashboard/profile/page": "/dashboard/profile",
|
|
145
144
|
"/(dashboard)/dashboard/translator/page": "/dashboard/translator",
|
|
146
|
-
"/(dashboard)/dashboard/
|
|
145
|
+
"/(dashboard)/dashboard/settings/page": "/dashboard/settings",
|
|
146
|
+
"/(dashboard)/dashboard/endpoint/page": "/dashboard/endpoint",
|
|
147
147
|
"/(dashboard)/dashboard/logs/page": "/dashboard/logs",
|
|
148
148
|
"/(dashboard)/dashboard/page": "/dashboard",
|
|
149
149
|
"/(dashboard)/dashboard/usage/page": "/dashboard/usage",
|
|
150
150
|
"/(dashboard)/dashboard/combos/page": "/dashboard/combos",
|
|
151
|
-
"/(dashboard)/dashboard/providers/
|
|
152
|
-
"/(dashboard)/dashboard/providers/page": "/dashboard/providers"
|
|
151
|
+
"/(dashboard)/dashboard/providers/page": "/dashboard/providers",
|
|
152
|
+
"/(dashboard)/dashboard/providers/[id]/page": "/dashboard/providers/[id]"
|
|
153
153
|
}
|
|
@@ -4,14 +4,14 @@
|
|
|
4
4
|
],
|
|
5
5
|
"devFiles": [],
|
|
6
6
|
"lowPriorityFiles": [
|
|
7
|
-
"static/
|
|
8
|
-
"static/
|
|
7
|
+
"static/GhECt_DwDldLWyCh-8168/_buildManifest.js",
|
|
8
|
+
"static/GhECt_DwDldLWyCh-8168/_ssgManifest.js"
|
|
9
9
|
],
|
|
10
10
|
"rootMainFiles": [
|
|
11
11
|
"static/chunks/webpack-9837b0fbf7de0b62.js",
|
|
12
12
|
"static/chunks/4bd1b696-e5d7c65570c947b7.js",
|
|
13
13
|
"static/chunks/3794-337d1ca25ad99a89.js",
|
|
14
|
-
"static/chunks/main-app-
|
|
14
|
+
"static/chunks/main-app-ae230f6bf51a5edb.js"
|
|
15
15
|
],
|
|
16
16
|
"rootMainFilesTree": {},
|
|
17
17
|
"pages": {
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
"dynamicRoutes": {},
|
|
30
30
|
"notFoundRoutes": [],
|
|
31
31
|
"preview": {
|
|
32
|
-
"previewModeId": "
|
|
33
|
-
"previewModeSigningKey": "
|
|
34
|
-
"previewModeEncryptionKey": "
|
|
32
|
+
"previewModeId": "aaf0956a7aad7ac0ad1dd6d60195f565",
|
|
33
|
+
"previewModeSigningKey": "0a4c3ea8e9a801f182ec690adc1d26fbb0d49097660ea5331509225cdb3626fb",
|
|
34
|
+
"previewModeEncryptionKey": "3907cd3170e848669849dec5f94897bda6991948f27c4b4f278c74ce757c3102"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"transform": "lodash/{{member}}"
|
|
101
101
|
}
|
|
102
102
|
},
|
|
103
|
-
"outputFileTracingRoot": "/home/
|
|
103
|
+
"outputFileTracingRoot": "/home/diegosouzapw/dev/proxys/9router",
|
|
104
104
|
"allowedDevOrigins": [
|
|
105
105
|
"192.168.*"
|
|
106
106
|
],
|
|
@@ -160,7 +160,7 @@
|
|
|
160
160
|
"proxyPrefetch": "flexible",
|
|
161
161
|
"optimisticClientCache": true,
|
|
162
162
|
"manualClientBasePath": false,
|
|
163
|
-
"cpus":
|
|
163
|
+
"cpus": 23,
|
|
164
164
|
"memoryBasedWorkersCount": false,
|
|
165
165
|
"imgOptConcurrency": null,
|
|
166
166
|
"imgOptTimeoutInSeconds": 7,
|
|
@@ -299,7 +299,7 @@
|
|
|
299
299
|
"resolveAlias": {
|
|
300
300
|
"next-intl/config": "./src/i18n/request.ts"
|
|
301
301
|
},
|
|
302
|
-
"root": "/home/
|
|
302
|
+
"root": "/home/diegosouzapw/dev/proxys/9router"
|
|
303
303
|
},
|
|
304
304
|
"serverExternalPackages": [
|
|
305
305
|
"better-sqlite3"
|
|
@@ -347,7 +347,7 @@
|
|
|
347
347
|
"fallback": []
|
|
348
348
|
}
|
|
349
349
|
},
|
|
350
|
-
"appDir": "/home/
|
|
350
|
+
"appDir": "/home/diegosouzapw/dev/proxys/9router",
|
|
351
351
|
"relativeAppDir": "",
|
|
352
352
|
"files": [
|
|
353
353
|
".next/routes-manifest.json",
|