9router 0.4.41 → 0.4.45
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/app/.next-cli-build/BUILD_ID +1 -0
- package/app/.next-cli-build/app-path-routes-manifest.json +158 -0
- package/app/.next-cli-build/build-manifest.json +20 -0
- package/app/.next-cli-build/prerender-manifest.json +599 -0
- package/app/.next-cli-build/required-server-files.json +371 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +24 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +60 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +5 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js +4 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js +5 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/_global-error/page.js +32 -0
- package/app/.next-cli-build/server/app/_global-error/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/_global-error.html +1 -0
- package/app/.next-cli-build/server/app/_global-error.rsc +14 -0
- package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +14 -0
- package/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +1 -0
- package/app/.next-cli-build/server/app/_not-found/page.js +2 -0
- package/app/.next-cli-build/server/app/_not-found/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/_not-found.html +1 -0
- package/app/.next-cli-build/server/app/_not-found.rsc +20 -0
- package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +20 -0
- package/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +4 -0
- package/app/.next-cli-build/server/app/api/auth/login/route.js +1 -0
- package/app/.next-cli-build/server/app/api/auth/login/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/auth/logout/route.js +1 -0
- package/app/.next-cli-build/server/app/api/auth/logout/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js +1 -0
- package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js +1 -0
- package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js +1 -0
- package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/auth/status/route.js +1 -0
- package/app/.next-cli-build/server/app/api/auth/status/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +17 -0
- package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +9 -0
- package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +10 -0
- package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js +2 -0
- package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cloud/auth/route.js +1 -0
- package/app/.next-cli-build/server/app/api/cloud/auth/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cloud/credentials/update/route.js +1 -0
- package/app/.next-cli-build/server/app/api/cloud/credentials/update/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cloud/model/resolve/route.js +1 -0
- package/app/.next-cli-build/server/app/api/cloud/model/resolve/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/cloud/models/alias/route.js +1 -0
- package/app/.next-cli-build/server/app/api/cloud/models/alias/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/combos/[id]/route.js +1 -0
- package/app/.next-cli-build/server/app/api/combos/[id]/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/combos/route.js +1 -0
- package/app/.next-cli-build/server/app/api/combos/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/health/route.js +1 -0
- package/app/.next-cli-build/server/app/api/health/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/init/route.js +1 -0
- package/app/.next-cli-build/server/app/api/init/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/keys/[id]/route.js +1 -0
- package/app/.next-cli-build/server/app/api/keys/[id]/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/keys/route.js +1 -0
- package/app/.next-cli-build/server/app/api/keys/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/locale/route.js +1 -0
- package/app/.next-cli-build/server/app/api/locale/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js +7 -0
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js +10 -0
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -0
- package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -0
- package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js +1 -0
- package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js +1 -0
- package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js +1 -0
- package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/models/alias/route.js +1 -0
- package/app/.next-cli-build/server/app/api/models/alias/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/models/availability/route.js +1 -0
- package/app/.next-cli-build/server/app/api/models/availability/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/models/custom/route.js +1 -0
- package/app/.next-cli-build/server/app/api/models/custom/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/models/disabled/route.js +1 -0
- package/app/.next-cli-build/server/app/api/models/disabled/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/models/route.js +1 -0
- package/app/.next-cli-build/server/app/api/models/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/models/test/route.js +1 -0
- package/app/.next-cli-build/server/app/api/models/test/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js +6 -0
- package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js +4 -0
- package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js +1 -0
- package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js +1 -0
- package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js +1 -0
- package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js +1 -0
- package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js +1 -0
- package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js +1 -0
- package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js +1 -0
- package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/pricing/route.js +1 -0
- package/app/.next-cli-build/server/app/api/pricing/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js +1 -0
- package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/provider-nodes/route.js +1 -0
- package/app/.next-cli-build/server/app/api/provider-nodes/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js +1 -0
- package/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js +1 -0
- package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/providers/[id]/route.js +1 -0
- package/app/.next-cli-build/server/app/api/providers/[id]/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js +1 -0
- package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js +1 -0
- package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/providers/client/route.js +1 -0
- package/app/.next-cli-build/server/app/api/providers/client/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js +1 -0
- package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/providers/route.js +1 -0
- package/app/.next-cli-build/server/app/api/providers/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/providers/suggested-models/route.js +1 -0
- package/app/.next-cli-build/server/app/api/providers/suggested-models/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/providers/test-batch/route.js +1 -0
- package/app/.next-cli-build/server/app/api/providers/test-batch/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/providers/validate/route.js +1 -0
- package/app/.next-cli-build/server/app/api/providers/validate/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js +1 -0
- package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js +1 -0
- package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/proxy-pools/route.js +1 -0
- package/app/.next-cli-build/server/app/api/proxy-pools/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js +33 -0
- package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/settings/database/route.js +1 -0
- package/app/.next-cli-build/server/app/api/settings/database/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/settings/proxy-test/route.js +1 -0
- package/app/.next-cli-build/server/app/api/settings/proxy-test/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/settings/require-login/route.js +1 -0
- package/app/.next-cli-build/server/app/api/settings/require-login/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/settings/route.js +1 -0
- package/app/.next-cli-build/server/app/api/settings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/shutdown/route.js +1 -0
- package/app/.next-cli-build/server/app/api/shutdown/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/tags/route.js +1 -0
- package/app/.next-cli-build/server/app/api/tags/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/translator/console-logs/route.js +1 -0
- package/app/.next-cli-build/server/app/api/translator/console-logs/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js +7 -0
- package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/translator/load/route.js +1 -0
- package/app/.next-cli-build/server/app/api/translator/load/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/translator/save/route.js +1 -0
- package/app/.next-cli-build/server/app/api/translator/save/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/translator/send/route.js +1 -0
- package/app/.next-cli-build/server/app/api/translator/send/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/translator/translate/route.js +1 -0
- package/app/.next-cli-build/server/app/api/translator/translate/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/disable/route.js +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/disable/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/enable/route.js +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/enable/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/status/route.js +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/status/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js +5 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-login/route.js +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-login/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-start-daemon/route.js +2 -0
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-start-daemon/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js +1 -0
- package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/usage/chart/route.js +1 -0
- package/app/.next-cli-build/server/app/api/usage/chart/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/usage/history/route.js +1 -0
- package/app/.next-cli-build/server/app/api/usage/history/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/usage/providers/route.js +1 -0
- package/app/.next-cli-build/server/app/api/usage/providers/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/usage/request-details/route.js +1 -0
- package/app/.next-cli-build/server/app/api/usage/request-details/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/usage/request-logs/route.js +1 -0
- package/app/.next-cli-build/server/app/api/usage/request-logs/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/usage/stats/route.js +1 -0
- package/app/.next-cli-build/server/app/api/usage/stats/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/usage/stream/route.js +7 -0
- package/app/.next-cli-build/server/app/api/usage/stream/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/api/chat/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/api/chat/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/audio/voices/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/audio/voices/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/embeddings/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/embeddings/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/images/generations/route.js +4 -0
- package/app/.next-cli-build/server/app/api/v1/images/generations/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/messages/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/messages/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/models/info/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/models/info/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/models/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/models/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/responses/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/responses/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/search/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/search/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/v1beta/models/route.js +1 -0
- package/app/.next-cli-build/server/app/api/v1beta/models/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/version/route.js +1 -0
- package/app/.next-cli-build/server/app/api/version/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/version/shutdown/route.js +1 -0
- package/app/.next-cli-build/server/app/api/version/shutdown/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/version/update/route.js +1 -0
- package/app/.next-cli-build/server/app/api/version/update/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/callback/page.js +2 -0
- package/app/.next-cli-build/server/app/callback/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/callback.html +1 -0
- package/app/.next-cli-build/server/app/callback.rsc +24 -0
- package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +24 -0
- package/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +4 -0
- package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +23 -0
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +23 -0
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +24 -0
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +24 -0
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/combos.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/combos.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/endpoint.rsc +24 -0
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +24 -0
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/mitm.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/mitm.rsc +23 -0
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +23 -0
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/profile.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/profile.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/providers.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/providers.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/quota.html +2 -0
- package/app/.next-cli-build/server/app/dashboard/quota.rsc +24 -0
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +7 -0
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +24 -0
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js +2 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +24 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +24 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +4 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/skills.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/skills.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_full.segment.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/translator.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/translator.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/usage.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/usage.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard.html +1 -0
- package/app/.next-cli-build/server/app/dashboard.rsc +24 -0
- package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +24 -0
- package/app/.next-cli-build/server/app/dashboard.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/favicon.ico/route.js +1 -0
- package/app/.next-cli-build/server/app/favicon.ico/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/index.html +1 -0
- package/app/.next-cli-build/server/app/index.rsc +19 -0
- package/app/.next-cli-build/server/app/index.segments/__PAGE__.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/index.segments/_full.segment.rsc +19 -0
- package/app/.next-cli-build/server/app/index.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/index.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/index.segments/_tree.segment.rsc +4 -0
- package/app/.next-cli-build/server/app/landing/page.js +2 -0
- package/app/.next-cli-build/server/app/landing/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/landing.html +1 -0
- package/app/.next-cli-build/server/app/landing.rsc +24 -0
- package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +24 -0
- package/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +4 -0
- package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +9 -0
- package/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/login/page.js +2 -0
- package/app/.next-cli-build/server/app/login/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/login.html +1 -0
- package/app/.next-cli-build/server/app/login.rsc +25 -0
- package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +25 -0
- package/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +8 -0
- package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +10 -0
- package/app/.next-cli-build/server/app/login.segments/login.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/manifest.webmanifest/route.js +16 -0
- package/app/.next-cli-build/server/app/manifest.webmanifest/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/page.js +2 -0
- package/app/.next-cli-build/server/app/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app-paths-manifest.json +158 -0
- package/app/.next-cli-build/server/chunks/1795.js +1 -0
- package/app/.next-cli-build/server/chunks/21.js +1 -0
- package/app/.next-cli-build/server/chunks/3774.js +4 -0
- package/app/.next-cli-build/server/chunks/4185.js +53 -0
- package/app/.next-cli-build/server/chunks/450.js +7 -0
- package/app/.next-cli-build/server/chunks/5221.js +1 -0
- package/app/.next-cli-build/server/chunks/6263.js +14 -0
- package/app/.next-cli-build/server/chunks/6283.js +1 -0
- package/app/.next-cli-build/server/chunks/6634.js +7 -0
- package/app/.next-cli-build/server/chunks/8202.js +160 -0
- package/app/.next-cli-build/server/chunks/9060.js +9 -0
- package/app/.next-cli-build/server/chunks/9737.js +1 -0
- package/app/.next-cli-build/server/functions-config-manifest.json +19 -0
- package/app/.next-cli-build/server/middleware-build-manifest.js +1 -0
- package/app/.next-cli-build/server/middleware.js +26 -0
- package/app/.next-cli-build/server/pages/404.html +1 -0
- package/app/.next-cli-build/server/pages/500.html +1 -0
- package/app/.next-cli-build/server/server-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/server-reference-manifest.json +1 -0
- package/app/.next-cli-build/static/chunks/3771-b8a33e9a23450b8c.js +53 -0
- package/app/.next-cli-build/static/chunks/4156-725e65badf7c647a.js +7 -0
- package/app/.next-cli-build/static/chunks/505-fd7f9859fc2ef17c.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/page-768dfa550531b27a.js +1 -0
- package/app/.next-cli-build/static/chunks/main-dc8d0a9e54eb27e6.js +5 -0
- package/app/.next-cli-build/static/css/a898a2d21a892d75.css +1 -0
- package/app/cli/.build-home/.9router/db/backups/upgrade-0.4.43-to-0.4.44-0.4.44-20260515-120531/data.sqlite +0 -0
- package/app/cli/.build-home/.9router/db/backups/upgrade-0.4.44-to-0.4.45-0.4.45-20260515-124856/data.sqlite +0 -0
- package/app/cli/.build-home/.9router/db/data.sqlite +0 -0
- package/app/cli/.build-home/.9router/jwt-secret +1 -0
- package/app/cli/.build-home/Library/Preferences/nextjs-nodejs/config.json +7 -0
- package/app/package.json +5 -5
- package/app/public/i18n/literals/ar.json +2 -6
- package/app/public/i18n/literals/bn.json +2 -6
- package/app/public/i18n/literals/cs.json +2 -6
- package/app/public/i18n/literals/da.json +2 -6
- package/app/public/i18n/literals/de.json +2 -6
- package/app/public/i18n/literals/el.json +2 -6
- package/app/public/i18n/literals/es.json +2 -6
- package/app/public/i18n/literals/fi.json +2 -6
- package/app/public/i18n/literals/fr.json +2 -6
- package/app/public/i18n/literals/he.json +2 -6
- package/app/public/i18n/literals/hi.json +2 -6
- package/app/public/i18n/literals/hu.json +2 -6
- package/app/public/i18n/literals/id.json +2 -6
- package/app/public/i18n/literals/it.json +2 -6
- package/app/public/i18n/literals/ja.json +2 -6
- package/app/public/i18n/literals/ko.json +2 -6
- package/app/public/i18n/literals/nl.json +2 -6
- package/app/public/i18n/literals/no.json +2 -6
- package/app/public/i18n/literals/pl.json +2 -6
- package/app/public/i18n/literals/pt-BR.json +2 -6
- package/app/public/i18n/literals/pt-PT.json +2 -6
- package/app/public/i18n/literals/ro.json +3 -7
- package/app/public/i18n/literals/ru.json +2 -6
- package/app/public/i18n/literals/sv.json +2 -6
- package/app/public/i18n/literals/th.json +2 -6
- package/app/public/i18n/literals/tl.json +2 -6
- package/app/public/i18n/literals/tr.json +2 -6
- package/app/public/i18n/literals/uk.json +2 -6
- package/app/public/i18n/literals/ur.json +2 -6
- package/app/public/i18n/literals/vi.json +2 -6
- package/app/public/i18n/literals/zh-CN.json +3 -29
- package/app/public/i18n/literals/zh-TW.json +2 -6
- package/app/public/providers/xiaomi-tokenplan.png +0 -0
- package/app/server.js +1 -1
- package/cli.js +5 -0
- package/package.json +2 -1
- package/src/cli/tray/tray.js +13 -4
- package/app/.next/BUILD_ID +0 -1
- package/app/.next/app-path-routes-manifest.json +0 -158
- package/app/.next/build-manifest.json +0 -20
- package/app/.next/prerender-manifest.json +0 -599
- package/app/.next/required-server-files.json +0 -371
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +0 -24
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +0 -60
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +0 -5
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +0 -4
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js +0 -5
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/quota/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/quota/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/skills/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/skills/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +0 -2
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js.nft.json +0 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/_global-error/page.js +0 -32
- package/app/.next/server/app/_global-error/page.js.nft.json +0 -1
- package/app/.next/server/app/_global-error/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/_global-error.html +0 -1
- package/app/.next/server/app/_global-error.rsc +0 -14
- package/app/.next/server/app/_global-error.segments/_full.segment.rsc +0 -14
- package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +0 -5
- package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +0 -5
- package/app/.next/server/app/_global-error.segments/_head.segment.rsc +0 -5
- package/app/.next/server/app/_global-error.segments/_index.segment.rsc +0 -5
- package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +0 -1
- package/app/.next/server/app/_not-found/page.js +0 -2
- package/app/.next/server/app/_not-found/page.js.nft.json +0 -1
- package/app/.next/server/app/_not-found/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/_not-found.html +0 -1
- package/app/.next/server/app/_not-found.rsc +0 -20
- package/app/.next/server/app/_not-found.segments/_full.segment.rsc +0 -20
- package/app/.next/server/app/_not-found.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/_not-found.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +0 -5
- package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +0 -5
- package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +0 -4
- package/app/.next/server/app/api/auth/login/route.js +0 -1
- package/app/.next/server/app/api/auth/login/route.js.nft.json +0 -1
- package/app/.next/server/app/api/auth/logout/route.js +0 -1
- package/app/.next/server/app/api/auth/logout/route.js.nft.json +0 -1
- package/app/.next/server/app/api/auth/oidc/callback/route.js +0 -1
- package/app/.next/server/app/api/auth/oidc/callback/route.js.nft.json +0 -1
- package/app/.next/server/app/api/auth/oidc/start/route.js +0 -1
- package/app/.next/server/app/api/auth/oidc/start/route.js.nft.json +0 -1
- package/app/.next/server/app/api/auth/oidc/test/route.js +0 -1
- package/app/.next/server/app/api/auth/oidc/test/route.js.nft.json +0 -1
- package/app/.next/server/app/api/auth/status/route.js +0 -1
- package/app/.next/server/app/api/auth/status/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/all-statuses/route.js +0 -17
- package/app/.next/server/app/api/cli-tools/all-statuses/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +0 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/cline-settings/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/cline-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js +0 -1
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-registry/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/cowork-mcp-registry/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-tools/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/cowork-mcp-tools/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/cowork-settings/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/cowork-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/deepseek-tui-settings/route.js +0 -9
- package/app/.next/server/app/api/cli-tools/deepseek-tui-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/hermes-settings/route.js +0 -10
- package/app/.next/server/app/api/cli-tools/hermes-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/jcode-settings/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/jcode-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/kilo-settings/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/kilo-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cli-tools/opencode-settings/route.js +0 -2
- package/app/.next/server/app/api/cli-tools/opencode-settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cloud/auth/route.js +0 -1
- package/app/.next/server/app/api/cloud/auth/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js +0 -1
- package/app/.next/server/app/api/cloud/credentials/update/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js +0 -1
- package/app/.next/server/app/api/cloud/model/resolve/route.js.nft.json +0 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js +0 -1
- package/app/.next/server/app/api/cloud/models/alias/route.js.nft.json +0 -1
- package/app/.next/server/app/api/combos/[id]/route.js +0 -1
- package/app/.next/server/app/api/combos/[id]/route.js.nft.json +0 -1
- package/app/.next/server/app/api/combos/route.js +0 -1
- package/app/.next/server/app/api/combos/route.js.nft.json +0 -1
- package/app/.next/server/app/api/health/route.js +0 -1
- package/app/.next/server/app/api/health/route.js.nft.json +0 -1
- package/app/.next/server/app/api/init/route.js +0 -1
- package/app/.next/server/app/api/init/route.js.nft.json +0 -1
- package/app/.next/server/app/api/keys/[id]/route.js +0 -1
- package/app/.next/server/app/api/keys/[id]/route.js.nft.json +0 -1
- package/app/.next/server/app/api/keys/route.js +0 -1
- package/app/.next/server/app/api/keys/route.js.nft.json +0 -1
- package/app/.next/server/app/api/locale/route.js +0 -1
- package/app/.next/server/app/api/locale/route.js.nft.json +0 -1
- package/app/.next/server/app/api/mcp/[plugin]/message/route.js +0 -7
- package/app/.next/server/app/api/mcp/[plugin]/message/route.js.nft.json +0 -1
- package/app/.next/server/app/api/mcp/[plugin]/sse/route.js +0 -10
- package/app/.next/server/app/api/mcp/[plugin]/sse/route.js.nft.json +0 -1
- package/app/.next/server/app/api/media-providers/tts/deepgram/voices/route.js +0 -1
- package/app/.next/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +0 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route.js +0 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +0 -1
- package/app/.next/server/app/api/media-providers/tts/inworld/voices/route.js +0 -1
- package/app/.next/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +0 -1
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route.js +0 -1
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +0 -1
- package/app/.next/server/app/api/media-providers/tts/voices/route.js +0 -1
- package/app/.next/server/app/api/media-providers/tts/voices/route.js.nft.json +0 -1
- package/app/.next/server/app/api/models/alias/route.js +0 -1
- package/app/.next/server/app/api/models/alias/route.js.nft.json +0 -1
- package/app/.next/server/app/api/models/availability/route.js +0 -1
- package/app/.next/server/app/api/models/availability/route.js.nft.json +0 -1
- package/app/.next/server/app/api/models/custom/route.js +0 -1
- package/app/.next/server/app/api/models/custom/route.js.nft.json +0 -1
- package/app/.next/server/app/api/models/disabled/route.js +0 -1
- package/app/.next/server/app/api/models/disabled/route.js.nft.json +0 -1
- package/app/.next/server/app/api/models/route.js +0 -1
- package/app/.next/server/app/api/models/route.js.nft.json +0 -1
- package/app/.next/server/app/api/models/test/route.js +0 -1
- package/app/.next/server/app/api/models/test/route.js.nft.json +0 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +0 -6
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js.nft.json +0 -1
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +0 -4
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js.nft.json +0 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js +0 -1
- package/app/.next/server/app/api/oauth/cursor/import/route.js.nft.json +0 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route.js +0 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route.js.nft.json +0 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js +0 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js.nft.json +0 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +0 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js.nft.json +0 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js +0 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js.nft.json +0 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +0 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +0 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +0 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +0 -1
- package/app/.next/server/app/api/pricing/route.js +0 -1
- package/app/.next/server/app/api/pricing/route.js.nft.json +0 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js +0 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js.nft.json +0 -1
- package/app/.next/server/app/api/provider-nodes/route.js +0 -1
- package/app/.next/server/app/api/provider-nodes/route.js.nft.json +0 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js +0 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js.nft.json +0 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js +0 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js.nft.json +0 -1
- package/app/.next/server/app/api/providers/[id]/route.js +0 -1
- package/app/.next/server/app/api/providers/[id]/route.js.nft.json +0 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js +0 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js.nft.json +0 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js +0 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js.nft.json +0 -1
- package/app/.next/server/app/api/providers/client/route.js +0 -1
- package/app/.next/server/app/api/providers/client/route.js.nft.json +0 -1
- package/app/.next/server/app/api/providers/kilo/free-models/route.js +0 -1
- package/app/.next/server/app/api/providers/kilo/free-models/route.js.nft.json +0 -1
- package/app/.next/server/app/api/providers/route.js +0 -1
- package/app/.next/server/app/api/providers/route.js.nft.json +0 -1
- package/app/.next/server/app/api/providers/suggested-models/route.js +0 -1
- package/app/.next/server/app/api/providers/suggested-models/route.js.nft.json +0 -1
- package/app/.next/server/app/api/providers/test-batch/route.js +0 -1
- package/app/.next/server/app/api/providers/test-batch/route.js.nft.json +0 -1
- package/app/.next/server/app/api/providers/validate/route.js +0 -1
- package/app/.next/server/app/api/providers/validate/route.js.nft.json +0 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js +0 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js.nft.json +0 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js +0 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js.nft.json +0 -1
- package/app/.next/server/app/api/proxy-pools/route.js +0 -1
- package/app/.next/server/app/api/proxy-pools/route.js.nft.json +0 -1
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route.js +0 -33
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +0 -1
- package/app/.next/server/app/api/settings/database/route.js +0 -1
- package/app/.next/server/app/api/settings/database/route.js.nft.json +0 -1
- package/app/.next/server/app/api/settings/proxy-test/route.js +0 -1
- package/app/.next/server/app/api/settings/proxy-test/route.js.nft.json +0 -1
- package/app/.next/server/app/api/settings/require-login/route.js +0 -1
- package/app/.next/server/app/api/settings/require-login/route.js.nft.json +0 -1
- package/app/.next/server/app/api/settings/route.js +0 -1
- package/app/.next/server/app/api/settings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/shutdown/route.js +0 -1
- package/app/.next/server/app/api/shutdown/route.js.nft.json +0 -1
- package/app/.next/server/app/api/tags/route.js +0 -1
- package/app/.next/server/app/api/tags/route.js.nft.json +0 -1
- package/app/.next/server/app/api/translator/console-logs/route.js +0 -1
- package/app/.next/server/app/api/translator/console-logs/route.js.nft.json +0 -1
- package/app/.next/server/app/api/translator/console-logs/stream/route.js +0 -7
- package/app/.next/server/app/api/translator/console-logs/stream/route.js.nft.json +0 -1
- package/app/.next/server/app/api/translator/load/route.js +0 -1
- package/app/.next/server/app/api/translator/load/route.js.nft.json +0 -1
- package/app/.next/server/app/api/translator/save/route.js +0 -1
- package/app/.next/server/app/api/translator/save/route.js.nft.json +0 -1
- package/app/.next/server/app/api/translator/send/route.js +0 -1
- package/app/.next/server/app/api/translator/send/route.js.nft.json +0 -1
- package/app/.next/server/app/api/translator/translate/route.js +0 -1
- package/app/.next/server/app/api/translator/translate/route.js.nft.json +0 -1
- package/app/.next/server/app/api/tunnel/disable/route.js +0 -1
- package/app/.next/server/app/api/tunnel/disable/route.js.nft.json +0 -1
- package/app/.next/server/app/api/tunnel/enable/route.js +0 -1
- package/app/.next/server/app/api/tunnel/enable/route.js.nft.json +0 -1
- package/app/.next/server/app/api/tunnel/status/route.js +0 -1
- package/app/.next/server/app/api/tunnel/status/route.js.nft.json +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-check/route.js +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-check/route.js.nft.json +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-disable/route.js +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-disable/route.js.nft.json +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-enable/route.js +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-enable/route.js.nft.json +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-install/route.js +0 -5
- package/app/.next/server/app/api/tunnel/tailscale-install/route.js.nft.json +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-login/route.js +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-login/route.js.nft.json +0 -1
- package/app/.next/server/app/api/tunnel/tailscale-start-daemon/route.js +0 -2
- package/app/.next/server/app/api/tunnel/tailscale-start-daemon/route.js.nft.json +0 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js +0 -1
- package/app/.next/server/app/api/usage/[connectionId]/route.js.nft.json +0 -1
- package/app/.next/server/app/api/usage/chart/route.js +0 -1
- package/app/.next/server/app/api/usage/chart/route.js.nft.json +0 -1
- package/app/.next/server/app/api/usage/history/route.js +0 -1
- package/app/.next/server/app/api/usage/history/route.js.nft.json +0 -1
- package/app/.next/server/app/api/usage/providers/route.js +0 -1
- package/app/.next/server/app/api/usage/providers/route.js.nft.json +0 -1
- package/app/.next/server/app/api/usage/request-details/route.js +0 -1
- package/app/.next/server/app/api/usage/request-details/route.js.nft.json +0 -1
- package/app/.next/server/app/api/usage/request-logs/route.js +0 -1
- package/app/.next/server/app/api/usage/request-logs/route.js.nft.json +0 -1
- package/app/.next/server/app/api/usage/stats/route.js +0 -1
- package/app/.next/server/app/api/usage/stats/route.js.nft.json +0 -1
- package/app/.next/server/app/api/usage/stream/route.js +0 -7
- package/app/.next/server/app/api/usage/stream/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/api/chat/route.js +0 -1
- package/app/.next/server/app/api/v1/api/chat/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js +0 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js +0 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/audio/voices/route.js +0 -1
- package/app/.next/server/app/api/v1/audio/voices/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js +0 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/embeddings/route.js +0 -1
- package/app/.next/server/app/api/v1/embeddings/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/images/generations/route.js +0 -4
- package/app/.next/server/app/api/v1/images/generations/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js +0 -1
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/messages/route.js +0 -1
- package/app/.next/server/app/api/v1/messages/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/models/[kind]/route.js +0 -1
- package/app/.next/server/app/api/v1/models/[kind]/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/models/info/route.js +0 -1
- package/app/.next/server/app/api/v1/models/info/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/models/route.js +0 -1
- package/app/.next/server/app/api/v1/models/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/responses/compact/route.js +0 -1
- package/app/.next/server/app/api/v1/responses/compact/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/responses/route.js +0 -1
- package/app/.next/server/app/api/v1/responses/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/route.js +0 -1
- package/app/.next/server/app/api/v1/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/search/route.js +0 -1
- package/app/.next/server/app/api/v1/search/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js +0 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +0 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js.nft.json +0 -1
- package/app/.next/server/app/api/v1beta/models/route.js +0 -1
- package/app/.next/server/app/api/v1beta/models/route.js.nft.json +0 -1
- package/app/.next/server/app/api/version/route.js +0 -1
- package/app/.next/server/app/api/version/route.js.nft.json +0 -1
- package/app/.next/server/app/api/version/shutdown/route.js +0 -1
- package/app/.next/server/app/api/version/shutdown/route.js.nft.json +0 -1
- package/app/.next/server/app/api/version/update/route.js +0 -1
- package/app/.next/server/app/api/version/update/route.js.nft.json +0 -1
- package/app/.next/server/app/callback/page.js +0 -2
- package/app/.next/server/app/callback/page.js.nft.json +0 -1
- package/app/.next/server/app/callback/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/callback.html +0 -1
- package/app/.next/server/app/callback.rsc +0 -24
- package/app/.next/server/app/callback.segments/_full.segment.rsc +0 -24
- package/app/.next/server/app/callback.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/callback.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/callback.segments/_tree.segment.rsc +0 -4
- package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/callback.segments/callback.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/basic-chat.html +0 -1
- package/app/.next/server/app/dashboard/basic-chat.rsc +0 -23
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/basic-chat.segments/_full.segment.rsc +0 -23
- package/app/.next/server/app/dashboard/basic-chat.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/basic-chat.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/cli-tools.html +0 -1
- package/app/.next/server/app/dashboard/cli-tools.rsc +0 -24
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +0 -24
- package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/combos.html +0 -1
- package/app/.next/server/app/dashboard/combos.rsc +0 -26
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +0 -26
- package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/endpoint.html +0 -1
- package/app/.next/server/app/dashboard/endpoint.rsc +0 -24
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +0 -24
- package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/media-providers/web.html +0 -1
- package/app/.next/server/app/dashboard/media-providers/web.rsc +0 -26
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +0 -26
- package/app/.next/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/mitm.html +0 -1
- package/app/.next/server/app/dashboard/mitm.rsc +0 -23
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/mitm.segments/_full.segment.rsc +0 -23
- package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/profile.html +0 -1
- package/app/.next/server/app/dashboard/profile.rsc +0 -26
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +0 -26
- package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/providers/new.html +0 -1
- package/app/.next/server/app/dashboard/providers/new.rsc +0 -26
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +0 -26
- package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/providers.html +0 -1
- package/app/.next/server/app/dashboard/providers.rsc +0 -26
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +0 -26
- package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/proxy-pools.html +0 -1
- package/app/.next/server/app/dashboard/proxy-pools.rsc +0 -26
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +0 -26
- package/app/.next/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/quota.html +0 -2
- package/app/.next/server/app/dashboard/quota.rsc +0 -24
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +0 -7
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/quota.segments/_full.segment.rsc +0 -24
- package/app/.next/server/app/dashboard/quota.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/quota.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/quota.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/settings/pricing/page.js +0 -2
- package/app/.next/server/app/dashboard/settings/pricing/page.js.nft.json +0 -1
- package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/dashboard/settings/pricing.html +0 -1
- package/app/.next/server/app/dashboard/settings/pricing.rsc +0 -24
- package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +0 -24
- package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +0 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/skills.html +0 -1
- package/app/.next/server/app/dashboard/skills.rsc +0 -26
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/skills.segments/_full.segment.rsc +0 -26
- package/app/.next/server/app/dashboard/skills.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/skills.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/skills.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/translator.html +0 -1
- package/app/.next/server/app/dashboard/translator.rsc +0 -26
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +0 -26
- package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/usage.html +0 -1
- package/app/.next/server/app/dashboard/usage.rsc +0 -26
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +0 -26
- package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/dashboard.html +0 -1
- package/app/.next/server/app/dashboard.rsc +0 -24
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +0 -6
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +0 -5
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +0 -6
- package/app/.next/server/app/dashboard.segments/_full.segment.rsc +0 -24
- package/app/.next/server/app/dashboard.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/dashboard.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/favicon.ico/route.js +0 -1
- package/app/.next/server/app/favicon.ico/route.js.nft.json +0 -1
- package/app/.next/server/app/index.html +0 -1
- package/app/.next/server/app/index.rsc +0 -19
- package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +0 -6
- package/app/.next/server/app/index.segments/_full.segment.rsc +0 -19
- package/app/.next/server/app/index.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/index.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/index.segments/_tree.segment.rsc +0 -4
- package/app/.next/server/app/landing/page.js +0 -2
- package/app/.next/server/app/landing/page.js.nft.json +0 -1
- package/app/.next/server/app/landing/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/landing.html +0 -1
- package/app/.next/server/app/landing.rsc +0 -24
- package/app/.next/server/app/landing.segments/_full.segment.rsc +0 -24
- package/app/.next/server/app/landing.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/landing.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/landing.segments/_tree.segment.rsc +0 -4
- package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +0 -9
- package/app/.next/server/app/landing.segments/landing.segment.rsc +0 -5
- package/app/.next/server/app/login/page.js +0 -2
- package/app/.next/server/app/login/page.js.nft.json +0 -1
- package/app/.next/server/app/login/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app/login.html +0 -1
- package/app/.next/server/app/login.rsc +0 -25
- package/app/.next/server/app/login.segments/_full.segment.rsc +0 -25
- package/app/.next/server/app/login.segments/_head.segment.rsc +0 -6
- package/app/.next/server/app/login.segments/_index.segment.rsc +0 -8
- package/app/.next/server/app/login.segments/_tree.segment.rsc +0 -5
- package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +0 -10
- package/app/.next/server/app/login.segments/login.segment.rsc +0 -5
- package/app/.next/server/app/manifest.webmanifest/route.js +0 -16
- package/app/.next/server/app/manifest.webmanifest/route.js.nft.json +0 -1
- package/app/.next/server/app/page.js +0 -2
- package/app/.next/server/app/page.js.nft.json +0 -1
- package/app/.next/server/app/page_client-reference-manifest.js +0 -1
- package/app/.next/server/app-paths-manifest.json +0 -158
- package/app/.next/server/chunks/1795.js +0 -1
- package/app/.next/server/chunks/21.js +0 -1
- package/app/.next/server/chunks/3774.js +0 -4
- package/app/.next/server/chunks/4185.js +0 -53
- package/app/.next/server/chunks/450.js +0 -7
- package/app/.next/server/chunks/5221.js +0 -1
- package/app/.next/server/chunks/6263.js +0 -14
- package/app/.next/server/chunks/6283.js +0 -1
- package/app/.next/server/chunks/6634.js +0 -7
- package/app/.next/server/chunks/8202.js +0 -160
- package/app/.next/server/chunks/9060.js +0 -9
- package/app/.next/server/chunks/9737.js +0 -1
- package/app/.next/server/functions-config-manifest.json +0 -55
- package/app/.next/server/middleware-build-manifest.js +0 -1
- package/app/.next/server/middleware.js +0 -26
- package/app/.next/server/pages/404.html +0 -1
- package/app/.next/server/pages/500.html +0 -1
- package/app/.next/server/server-reference-manifest.js +0 -1
- package/app/.next/server/server-reference-manifest.json +0 -1
- package/app/.next/static/chunks/3771-d400e4ae3c36605b.js +0 -53
- package/app/.next/static/chunks/4156-333776bcc04b3a24.js +0 -7
- package/app/.next/static/chunks/505-b308a2b0c9199c92.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-04f6908aa3c98f13.js +0 -1
- package/app/.next/static/chunks/main-c15d476fd3e476c5.js +0 -5
- package/app/.next/static/css/bcdf8509db9f9e88.css +0 -1
- /package/app/{.next → .next-cli-build}/package.json +0 -0
- /package/app/{.next → .next-cli-build}/react-loadable-manifest.json +0 -0
- /package/app/{.next → .next-cli-build}/routes-manifest.json +0 -0
- /package/app/{.next → .next-cli-build}/server/app/_global-error.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/_not-found.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/auth/login/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/auth/logout/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/auth/oidc/callback/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/auth/oidc/start/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/auth/oidc/test/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/auth/status/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/all-statuses/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/cline-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/copilot-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/cowork-mcp-registry/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/cowork-mcp-tools/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/cowork-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/deepseek-tui-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/hermes-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/jcode-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/kilo-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cli-tools/opencode-settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cloud/auth/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cloud/credentials/update/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cloud/model/resolve/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/cloud/models/alias/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/combos/[id]/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/combos/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/health/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/init/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/keys/[id]/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/keys/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/locale/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/mcp/[plugin]/message/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/mcp/[plugin]/sse/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/media-providers/tts/deepgram/voices/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/media-providers/tts/elevenlabs/voices/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/media-providers/tts/inworld/voices/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/media-providers/tts/minimax/voices/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/media-providers/tts/voices/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/models/alias/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/models/availability/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/models/custom/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/models/disabled/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/models/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/models/test/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/oauth/gitlab/pat/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/oauth/iflow/cookie/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/pricing/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/provider-nodes/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/providers/[id]/models/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/providers/[id]/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/providers/[id]/test/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/providers/[id]/test-models/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/providers/client/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/providers/kilo/free-models/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/providers/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/providers/suggested-models/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/providers/test-batch/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/providers/validate/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/proxy-pools/[id]/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/proxy-pools/[id]/test/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/proxy-pools/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/proxy-pools/vercel-deploy/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/settings/database/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/settings/proxy-test/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/settings/require-login/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/settings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/shutdown/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/tags/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/translator/console-logs/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/translator/console-logs/stream/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/translator/load/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/translator/save/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/translator/send/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/translator/translate/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/tunnel/disable/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/tunnel/enable/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/tunnel/status/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/tunnel/tailscale-check/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/tunnel/tailscale-disable/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/tunnel/tailscale-enable/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/tunnel/tailscale-install/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/tunnel/tailscale-login/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/tunnel/tailscale-start-daemon/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/usage/chart/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/usage/history/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/usage/providers/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/usage/request-details/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/usage/request-logs/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/usage/stats/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/usage/stream/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/api/chat/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/audio/speech/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/audio/transcriptions/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/audio/voices/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/chat/completions/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/embeddings/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/images/generations/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/messages/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/models/[kind]/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/models/info/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/models/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/responses/compact/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/responses/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/search/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1/web/fetch/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/v1beta/models/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/version/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/version/shutdown/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/api/version/update/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/callback.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/basic-chat.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/cli-tools.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/combos.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/endpoint.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/media-providers/web.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/mitm.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/profile.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/providers/new.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/providers.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/proxy-pools.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/quota.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/settings/pricing.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/skills.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/translator.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard/usage.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/dashboard.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/favicon.ico.body +0 -0
- /package/app/{.next → .next-cli-build}/server/app/favicon.ico.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/index.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/landing.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/login.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/app/manifest.webmanifest/route_client-reference-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/app/manifest.webmanifest.body +0 -0
- /package/app/{.next → .next-cli-build}/server/app/manifest.webmanifest.meta +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/1071.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/1249.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/1301.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/1444.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/1574.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/1578.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/1735.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/2009.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/2212.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/2701.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/3630.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/3666.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/375.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/4343.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/4723.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/499.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/5046.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/5053.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/514.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/5159.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/5339.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/5445.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/586.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/5882.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/593.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/6288.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/6379.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/64.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/6502.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/6560.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/6799.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/7061.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/7171.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/7243.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/7292.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/7417.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/7686.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/7773.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/7810.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/7973.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/8012.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/8035.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/8495.js +0 -0
- /package/app/{.next → .next-cli-build}/server/chunks/8647.js +0 -0
- /package/app/{.next → .next-cli-build}/server/middleware-manifest.json +0 -0
- /package/app/{.next → .next-cli-build}/server/middleware-react-loadable-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/next-font-manifest.js +0 -0
- /package/app/{.next → .next-cli-build}/server/next-font-manifest.json +0 -0
- /package/app/{.next → .next-cli-build}/server/pages-manifest.json +0 -0
- /package/app/{.next → .next-cli-build}/server/prefetch-hints.json +0 -0
- /package/app/{.next → .next-cli-build}/server/webpack-runtime.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/1273-62c3e49612c8936b.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/1310.277601b1f5c247fc.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/5158-4b48a3595c794bbc.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/6795-3ddcc1d55c65c001.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/8035-7160908984e36a32.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/8038-368cfbdf9080110b.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/8872-3d43cb238f9deea9.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/basic-chat/page-03929d42abde11dc.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-cd0fd0414de9421f.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/cli-tools/page-cf6325b0b4557845.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/combos/page-0479ee1b161bf657.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/console-log/page-af58c67a4e409aad.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/endpoint/page-79a243ddf837f243.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-c8ed0db5955a05a5.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-7a43c4f097f69c0b.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/media-providers/combo/[id]/page-29ce6662637d64e4.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-617c9cc320c9aced.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/mitm/page-ba20629be96f8c76.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/page-87aa0d715eec8054.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/profile/page-3582cb03c9ef5dd8.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-7f9c8937e17f949b.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/providers/new/page-510b667ad2defe52.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/providers/page-4cb14309c0658008.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-884603e61682c07d.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/quota/page-443513423cf1526a.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/skills/page-58f11e8a5a8f3810.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/dashboard/translator/page-f87aca0195ce41ad.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/(dashboard)/layout-dca35f311527549c.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/_global-error/page-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/_not-found/page-1ab122ef64d03506.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/auth/login/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/auth/logout/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/auth/oidc/callback/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/auth/oidc/start/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/auth/oidc/test/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/auth/status/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/all-statuses/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/antigravity-mitm/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/claude-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/cline-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/codex-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/copilot-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/cowork-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/droid-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/hermes-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/jcode-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/kilo-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/openclaw-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cli-tools/opencode-settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cloud/auth/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cloud/credentials/update/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cloud/model/resolve/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/cloud/models/alias/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/combos/[id]/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/combos/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/health/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/init/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/keys/[id]/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/keys/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/locale/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/mcp/[plugin]/message/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/mcp/[plugin]/sse/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/media-providers/tts/deepgram/voices/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/media-providers/tts/inworld/voices/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/media-providers/tts/minimax/voices/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/media-providers/tts/voices/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/models/alias/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/models/availability/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/models/custom/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/models/disabled/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/models/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/models/test/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/oauth/[provider]/[action]/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/oauth/cursor/auto-import/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/oauth/cursor/import/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/oauth/gitlab/pat/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/oauth/iflow/cookie/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/oauth/kiro/auto-import/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/oauth/kiro/import/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/oauth/kiro/social-authorize/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/oauth/kiro/social-exchange/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/pricing/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/provider-nodes/[id]/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/provider-nodes/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/provider-nodes/validate/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/providers/[id]/models/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/providers/[id]/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/providers/[id]/test/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/providers/[id]/test-models/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/providers/client/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/providers/kilo/free-models/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/providers/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/providers/suggested-models/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/providers/test-batch/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/providers/validate/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/proxy-pools/[id]/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/proxy-pools/[id]/test/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/proxy-pools/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/proxy-pools/vercel-deploy/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/settings/database/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/settings/proxy-test/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/settings/require-login/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/settings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/shutdown/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/tags/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/translator/console-logs/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/translator/console-logs/stream/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/translator/load/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/translator/save/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/translator/send/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/translator/translate/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/tunnel/disable/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/tunnel/enable/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/tunnel/status/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/tunnel/tailscale-check/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/tunnel/tailscale-disable/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/tunnel/tailscale-enable/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/tunnel/tailscale-install/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/tunnel/tailscale-login/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/tunnel/tailscale-start-daemon/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/usage/[connectionId]/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/usage/chart/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/usage/history/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/usage/providers/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/usage/request-details/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/usage/request-logs/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/usage/stats/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/usage/stream/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/api/chat/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/audio/speech/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/audio/transcriptions/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/audio/voices/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/chat/completions/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/embeddings/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/images/generations/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/messages/count_tokens/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/messages/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/models/[kind]/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/models/info/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/models/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/responses/compact/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/responses/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/search/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1/web/fetch/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1beta/models/[...path]/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/v1beta/models/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/version/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/version/shutdown/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/api/version/update/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/callback/page-6ea4675be396cdb5.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/dashboard/settings/pricing/page-77a73529baba955b.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/landing/page-0084367666bd9046.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/layout-fcda570933db809f.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/login/page-dc885cca61893e2a.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/manifest.webmanifest/route-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/app/page-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/c6123951-b42288d628b452ba.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/c7879cf7-255d52e3eda24cb7.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/framework-ec2c38cd02cb5c98.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/main-app-2c8be355ba1c4e93.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/next/dist/client/components/builtin/app-error-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/next/dist/client/components/builtin/forbidden-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/next/dist/client/components/builtin/global-error-2e4f2b5b71d077f6.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/next/dist/client/components/builtin/not-found-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/next/dist/client/components/builtin/unauthorized-36dc8d06b592b249.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/polyfills-42372ed130431b0a.js +0 -0
- /package/app/{.next → .next-cli-build}/static/chunks/webpack-ab7d9d893d55abd4.js +0 -0
- /package/app/{.next → .next-cli-build}/static/css/2e1b7d528c228ec3.css +0 -0
- /package/app/{.next → .next-cli-build}/static/css/599369d853c61df7.css +0 -0
- /package/app/{.next → .next-cli-build}/static/media/19cfc7226ec3afaa-s.woff2 +0 -0
- /package/app/{.next → .next-cli-build}/static/media/21350d82a1f187e9-s.woff2 +0 -0
- /package/app/{.next → .next-cli-build}/static/media/8e9860b6e62d6359-s.woff2 +0 -0
- /package/app/{.next → .next-cli-build}/static/media/ba9851c3c22cd980-s.woff2 +0 -0
- /package/app/{.next → .next-cli-build}/static/media/c5fe6dc8356a8c31-s.woff2 +0 -0
- /package/app/{.next → .next-cli-build}/static/media/df0a9ae256c0569c-s.woff2 +0 -0
- /package/app/{.next → .next-cli-build}/static/media/e4af272ccee01ff0-s.p.woff2 +0 -0
- /package/app/{.next → .next-cli-build}/static/media/material-symbols-outlined.1060ac06.woff2 +0 -0
- /package/app/{.next/static/2misBKF5VNVsKDJv5-tr0 → .next-cli-build/static/uHhVw6dal8k6pSmnEqnTj}/_buildManifest.js +0 -0
- /package/app/{.next/static/2misBKF5VNVsKDJv5-tr0 → .next-cli-build/static/uHhVw6dal8k6pSmnEqnTj}/_ssgManifest.js +0 -0
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Cerrar sesión",
|
|
13
13
|
"Login": "Iniciar sesión",
|
|
14
14
|
"Providers": "Proveedores",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "Estadísticas",
|
|
16
16
|
"API Key": "Clave API",
|
|
17
17
|
"Connected": "Conectado",
|
|
18
18
|
"Disconnected": "Desconectado",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Oscuro",
|
|
92
92
|
"Auto": "Automático",
|
|
93
93
|
"Endpoint": "Punto final",
|
|
94
|
-
"Providers": "Proveedores",
|
|
95
94
|
"Combos": "Combinaciones",
|
|
96
|
-
"Usage": "Estadísticas",
|
|
97
95
|
"Quota Tracker": "Rastreador de cuota",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "Herramientas CLI",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Sin proxy",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Nombres de host/dominios separados por comas para omitir el proxy.",
|
|
152
150
|
"Test proxy URL": "Prueba URL del proxy",
|
|
153
|
-
"Apply": "Aplicar",
|
|
154
151
|
"Proxy settings applied": "Configuración de proxy aplicada",
|
|
155
152
|
"Proxy enabled": "Proxy habilitado",
|
|
156
153
|
"Proxy disabled": "Proxy deshabilitado",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Use Antigravity IDE y GitHub Copilot → con CUALQUIER proveedor/modelo de 9Router",
|
|
179
176
|
"How it works:": "Cómo funciona:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Solicitud de Antigravity/Copilot IDE → Redireccionamiento DNS a localhost:443 → El proxy MITM intercepta → 9Router → respuesta a Antigravity/Copilot",
|
|
181
|
-
"API Key": "Clave API",
|
|
182
178
|
"No API keys — create one in Keys page": "Sin claves API — cree una en la página Claves",
|
|
183
179
|
"sk_9router (default)": "sk_9router (predeterminado)",
|
|
184
180
|
"Server started": "Servidor iniciado",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Contraseña de Sudo requerida",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Ingrese su contraseña de sudo para iniciar/detener el servidor MITM",
|
|
194
190
|
"Sudo Password": "Contraseña de sudo",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Haz clic para agregar, haz clic de nuevo para eliminar. Los cambios se guardan automáticamente."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Kirjaudu ulos",
|
|
13
13
|
"Login": "Kirjaudu sisään",
|
|
14
14
|
"Providers": "Palveluntarjoajat",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "Käyttötilastot",
|
|
16
16
|
"API Key": "API-avain",
|
|
17
17
|
"Connected": "Yhdistetty",
|
|
18
18
|
"Disconnected": "Yhteys katkaistu",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Tumma",
|
|
92
92
|
"Auto": "Automaattinen",
|
|
93
93
|
"Endpoint": "Pääteeksi",
|
|
94
|
-
"Providers": "Palveluntarjoajat",
|
|
95
94
|
"Combos": "Yhdistelmät",
|
|
96
|
-
"Usage": "Käyttötilastot",
|
|
97
95
|
"Quota Tracker": "Kiintiyden seuranta",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "Työkalut",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Ei välityspalvelinta",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Pilkulla erotetut isäntänimet/etäisyydet välityspalvelimen ohittamiseksi.",
|
|
152
150
|
"Test proxy URL": "Testaa välityspalvelimen URL",
|
|
153
|
-
"Apply": "Käytä",
|
|
154
151
|
"Proxy settings applied": "Välityspalvelimen asetukset käytössä",
|
|
155
152
|
"Proxy enabled": "Välityspalvelin otettu käyttöön",
|
|
156
153
|
"Proxy disabled": "Välityspalvelin poistettu käytöstä",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Käytä Antigravity IDE:tä ja GitHub Copilot:ia → minkä tahansa palveluntarjoajan/mallin kanssa 9Routerista",
|
|
179
176
|
"How it works:": "Kuinka se toimii:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Antigravity/Copilot IDE-pyyntö → DNS-uudelleenohjaus localhost:443:iin → MITM-välityspalvelin sieppaa → 9Router → vastaus Antigravity/Copilot:ille",
|
|
181
|
-
"API Key": "API-avain",
|
|
182
178
|
"No API keys — create one in Keys page": "Ei API-avaimia — luo yksi Keys-sivulla",
|
|
183
179
|
"sk_9router (default)": "sk_9router (oletus)",
|
|
184
180
|
"Server started": "Palvelin käynnistetty",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Sudo-salasana vaaditaan",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Kirjoita sudo-salasanasi MITM-palvelimen käynnistämiseksi/pysäyttämiseksi",
|
|
194
190
|
"Sudo Password": "Sudo-salasana",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Napsauta lisätäksesi, napsauta uudelleen poistaaksesi. Muutokset tallennetaan automaattisesti."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Déconnexion",
|
|
13
13
|
"Login": "Connexion",
|
|
14
14
|
"Providers": "Fournisseurs",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "Statistiques",
|
|
16
16
|
"API Key": "Clé API",
|
|
17
17
|
"Connected": "Connecté",
|
|
18
18
|
"Disconnected": "Déconnecté",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Sombre",
|
|
92
92
|
"Auto": "Automatique",
|
|
93
93
|
"Endpoint": "Point final",
|
|
94
|
-
"Providers": "Fournisseurs",
|
|
95
94
|
"Combos": "Combinaisons",
|
|
96
|
-
"Usage": "Statistiques",
|
|
97
95
|
"Quota Tracker": "Suivi des quotas",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "Outils CLI",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Pas de proxy",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Noms d'hôtes/domaines séparés par des virgules pour contourner le proxy.",
|
|
152
150
|
"Test proxy URL": "Tester l'URL du proxy",
|
|
153
|
-
"Apply": "Appliquer",
|
|
154
151
|
"Proxy settings applied": "Paramètres de proxy appliqués",
|
|
155
152
|
"Proxy enabled": "Proxy activé",
|
|
156
153
|
"Proxy disabled": "Proxy désactivé",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Utilisez Antigravity IDE et GitHub Copilot → avec N'IMPORTE QUEL fournisseur/modèle de 9Router",
|
|
179
176
|
"How it works:": "Comment ça marche :",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Demande Antigravity/Copilot IDE → Redirection DNS vers localhost:443 → Le proxy MITM intercepte → 9Router → réponse à Antigravity/Copilot",
|
|
181
|
-
"API Key": "Clé API",
|
|
182
178
|
"No API keys — create one in Keys page": "Aucune clé API — créez-en une dans la page Clés",
|
|
183
179
|
"sk_9router (default)": "sk_9router (par défaut)",
|
|
184
180
|
"Server started": "Serveur démarré",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Mot de passe Sudo requis",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Entrez votre mot de passe sudo pour démarrer/arrêter le serveur MITM",
|
|
194
190
|
"Sudo Password": "Mot de passe sudo",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Cliquez pour ajouter, cliquez à nouveau pour supprimer. Les modifications sont enregistrées automatiquement."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "התנתקות",
|
|
13
13
|
"Login": "כניסה",
|
|
14
14
|
"Providers": "ספקים",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "סטטיסטיקה",
|
|
16
16
|
"API Key": "מפתח API",
|
|
17
17
|
"Connected": "מחובר",
|
|
18
18
|
"Disconnected": "מנותק",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "אפל",
|
|
92
92
|
"Auto": "אוטומטי",
|
|
93
93
|
"Endpoint": "נקודת קצה",
|
|
94
|
-
"Providers": "ספקים",
|
|
95
94
|
"Combos": "שילובים",
|
|
96
|
-
"Usage": "סטטיסטיקה",
|
|
97
95
|
"Quota Tracker": "עוקב הקצאה",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "כלים CLI",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "ללא פרוקסי",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "שמות משדר/תחומים מופרדים בפסיקים לעקיפת הפרוקסי.",
|
|
152
150
|
"Test proxy URL": "בדוק URL פרוקסי",
|
|
153
|
-
"Apply": "החל",
|
|
154
151
|
"Proxy settings applied": "הגדרות פרוקסי הופעלו",
|
|
155
152
|
"Proxy enabled": "פרוקסי הופעל",
|
|
156
153
|
"Proxy disabled": "פרוקסי מבוטל",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "השתמש ב-Antigravity IDE ו-GitHub Copilot → עם כל ספק/מודל מ-9Router",
|
|
179
176
|
"How it works:": "איך זה עובד:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "בקשת Antigravity/Copilot IDE → הפניה DNS ל-localhost:443 → פרוקסי MITM חוטף → 9Router → תגובה ל-Antigravity/Copilot",
|
|
181
|
-
"API Key": "מפתח API",
|
|
182
178
|
"No API keys — create one in Keys page": "אין מפתחות API — צור אחד בעמוד Keys",
|
|
183
179
|
"sk_9router (default)": "sk_9router (ברירת מחדל)",
|
|
184
180
|
"Server started": "השרת התחיל",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "סיסמת Sudo נדרשת",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "הזן את סיסמת sudo שלך כדי להתחיל/עצור שרת MITM",
|
|
194
190
|
"Sudo Password": "סיסמת Sudo",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "לחץ להוספה, לחץ שוב להסרה. השינויים נשמרים אוטומטית."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "लॉग आउट",
|
|
13
13
|
"Login": "लॉगिन",
|
|
14
14
|
"Providers": "प्रदाता",
|
|
15
|
-
"Usage": "उपयोग",
|
|
15
|
+
"Usage": "उपयोग के आंकड़े",
|
|
16
16
|
"API Key": "API कुंजी",
|
|
17
17
|
"Connected": "जुड़ा हुआ",
|
|
18
18
|
"Disconnected": "डिस्कनेक्ट किया गया",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "अंधेरा",
|
|
92
92
|
"Auto": "स्वचालित",
|
|
93
93
|
"Endpoint": "एंडपॉइंट",
|
|
94
|
-
"Providers": "प्रदाता",
|
|
95
94
|
"Combos": "कॉम्बो",
|
|
96
|
-
"Usage": "उपयोग के आंकड़े",
|
|
97
95
|
"Quota Tracker": "कोटा ट्रैकर",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "उपकरण",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "कोई प्रॉक्सी नहीं",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "प्रॉक्सी को बायपास करने के लिए अल्पविराम से अलग की गई होस्टनाम/डोमेन।",
|
|
152
150
|
"Test proxy URL": "प्रॉक्सी URL का परीक्षण करें",
|
|
153
|
-
"Apply": "लागू करें",
|
|
154
151
|
"Proxy settings applied": "प्रॉक्सी सेटिंग्स लागू की गई",
|
|
155
152
|
"Proxy enabled": "प्रॉक्सी सक्षम",
|
|
156
153
|
"Proxy disabled": "प्रॉक्सी अक्षम",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Antigravity IDE और GitHub Copilot का उपयोग करें → 9Router से किसी भी प्रदाता/मॉडल के साथ",
|
|
179
176
|
"How it works:": "यह कैसे काम करता है:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Antigravity/Copilot IDE अनुरोध → DNS को localhost:443 में पुनर्निर्देशित करें → MITM प्रॉक्सी इंटरसेप्ट करता है → 9Router → Antigravity/Copilot को प्रतिक्रिया",
|
|
181
|
-
"API Key": "API कुंजी",
|
|
182
178
|
"No API keys — create one in Keys page": "कोई API कुंजी नहीं — Keys पृष्ठ में एक बनाएं",
|
|
183
179
|
"sk_9router (default)": "sk_9router (डिफ़ॉल्ट)",
|
|
184
180
|
"Server started": "सर्वर शुरू किया गया",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Sudo पासवर्ड आवश्यक है",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "MITM सर्वर शुरू/रोकने के लिए अपना sudo पासवर्ड दर्ज करें",
|
|
194
190
|
"Sudo Password": "Sudo पासवर्ड",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "जोड़ने के लिए क्लिक करें, हटाने के लिए फिर से क्लिक करें। परिवर्तन स्वचालित रूप से सहेजे जाते हैं।"
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Kijelentkezés",
|
|
13
13
|
"Login": "Bejelentkezés",
|
|
14
14
|
"Providers": "Szolgáltatók",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "Használati statisztika",
|
|
16
16
|
"API Key": "API-kulcs",
|
|
17
17
|
"Connected": "Csatlakoztatva",
|
|
18
18
|
"Disconnected": "Leválasztva",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Sötét",
|
|
92
92
|
"Auto": "Automatikus",
|
|
93
93
|
"Endpoint": "Végpont",
|
|
94
|
-
"Providers": "Szolgáltatók",
|
|
95
94
|
"Combos": "Kombinációk",
|
|
96
|
-
"Usage": "Használati statisztika",
|
|
97
95
|
"Quota Tracker": "Kvóta nyomkövetés",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "Eszközök",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Nincs proxy",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Vesszővel elválasztott gazdanév/tartomány a proxy megkerüléséhez.",
|
|
152
150
|
"Test proxy URL": "Proxy URL-cím tesztelése",
|
|
153
|
-
"Apply": "Alkalmazás",
|
|
154
151
|
"Proxy settings applied": "Proxy beállítások alkalmazva",
|
|
155
152
|
"Proxy enabled": "Proxy engedélyezve",
|
|
156
153
|
"Proxy disabled": "Proxy letiltva",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Antigravity IDE és GitHub Copilot használata → az 9Router bármelyik szolgáltatójával/modelljével",
|
|
179
176
|
"How it works:": "Hogyan működik:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Antigravity/Copilot IDE kérés → DNS átirányítás a localhost:443-ra → MITM proxy elfogja → 9Router → válasz Antigravity/Copilot-nak",
|
|
181
|
-
"API Key": "API-kulcs",
|
|
182
178
|
"No API keys — create one in Keys page": "Nincsenek API-kulcsok — hozzon létre egyet a Keys oldalon",
|
|
183
179
|
"sk_9router (default)": "sk_9router (alapértelmezett)",
|
|
184
180
|
"Server started": "Szerver elindult",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Sudo jelszó szükséges",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Adja meg sudo jelszavát a MITM szerver indításához/leállításához",
|
|
194
190
|
"Sudo Password": "Sudo jelszó",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Kattintson a hozzáadáshoz, kattintson újra az eltávolításhoz. A változtatások automatikusan mentésre kerülnek."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Keluar",
|
|
13
13
|
"Login": "Masuk",
|
|
14
14
|
"Providers": "Penyedia",
|
|
15
|
-
"Usage": "Penggunaan",
|
|
15
|
+
"Usage": "Statistik Penggunaan",
|
|
16
16
|
"API Key": "Kunci API",
|
|
17
17
|
"Connected": "Terhubung",
|
|
18
18
|
"Disconnected": "Terputus",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Gelap",
|
|
92
92
|
"Auto": "Otomatis",
|
|
93
93
|
"Endpoint": "Titik Akhir",
|
|
94
|
-
"Providers": "Penyedia",
|
|
95
94
|
"Combos": "Kombinasi",
|
|
96
|
-
"Usage": "Statistik Penggunaan",
|
|
97
95
|
"Quota Tracker": "Pelacak Kuota",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "Alat",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Tidak Ada Proxy",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Nama host/domain yang dipisahkan koma untuk melewati proxy.",
|
|
152
150
|
"Test proxy URL": "Uji URL Proxy",
|
|
153
|
-
"Apply": "Terapkan",
|
|
154
151
|
"Proxy settings applied": "Pengaturan proxy diterapkan",
|
|
155
152
|
"Proxy enabled": "Proxy diaktifkan",
|
|
156
153
|
"Proxy disabled": "Proxy dinonaktifkan",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Gunakan Antigravity IDE & GitHub Copilot → dengan PENYEDIA/model APA PUN dari 9Router",
|
|
179
176
|
"How it works:": "Cara kerjanya:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Permintaan Antigravity/Copilot IDE → Pengalihan DNS ke localhost:443 → Proxy MITM mengintersep → 9Router → respons ke Antigravity/Copilot",
|
|
181
|
-
"API Key": "Kunci API",
|
|
182
178
|
"No API keys — create one in Keys page": "Tidak ada kunci API — buat satu di halaman Keys",
|
|
183
179
|
"sk_9router (default)": "sk_9router (bawaan)",
|
|
184
180
|
"Server started": "Server dimulai",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Kata Sandi Sudo Diperlukan",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Masukkan kata sandi sudo Anda untuk memulai/menghentikan server MITM",
|
|
194
190
|
"Sudo Password": "Kata Sandi Sudo",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Klik untuk menambah, klik lagi untuk menghapus. Perubahan disimpan secara otomatis."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Esci",
|
|
13
13
|
"Login": "Accedi",
|
|
14
14
|
"Providers": "Provider",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "Statistiche di utilizzo",
|
|
16
16
|
"API Key": "Chiave API",
|
|
17
17
|
"Connected": "Connesso",
|
|
18
18
|
"Disconnected": "Disconnesso",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Scuro",
|
|
92
92
|
"Auto": "Automatico",
|
|
93
93
|
"Endpoint": "Endpoint",
|
|
94
|
-
"Providers": "Provider",
|
|
95
94
|
"Combos": "Combinazioni",
|
|
96
|
-
"Usage": "Statistiche di utilizzo",
|
|
97
95
|
"Quota Tracker": "Tracker quota",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "Strumenti",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Nessun proxy",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Nomi host/domini separati da virgole per ignorare il proxy.",
|
|
152
150
|
"Test proxy URL": "Test URL proxy",
|
|
153
|
-
"Apply": "Applica",
|
|
154
151
|
"Proxy settings applied": "Impostazioni proxy applicate",
|
|
155
152
|
"Proxy enabled": "Proxy abilitato",
|
|
156
153
|
"Proxy disabled": "Proxy disabilitato",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Usa Antigravity IDE & GitHub Copilot → con QUALSIASI provider/modello da 9Router",
|
|
179
176
|
"How it works:": "Come funziona:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Richiesta Antigravity/Copilot IDE → Reindirizzamento DNS a localhost:443 → Il proxy MITM intercetta → 9Router → Risposta a Antigravity/Copilot",
|
|
181
|
-
"API Key": "Chiave API",
|
|
182
178
|
"No API keys — create one in Keys page": "Nessuna chiave API — crearne una nella pagina Chiavi",
|
|
183
179
|
"sk_9router (default)": "sk_9router (predefinito)",
|
|
184
180
|
"Server started": "Server avviato",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Password Sudo richiesta",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Inserisci la tua password sudo per avviare/arrestare il server MITM",
|
|
194
190
|
"Sudo Password": "Password Sudo",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Clicca per aggiungere, clicca di nuovo per rimuovere. Le modifiche vengono salvate automaticamente."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "ログアウト",
|
|
13
13
|
"Login": "ログイン",
|
|
14
14
|
"Providers": "プロバイダー",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "統計",
|
|
16
16
|
"API Key": "APIキー",
|
|
17
17
|
"Connected": "接続済み",
|
|
18
18
|
"Disconnected": "未接続",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "ダーク",
|
|
92
92
|
"Auto": "自動",
|
|
93
93
|
"Endpoint": "エンドポイント",
|
|
94
|
-
"Providers": "プロバイダー",
|
|
95
94
|
"Combos": "コンボ",
|
|
96
|
-
"Usage": "統計",
|
|
97
95
|
"Quota Tracker": "クォータトラッカー",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "CLIツール",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "プロキシなし",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "プロキシをバイパスするためのコンマ区切りのホスト名/ドメイン。",
|
|
152
150
|
"Test proxy URL": "プロキシURLをテスト",
|
|
153
|
-
"Apply": "適用",
|
|
154
151
|
"Proxy settings applied": "プロキシ設定が適用されました",
|
|
155
152
|
"Proxy enabled": "プロキシが有効になりました",
|
|
156
153
|
"Proxy disabled": "プロキシが無効になりました",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Antigravity IDE & GitHub Copilot → 9Router の任意のプロバイダー/モデルを使用",
|
|
179
176
|
"How it works:": "しくみ:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Antigravity/Copilot IDE リクエスト → localhost:443 への DNS リダイレクト → MITM プロキシが傍受 → 9Router → Antigravity/Copilot への応答",
|
|
181
|
-
"API Key": "APIキー",
|
|
182
178
|
"No API keys — create one in Keys page": "APIキーがありません — キーページで1つ作成してください",
|
|
183
179
|
"sk_9router (default)": "sk_9router(デフォルト)",
|
|
184
180
|
"Server started": "サーバーが開始されました",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Sudoパスワードが必要です",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "MITMサーバーを開始/停止するには、sudoパスワードを入力してください",
|
|
194
190
|
"Sudo Password": "Sudoパスワード",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "クリックで追加、もう一度クリックで削除。変更は自動的に保存されます。"
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "로그아웃",
|
|
13
13
|
"Login": "로그인",
|
|
14
14
|
"Providers": "제공자",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "통계",
|
|
16
16
|
"API Key": "API 키",
|
|
17
17
|
"Connected": "연결됨",
|
|
18
18
|
"Disconnected": "연결 해제됨",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "어두움",
|
|
92
92
|
"Auto": "자동",
|
|
93
93
|
"Endpoint": "엔드포인트",
|
|
94
|
-
"Providers": "제공자",
|
|
95
94
|
"Combos": "조합",
|
|
96
|
-
"Usage": "통계",
|
|
97
95
|
"Quota Tracker": "할당량 추적",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "CLI 도구",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "프록시 없음",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "프록시를 우회하기 위한 쉼표로 구분된 호스트명/도메인입니다.",
|
|
152
150
|
"Test proxy URL": "프록시 URL 테스트",
|
|
153
|
-
"Apply": "적용",
|
|
154
151
|
"Proxy settings applied": "프록시 설정이 적용되었습니다",
|
|
155
152
|
"Proxy enabled": "프록시 활성화됨",
|
|
156
153
|
"Proxy disabled": "프록시 비활성화됨",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Antigravity IDE 및 GitHub Copilot 사용 → 9Router의 모든 제공자/모델과 함께",
|
|
179
176
|
"How it works:": "작동 방식:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Antigravity/Copilot IDE 요청 → localhost:443로 DNS 리디렉션 → MITM 프록시가 가로챔 → 9Router → Antigravity/Copilot으로 응답",
|
|
181
|
-
"API Key": "API 키",
|
|
182
178
|
"No API keys — create one in Keys page": "API 키 없음 — 키 페이지에서 만들기",
|
|
183
179
|
"sk_9router (default)": "sk_9router (기본값)",
|
|
184
180
|
"Server started": "서버 시작됨",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Sudo 암호 필요",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "MITM 서버를 시작/중지하려면 sudo 암호를 입력하세요",
|
|
194
190
|
"Sudo Password": "Sudo 암호",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "클릭하여 추가, 다시 클릭하여 제거. 변경 사항은 자동으로 저장됩니다."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Afmelden",
|
|
13
13
|
"Login": "Aanmelden",
|
|
14
14
|
"Providers": "Providers",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "Statistieken",
|
|
16
16
|
"API Key": "API-sleutel",
|
|
17
17
|
"Connected": "Verbonden",
|
|
18
18
|
"Disconnected": "Verbroken",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Donker",
|
|
92
92
|
"Auto": "Automatisch",
|
|
93
93
|
"Endpoint": "Eindpunt",
|
|
94
|
-
"Providers": "Providers",
|
|
95
94
|
"Combos": "Combinaties",
|
|
96
|
-
"Usage": "Statistieken",
|
|
97
95
|
"Quota Tracker": "Quotabijhouder",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "CLI-tools",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Geen proxy",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Door komma's gescheiden hostnamen/domeinen om de proxy te omzeilen.",
|
|
152
150
|
"Test proxy URL": "Proxy-URL testen",
|
|
153
|
-
"Apply": "Toepassen",
|
|
154
151
|
"Proxy settings applied": "Proxy-instellingen toegepast",
|
|
155
152
|
"Proxy enabled": "Proxy ingeschakeld",
|
|
156
153
|
"Proxy disabled": "Proxy uitgeschakeld",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Gebruik Antigravity IDE en GitHub Copilot → met ELKE provider/model van 9Router",
|
|
179
176
|
"How it works:": "Hoe het werkt:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Antigravity/Copilot IDE-aanvraag → DNS-omleiding naar localhost:443 → MITM-proxy onderschept → 9Router → antwoord naar Antigravity/Copilot",
|
|
181
|
-
"API Key": "API-sleutel",
|
|
182
178
|
"No API keys — create one in Keys page": "Geen API-sleutels — maak er één aan op de pagina Sleutels",
|
|
183
179
|
"sk_9router (default)": "sk_9router (standaard)",
|
|
184
180
|
"Server started": "Server gestart",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Sudo-wachtwoord vereist",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Voer uw sudo-wachtwoord in om de MITM-server te starten/stoppen",
|
|
194
190
|
"Sudo Password": "Sudo-wachtwoord",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Klik om toe te voegen, klik opnieuw om te verwijderen. Wijzigingen worden automatisch opgeslagen."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Logg ut",
|
|
13
13
|
"Login": "Logg inn",
|
|
14
14
|
"Providers": "Leverandører",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "Bruksstatistikk",
|
|
16
16
|
"API Key": "API-nøkkel",
|
|
17
17
|
"Connected": "Tilkoblet",
|
|
18
18
|
"Disconnected": "Frakoblet",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Mørk",
|
|
92
92
|
"Auto": "Automatisk",
|
|
93
93
|
"Endpoint": "Endepunkt",
|
|
94
|
-
"Providers": "Leverandører",
|
|
95
94
|
"Combos": "Kombinasjoner",
|
|
96
|
-
"Usage": "Bruksstatistikk",
|
|
97
95
|
"Quota Tracker": "Kvotasporer",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "Verktøy",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Ingen proxy",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Kommaseparerte vertsnavner/domener for å omgå proxyen.",
|
|
152
150
|
"Test proxy URL": "Test proxy-URL",
|
|
153
|
-
"Apply": "Bruk",
|
|
154
151
|
"Proxy settings applied": "Proxyinnstillinger brukt",
|
|
155
152
|
"Proxy enabled": "Proxy aktivert",
|
|
156
153
|
"Proxy disabled": "Proxy deaktivert",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Bruk Antigravity IDE & GitHub Copilot → med ENHVER leverandør/modell fra 9Router",
|
|
179
176
|
"How it works:": "Slik fungerer det:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Antigravity/Copilot IDE-forespørsel → DNS-omdirigering til localhost:443 → MITM-proxy avlytt → 9Router → svar til Antigravity/Copilot",
|
|
181
|
-
"API Key": "API-nøkkel",
|
|
182
178
|
"No API keys — create one in Keys page": "Ingen API-nøkler — lag en på Keys-siden",
|
|
183
179
|
"sk_9router (default)": "sk_9router (standard)",
|
|
184
180
|
"Server started": "Server startet",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Sudo-passord påkrevd",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Skriv inn sudo-passordet ditt for å starte/stoppe MITM-server",
|
|
194
190
|
"Sudo Password": "Sudo-passord",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Klikk for å legge til, klikk igjen for å fjerne. Endringer lagres automatisk."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Wyloguj się",
|
|
13
13
|
"Login": "Zaloguj się",
|
|
14
14
|
"Providers": "Dostawcy",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "Statystyka",
|
|
16
16
|
"API Key": "Klucz API",
|
|
17
17
|
"Connected": "Połączony",
|
|
18
18
|
"Disconnected": "Rozłączony",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Ciemny",
|
|
92
92
|
"Auto": "Automatycznie",
|
|
93
93
|
"Endpoint": "Punkt końcowy",
|
|
94
|
-
"Providers": "Dostawcy",
|
|
95
94
|
"Combos": "Kombinacje",
|
|
96
|
-
"Usage": "Statystyka",
|
|
97
95
|
"Quota Tracker": "Śledzenie limitów",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "Narzędzia CLI",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Bez serwera proxy",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Nazwy hostów/domeny oddzielone przecinkami do pominięcia serwera proxy.",
|
|
152
150
|
"Test proxy URL": "Przetestuj URL serwera proxy",
|
|
153
|
-
"Apply": "Zastosuj",
|
|
154
151
|
"Proxy settings applied": "Ustawienia serwera proxy zastosowane",
|
|
155
152
|
"Proxy enabled": "Serwer proxy włączony",
|
|
156
153
|
"Proxy disabled": "Serwer proxy wyłączony",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Użyj Antigravity IDE i GitHub Copilot → z DOWOLNYM dostawcą/modelem z 9Router",
|
|
179
176
|
"How it works:": "Jak to działa:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Żądanie Antigravity/Copilot IDE → Przekierowanie DNS na localhost:443 → Serwer proxy MITM przechwytuje → 9Router → odpowiedź do Antigravity/Copilot",
|
|
181
|
-
"API Key": "Klucz API",
|
|
182
178
|
"No API keys — create one in Keys page": "Brak kluczy API — utwórz jeden na stronie Klucze",
|
|
183
179
|
"sk_9router (default)": "sk_9router (domyślnie)",
|
|
184
180
|
"Server started": "Serwer uruchomiony",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Wymagane hasło Sudo",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Wprowadź hasło sudo, aby uruchomić/zatrzymać serwer MITM",
|
|
194
190
|
"Sudo Password": "Hasło sudo",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Kliknij, aby dodać, kliknij ponownie, aby usunąć. Zmiany są zapisywane automatycznie."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Sair",
|
|
13
13
|
"Login": "Conectar",
|
|
14
14
|
"Providers": "Provedores",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "Estatísticas",
|
|
16
16
|
"API Key": "Chave API",
|
|
17
17
|
"Connected": "Conectado",
|
|
18
18
|
"Disconnected": "Desconectado",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Escuro",
|
|
92
92
|
"Auto": "Automático",
|
|
93
93
|
"Endpoint": "Ponto de extremidade",
|
|
94
|
-
"Providers": "Provedores",
|
|
95
94
|
"Combos": "Combinações",
|
|
96
|
-
"Usage": "Estatísticas",
|
|
97
95
|
"Quota Tracker": "Rastreador de cota",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "Ferramentas CLI",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Sem proxy",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Nomes de host/domínios separados por vírgula para contornar o proxy.",
|
|
152
150
|
"Test proxy URL": "Testar URL do proxy",
|
|
153
|
-
"Apply": "Aplicar",
|
|
154
151
|
"Proxy settings applied": "Configurações de proxy aplicadas",
|
|
155
152
|
"Proxy enabled": "Proxy ativado",
|
|
156
153
|
"Proxy disabled": "Proxy desativado",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Use Antigravity IDE e GitHub Copilot → com QUALQUER provedor/modelo do 9Router",
|
|
179
176
|
"How it works:": "Como funciona:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Solicitação do Antigravity/Copilot IDE → Redirecionamento DNS para localhost:443 → Proxy MITM intercepta → 9Router → resposta para Antigravity/Copilot",
|
|
181
|
-
"API Key": "Chave API",
|
|
182
178
|
"No API keys — create one in Keys page": "Sem chaves de API — crie uma na página Chaves",
|
|
183
179
|
"sk_9router (default)": "sk_9router (padrão)",
|
|
184
180
|
"Server started": "Servidor iniciado",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Senha Sudo necessária",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Digite sua senha sudo para iniciar/parar o servidor MITM",
|
|
194
190
|
"Sudo Password": "Senha sudo",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Clique para adicionar, clique novamente para remover. As alterações são salvas automaticamente."
|
|
196
192
|
}
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"Logout": "Terminar sessão",
|
|
13
13
|
"Login": "Iniciar sessão",
|
|
14
14
|
"Providers": "Fornecedores",
|
|
15
|
-
"Usage": "
|
|
15
|
+
"Usage": "Estatísticas",
|
|
16
16
|
"API Key": "Chave API",
|
|
17
17
|
"Connected": "Ligado",
|
|
18
18
|
"Disconnected": "Desligado",
|
|
@@ -91,9 +91,7 @@
|
|
|
91
91
|
"Dark": "Escuro",
|
|
92
92
|
"Auto": "Automático",
|
|
93
93
|
"Endpoint": "Ponto final",
|
|
94
|
-
"Providers": "Fornecedores",
|
|
95
94
|
"Combos": "Combinações",
|
|
96
|
-
"Usage": "Estatísticas",
|
|
97
95
|
"Quota Tracker": "Rastreador de quota",
|
|
98
96
|
"MITM": "MITM",
|
|
99
97
|
"CLI Tools": "Ferramentas CLI",
|
|
@@ -150,7 +148,6 @@
|
|
|
150
148
|
"No Proxy": "Sem proxy",
|
|
151
149
|
"Comma-separated hostnames/domains to bypass the proxy.": "Nomes de host/domínios separados por vírgulas para contornar o proxy.",
|
|
152
150
|
"Test proxy URL": "Testar URL do proxy",
|
|
153
|
-
"Apply": "Aplicar",
|
|
154
151
|
"Proxy settings applied": "Definições de proxy aplicadas",
|
|
155
152
|
"Proxy enabled": "Proxy ativado",
|
|
156
153
|
"Proxy disabled": "Proxy desativado",
|
|
@@ -178,7 +175,6 @@
|
|
|
178
175
|
"Use Antigravity IDE & GitHub Copilot → with ANY provider/model from 9Router": "Utilize o Antigravity IDE e GitHub Copilot → com QUALQUER fornecedor/modelo do 9Router",
|
|
179
176
|
"How it works:": "Como funciona:",
|
|
180
177
|
"Antigravity/Copilot IDE request → DNS redirect to localhost:443 → MITM proxy intercepts → 9Router → response to Antigravity/Copilot": "Pedido do Antigravity/Copilot IDE → Redirecionamento DNS para localhost:443 → Proxy MITM interceta → 9Router → resposta para Antigravity/Copilot",
|
|
181
|
-
"API Key": "Chave API",
|
|
182
178
|
"No API keys — create one in Keys page": "Sem chaves de API — crie uma na página Chaves",
|
|
183
179
|
"sk_9router (default)": "sk_9router (predefinição)",
|
|
184
180
|
"Server started": "Servidor iniciado",
|
|
@@ -192,5 +188,5 @@
|
|
|
192
188
|
"Sudo Password Required": "Palavra-passe Sudo necessária",
|
|
193
189
|
"Enter your sudo password to start/stop MITM server": "Introduza a sua palavra-passe sudo para iniciar/parar o servidor MITM",
|
|
194
190
|
"Sudo Password": "Palavra-passe sudo",
|
|
195
|
-
"
|
|
191
|
+
"Click to add, click again to remove. Changes are saved automatically.": "Clique para adicionar, clique novamente para remover. As alterações são guardadas automaticamente."
|
|
196
192
|
}
|