9router 0.4.39 → 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/routes-manifest.json +1050 -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/jcode-settings/route_client-reference-manifest.js +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/1574.js +3 -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/7686.js +13 -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/1273-62c3e49612c8936b.js +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/8035-7160908984e36a32.js +3 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-cd0fd0414de9421f.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-cf6325b0b4557845.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/page-0479ee1b161bf657.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/mitm/page-ba20629be96f8c76.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/app/_global-error/page-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/login/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/logout/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/callback/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/start/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/test/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/status/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/all-statuses/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/claude-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cline-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/copilot-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/droid-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/hermes-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/jcode-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/kilo-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/openclaw-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/opencode-settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cloud/auth/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cloud/credentials/update/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cloud/model/resolve/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cloud/models/alias/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/combos/[id]/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/combos/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/health/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/init/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/keys/[id]/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/keys/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/locale/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/message/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/sse/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/deepgram/voices/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/inworld/voices/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/minimax/voices/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/voices/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/alias/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/availability/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/custom/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/disabled/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/test/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/[provider]/[action]/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/auto-import/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/import/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/gitlab/pat/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/iflow/cookie/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/auto-import/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-authorize/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-exchange/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pricing/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/[id]/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/validate/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/models/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test-models/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/client/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/kilo/free-models/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/suggested-models/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/test-batch/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/validate/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/test/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/vercel-deploy/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/database/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/proxy-test/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/require-login/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/shutdown/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tags/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/stream/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/load/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/save/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/send/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/translate/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/disable/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/enable/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/status/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-check/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-disable/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-enable/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-install/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-login/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-start-daemon/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/chart/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/history/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/providers/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/request-details/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/request-logs/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/stats/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/stream/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/api/chat/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/speech/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/transcriptions/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/voices/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/chat/completions/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/embeddings/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/images/generations/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/messages/count_tokens/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/messages/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/models/[kind]/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/models/info/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/models/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/responses/compact/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/responses/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/search/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/web/fetch/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1beta/models/[...path]/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1beta/models/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/version/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/version/shutdown/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/version/update/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/manifest.webmanifest/route-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/app/page-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/main-dc8d0a9e54eb27e6.js +5 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/app-error-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/forbidden-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/not-found-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/unauthorized-36dc8d06b592b249.js +1 -0
- package/app/.next-cli-build/static/css/a898a2d21a892d75.css +1 -0
- package/app/.next-cli-build/static/uHhVw6dal8k6pSmnEqnTj/_buildManifest.js +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 +9 -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/amp.png +0 -0
- package/app/public/providers/deepseek-tui.png +0 -0
- package/app/public/providers/jcode.png +0 -0
- 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/terminalUI.js +35 -23
- package/src/cli/tray/autostart.js +158 -173
- package/src/cli/tray/tray.js +13 -4
- package/src/cli/utils/input.js +98 -89
- package/app/.next/BUILD_ID +0 -1
- package/app/.next/app-path-routes-manifest.json +0 -156
- 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/routes-manifest.json +0 -1036
- 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/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 -16
- 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/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 -156
- package/app/.next/server/chunks/1574.js +0 -3
- 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/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/7686.js +0 -13
- package/app/.next/server/chunks/8202.js +0 -160
- package/app/.next/server/chunks/9060.js +0 -9
- package/app/.next/server/chunks/9102.js +0 -39
- 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/1695-6e8840bac539e8e1.js +0 -39
- package/app/.next/static/chunks/4156-fb6ac946bb0d8b36.js +0 -7
- package/app/.next/static/chunks/505-4f14d6114630c020.js +0 -1
- package/app/.next/static/chunks/8035-fcb662f21e288a06.js +0 -3
- package/app/.next/static/chunks/app/(dashboard)/dashboard/cli-tools/page-ba45716d39a993b3.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/combos/page-b460baa9a0a252cc.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/mitm/page-9567edd325a84464.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/usage/page-5c83526aa571f533.js +0 -1
- package/app/.next/static/chunks/app/_global-error/page-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/auth/login/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/auth/logout/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/callback/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/start/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/test/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/auth/status/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/all-statuses/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/hermes-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/auth/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/credentials/update/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/model/resolve/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/cloud/models/alias/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/combos/[id]/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/combos/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/health/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/init/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/keys/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/locale/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/mcp/[plugin]/message/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/mcp/[plugin]/sse/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/deepgram/voices/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/inworld/voices/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/minimax/voices/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/models/alias/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/models/availability/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/models/custom/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/models/disabled/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/models/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/models/test/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/providers/client/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/providers/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/providers/test-batch/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/providers/validate/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/settings/database/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/settings/require-login/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/settings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/shutdown/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/tags/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/translator/load/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/translator/save/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/translator/send/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/translator/translate/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/disable/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/enable/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/status/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-check/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-disable/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-enable/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-install/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-login/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-start-daemon/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/usage/chart/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/usage/history/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/usage/providers/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-details/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-logs/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stats/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stream/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/api/chat/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/voices/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/embeddings/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/images/generations/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/[kind]/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/info/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/search/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1/web/fetch/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/version/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/version/shutdown/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/api/version/update/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/manifest.webmanifest/route-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/app/page-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/main-c15d476fd3e476c5.js +0 -5
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-60e29212efc745d6.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-60e29212efc745d6.js +0 -1
- package/app/.next/static/css/ae73e0a7859fa2fc.css +0 -1
- package/app/.next/static/yFUwKZ1p4eBnMZ6ORz8lk/_buildManifest.js +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}/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/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/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/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/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/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/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/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/_not-found/page-1ab122ef64d03506.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/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/global-error-2e4f2b5b71d077f6.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/yFUwKZ1p4eBnMZ6ORz8lk → .next-cli-build/static/uHhVw6dal8k6pSmnEqnTj}/_ssgManifest.js +0 -0
package/app/server.js
CHANGED
|
@@ -9,7 +9,7 @@ const currentPort = parseInt(process.env.PORT, 10) || 3000
|
|
|
9
9
|
const hostname = process.env.HOSTNAME || '0.0.0.0'
|
|
10
10
|
|
|
11
11
|
let keepAliveTimeout = parseInt(process.env.KEEP_ALIVE_TIMEOUT, 10)
|
|
12
|
-
const nextConfig = {"env":{},"typescript":{"ignoreBuildErrors":false},"typedRoutes":false,"distDir":"./.next","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.mjs","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":14400,"formats":["image/webp"],"maximumRedirects":3,"maximumResponseBody":50000000,"dangerouslyAllowLocalIP":false,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","localPatterns":[{"pathname":"**","search":""}],"remotePatterns":[],"qualities":[75],"unoptimized":true,"customCacheHandler":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{"serverFunctions":true,"browserToTerminal":"warn"},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/Users/Working/router4","cacheComponents":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":31536000}},"cacheHandlers":{},"experimental":{"appNewScrollHandler":false,"useSkewCookie":false,"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"cachedNavigations":false,"partialFallbacks":false,"dynamicOnHover":false,"varyParams":false,"prefetchInlining":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","proxyPrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":7,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"strictRouteTypes":false,"viewTransition":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"reactDebugChannel":true,"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"transitionIndicator":false,"gestureTransition":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"browserDebugInfoInTerminal":"warn","lockDistDir":true,"proxyClientMaxBodySize":10485760,"hideLogsAfterAbort":false,"mcpServer":true,"turbopackFileSystemCacheForDev":true,"turbopackFileSystemCacheForBuild":false,"turbopackInferModuleSideEffects":true,"turbopackPluginRuntimeStrategy":"childProcesses","optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.mjs","serverExternalPackages":["better-sqlite3","sql.js","node:sqlite","bun:sqlite"],"turbopack":{"root":"/Users/Working/router4"},"outputFileTracingExcludes":{"*":["./gitbook/**/*"]},"distDirRoot":".next","_originalRewrites":{"beforeFiles":[],"afterFiles":[{"source":"/v1/v1/:path*","destination":"/api/v1/:path*"},{"source":"/v1/v1","destination":"/api/v1"},{"source":"/codex/:path*","destination":"/api/v1/responses"},{"source":"/v1/:path*","destination":"/api/v1/:path*"},{"source":"/v1","destination":"/api/v1"}],"fallback":[]}}
|
|
12
|
+
const nextConfig = {"env":{},"typescript":{"ignoreBuildErrors":false},"typedRoutes":false,"distDir":"./.next-cli-build","cleanDistDir":true,"assetPrefix":"","cacheMaxMemorySize":52428800,"configOrigin":"next.config.mjs","useFileSystemPublicRoutes":true,"generateEtags":true,"pageExtensions":["tsx","ts","jsx","js"],"poweredByHeader":true,"compress":true,"images":{"deviceSizes":[640,750,828,1080,1200,1920,2048,3840],"imageSizes":[32,48,64,96,128,256,384],"path":"/_next/image","loader":"default","loaderFile":"","domains":[],"disableStaticImages":false,"minimumCacheTTL":14400,"formats":["image/webp"],"maximumRedirects":3,"maximumResponseBody":50000000,"dangerouslyAllowLocalIP":false,"dangerouslyAllowSVG":false,"contentSecurityPolicy":"script-src 'none'; frame-src 'none'; sandbox;","contentDispositionType":"attachment","localPatterns":[{"pathname":"**","search":""}],"remotePatterns":[],"qualities":[75],"unoptimized":true,"customCacheHandler":false},"devIndicators":{"position":"bottom-left"},"onDemandEntries":{"maxInactiveAge":60000,"pagesBufferLength":5},"basePath":"","sassOptions":{},"trailingSlash":false,"i18n":null,"productionBrowserSourceMaps":false,"excludeDefaultMomentLocales":true,"reactProductionProfiling":false,"reactStrictMode":null,"reactMaxHeadersLength":6000,"httpAgentOptions":{"keepAlive":true},"logging":{"serverFunctions":true,"browserToTerminal":"warn"},"compiler":{},"expireTime":31536000,"staticPageGenerationTimeout":60,"output":"standalone","modularizeImports":{"@mui/icons-material":{"transform":"@mui/icons-material/{{member}}"},"lodash":{"transform":"lodash/{{member}}"}},"outputFileTracingRoot":"/Users/Working/router4","cacheComponents":false,"cacheLife":{"default":{"stale":300,"revalidate":900,"expire":4294967294},"seconds":{"stale":30,"revalidate":1,"expire":60},"minutes":{"stale":300,"revalidate":60,"expire":3600},"hours":{"stale":300,"revalidate":3600,"expire":86400},"days":{"stale":300,"revalidate":86400,"expire":604800},"weeks":{"stale":300,"revalidate":604800,"expire":2592000},"max":{"stale":300,"revalidate":2592000,"expire":31536000}},"cacheHandlers":{},"experimental":{"appNewScrollHandler":false,"useSkewCookie":false,"cssChunking":true,"multiZoneDraftMode":false,"appNavFailHandling":false,"prerenderEarlyExit":true,"serverMinification":true,"linkNoTouchStart":false,"caseSensitiveRoutes":false,"cachedNavigations":false,"partialFallbacks":false,"dynamicOnHover":false,"varyParams":false,"prefetchInlining":false,"preloadEntriesOnStart":true,"clientRouterFilter":true,"clientRouterFilterRedirects":false,"fetchCacheKeyPrefix":"","proxyPrefetch":"flexible","optimisticClientCache":true,"manualClientBasePath":false,"cpus":7,"memoryBasedWorkersCount":false,"imgOptConcurrency":null,"imgOptTimeoutInSeconds":7,"imgOptMaxInputPixels":268402689,"imgOptSequentialRead":null,"imgOptSkipMetadata":null,"isrFlushToDisk":true,"workerThreads":false,"optimizeCss":false,"nextScriptWorkers":false,"scrollRestoration":false,"externalDir":false,"disableOptimizedLoading":false,"gzipSize":true,"craCompat":false,"esmExternals":true,"fullySpecified":false,"swcTraceProfiling":false,"forceSwcTransforms":false,"largePageDataBytes":128000,"typedEnv":false,"parallelServerCompiles":false,"parallelServerBuildTraces":false,"ppr":false,"authInterrupts":false,"webpackMemoryOptimizations":false,"optimizeServerReact":true,"strictRouteTypes":false,"viewTransition":false,"removeUncaughtErrorAndRejectionListeners":false,"validateRSCRequestHeaders":false,"staleTimes":{"dynamic":0,"static":300},"reactDebugChannel":true,"serverComponentsHmrCache":true,"staticGenerationMaxConcurrency":8,"staticGenerationMinPagesPerWorker":25,"transitionIndicator":false,"gestureTransition":false,"inlineCss":false,"useCache":false,"globalNotFound":false,"browserDebugInfoInTerminal":"warn","lockDistDir":true,"proxyClientMaxBodySize":10485760,"hideLogsAfterAbort":false,"mcpServer":true,"turbopackFileSystemCacheForDev":true,"turbopackFileSystemCacheForBuild":false,"turbopackInferModuleSideEffects":true,"turbopackPluginRuntimeStrategy":"childProcesses","optimizePackageImports":["lucide-react","date-fns","lodash-es","ramda","antd","react-bootstrap","ahooks","@ant-design/icons","@headlessui/react","@headlessui-float/react","@heroicons/react/20/solid","@heroicons/react/24/solid","@heroicons/react/24/outline","@visx/visx","@tremor/react","rxjs","@mui/material","@mui/icons-material","recharts","react-use","effect","@effect/schema","@effect/platform","@effect/platform-node","@effect/platform-browser","@effect/platform-bun","@effect/sql","@effect/sql-mssql","@effect/sql-mysql2","@effect/sql-pg","@effect/sql-sqlite-node","@effect/sql-sqlite-bun","@effect/sql-sqlite-wasm","@effect/sql-sqlite-react-native","@effect/rpc","@effect/rpc-http","@effect/typeclass","@effect/experimental","@effect/opentelemetry","@material-ui/core","@material-ui/icons","@tabler/icons-react","mui-core","react-icons/ai","react-icons/bi","react-icons/bs","react-icons/cg","react-icons/ci","react-icons/di","react-icons/fa","react-icons/fa6","react-icons/fc","react-icons/fi","react-icons/gi","react-icons/go","react-icons/gr","react-icons/hi","react-icons/hi2","react-icons/im","react-icons/io","react-icons/io5","react-icons/lia","react-icons/lib","react-icons/lu","react-icons/md","react-icons/pi","react-icons/ri","react-icons/rx","react-icons/si","react-icons/sl","react-icons/tb","react-icons/tfi","react-icons/ti","react-icons/vsc","react-icons/wi"],"trustHostHeader":false,"isExperimentalCompile":false},"htmlLimitedBots":"[\\w-]+-Google|Google-[\\w-]+|Chrome-Lighthouse|Slurp|DuckDuckBot|baiduspider|yandex|sogou|bitlybot|tumblr|vkShare|quora link preview|redditbot|ia_archiver|Bingbot|BingPreview|applebot|facebookexternalhit|facebookcatalog|Twitterbot|LinkedInBot|Slackbot|Discordbot|WhatsApp|SkypeUriPreview|Yeti|googleweblight","bundlePagesRouterDependencies":false,"configFileName":"next.config.mjs","serverExternalPackages":["better-sqlite3","sql.js","node:sqlite","bun:sqlite"],"turbopack":{"root":"/Users/Working/router4"},"outputFileTracingExcludes":{"*":["./gitbook/**/*"]},"distDirRoot":".next-cli-build","_originalRewrites":{"beforeFiles":[],"afterFiles":[{"source":"/v1/v1/:path*","destination":"/api/v1/:path*"},{"source":"/v1/v1","destination":"/api/v1"},{"source":"/codex/:path*","destination":"/api/v1/responses"},{"source":"/v1/:path*","destination":"/api/v1/:path*"},{"source":"/v1","destination":"/api/v1"}],"fallback":[]}}
|
|
13
13
|
|
|
14
14
|
process.env.__NEXT_PRIVATE_STANDALONE_CONFIG = JSON.stringify(nextConfig)
|
|
15
15
|
|
package/cli.js
CHANGED
|
@@ -685,6 +685,11 @@ function startServer(latestVersion) {
|
|
|
685
685
|
const { clearScreen } = require("./src/cli/utils/display");
|
|
686
686
|
clearScreen();
|
|
687
687
|
|
|
688
|
+
// Kill current tray FIRST so the new bgProcess can register a fresh
|
|
689
|
+
// NSStatusItem on macOS without conflicting with the orphan binary
|
|
690
|
+
try { require("./src/cli/tray/tray").killTray(); } catch (e) { }
|
|
691
|
+
await new Promise(r => setTimeout(r, 300));
|
|
692
|
+
|
|
688
693
|
// Enable auto startup on OS boot
|
|
689
694
|
try {
|
|
690
695
|
const { enableAutoStart } = require("./src/cli/tray/autostart");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "9router",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.45",
|
|
4
4
|
"description": "9Router CLI - Start and manage 9Router server",
|
|
5
5
|
"bin": {
|
|
6
6
|
"9router": "./cli.js"
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
],
|
|
43
43
|
"license": "MIT",
|
|
44
44
|
"devDependencies": {
|
|
45
|
+
"esbuild": "^0.25.12",
|
|
45
46
|
"nodemon": "^3.1.14"
|
|
46
47
|
}
|
|
47
48
|
}
|
package/src/cli/terminalUI.js
CHANGED
|
@@ -14,23 +14,13 @@ const COLORS = {
|
|
|
14
14
|
cyan: "\x1b[36m"
|
|
15
15
|
};
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
const [keysResult, tunnelResult] = await Promise.all([
|
|
24
|
-
api.getApiKeys(),
|
|
25
|
-
api.getTunnelStatus()
|
|
26
|
-
]);
|
|
27
|
-
|
|
28
|
-
const keys = keysResult.success ? (keysResult.data.keys || []) : [];
|
|
29
|
-
const tunnel = tunnelResult.success ? (tunnelResult.data || {}) : {};
|
|
30
|
-
const tunnelEnabled = tunnel.enabled === true;
|
|
31
|
-
|
|
17
|
+
// Cached header (SWR): show last value instantly, refresh in background.
|
|
18
|
+
let cachedHeader = "";
|
|
19
|
+
let fetchingHeader = false;
|
|
20
|
+
|
|
21
|
+
function renderHeader(port, keys, tunnel) {
|
|
22
|
+
const tunnelEnabled = tunnel && tunnel.enabled === true;
|
|
32
23
|
const lines = [];
|
|
33
|
-
|
|
34
24
|
if (tunnelEnabled && tunnel.publicUrl) {
|
|
35
25
|
lines.push(`Endpoint: ${COLORS.green}${tunnel.publicUrl}/v1${COLORS.reset}`);
|
|
36
26
|
lines.push(`Tunnel: ${COLORS.green}ON${COLORS.reset} ${COLORS.dim}(${tunnel.shortId})${COLORS.reset}`);
|
|
@@ -38,17 +28,37 @@ async function buildHeaderContent(port) {
|
|
|
38
28
|
lines.push(`Endpoint: http://localhost:${port}/v1`);
|
|
39
29
|
lines.push(`Tunnel: ${COLORS.red}OFF${COLORS.reset} ${COLORS.dim}(local only)${COLORS.reset}`);
|
|
40
30
|
}
|
|
41
|
-
|
|
42
|
-
if (keys.length === 0) {
|
|
31
|
+
if (!keys || keys.length === 0) {
|
|
43
32
|
lines.push(`Key: ${COLORS.dim}No API keys yet${COLORS.reset}`);
|
|
44
33
|
} else {
|
|
45
34
|
lines.push(`Key: ${COLORS.cyan}${keys[0].key}${COLORS.reset}`);
|
|
46
35
|
keys.slice(1).forEach(k => lines.push(` ${COLORS.cyan}${k.key}${COLORS.reset}`));
|
|
47
36
|
}
|
|
48
|
-
|
|
49
37
|
return lines.join("\n");
|
|
50
38
|
}
|
|
51
39
|
|
|
40
|
+
async function refreshHeaderBg(port) {
|
|
41
|
+
if (fetchingHeader) return;
|
|
42
|
+
fetchingHeader = true;
|
|
43
|
+
try {
|
|
44
|
+
const [keysResult, tunnelResult] = await Promise.all([
|
|
45
|
+
api.getApiKeys(),
|
|
46
|
+
api.getTunnelStatus()
|
|
47
|
+
]);
|
|
48
|
+
const keys = keysResult.success ? (keysResult.data.keys || []) : [];
|
|
49
|
+
const tunnel = tunnelResult.success ? (tunnelResult.data || {}) : {};
|
|
50
|
+
cachedHeader = renderHeader(port, keys, tunnel);
|
|
51
|
+
} finally {
|
|
52
|
+
fetchingHeader = false;
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
function getHeader(port) {
|
|
57
|
+
// Kick off background refresh; return cache (or placeholder on first call).
|
|
58
|
+
refreshHeaderBg(port);
|
|
59
|
+
return cachedHeader || `Endpoint: http://localhost:${port}/v1\nTunnel: ${COLORS.dim}...${COLORS.reset}\nKey: ${COLORS.dim}...${COLORS.reset}`;
|
|
60
|
+
}
|
|
61
|
+
|
|
52
62
|
/**
|
|
53
63
|
* Start Terminal UI
|
|
54
64
|
* @param {number} port - Server port number
|
|
@@ -56,15 +66,17 @@ async function buildHeaderContent(port) {
|
|
|
56
66
|
async function startTerminalUI(port) {
|
|
57
67
|
// Configure API client
|
|
58
68
|
api.configure({ port });
|
|
59
|
-
|
|
69
|
+
|
|
60
70
|
const basePath = ["9Router"];
|
|
61
|
-
|
|
71
|
+
|
|
72
|
+
// Prime header cache before first render
|
|
73
|
+
await refreshHeaderBg(port);
|
|
74
|
+
|
|
62
75
|
// Main menu
|
|
63
76
|
await showMenuWithBack({
|
|
64
77
|
title: "📡 9Router Terminal UI",
|
|
65
78
|
breadcrumb: basePath,
|
|
66
|
-
headerContent:
|
|
67
|
-
refresh: async () => ({}), // Refresh header on each loop
|
|
79
|
+
headerContent: () => getHeader(port),
|
|
68
80
|
items: [
|
|
69
81
|
{
|
|
70
82
|
label: "Providers",
|
|
@@ -7,22 +7,36 @@ const APP_NAME = "9router";
|
|
|
7
7
|
const APP_LABEL = "com.9router.autostart";
|
|
8
8
|
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* Resolve the absolute path to this package's cli.js.
|
|
11
|
+
*
|
|
12
|
+
* Order of preference:
|
|
13
|
+
* 1. Explicit `cliPath` argument — cleanest, used when called from running
|
|
14
|
+
* cli.js with `__filename`.
|
|
15
|
+
* 2. `process.argv[1]` if it's our cli.js — true when 9router is currently
|
|
16
|
+
* running and the tray menu fires this code path.
|
|
17
|
+
* 3. Compute relative to this file's own location. autostart.js lives at
|
|
18
|
+
* `<pkg>/src/cli/tray/autostart.js`, so cli.js is three levels up.
|
|
19
|
+
* This works for any global install layout (nvm, Volta, asdf, Homebrew,
|
|
20
|
+
* /usr/local, etc.) without depending on `npm bin -g` (removed in npm 9)
|
|
21
|
+
* or a hardcoded `/usr/local/...` path.
|
|
22
|
+
*
|
|
23
|
+
* Returns null if no candidate exists — callers should not write an autostart
|
|
24
|
+
* entry pointing at a non-existent script.
|
|
11
25
|
*/
|
|
12
|
-
function
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
26
|
+
function getCliJsPath(cliPath) {
|
|
27
|
+
if (cliPath) {
|
|
28
|
+
const resolved = path.resolve(cliPath);
|
|
29
|
+
if (fs.existsSync(resolved)) return resolved;
|
|
30
|
+
}
|
|
31
|
+
if (process.argv[1]) {
|
|
32
|
+
const resolved = path.resolve(process.argv[1]);
|
|
33
|
+
if (path.basename(resolved) === "cli.js" && fs.existsSync(resolved)) {
|
|
34
|
+
return resolved;
|
|
19
35
|
}
|
|
20
|
-
} catch (e) {
|
|
21
|
-
// npm not available or failed
|
|
22
36
|
}
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
return
|
|
37
|
+
const computed = path.resolve(__dirname, "..", "..", "..", "cli.js");
|
|
38
|
+
if (fs.existsSync(computed)) return computed;
|
|
39
|
+
return null;
|
|
26
40
|
}
|
|
27
41
|
|
|
28
42
|
/**
|
|
@@ -32,29 +46,17 @@ function getStartCommand() {
|
|
|
32
46
|
*/
|
|
33
47
|
function enableAutoStart(cliPath) {
|
|
34
48
|
const platform = process.platform;
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
if (
|
|
38
|
-
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
// Skip on Linux without GUI
|
|
42
|
-
if (platform === "linux" && !process.env.DISPLAY) {
|
|
43
|
-
return false;
|
|
44
|
-
}
|
|
45
|
-
|
|
49
|
+
|
|
50
|
+
if (!["darwin", "win32", "linux"].includes(platform)) return false;
|
|
51
|
+
if (platform === "linux" && !process.env.DISPLAY) return false;
|
|
52
|
+
|
|
46
53
|
try {
|
|
47
|
-
if (platform === "darwin")
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
return enableWindows(cliPath);
|
|
51
|
-
} else if (platform === "linux") {
|
|
52
|
-
return enableLinux(cliPath);
|
|
53
|
-
}
|
|
54
|
+
if (platform === "darwin") return enableMacOS(cliPath);
|
|
55
|
+
if (platform === "win32") return enableWindows(cliPath);
|
|
56
|
+
if (platform === "linux") return enableLinux(cliPath);
|
|
54
57
|
} catch (err) {
|
|
55
|
-
// Silent fail
|
|
58
|
+
// Silent fail — autostart is optional
|
|
56
59
|
}
|
|
57
|
-
|
|
58
60
|
return false;
|
|
59
61
|
}
|
|
60
62
|
|
|
@@ -64,78 +66,99 @@ function enableAutoStart(cliPath) {
|
|
|
64
66
|
*/
|
|
65
67
|
function disableAutoStart() {
|
|
66
68
|
const platform = process.platform;
|
|
67
|
-
|
|
68
69
|
try {
|
|
69
|
-
if (platform === "darwin")
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
} else if (platform === "linux") {
|
|
74
|
-
return disableLinux();
|
|
75
|
-
}
|
|
76
|
-
} catch (err) {
|
|
77
|
-
// Silent fail
|
|
78
|
-
}
|
|
79
|
-
|
|
70
|
+
if (platform === "darwin") return disableMacOS();
|
|
71
|
+
if (platform === "win32") return disableWindows();
|
|
72
|
+
if (platform === "linux") return disableLinux();
|
|
73
|
+
} catch (err) {}
|
|
80
74
|
return false;
|
|
81
75
|
}
|
|
82
76
|
|
|
83
77
|
/**
|
|
84
|
-
* Check if autostart is enabled
|
|
85
|
-
*
|
|
78
|
+
* Check if autostart is enabled.
|
|
79
|
+
*
|
|
80
|
+
* On macOS, both the plist file and the launchd registration must be present —
|
|
81
|
+
* otherwise the tray menu would lie about the state (showing "✓ Enabled" even
|
|
82
|
+
* when launchd has the agent in a failed state or hasn't loaded it).
|
|
86
83
|
*/
|
|
87
84
|
function isAutoStartEnabled() {
|
|
88
85
|
const platform = process.platform;
|
|
89
|
-
|
|
86
|
+
|
|
90
87
|
try {
|
|
91
88
|
if (platform === "darwin") {
|
|
92
89
|
const plistPath = path.join(os.homedir(), "Library", "LaunchAgents", `${APP_LABEL}.plist`);
|
|
93
|
-
|
|
90
|
+
if (!fs.existsSync(plistPath)) return false;
|
|
91
|
+
try {
|
|
92
|
+
execSync(`launchctl list ${APP_LABEL}`, {
|
|
93
|
+
stdio: ["ignore", "ignore", "ignore"],
|
|
94
|
+
timeout: 3000
|
|
95
|
+
});
|
|
96
|
+
return true;
|
|
97
|
+
} catch (e) {
|
|
98
|
+
return false;
|
|
99
|
+
}
|
|
94
100
|
} else if (platform === "win32") {
|
|
95
|
-
const startupPath = path.join(process.env.APPDATA, "Microsoft", "Windows", "Start Menu", "Programs", "Startup", `${APP_NAME}.vbs`);
|
|
101
|
+
const startupPath = path.join(process.env.APPDATA || "", "Microsoft", "Windows", "Start Menu", "Programs", "Startup", `${APP_NAME}.vbs`);
|
|
96
102
|
return fs.existsSync(startupPath);
|
|
97
103
|
} else if (platform === "linux") {
|
|
98
104
|
const desktopPath = path.join(os.homedir(), ".config", "autostart", `${APP_NAME}.desktop`);
|
|
99
105
|
return fs.existsSync(desktopPath);
|
|
100
106
|
}
|
|
101
107
|
} catch (e) {}
|
|
102
|
-
|
|
103
108
|
return false;
|
|
104
109
|
}
|
|
105
110
|
|
|
106
111
|
// ============ macOS ============
|
|
107
112
|
|
|
113
|
+
/**
|
|
114
|
+
* Returns true when the current Node process IS the running instance that
|
|
115
|
+
* launchd is managing under our agent label.
|
|
116
|
+
*
|
|
117
|
+
* `launchctl unload <plist>` (and `load`) for an Aqua user-domain agent sends
|
|
118
|
+
* SIGTERM to the running process. When the running 9router cli.js was itself
|
|
119
|
+
* spawned by the autostart launchd agent (i.e. user enabled autostart at
|
|
120
|
+
* some point, then rebooted, then clicked the tray icon's "Disable
|
|
121
|
+
* Auto-start" menu item), an unload would kill the very process executing
|
|
122
|
+
* the click handler — and the tray icon would disappear instead of the menu
|
|
123
|
+
* label flipping back to "Enable Auto-start". This helper lets the enable
|
|
124
|
+
* and disable paths sidestep that by skipping launchctl when we'd otherwise
|
|
125
|
+
* be killing ourselves.
|
|
126
|
+
*/
|
|
127
|
+
function isAgentSelfMacOS() {
|
|
128
|
+
try {
|
|
129
|
+
const output = execSync(`launchctl list ${APP_LABEL}`, {
|
|
130
|
+
encoding: "utf8",
|
|
131
|
+
stdio: ["ignore", "pipe", "ignore"],
|
|
132
|
+
timeout: 3000
|
|
133
|
+
});
|
|
134
|
+
const match = output.match(/"PID"\s*=\s*(\d+)/);
|
|
135
|
+
return !!(match && parseInt(match[1], 10) === process.pid);
|
|
136
|
+
} catch (e) {
|
|
137
|
+
return false;
|
|
138
|
+
}
|
|
139
|
+
}
|
|
140
|
+
|
|
108
141
|
function enableMacOS(cliPath) {
|
|
109
142
|
const launchAgentsDir = path.join(os.homedir(), "Library", "LaunchAgents");
|
|
110
143
|
const plistPath = path.join(launchAgentsDir, `${APP_LABEL}.plist`);
|
|
111
|
-
|
|
112
|
-
// Ensure directory exists
|
|
144
|
+
|
|
113
145
|
if (!fs.existsSync(launchAgentsDir)) {
|
|
114
146
|
fs.mkdirSync(launchAgentsDir, { recursive: true });
|
|
115
147
|
}
|
|
116
|
-
|
|
117
|
-
// Get absolute paths for node and 9router script
|
|
148
|
+
|
|
118
149
|
const nodePath = process.execPath;
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
if (
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
// Last resort fallback
|
|
132
|
-
routerScript = "/usr/local/lib/node_modules/9router/cli.js";
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
// Determine user shell
|
|
137
|
-
const userShell = process.env.SHELL || '/bin/zsh';
|
|
138
|
-
|
|
150
|
+
const routerScript = getCliJsPath(cliPath);
|
|
151
|
+
// Don't write a broken plist that references a non-existent script.
|
|
152
|
+
if (!routerScript) return false;
|
|
153
|
+
|
|
154
|
+
// Invoke node + cli.js directly with absolute paths — no shell wrapper.
|
|
155
|
+
// The previous design ran `zsh -l -c "..."` so a login shell would source
|
|
156
|
+
// nvm/.zshrc and set PATH; that's fragile (nvm.sh sourcing varies by user,
|
|
157
|
+
// some setups don't put node on PATH from a non-interactive login shell).
|
|
158
|
+
// EnvironmentVariables.PATH explicitly includes node's bin dir so child
|
|
159
|
+
// processes spawned by cli.js (npm install at runtime, etc.) resolve.
|
|
160
|
+
const launchPath = `${path.dirname(nodePath)}:/usr/local/bin:/usr/bin:/bin`;
|
|
161
|
+
|
|
139
162
|
const plistContent = `<?xml version="1.0" encoding="UTF-8"?>
|
|
140
163
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
141
164
|
<plist version="1.0">
|
|
@@ -144,11 +167,16 @@ function enableMacOS(cliPath) {
|
|
|
144
167
|
<string>${APP_LABEL}</string>
|
|
145
168
|
<key>ProgramArguments</key>
|
|
146
169
|
<array>
|
|
147
|
-
<string>${
|
|
148
|
-
<string
|
|
149
|
-
<string
|
|
150
|
-
<string
|
|
170
|
+
<string>${nodePath}</string>
|
|
171
|
+
<string>${routerScript}</string>
|
|
172
|
+
<string>--tray</string>
|
|
173
|
+
<string>--skip-update</string>
|
|
151
174
|
</array>
|
|
175
|
+
<key>EnvironmentVariables</key>
|
|
176
|
+
<dict>
|
|
177
|
+
<key>PATH</key>
|
|
178
|
+
<string>${launchPath}</string>
|
|
179
|
+
</dict>
|
|
152
180
|
<key>RunAtLoad</key>
|
|
153
181
|
<true/>
|
|
154
182
|
<key>KeepAlive</key>
|
|
@@ -159,98 +187,79 @@ function enableMacOS(cliPath) {
|
|
|
159
187
|
<string>/tmp/9router.error.log</string>
|
|
160
188
|
</dict>
|
|
161
189
|
</plist>`;
|
|
162
|
-
|
|
190
|
+
|
|
163
191
|
fs.writeFileSync(plistPath, plistContent);
|
|
164
|
-
|
|
165
|
-
//
|
|
192
|
+
|
|
193
|
+
// If we're the running agent already, launchctl unload/load would send
|
|
194
|
+
// ourselves SIGTERM. Skip it — the plist file is updated on disk and
|
|
195
|
+
// launchd will pick it up at next login. isAutoStartEnabled() will still
|
|
196
|
+
// return true because launchctl already has the agent loaded.
|
|
197
|
+
if (isAgentSelfMacOS()) {
|
|
198
|
+
return true;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
// Register with launchd in the current session. Without this, the agent
|
|
202
|
+
// only takes effect on the next user login and the user has no signal that
|
|
203
|
+
// anything actually happened. `unload` first defends against re-enable
|
|
204
|
+
// replacing an existing plist.
|
|
166
205
|
try {
|
|
167
|
-
execSync(`launchctl unload "${plistPath}"
|
|
206
|
+
execSync(`launchctl unload "${plistPath}"`, { stdio: "ignore" });
|
|
168
207
|
} catch (e) {}
|
|
169
|
-
|
|
208
|
+
try {
|
|
209
|
+
execSync(`launchctl load -w "${plistPath}"`, { stdio: "ignore" });
|
|
210
|
+
} catch (e) {
|
|
211
|
+
// Even if load fails, the plist is on disk and will be picked up at next
|
|
212
|
+
// login; report success based on the file write.
|
|
213
|
+
}
|
|
170
214
|
return true;
|
|
171
215
|
}
|
|
172
216
|
|
|
173
217
|
function disableMacOS() {
|
|
174
218
|
const plistPath = path.join(os.homedir(), "Library", "LaunchAgents", `${APP_LABEL}.plist`);
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
219
|
+
|
|
220
|
+
// Don't kill ourselves: when the current process is the running agent,
|
|
221
|
+
// `launchctl unload` would send SIGTERM and the user clicking
|
|
222
|
+
// "Disable Auto-start" from the tray menu would lose their tray icon
|
|
223
|
+
// instead of just flipping the menu label. Skip the unload — removing the
|
|
224
|
+
// plist file is enough to prevent the agent from starting on next login.
|
|
225
|
+
if (!isAgentSelfMacOS()) {
|
|
226
|
+
try {
|
|
227
|
+
execSync(`launchctl unload "${plistPath}"`, { stdio: "ignore" });
|
|
228
|
+
} catch (e) {}
|
|
229
|
+
}
|
|
230
|
+
|
|
180
231
|
if (fs.existsSync(plistPath)) {
|
|
181
232
|
fs.unlinkSync(plistPath);
|
|
182
233
|
}
|
|
183
|
-
|
|
184
234
|
return true;
|
|
185
235
|
}
|
|
186
236
|
|
|
187
237
|
// ============ Windows ============
|
|
188
238
|
|
|
189
239
|
function enableWindows(cliPath) {
|
|
190
|
-
const startupDir = path.join(process.env.APPDATA, "Microsoft", "Windows", "Start Menu", "Programs", "Startup");
|
|
240
|
+
const startupDir = path.join(process.env.APPDATA || "", "Microsoft", "Windows", "Start Menu", "Programs", "Startup");
|
|
191
241
|
const vbsPath = path.join(startupDir, `${APP_NAME}.vbs`);
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
return false;
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
// Get absolute paths
|
|
242
|
+
|
|
243
|
+
if (!fs.existsSync(startupDir)) return false;
|
|
244
|
+
|
|
199
245
|
const nodePath = process.execPath;
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
// Fallback: try to resolve from npm bin
|
|
207
|
-
try {
|
|
208
|
-
const npmBin = execSync("npm bin -g", { encoding: "utf8", shell: true, stdio: ["ignore", "pipe", "ignore"] }).trim();
|
|
209
|
-
const routerLink = path.join(npmBin, "9router.cmd");
|
|
210
|
-
if (fs.existsSync(routerLink)) {
|
|
211
|
-
routerScript = routerLink;
|
|
212
|
-
} else {
|
|
213
|
-
// Try to resolve actual script
|
|
214
|
-
const routerJs = path.join(npmBin, "../lib/node_modules/9router/cli.js");
|
|
215
|
-
if (fs.existsSync(routerJs)) {
|
|
216
|
-
routerScript = routerJs;
|
|
217
|
-
}
|
|
218
|
-
}
|
|
219
|
-
} catch (e) {
|
|
220
|
-
// Fallback
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
// Create VBS script to run hidden (no console window)
|
|
225
|
-
let vbsContent;
|
|
226
|
-
if (routerScript && routerScript.endsWith(".js")) {
|
|
227
|
-
// Run node directly with script
|
|
228
|
-
vbsContent = `Set WshShell = CreateObject("WScript.Shell")
|
|
246
|
+
const routerScript = getCliJsPath(cliPath);
|
|
247
|
+
if (!routerScript) return false;
|
|
248
|
+
|
|
249
|
+
// Run node + cli.js directly, hidden window. Avoids the fragile
|
|
250
|
+
// `9router.cmd` lookup that depended on the npm prefix path.
|
|
251
|
+
const vbsContent = `Set WshShell = CreateObject("WScript.Shell")
|
|
229
252
|
WshShell.Run """${nodePath}"" ""${routerScript}"" --tray --skip-update", 0, False
|
|
230
253
|
`;
|
|
231
|
-
} else if (routerScript) {
|
|
232
|
-
// Run .cmd file
|
|
233
|
-
vbsContent = `Set WshShell = CreateObject("WScript.Shell")
|
|
234
|
-
WshShell.Run """${routerScript}"" --tray --skip-update", 0, False
|
|
235
|
-
`;
|
|
236
|
-
} else {
|
|
237
|
-
// Fallback to npx
|
|
238
|
-
vbsContent = `Set WshShell = CreateObject("WScript.Shell")
|
|
239
|
-
WshShell.Run "npx 9router --tray --skip-update", 0, False
|
|
240
|
-
`;
|
|
241
|
-
}
|
|
242
|
-
|
|
243
254
|
fs.writeFileSync(vbsPath, vbsContent);
|
|
244
255
|
return true;
|
|
245
256
|
}
|
|
246
257
|
|
|
247
258
|
function disableWindows() {
|
|
248
|
-
const vbsPath = path.join(process.env.APPDATA, "Microsoft", "Windows", "Start Menu", "Programs", "Startup", `${APP_NAME}.vbs`);
|
|
249
|
-
|
|
259
|
+
const vbsPath = path.join(process.env.APPDATA || "", "Microsoft", "Windows", "Start Menu", "Programs", "Startup", `${APP_NAME}.vbs`);
|
|
250
260
|
if (fs.existsSync(vbsPath)) {
|
|
251
261
|
fs.unlinkSync(vbsPath);
|
|
252
262
|
}
|
|
253
|
-
|
|
254
263
|
return true;
|
|
255
264
|
}
|
|
256
265
|
|
|
@@ -259,37 +268,16 @@ function disableWindows() {
|
|
|
259
268
|
function enableLinux(cliPath) {
|
|
260
269
|
const autostartDir = path.join(os.homedir(), ".config", "autostart");
|
|
261
270
|
const desktopPath = path.join(autostartDir, `${APP_NAME}.desktop`);
|
|
262
|
-
|
|
263
|
-
// Ensure directory exists
|
|
271
|
+
|
|
264
272
|
if (!fs.existsSync(autostartDir)) {
|
|
265
|
-
try {
|
|
266
|
-
|
|
267
|
-
} catch (e) {
|
|
268
|
-
return false;
|
|
269
|
-
}
|
|
273
|
+
try { fs.mkdirSync(autostartDir, { recursive: true }); }
|
|
274
|
+
catch (e) { return false; }
|
|
270
275
|
}
|
|
271
|
-
|
|
272
|
-
// Get absolute paths
|
|
276
|
+
|
|
273
277
|
const nodePath = process.execPath;
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
// Use provided path (from running cli.js)
|
|
278
|
-
routerScript = path.resolve(cliPath);
|
|
279
|
-
} else {
|
|
280
|
-
// Fallback: try to resolve from npm bin
|
|
281
|
-
try {
|
|
282
|
-
const npmBin = execSync("npm bin -g", { encoding: "utf8", stdio: ["ignore", "pipe", "ignore"] }).trim();
|
|
283
|
-
const routerLink = path.join(npmBin, "9router");
|
|
284
|
-
if (fs.existsSync(routerLink)) {
|
|
285
|
-
routerScript = fs.realpathSync(routerLink);
|
|
286
|
-
}
|
|
287
|
-
} catch (e) {
|
|
288
|
-
// Last resort fallback
|
|
289
|
-
routerScript = "/usr/local/lib/node_modules/9router/cli.js";
|
|
290
|
-
}
|
|
291
|
-
}
|
|
292
|
-
|
|
278
|
+
const routerScript = getCliJsPath(cliPath);
|
|
279
|
+
if (!routerScript) return false;
|
|
280
|
+
|
|
293
281
|
const desktopContent = `[Desktop Entry]
|
|
294
282
|
Type=Application
|
|
295
283
|
Name=9Router
|
|
@@ -299,18 +287,15 @@ Hidden=false
|
|
|
299
287
|
NoDisplay=false
|
|
300
288
|
X-GNOME-Autostart-enabled=true
|
|
301
289
|
`;
|
|
302
|
-
|
|
303
290
|
fs.writeFileSync(desktopPath, desktopContent);
|
|
304
291
|
return true;
|
|
305
292
|
}
|
|
306
293
|
|
|
307
294
|
function disableLinux() {
|
|
308
295
|
const desktopPath = path.join(os.homedir(), ".config", "autostart", `${APP_NAME}.desktop`);
|
|
309
|
-
|
|
310
296
|
if (fs.existsSync(desktopPath)) {
|
|
311
297
|
fs.unlinkSync(desktopPath);
|
|
312
298
|
}
|
|
313
|
-
|
|
314
299
|
return true;
|
|
315
300
|
}
|
|
316
301
|
|
package/src/cli/tray/tray.js
CHANGED
|
@@ -255,10 +255,19 @@ function killTray() {
|
|
|
255
255
|
if (instance) {
|
|
256
256
|
try {
|
|
257
257
|
if (wasWin) instance.kill();
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
258
|
+
else {
|
|
259
|
+
// systray2.kill(false) closes IPC but leaves the Go tray binary
|
|
260
|
+
// subprocess running, which keeps an orphan NSStatusItem on macOS
|
|
261
|
+
// and blocks a freshly spawned tray (e.g. hide-to-tray bgProcess)
|
|
262
|
+
// from registering. Kill the child PID directly first.
|
|
263
|
+
try {
|
|
264
|
+
const proc = instance._process || (typeof instance.process === "function" ? instance.process() : null);
|
|
265
|
+
if (proc && proc.pid) {
|
|
266
|
+
process.kill(proc.pid, "SIGKILL");
|
|
267
|
+
}
|
|
268
|
+
} catch (e) {}
|
|
269
|
+
instance.kill(false);
|
|
270
|
+
}
|
|
262
271
|
} catch (e) {}
|
|
263
272
|
}
|
|
264
273
|
}
|