vansrouter 0.5.12 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -23
- package/app/.next-cli-build/BUILD_ID +1 -1
- package/app/.next-cli-build/app-path-routes-manifest.json +12 -11
- package/app/.next-cli-build/build-manifest.json +4 -4
- package/app/.next-cli-build/prerender-manifest.json +27 -3
- package/app/.next-cli-build/react-loadable-manifest.json +99 -0
- package/app/.next-cli-build/required-server-files.json +13 -5
- package/app/.next-cli-build/routes-manifest.json +16 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +5 -5
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +6 -6
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +3 -3
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js +4 -4
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js +3 -3
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page.js +2 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js +2 -2
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/_global-error/page.js +3 -3
- package/app/.next-cli-build/server/app/_global-error/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/_global-error.html +1 -1
- package/app/.next-cli-build/server/app/_global-error.rsc +4 -4
- package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +4 -4
- package/app/.next-cli-build/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_global-error.segments/_index.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/_global-error.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/_not-found/page.js +2 -2
- package/app/.next-cli-build/server/app/_not-found/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/_not-found.html +1 -1
- package/app/.next-cli-build/server/app/_not-found.rsc +20 -19
- package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +20 -19
- package/app/.next-cli-build/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_not-found.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/api/auth/check/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/check/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/auth/check/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/login/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/login/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/auth/login/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/logout/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/logout/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/auth/logout/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/oidc/callback/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/auth/oidc/callback/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/oidc/start/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/auth/oidc/start/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/oidc/test/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/auth/oidc/test/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/reset-password/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/reset-password/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/auth/reset-password/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/status/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/status/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/auth/status/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js +4 -4
- package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/all-statuses/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/alias/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/antigravity-mitm/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/cline-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/codex-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-registry/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-mcp-tools/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +3 -3
- package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/droid-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/openclaw-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/opencode-settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/combos/[id]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/combos/[id]/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/combos/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/combos/route.js +1 -1
- package/app/.next-cli-build/server/app/api/combos/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/combos/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/headroom/start/route.js +1 -1
- package/app/.next-cli-build/server/app/api/headroom/start/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/headroom/start/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/headroom/status/route.js +1 -1
- package/app/.next-cli-build/server/app/api/headroom/status/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/headroom/status/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/headroom/stop/route.js +1 -1
- package/app/.next-cli-build/server/app/api/headroom/stop/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/headroom/stop/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/health/route.js +1 -1
- package/app/.next-cli-build/server/app/api/health/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/health/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/init/route.js +1 -1
- package/app/.next-cli-build/server/app/api/init/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/init/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/keys/[id]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/keys/[id]/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/keys/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/keys/route.js +1 -1
- package/app/.next-cli-build/server/app/api/keys/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/keys/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/locale/route.js +1 -1
- package/app/.next-cli-build/server/app/api/locale/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/locale/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js +2 -2
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js +2 -2
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/deepgram/voices/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/elevenlabs/voices/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/inworld/voices/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/minimax/voices/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/media-providers/tts/voices/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/models/alias/route.js +1 -1
- package/app/.next-cli-build/server/app/api/models/alias/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/models/alias/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/models/availability/route.js +1 -1
- package/app/.next-cli-build/server/app/api/models/availability/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/models/availability/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/models/custom/route.js +1 -1
- package/app/.next-cli-build/server/app/api/models/custom/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/models/custom/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/models/disabled/route.js +1 -1
- package/app/.next-cli-build/server/app/api/models/disabled/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/models/disabled/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/models/route.js +1 -1
- package/app/.next-cli-build/server/app/api/models/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/models/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/models/test/route.js +1 -1
- package/app/.next-cli-build/server/app/api/models/test/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/models/test/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/[provider]/[action]/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/codex/bulk-import/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/codex/import-token/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js +2 -2
- package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/cursor/auto-import/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/cursor/import/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/cursor/import/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/gitlab/pat/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/iflow/cookie/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/api-key/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/auto-import/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/import/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/import/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/import-cli-proxy/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/social-authorize/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/oauth/kiro/social-exchange/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/pricing/route.js +1 -1
- package/app/.next-cli-build/server/app/api/pricing/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/pricing/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/provider-nodes/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/provider-nodes/route.js +1 -1
- package/app/.next-cli-build/server/app/api/provider-nodes/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/provider-nodes/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js +1 -1
- package/app/.next-cli-build/server/app/api/provider-nodes/validate/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/provider-nodes/validate/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/models/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/models/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/test/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/test/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/providers/[id]/test-models/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/client/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/client/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/providers/client/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/providers/kilo/free-models/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/providers/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/suggested-models/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/suggested-models/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/providers/suggested-models/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/test-batch/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/test-batch/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/providers/test-batch/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/validate/route.js +1 -1
- package/app/.next-cli-build/server/app/api/providers/validate/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/providers/validate/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/[id]/test/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js +2 -2
- package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/cloudflare-deploy/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js +2 -2
- package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/deno-deploy/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/route.js +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js +2 -2
- package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/settings/database/route.js +1 -1
- package/app/.next-cli-build/server/app/api/settings/database/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/settings/database/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/settings/proxy-test/route.js +1 -1
- package/app/.next-cli-build/server/app/api/settings/proxy-test/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/settings/proxy-test/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/settings/require-login/route.js +1 -1
- package/app/.next-cli-build/server/app/api/settings/require-login/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/settings/require-login/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/settings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/settings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/shutdown/route.js +1 -1
- package/app/.next-cli-build/server/app/api/shutdown/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/shutdown/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/tags/route.js +1 -1
- package/app/.next-cli-build/server/app/api/tags/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/tags/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/console-logs/route.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/console-logs/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/translator/console-logs/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js +4 -2
- package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/translator/console-logs/stream/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/load/route.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/load/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/translator/load/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/save/route.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/save/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/translator/save/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/send/route.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/send/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/translator/send/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/translate/route.js +1 -1
- package/app/.next-cli-build/server/app/api/translator/translate/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/translator/translate/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/disable/route.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/disable/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/disable/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/enable/route.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/enable/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/enable/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/status/route.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/status/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/status/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-check/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-disable/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-enable/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js +3 -3
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/tunnel/tailscale-install/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/[connectionId]/codex-reset-credits/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/[connectionId]/codex-reset-credits/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/[connectionId]/codex-reset-credits/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/[connectionId]/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/[connectionId]/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/chart/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/chart/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/chart/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/history/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/history/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/history/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/logs/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/logs/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/logs/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/providers/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/providers/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/providers/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/request-details/[id]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/request-details/[id]/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/request-details/[id]/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/request-details/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/request-details/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/request-details/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/request-logs/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/request-logs/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/request-logs/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/stats/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/stats/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/stats/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/stream/route.js +2 -2
- package/app/.next-cli-build/server/app/api/usage/stream/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/usage/stream/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/api/chat/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/api/chat/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/api/chat/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/audio/speech/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/audio/speech/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/audio/transcriptions/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/audio/voices/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/audio/voices/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/audio/voices/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/chat/completions/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/chat/completions/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/embeddings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/embeddings/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/embeddings/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/images/generations/route.js +2 -2
- package/app/.next-cli-build/server/app/api/v1/images/generations/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/images/generations/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/messages/count_tokens/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/messages/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/messages/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/messages/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/models/[kind]/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/models/[kind]/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/models/info/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/models/info/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/models/info/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/models/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/models/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/models/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/responses/compact/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/responses/compact/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/responses/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/responses/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/responses/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/search/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/search/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/search/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/web/fetch/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1/web/fetch/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1beta/models/[...path]/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/v1beta/models/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1beta/models/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/v1beta/models/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/version/route.js +1 -1
- package/app/.next-cli-build/server/app/api/version/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/version/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/version/shutdown/route.js +1 -1
- package/app/.next-cli-build/server/app/api/version/shutdown/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/version/shutdown/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/api/version/update/route.js +1 -1
- package/app/.next-cli-build/server/app/api/version/update/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/api/version/update/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/callback/page.js +2 -2
- package/app/.next-cli-build/server/app/callback/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/callback/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/callback.html +1 -1
- package/app/.next-cli-build/server/app/callback.rsc +24 -23
- package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +24 -23
- package/app/.next-cli-build/server/app/callback.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/callback.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/callback.segments/callback.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +23 -22
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +23 -22
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +24 -23
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +24 -23
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/combos.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/combos.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/endpoint.rsc +24 -23
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +24 -23
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/mitm.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/mitm.rsc +23 -22
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +23 -22
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/profile.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/profile.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/providers.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/quota.html +2 -2
- package/app/.next-cli-build/server/app/dashboard/quota.rsc +24 -23
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +24 -23
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js +2 -2
- package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.rsc +24 -23
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +24 -23
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_full.segment.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/token-saver.html +1 -0
- package/app/.next-cli-build/server/app/dashboard/token-saver.meta +17 -0
- package/app/.next-cli-build/server/app/dashboard/token-saver.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver/__PAGE__.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk.segment.rsc +7 -0
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_full.segment.rsc +26 -0
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_head.segment.rsc +6 -0
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_index.segment.rsc +10 -0
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_tree.segment.rsc +5 -0
- package/app/.next-cli-build/server/app/dashboard/translator.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/translator.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/usage.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/usage.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +26 -25
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard.html +1 -1
- package/app/.next-cli-build/server/app/dashboard.rsc +24 -23
- package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +24 -23
- package/app/.next-cli-build/server/app/dashboard.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/dashboard.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/favicon.ico/route.js +1 -1
- package/app/.next-cli-build/server/app/favicon.ico/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/landing/page.js +2 -2
- package/app/.next-cli-build/server/app/landing/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/landing/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/landing.html +1 -1
- package/app/.next-cli-build/server/app/landing.rsc +24 -23
- package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +24 -23
- package/app/.next-cli-build/server/app/landing.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/landing.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/landing.segments/landing.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/login/page.js +2 -2
- package/app/.next-cli-build/server/app/login/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/login/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/login.html +1 -1
- package/app/.next-cli-build/server/app/login.rsc +24 -23
- package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +24 -23
- package/app/.next-cli-build/server/app/login.segments/_head.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/login.segments/_index.segment.rsc +9 -8
- package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +3 -3
- package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/login.segments/login.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/manifest.webmanifest/route.js +1 -1
- package/app/.next-cli-build/server/app/manifest.webmanifest/route.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/manifest.webmanifest/route_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/masuk/page.js +2 -2
- package/app/.next-cli-build/server/app/masuk/page.js.nft.json +1 -1
- package/app/.next-cli-build/server/app/masuk/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app-paths-manifest.json +12 -11
- package/app/.next-cli-build/server/chunks/1099.js +1 -1
- package/app/.next-cli-build/server/chunks/1248.js +1 -0
- package/app/.next-cli-build/server/chunks/1253.js +1 -1
- package/app/.next-cli-build/server/chunks/127.js +1 -0
- package/app/.next-cli-build/server/chunks/1500.js +1 -1
- package/app/.next-cli-build/server/chunks/1536.js +1 -0
- package/app/.next-cli-build/server/chunks/1613.js +1 -1
- package/app/.next-cli-build/server/chunks/1688.js +1 -1
- package/app/.next-cli-build/server/chunks/2262.js +3 -0
- package/app/.next-cli-build/server/chunks/2365.js +1 -1
- package/app/.next-cli-build/server/chunks/2504.js +1 -0
- package/app/.next-cli-build/server/chunks/2554.js +23 -0
- package/app/.next-cli-build/server/chunks/2557.js +6 -6
- package/app/.next-cli-build/server/chunks/259.js +1 -0
- package/app/.next-cli-build/server/chunks/2884.js +1 -0
- package/app/.next-cli-build/server/chunks/3040.js +2 -2
- package/app/.next-cli-build/server/chunks/3133.js +1 -0
- package/app/.next-cli-build/server/chunks/3176.js +3 -3
- package/app/.next-cli-build/server/chunks/3405.js +1 -1
- package/app/.next-cli-build/server/chunks/3424.js +1 -0
- package/app/.next-cli-build/server/chunks/3652.js +1 -1
- package/app/.next-cli-build/server/chunks/3738.js +1 -0
- package/app/.next-cli-build/server/chunks/3787.js +1 -0
- package/app/.next-cli-build/server/chunks/383.js +1 -1
- package/app/.next-cli-build/server/chunks/4004.js +1 -1
- package/app/.next-cli-build/server/chunks/4029.js +7 -0
- package/app/.next-cli-build/server/chunks/403.js +1 -0
- package/app/.next-cli-build/server/chunks/4105.js +2 -2
- package/app/.next-cli-build/server/chunks/4327.js +1 -1
- package/app/.next-cli-build/server/chunks/4418.js +4 -4
- package/app/.next-cli-build/server/chunks/4486.js +1 -1
- package/app/.next-cli-build/server/chunks/4539.js +1 -1
- package/app/.next-cli-build/server/chunks/4544.js +1 -0
- package/app/.next-cli-build/server/chunks/4574.js +13 -13
- package/app/.next-cli-build/server/chunks/5006.js +2 -2
- package/app/.next-cli-build/server/chunks/5204.js +4 -4
- package/app/.next-cli-build/server/chunks/5290.js +1 -0
- package/app/.next-cli-build/server/chunks/5472.js +11 -0
- package/app/.next-cli-build/server/chunks/5577.js +1 -1
- package/app/.next-cli-build/server/chunks/5598.js +1 -1
- package/app/.next-cli-build/server/chunks/5867.js +1 -0
- package/app/.next-cli-build/server/chunks/6085.js +1 -1
- package/app/.next-cli-build/server/chunks/6120.js +1 -0
- package/app/.next-cli-build/server/chunks/6159.js +1 -0
- package/app/.next-cli-build/server/chunks/6165.js +1 -1
- package/app/.next-cli-build/server/chunks/6333.js +1 -1
- package/app/.next-cli-build/server/chunks/6723.js +1 -1
- package/app/.next-cli-build/server/chunks/6955.js +1 -1
- package/app/.next-cli-build/server/chunks/6975.js +1 -1
- package/app/.next-cli-build/server/chunks/7006.js +1 -1
- package/app/.next-cli-build/server/chunks/715.js +1 -1
- package/app/.next-cli-build/server/chunks/7502.js +1 -0
- package/app/.next-cli-build/server/chunks/7916.js +1 -1
- package/app/.next-cli-build/server/chunks/7938.js +1 -1
- package/app/.next-cli-build/server/chunks/818.js +1 -1
- package/app/.next-cli-build/server/chunks/8524.js +1 -0
- package/app/.next-cli-build/server/chunks/8685.js +1 -1
- package/app/.next-cli-build/server/chunks/8691.js +1 -1
- package/app/.next-cli-build/server/chunks/8711.js +1 -1
- package/app/.next-cli-build/server/chunks/88.js +1 -0
- package/app/.next-cli-build/server/chunks/883.js +1 -0
- package/app/.next-cli-build/server/chunks/8941.js +1 -0
- package/app/.next-cli-build/server/chunks/9614.js +7 -0
- package/app/.next-cli-build/server/chunks/9633.js +10 -2
- package/app/.next-cli-build/server/chunks/9984.js +1 -1
- package/app/.next-cli-build/server/instrumentation.js +1 -1
- package/app/.next-cli-build/server/middleware-build-manifest.js +1 -1
- package/app/.next-cli-build/server/middleware-react-loadable-manifest.js +1 -1
- package/app/.next-cli-build/server/middleware.js +4 -4
- package/app/.next-cli-build/server/next-font-manifest.js +1 -1
- package/app/.next-cli-build/server/next-font-manifest.json +1 -1
- package/app/.next-cli-build/server/pages/404.html +1 -1
- package/app/.next-cli-build/server/pages/500.html +1 -1
- package/app/.next-cli-build/server/server-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/server-reference-manifest.json +1 -1
- package/app/.next-cli-build/static/5ICo_gd4bXJ9z9cGegOnS/_buildManifest.js +1 -0
- package/app/.next-cli-build/static/chunks/1049.3def0dd7804a4e6e.js +7 -0
- package/app/.next-cli-build/static/chunks/1409.b9b9883529318ba4.js +1 -0
- package/app/.next-cli-build/static/chunks/1567.a91d2debb1187f20.js +1 -0
- package/app/.next-cli-build/static/chunks/2884.39a847a6de39184f.js +1 -0
- package/app/.next-cli-build/static/chunks/3124.46a9db1d92ccc4c2.js +1 -0
- package/app/.next-cli-build/static/chunks/3245.d0758b9d4b1b5e8c.js +1 -0
- package/app/.next-cli-build/static/chunks/3257.24031050423940b5.js +1 -0
- package/app/.next-cli-build/static/chunks/3386.1d120faabbf9d807.js +1 -0
- package/app/.next-cli-build/static/chunks/3657.648ef7012a4a028b.js +1 -0
- package/app/.next-cli-build/static/chunks/{3700-5fd5ab79e1a2d076.js → 3700-507d735bbeafc1f1.js} +3 -3
- package/app/.next-cli-build/static/chunks/406.11a045def1d3b77b.js +1 -0
- package/app/.next-cli-build/static/chunks/4385-87a1b455709d7de4.js +1 -0
- package/app/.next-cli-build/static/chunks/497-240bb61834e40ac1.js +1 -0
- package/app/.next-cli-build/static/chunks/5316-fff7784e40086b07.js +31 -0
- package/app/.next-cli-build/static/chunks/5560.1044547418430d16.js +1 -0
- package/app/.next-cli-build/static/chunks/5737-b48f5e3f71caff94.js +1 -0
- package/app/.next-cli-build/static/chunks/{1884-b4477b727e9f760d.js → 6000-87aaca633cd687c1.js} +1 -1
- package/app/.next-cli-build/static/chunks/6474.3878f14b16c23d75.js +1 -0
- package/app/.next-cli-build/static/chunks/6909.bd99d4bad9fa33f9.js +1 -0
- package/app/.next-cli-build/static/chunks/7236-5d192cf1373fb7b7.js +1 -0
- package/app/.next-cli-build/static/chunks/9078.7b8723a1eed306a9.js +7 -0
- package/app/.next-cli-build/static/chunks/9131-3c6e59ad900d9f87.js +3 -0
- package/app/.next-cli-build/static/chunks/9146.71dafc04b1c0ad03.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/basic-chat/page-25f7aa2d037ababf.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-940078f88ad45eab.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-d76282f0fd492509.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/page-1e2f7ebf38beef11.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/console-log/page-cb3b772ef6881374.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/endpoint/page-58a182f8d9939f66.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-33b2a2889f8a6c95.js +59 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-bbef1a0c34a9ee9e.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/combo/[id]/page-a10e1f3c70f5ab7f.js +4 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-6aa26f4fba64b6d2.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/mitm/page-1d917685f3312fc6.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/page-b101a596fe25ee31.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/profile/page-7dae224f46195dd1.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-8af6425bd1f2dff0.js +10 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/new/page-dfc0a71f960d84d9.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/page-bb2e059c3f3dc49d.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-ba7f8f70c115bd1b.js +4 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-24d2ff6ef38b5076.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/skills/page-b45041d3d952bc5f.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/token-saver/page-ab94afac28af93d9.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/translator/page-d97075035c70eff5.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/page-f1d9bf293afc3684.js +1 -0
- package/app/.next-cli-build/static/chunks/app/(dashboard)/{error-e13acf917212088c.js → error-86fe20e969c25afa.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/layout-0e565003b0b585f1.js +1 -0
- package/app/.next-cli-build/static/chunks/app/_not-found/{page-895b0be60b8b4398.js → page-be7cfd009d9fbd4f.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/callback/page-39e20bde55beaa9f.js +1 -0
- package/app/.next-cli-build/static/chunks/app/dashboard/settings/pricing/page-dacae19b0574d92a.js +1 -0
- package/app/.next-cli-build/static/chunks/app/error-0c909c404411db68.js +1 -0
- package/app/.next-cli-build/static/chunks/app/{global-error-f79b3222f66a4d7d.js → global-error-003ccabaecca03c8.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/landing/page-29ecb0d5c302e58c.js +1 -0
- package/app/.next-cli-build/static/chunks/app/layout-b163b1ebf7b2b559.js +1 -0
- package/app/.next-cli-build/static/chunks/app/login/page-b3a411e5e3d409d6.js +1 -0
- package/app/.next-cli-build/static/chunks/app/masuk/page-7b5993b71be815c4.js +1 -0
- package/app/.next-cli-build/static/chunks/main-app-e420732cbed7b559.js +1 -0
- package/app/.next-cli-build/static/chunks/webpack-709c19c4ca395e42.js +1 -0
- package/app/.next-cli-build/static/css/1fc10f069b479895.css +1 -0
- package/app/.next-cli-build/static/css/e8723a4485b3f4ec.css +1 -0
- package/app/node_modules/.pnpm/better-sqlite3@12.10.0/node_modules/better-sqlite3/build/Release/better_sqlite3.node +0 -0
- package/app/package.json +7 -4
- package/app/server.js +1 -1
- package/package.json +2 -1
- package/src/cli/terminalUI.js +2 -2
- package/src/cli/tray/autostart.js +3 -3
- package/src/cli/tray/tray.js +4 -4
- package/app/.next-cli-build/server/chunks/1377.js +0 -11
- package/app/.next-cli-build/server/chunks/1798.js +0 -1
- package/app/.next-cli-build/server/chunks/185.js +0 -1
- package/app/.next-cli-build/server/chunks/3080.js +0 -1
- package/app/.next-cli-build/server/chunks/3411.js +0 -1
- package/app/.next-cli-build/server/chunks/381.js +0 -1
- package/app/.next-cli-build/server/chunks/390.js +0 -23
- package/app/.next-cli-build/server/chunks/4309.js +0 -1
- package/app/.next-cli-build/server/chunks/6131.js +0 -7
- package/app/.next-cli-build/server/chunks/7653.js +0 -1
- package/app/.next-cli-build/server/chunks/7940.js +0 -3
- package/app/.next-cli-build/static/VKvJAyxOs8Z4i-NlGV_fQ/_buildManifest.js +0 -1
- package/app/.next-cli-build/static/chunks/2585-8fd88706090c24f0.js +0 -7
- package/app/.next-cli-build/static/chunks/3347-d538c26a837eb5d9.js +0 -3
- package/app/.next-cli-build/static/chunks/3357-6bb78467d17f996d.js +0 -1
- package/app/.next-cli-build/static/chunks/4385-5ccf368da02ccc55.js +0 -1
- package/app/.next-cli-build/static/chunks/5316-cfaf927336e65a00.js +0 -31
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/basic-chat/page-e35edec4bd8b35f6.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/[toolId]/page-cc3a7f812ec6e2f6.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/cli-tools/page-00c86c08353d723d.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/combos/page-570a07ca0addffec.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/console-log/page-a769b01825700eb9.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/endpoint/page-6b0647c8bf2d45ef.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page-14290d80e6f28738.js +0 -59
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/[kind]/page-8249da575c86c499.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/combo/[id]/page-178ec7f3df9fd35c.js +0 -4
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/media-providers/web/page-19ea4b1b2cebd3b1.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/mitm/page-023f092008a4abff.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/page-9cb50b7d1d7ce028.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/profile/page-ffe66fe35a77042a.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/[id]/page-5a1fb070ecbcfc1a.js +0 -10
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/new/page-5fbcf78a8c259144.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/providers/page-1f4063d23a30b305.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/proxy-pools/page-c61feb1af4dd493e.js +0 -4
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/quota/page-563c8f44ac8e9c07.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/skills/page-025c524015bdc48d.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/translator/page-5dc6b360373ddeab.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/page-19c98be58beb7d43.js +0 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/layout-b84d19383ba09e68.js +0 -1
- package/app/.next-cli-build/static/chunks/app/callback/page-cf6d6ef09f75eb67.js +0 -1
- package/app/.next-cli-build/static/chunks/app/dashboard/settings/pricing/page-fc8c980648436523.js +0 -1
- package/app/.next-cli-build/static/chunks/app/error-b2bc6f017d2fe0ee.js +0 -1
- package/app/.next-cli-build/static/chunks/app/landing/page-285751bf75da17bc.js +0 -1
- package/app/.next-cli-build/static/chunks/app/layout-367acca0c0885646.js +0 -1
- package/app/.next-cli-build/static/chunks/app/login/page-501598f28ab7c5ba.js +0 -1
- package/app/.next-cli-build/static/chunks/app/masuk/page-9369035bb093aaed.js +0 -1
- package/app/.next-cli-build/static/chunks/main-app-85701dd8943d6a76.js +0 -1
- package/app/.next-cli-build/static/chunks/webpack-037b3c82a7f1309c.js +0 -1
- package/app/.next-cli-build/static/css/17ad4163408b1fa3.css +0 -1
- package/app/.next-cli-build/static/css/8f9ac5a7bd3a79e5.css +0 -1
- package/app/.next-cli-build/static/media/material-symbols-outlined.ec1fa111.woff2 +0 -0
- /package/app/.next-cli-build/static/{VKvJAyxOs8Z4i-NlGV_fQ → 5ICo_gd4bXJ9z9cGegOnS}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__NEXT_FONT_MANIFEST='{"pages":{},"app":{"/
|
|
1
|
+
self.__NEXT_FONT_MANIFEST='{"pages":{},"app":{"/home/runner/work/VansRouter/VansRouter/src/app/layout":["static/media/e4af272ccee01ff0-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"pages":{},"app":{"/
|
|
1
|
+
{"pages":{},"app":{"/home/runner/work/VansRouter/VansRouter/src/app/layout":["static/media/e4af272ccee01ff0-s.p.woff2"]},"appUsingSizeAdjust":true,"pagesUsingSizeAdjust":false}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/8f9ac5a7bd3a79e5.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/17ad4163408b1fa3.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-037b3c82a7f1309c.js"/><script src="/_next/static/chunks/afa2f26f-67d9f783efa63091.js" async=""></script><script src="/_next/static/chunks/3204-8c8fe4f51eb3c425.js" async=""></script><script src="/_next/static/chunks/main-app-85701dd8943d6a76.js" async=""></script><script src="/_next/static/chunks/642b329c-990ebec103959462.js" async=""></script><script src="/_next/static/chunks/3885-62884dd3051155e9.js" async=""></script><script src="/_next/static/chunks/9458-8e7ccc04f8025594.js" async=""></script><script src="/_next/static/chunks/9814-a20d3abed6c821bc.js" async=""></script><script src="/_next/static/chunks/4385-5ccf368da02ccc55.js" async=""></script><script src="/_next/static/chunks/3357-6bb78467d17f996d.js" async=""></script><script src="/_next/static/chunks/2585-8fd88706090c24f0.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-b84d19383ba09e68.js" async=""></script><script src="/_next/static/chunks/1884-b4477b727e9f760d.js" async=""></script><script src="/_next/static/chunks/app/layout-367acca0c0885646.js" async=""></script><script src="/_next/static/chunks/app/error-b2bc6f017d2fe0ee.js" async=""></script><script src="/_next/static/chunks/app/global-error-f79b3222f66a4d7d.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#0a0a0a"/><title>VansAI - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?18601c4b266d75a4" type="image/x-icon" sizes="32x32"/><link rel="icon" href="/favicon.svg"/><script>if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-037b3c82a7f1309c.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[9319,[\"7418\",\"static/chunks/642b329c-990ebec103959462.js\",\"3885\",\"static/chunks/3885-62884dd3051155e9.js\",\"9458\",\"static/chunks/9458-8e7ccc04f8025594.js\",\"9814\",\"static/chunks/9814-a20d3abed6c821bc.js\",\"4385\",\"static/chunks/4385-5ccf368da02ccc55.js\",\"3357\",\"static/chunks/3357-6bb78467d17f996d.js\",\"2585\",\"static/chunks/2585-8fd88706090c24f0.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-b84d19383ba09e68.js\"],\"ThemeProvider\"]\n3:I[1609,[\"1884\",\"static/chunks/1884-b4477b727e9f760d.js\",\"4385\",\"static/chunks/4385-5ccf368da02ccc55.js\",\"7177\",\"static/chunks/app/layout-367acca0c0885646.js\"],\"RuntimeI18nProvider\"]\n4:I[6972,[],\"\"]\n5:I[7560,[\"3885\",\"static/chunks/3885-62884dd3051155e9.js\",\"8039\",\"static/chunks/app/error-b2bc6f017d2fe0ee.js\"],\"default\"]\n6:I[8906,[],\"\"]\n7:I[5337,[],\"OutletBoundary\"]\n8:\"$Sreact.suspense\"\nb:I[5337,[],\"ViewportBoundary\"]\nd:I[5337,[],\"MetadataBoundary\"]\nf:I[6447,[\"4219\",\"static/chunks/app/global-error-f79b3222f66a4d7d.js\"],\"default\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/8f9ac5a7bd3a79e5.css\",\"style\"]\n:HL[\"/_next/static/css/17ad4163408b1fa3.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/8f9ac5a7bd3a79e5.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/17ad4163408b1fa3.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"if(document.fonts\u0026\u0026document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}\"}}]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$5\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L6\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L7\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@9\"}]}]]}],{},null,false,null]},null,false,\"$@a\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lb\",null,{\"children\":\"$Lc\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Ld\",null,{\"children\":[\"$\",\"$8\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Le\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$f\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/17ad4163408b1fa3.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"VKvJAyxOs8Z4i-NlGV_fQ\"}\n"])</script><script>self.__next_f.push([1,"10:[]\na:\"$W10\"\n"])</script><script>self.__next_f.push([1,"c:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a0a\"}]]\n"])</script><script>self.__next_f.push([1,"11:I[4556,[],\"IconMark\"]\n9:null\ne:[[\"$\",\"title\",\"0\",{\"children\":\"VansAI - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?18601c4b266d75a4\",\"type\":\"image/x-icon\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L11\",\"5\",{}]]\n"])</script></body></html>
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/e8723a4485b3f4ec.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/1fc10f069b479895.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-709c19c4ca395e42.js"/><script src="/_next/static/chunks/afa2f26f-67d9f783efa63091.js" async=""></script><script src="/_next/static/chunks/3204-8c8fe4f51eb3c425.js" async=""></script><script src="/_next/static/chunks/main-app-e420732cbed7b559.js" async=""></script><script src="/_next/static/chunks/6000-87aaca633cd687c1.js" async=""></script><script src="/_next/static/chunks/4385-87a1b455709d7de4.js" async=""></script><script src="/_next/static/chunks/app/layout-b163b1ebf7b2b559.js" async=""></script><script src="/_next/static/chunks/3885-62884dd3051155e9.js" async=""></script><script src="/_next/static/chunks/app/error-0c909c404411db68.js" async=""></script><script src="/_next/static/chunks/app/global-error-003ccabaecca03c8.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#0a0a0a"/><title>VansAI - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?18601c4b266d75a4" type="image/x-icon" sizes="32x32"/><link rel="icon" href="/favicon.svg"/><script>if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-709c19c4ca395e42.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[4922,[\"6000\",\"static/chunks/6000-87aaca633cd687c1.js\",\"4385\",\"static/chunks/4385-87a1b455709d7de4.js\",\"7177\",\"static/chunks/app/layout-b163b1ebf7b2b559.js\"],\"default\"]\n3:I[9319,[\"6000\",\"static/chunks/6000-87aaca633cd687c1.js\",\"4385\",\"static/chunks/4385-87a1b455709d7de4.js\",\"7177\",\"static/chunks/app/layout-b163b1ebf7b2b559.js\"],\"ThemeProvider\"]\n4:I[1609,[\"6000\",\"static/chunks/6000-87aaca633cd687c1.js\",\"4385\",\"static/chunks/4385-87a1b455709d7de4.js\",\"7177\",\"static/chunks/app/layout-b163b1ebf7b2b559.js\"],\"RuntimeI18nProvider\"]\n5:I[6972,[],\"\"]\n6:I[7560,[\"3885\",\"static/chunks/3885-62884dd3051155e9.js\",\"8039\",\"static/chunks/app/error-0c909c404411db68.js\"],\"default\"]\n7:I[8906,[],\"\"]\n8:I[5337,[],\"OutletBoundary\"]\n9:\"$Sreact.suspense\"\nc:I[5337,[],\"ViewportBoundary\"]\ne:I[5337,[],\"MetadataBoundary\"]\n10:I[6447,[\"4219\",\"static/chunks/app/global-error-003ccabaecca03c8.js\"],\"default\"]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/e8723a4485b3f4ec.css\",\"style\"]\n:HL[\"/_next/static/css/1fc10f069b479895.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/e8723a4485b3f4ec.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1fc10f069b479895.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"if(document.fonts\u0026\u0026document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}\"}}]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[[\"$\",\"$L2\",null,{}],[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$6\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L5\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L7\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L8\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@a\"}]}]]}],{},null,false,null]},null,false,\"$@b\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$Lc\",null,{\"children\":\"$Ld\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Le\",null,{\"children\":[\"$\",\"$9\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lf\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$10\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1fc10f069b479895.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"5ICo_gd4bXJ9z9cGegOnS\"}\n"])</script><script>self.__next_f.push([1,"11:[]\nb:\"$W11\"\n"])</script><script>self.__next_f.push([1,"d:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a0a\"}]]\n"])</script><script>self.__next_f.push([1,"12:I[4556,[],\"IconMark\"]\na:null\nf:[[\"$\",\"title\",\"0\",{\"children\":\"VansAI - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?18601c4b266d75a4\",\"type\":\"image/x-icon\",\"sizes\":\"32x32\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L12\",\"5\",{}]]\n"])</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-
|
|
1
|
+
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-709c19c4ca395e42.js"/><script src="/_next/static/chunks/afa2f26f-67d9f783efa63091.js" async=""></script><script src="/_next/static/chunks/3204-8c8fe4f51eb3c425.js" async=""></script><script src="/_next/static/chunks/main-app-e420732cbed7b559.js" async=""></script><script src="/_next/static/chunks/3885-62884dd3051155e9.js" async=""></script><script src="/_next/static/chunks/app/error-0c909c404411db68.js" async=""></script><script src="/_next/static/chunks/app/global-error-003ccabaecca03c8.js" async=""></script><link rel="preload" href="/_next/static/css/1fc10f069b479895.css" as="style"/><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-709c19c4ca395e42.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[6972,[],\"\"]\n3:I[7560,[\"3885\",\"static/chunks/3885-62884dd3051155e9.js\",\"8039\",\"static/chunks/app/error-0c909c404411db68.js\"],\"default\"]\n4:I[8906,[],\"\"]\n5:I[5337,[],\"OutletBoundary\"]\n6:\"$Sreact.suspense\"\n9:I[5337,[],\"ViewportBoundary\"]\nb:I[5337,[],\"MetadataBoundary\"]\nd:I[6447,[\"4219\",\"static/chunks/app/global-error-003ccabaecca03c8.js\"],\"default\"]\n:HL[\"/_next/static/css/1fc10f069b479895.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{}]}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$3\",\"errorStyles\":[],\"errorScripts\":[],\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L4\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L5\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@7\"}]}]]}],{},null,false,null]},null,false,\"$@8\"]},null,false,\"$@8\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L9\",null,{\"children\":\"$La\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lb\",null,{\"children\":[\"$\",\"$6\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lc\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$d\",[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/1fc10f069b479895.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"5ICo_gd4bXJ9z9cGegOnS\"}\n"])</script><script>self.__next_f.push([1,"e:[]\n8:\"$We\"\n"])</script><script>self.__next_f.push([1,"a:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"7:null\nc:[]\n"])</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__RSC_SERVER_MANIFEST="{\"node\":{\"00f6ef1b742c4e7d55bcba7b756d360b55fb4507b7\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false}},\"filename\":\"app/api/cli-tools/all-statuses/route.js\",\"exportedName\":\"GET\"},\"0005a5e2113ebd013a4448cf1e33313f1257e735b1\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"26581\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"DELETE\"},\"00e69d55093a271e8c133f983118e0ac8b3827042e\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"26581\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"GET\"},\"40d11d6d8fab6237b5876674393956b63eff4322c1\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"26581\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"POST\"},\"00140775e7721119249d2f29f557a3484ce5f271db\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"30727\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"GET\"},\"00ccce1279d43fcbdf0749e8a4bde035cc05646e2c\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"30727\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"DELETE\"},\"404c8bd5f08b1f9c5875f7c9167edac2dcd8912b13\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"30727\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"POST\"},\"00015430ff88ff02db2feff0e6a8ea5dd4e2eb5177\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"29151\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"GET\"},\"405548581147036c73879859b6f84be4a030ab6772\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"29151\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"PATCH\"},\"407b557eb3d29d99d131489e9aceba4fd6f0440f1b\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"29151\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"DELETE\"},\"40b913678dea5e5e21a9ab2aea2b9567b9c0112074\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"29151\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"POST\"},\"0000faa681328c878a5e10bca0537321b9114b11c2\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"27690\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"GET\"},\"0083ce7509cc42cf90a0edd7115005ea33bffbaecf\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"27690\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"DELETE\"},\"409dcd8ffa5f11673f12f7cd5cc44379c99e9c755e\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"27690\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"POST\"},\"007f4a80db3236b2313077606a2702488af24c1a2e\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"5868\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"GET\"},\"00c4a585009e41d095df316f37f50b966c0eaffef3\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"5868\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"DELETE\"},\"4085bc34cf6329c10ec9a6dbb279dac6821562e6bc\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"5868\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"POST\"},\"00ae3b6b10a28f82c9f7fbf45ad21b16a91eb721a1\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"87550\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"DELETE\"},\"00c82e0cd7b1d5f6e1e7c0e8578754fd2cfba36e7f\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"87550\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"GET\"},\"40345791fae9b598bafc5be91e78e169c78261c0db\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"87550\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"POST\"},\"0056fff47897c4fef1d11ddf2648529cb34e065be2\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"58335\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"DELETE\"},\"006a103d638b820edaaefb762733ef0ed8c98ee5f9\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"58335\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"GET\"},\"405b765476a597be3be2744e2bfa577a9f4d6b9e5c\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"58335\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"POST\"},\"00297a5157563161f1dad73f970693e5b64bea3c4e\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"52982\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"GET\"},\"00f4dcd1fae795c25ae8d7bf933845edca573d9f1e\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"52982\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"DELETE\"},\"40db6764b74b9e57ee72f349f4e08b8e723ef6aed5\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"52982\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"POST\"},\"00053f82099f06ee3debd5fcca88aa9ff9ad21091e\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"35442\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"GET\"},\"001a0c1ec3c0d73597ffafe3b79cb9f9c9ca2a3e45\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"35442\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"DELETE\"},\"405ab83ee59f09cd02d22419e61377e9378ac3728f\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"35442\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"POST\"},\"003341ccfdda3db17ef4e150e68c15c927a2f5e515\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"48067\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"DELETE\"},\"0046fe9b4e05352602c089e1de122d5fd7a0aae412\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"48067\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"GET\"},\"408e7fa4382e418113a91fef71dd49ef6f40eefc57\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"48067\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"POST\"},\"0049d73d99437370476448a62af9aa7c74f7b79e6d\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"48593\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"GET\"},\"009ee9c4d4969b3ee7f2ab88bd6149d6caa444e62f\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"48593\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"DELETE\"},\"40d114331935da0620031f2c394aba3fbfdaa0c35c\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"48593\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"POST\"},\"00b88e0b0b0ee82dd211d44db3acfe28a30ef41eb2\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"44190\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"DELETE\"},\"00c36176e36d8fec444737b5ceb30ccc26a9abe58b\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"44190\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"GET\"},\"40da2364bab7698f936c974fad5bb7edb1f47d1972\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"96504\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"44190\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"POST\"},\"4062863d039cd112cf210396251873e27085595daa\":{\"workers\":{\"app/api/cli-tools/antigravity-mitm/alias/route\":{\"moduleId\":\"67263\",\"async\":false}},\"filename\":\"app/api/cli-tools/antigravity-mitm/alias/route.js\",\"exportedName\":\"GET\"},\"40aaceb127730b9537e1d79c3e9232704d4969bfb2\":{\"workers\":{\"app/api/cli-tools/antigravity-mitm/alias/route\":{\"moduleId\":\"67263\",\"async\":false}},\"filename\":\"app/api/cli-tools/antigravity-mitm/alias/route.js\",\"exportedName\":\"PUT\"},\"40debf5c0b2fc558a3d7d0819a7e5dcc518d9a38ef\":{\"workers\":{\"app/api/cli-tools/cowork-mcp-registry/route\":{\"moduleId\":\"50947\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-mcp-registry/route.js\",\"exportedName\":\"GET\"},\"4002229d11767888c6ff68bddd4e35bf0d0bb573da\":{\"workers\":{\"app/api/cli-tools/cowork-mcp-tools/route\":{\"moduleId\":\"48964\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-mcp-tools/route.js\",\"exportedName\":\"POST\"},\"408b6c98f6890c4b3fde47a6600f81342ea6d6e260\":{\"workers\":{\"app/api/tunnel/tailscale-install/route\":{\"moduleId\":\"80378\",\"async\":false}},\"filename\":\"app/api/tunnel/tailscale-install/route.js\",\"exportedName\":\"POST\"}},\"edge\":{},\"encryptionKey\":\"process.env.NEXT_SERVER_ACTIONS_ENCRYPTION_KEY\"}"
|
|
1
|
+
self.__RSC_SERVER_MANIFEST="{\"node\":{\"00a568cf4f4abd27ced79a22c6a23f48ab7269583f\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false}},\"filename\":\"app/api/cli-tools/all-statuses/route.js\",\"exportedName\":\"GET\"},\"002e89146c5f52a70a9ceeb22426546880b3ce04ba\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"29651\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"GET\"},\"00711b27d6804ef3c9815bccca9e91b84d076770a9\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"29651\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"DELETE\"},\"409fcd3f332c1038c75a3ee3e7cf98fdb63e5e43db\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"29651\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"POST\"},\"0032a2aae87f8b57b8f47db956c762fd3406e521e6\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"82986\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"GET\"},\"006ea8f5527eb1bf64ce7a7e3256ca36077cc65699\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"82986\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"DELETE\"},\"4086847e33c8a8c78d29a45b9ed489353da7f98293\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"82986\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"POST\"},\"000271402fac4cecce4959db17981ce58a84baa851\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"89717\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"GET\"},\"40c80ee175a66d7514f598e7c117cadfff18210ba9\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"89717\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"POST\"},\"40d07bc5905b895f77866cb67c4a656b14d431c481\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"89717\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"DELETE\"},\"40e9efc37538584c057f07a42c587ddcafee6b178a\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"89717\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"PATCH\"},\"00190dcc0101efd3506779b9c96f775662f75d29f4\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"13840\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"GET\"},\"003eb7c2eb504a8a5bf4456d5f683b82f535de2cd8\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"13840\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"DELETE\"},\"4040795d0828a6d9d5953e095d97ccfeb38a88ae88\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"13840\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"POST\"},\"0089c50c82bec176d30456b546d4805168ee35b58e\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"30222\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"DELETE\"},\"009de81a8993250dbfef27d44ba809f218317ea51d\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"30222\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"GET\"},\"4058339711547477937812190493d4bf0f689321a5\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"30222\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"POST\"},\"00792f77abf29a8755c385567bb8507aaea63d5807\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"42464\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"DELETE\"},\"00a759873e736ce8cc29f3602830ed268fe6a6a6ae\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"42464\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"GET\"},\"408d7fd7df236c934ce23f90916580f76307f40926\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"42464\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"POST\"},\"005e1eeb4098fa0a81d8e43cabaf2f7132d8c3c390\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"8315\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"GET\"},\"00f7317c7cd73a283ef94ba8645042a489d1a5b9ef\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"8315\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"DELETE\"},\"40d46fdc19603366f8d411e01f722826ae47a8dda5\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"8315\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"POST\"},\"003f21957c0d38e212dd108039b2e8fedf52966798\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"27449\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"GET\"},\"00bdfe390bb08952d964101292e2036923f6ca5ef2\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"27449\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"DELETE\"},\"4049de5083a97103c697f44bbd9f1ebd70671b1581\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"27449\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"POST\"},\"003c7b653e37c106b8cd13c59d20de0b6b8bfbb844\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"11743\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"GET\"},\"0040454a910d1ab0d8ff9eab364ef05c108fe78735\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"11743\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"DELETE\"},\"407f4d1e5e944f42dcdb0ade5d7480e1d0784b4ceb\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"11743\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"POST\"},\"003ed45261adae7c50ce1091a67b63b583aa0fefc7\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"93679\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"DELETE\"},\"008382af0fc164d6482b3eb1ee9682e2201315a899\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"93679\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"GET\"},\"408bfb2eb14b7e3bcaeb75a5241143d4b0ad8e7db4\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"93679\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"POST\"},\"001edcfb66a830b1776664eb2b3dd90f6b50a8d77a\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"59587\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"DELETE\"},\"00283bb032ccfccbf2b3800c90279a9df56807e1d2\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"59587\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"GET\"},\"40956bebc84682ed6b1004eb96eecd6168c98dd42c\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"59587\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"POST\"},\"00477e9a4d5e42542eedc43169779401b733f3069c\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"3454\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"GET\"},\"00e539ae42fd94b92d5f04b53e5617ccfa1a53b58b\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"3454\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"DELETE\"},\"408f88cbc13569847676a52a96ec68684a3cfdb760\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"14234\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"3454\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"POST\"},\"406c5c3d4727800b77f9a14cc6490294a07891b60c\":{\"workers\":{\"app/api/cli-tools/antigravity-mitm/alias/route\":{\"moduleId\":\"74797\",\"async\":false}},\"filename\":\"app/api/cli-tools/antigravity-mitm/alias/route.js\",\"exportedName\":\"PUT\"},\"40c123ff30ee3f6d802cdbcf52a9ff84320bda1721\":{\"workers\":{\"app/api/cli-tools/antigravity-mitm/alias/route\":{\"moduleId\":\"74797\",\"async\":false}},\"filename\":\"app/api/cli-tools/antigravity-mitm/alias/route.js\",\"exportedName\":\"GET\"},\"40b78732f4c6f87e53b3aa439f8325270e7d6ffee9\":{\"workers\":{\"app/api/cli-tools/cowork-mcp-registry/route\":{\"moduleId\":\"66683\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-mcp-registry/route.js\",\"exportedName\":\"GET\"},\"40581e7545fe8f4634f2ad094d169c4929004b7395\":{\"workers\":{\"app/api/cli-tools/cowork-mcp-tools/route\":{\"moduleId\":\"21835\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-mcp-tools/route.js\",\"exportedName\":\"POST\"},\"4024d1bdd9981a1cf4913a601cace92fa810fb0878\":{\"workers\":{\"app/api/tunnel/tailscale-install/route\":{\"moduleId\":\"15622\",\"async\":false}},\"filename\":\"app/api/tunnel/tailscale-install/route.js\",\"exportedName\":\"POST\"}},\"edge\":{},\"encryptionKey\":\"process.env.NEXT_SERVER_ACTIONS_ENCRYPTION_KEY\"}"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"node":{"00f6ef1b742c4e7d55bcba7b756d360b55fb4507b7":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false}},"filename":"app/api/cli-tools/all-statuses/route.js","exportedName":"GET"},"0005a5e2113ebd013a4448cf1e33313f1257e735b1":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"26581","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"DELETE"},"00e69d55093a271e8c133f983118e0ac8b3827042e":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"26581","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"GET"},"40d11d6d8fab6237b5876674393956b63eff4322c1":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"26581","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"POST"},"00140775e7721119249d2f29f557a3484ce5f271db":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"30727","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"GET"},"00ccce1279d43fcbdf0749e8a4bde035cc05646e2c":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"30727","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"DELETE"},"404c8bd5f08b1f9c5875f7c9167edac2dcd8912b13":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"30727","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"POST"},"00015430ff88ff02db2feff0e6a8ea5dd4e2eb5177":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"29151","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"GET"},"405548581147036c73879859b6f84be4a030ab6772":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"29151","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"PATCH"},"407b557eb3d29d99d131489e9aceba4fd6f0440f1b":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"29151","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"DELETE"},"40b913678dea5e5e21a9ab2aea2b9567b9c0112074":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"29151","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"POST"},"0000faa681328c878a5e10bca0537321b9114b11c2":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"27690","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"GET"},"0083ce7509cc42cf90a0edd7115005ea33bffbaecf":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"27690","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"DELETE"},"409dcd8ffa5f11673f12f7cd5cc44379c99e9c755e":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"27690","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"POST"},"007f4a80db3236b2313077606a2702488af24c1a2e":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"5868","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"GET"},"00c4a585009e41d095df316f37f50b966c0eaffef3":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"5868","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"DELETE"},"4085bc34cf6329c10ec9a6dbb279dac6821562e6bc":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"5868","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"POST"},"00ae3b6b10a28f82c9f7fbf45ad21b16a91eb721a1":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"87550","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"DELETE"},"00c82e0cd7b1d5f6e1e7c0e8578754fd2cfba36e7f":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"87550","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"GET"},"40345791fae9b598bafc5be91e78e169c78261c0db":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"87550","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"POST"},"0056fff47897c4fef1d11ddf2648529cb34e065be2":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"58335","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"DELETE"},"006a103d638b820edaaefb762733ef0ed8c98ee5f9":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"58335","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"GET"},"405b765476a597be3be2744e2bfa577a9f4d6b9e5c":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"58335","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"POST"},"00297a5157563161f1dad73f970693e5b64bea3c4e":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"52982","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"GET"},"00f4dcd1fae795c25ae8d7bf933845edca573d9f1e":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"52982","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"DELETE"},"40db6764b74b9e57ee72f349f4e08b8e723ef6aed5":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"52982","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"POST"},"00053f82099f06ee3debd5fcca88aa9ff9ad21091e":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"35442","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"GET"},"001a0c1ec3c0d73597ffafe3b79cb9f9c9ca2a3e45":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"35442","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"DELETE"},"405ab83ee59f09cd02d22419e61377e9378ac3728f":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"35442","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"POST"},"003341ccfdda3db17ef4e150e68c15c927a2f5e515":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"48067","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"DELETE"},"0046fe9b4e05352602c089e1de122d5fd7a0aae412":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"48067","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"GET"},"408e7fa4382e418113a91fef71dd49ef6f40eefc57":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"48067","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"POST"},"0049d73d99437370476448a62af9aa7c74f7b79e6d":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"48593","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"GET"},"009ee9c4d4969b3ee7f2ab88bd6149d6caa444e62f":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"48593","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"DELETE"},"40d114331935da0620031f2c394aba3fbfdaa0c35c":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"48593","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"POST"},"00b88e0b0b0ee82dd211d44db3acfe28a30ef41eb2":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"44190","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"DELETE"},"00c36176e36d8fec444737b5ceb30ccc26a9abe58b":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"44190","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"GET"},"40da2364bab7698f936c974fad5bb7edb1f47d1972":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"96504","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"44190","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"POST"},"4062863d039cd112cf210396251873e27085595daa":{"workers":{"app/api/cli-tools/antigravity-mitm/alias/route":{"moduleId":"67263","async":false}},"filename":"app/api/cli-tools/antigravity-mitm/alias/route.js","exportedName":"GET"},"40aaceb127730b9537e1d79c3e9232704d4969bfb2":{"workers":{"app/api/cli-tools/antigravity-mitm/alias/route":{"moduleId":"67263","async":false}},"filename":"app/api/cli-tools/antigravity-mitm/alias/route.js","exportedName":"PUT"},"40debf5c0b2fc558a3d7d0819a7e5dcc518d9a38ef":{"workers":{"app/api/cli-tools/cowork-mcp-registry/route":{"moduleId":"50947","async":false}},"filename":"app/api/cli-tools/cowork-mcp-registry/route.js","exportedName":"GET"},"4002229d11767888c6ff68bddd4e35bf0d0bb573da":{"workers":{"app/api/cli-tools/cowork-mcp-tools/route":{"moduleId":"48964","async":false}},"filename":"app/api/cli-tools/cowork-mcp-tools/route.js","exportedName":"POST"},"408b6c98f6890c4b3fde47a6600f81342ea6d6e260":{"workers":{"app/api/tunnel/tailscale-install/route":{"moduleId":"80378","async":false}},"filename":"app/api/tunnel/tailscale-install/route.js","exportedName":"POST"}},"edge":{},"encryptionKey":"e/m8aDXIr9R4no1aJeZzdnil5iFGlLOAFezCKKoBNqg="}
|
|
1
|
+
{"node":{"00a568cf4f4abd27ced79a22c6a23f48ab7269583f":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false}},"filename":"app/api/cli-tools/all-statuses/route.js","exportedName":"GET"},"002e89146c5f52a70a9ceeb22426546880b3ce04ba":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"29651","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"GET"},"00711b27d6804ef3c9815bccca9e91b84d076770a9":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"29651","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"DELETE"},"409fcd3f332c1038c75a3ee3e7cf98fdb63e5e43db":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"29651","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"POST"},"0032a2aae87f8b57b8f47db956c762fd3406e521e6":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"82986","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"GET"},"006ea8f5527eb1bf64ce7a7e3256ca36077cc65699":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"82986","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"DELETE"},"4086847e33c8a8c78d29a45b9ed489353da7f98293":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"82986","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"POST"},"000271402fac4cecce4959db17981ce58a84baa851":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"89717","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"GET"},"40c80ee175a66d7514f598e7c117cadfff18210ba9":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"89717","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"POST"},"40d07bc5905b895f77866cb67c4a656b14d431c481":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"89717","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"DELETE"},"40e9efc37538584c057f07a42c587ddcafee6b178a":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"89717","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"PATCH"},"00190dcc0101efd3506779b9c96f775662f75d29f4":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"13840","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"GET"},"003eb7c2eb504a8a5bf4456d5f683b82f535de2cd8":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"13840","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"DELETE"},"4040795d0828a6d9d5953e095d97ccfeb38a88ae88":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"13840","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"POST"},"0089c50c82bec176d30456b546d4805168ee35b58e":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"30222","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"DELETE"},"009de81a8993250dbfef27d44ba809f218317ea51d":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"30222","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"GET"},"4058339711547477937812190493d4bf0f689321a5":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"30222","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"POST"},"00792f77abf29a8755c385567bb8507aaea63d5807":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"42464","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"DELETE"},"00a759873e736ce8cc29f3602830ed268fe6a6a6ae":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"42464","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"GET"},"408d7fd7df236c934ce23f90916580f76307f40926":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"42464","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"POST"},"005e1eeb4098fa0a81d8e43cabaf2f7132d8c3c390":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"8315","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"GET"},"00f7317c7cd73a283ef94ba8645042a489d1a5b9ef":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"8315","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"DELETE"},"40d46fdc19603366f8d411e01f722826ae47a8dda5":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"8315","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"POST"},"003f21957c0d38e212dd108039b2e8fedf52966798":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"27449","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"GET"},"00bdfe390bb08952d964101292e2036923f6ca5ef2":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"27449","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"DELETE"},"4049de5083a97103c697f44bbd9f1ebd70671b1581":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"27449","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"POST"},"003c7b653e37c106b8cd13c59d20de0b6b8bfbb844":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"11743","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"GET"},"0040454a910d1ab0d8ff9eab364ef05c108fe78735":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"11743","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"DELETE"},"407f4d1e5e944f42dcdb0ade5d7480e1d0784b4ceb":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"11743","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"POST"},"003ed45261adae7c50ce1091a67b63b583aa0fefc7":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"93679","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"DELETE"},"008382af0fc164d6482b3eb1ee9682e2201315a899":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"93679","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"GET"},"408bfb2eb14b7e3bcaeb75a5241143d4b0ad8e7db4":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"93679","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"POST"},"001edcfb66a830b1776664eb2b3dd90f6b50a8d77a":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"59587","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"DELETE"},"00283bb032ccfccbf2b3800c90279a9df56807e1d2":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"59587","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"GET"},"40956bebc84682ed6b1004eb96eecd6168c98dd42c":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"59587","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"POST"},"00477e9a4d5e42542eedc43169779401b733f3069c":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"3454","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"GET"},"00e539ae42fd94b92d5f04b53e5617ccfa1a53b58b":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"3454","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"DELETE"},"408f88cbc13569847676a52a96ec68684a3cfdb760":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"14234","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"3454","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"POST"},"406c5c3d4727800b77f9a14cc6490294a07891b60c":{"workers":{"app/api/cli-tools/antigravity-mitm/alias/route":{"moduleId":"74797","async":false}},"filename":"app/api/cli-tools/antigravity-mitm/alias/route.js","exportedName":"PUT"},"40c123ff30ee3f6d802cdbcf52a9ff84320bda1721":{"workers":{"app/api/cli-tools/antigravity-mitm/alias/route":{"moduleId":"74797","async":false}},"filename":"app/api/cli-tools/antigravity-mitm/alias/route.js","exportedName":"GET"},"40b78732f4c6f87e53b3aa439f8325270e7d6ffee9":{"workers":{"app/api/cli-tools/cowork-mcp-registry/route":{"moduleId":"66683","async":false}},"filename":"app/api/cli-tools/cowork-mcp-registry/route.js","exportedName":"GET"},"40581e7545fe8f4634f2ad094d169c4929004b7395":{"workers":{"app/api/cli-tools/cowork-mcp-tools/route":{"moduleId":"21835","async":false}},"filename":"app/api/cli-tools/cowork-mcp-tools/route.js","exportedName":"POST"},"4024d1bdd9981a1cf4913a601cace92fa810fb0878":{"workers":{"app/api/tunnel/tailscale-install/route":{"moduleId":"15622","async":false}},"filename":"app/api/tunnel/tailscale-install/route.js","exportedName":"POST"}},"edge":{},"encryptionKey":"b9neZHxZU8wYkzJ4hAyRA+ekmwH9k8Uv/eiIZMjpLuY="}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
self.__BUILD_MANIFEST=function(e,s,t,a){return{__rewrites:{afterFiles:[{has:e,source:"/v1/v1/:path*",destination:s},{has:e,source:"/v1/v1",destination:t},{has:e,source:"/codex/:path*",destination:a},{has:e,source:"/responses",destination:a},{has:e,source:"/v1beta/:path*",destination:"/api/v1beta/:path*"},{has:e,source:"/v1beta",destination:"/api/v1beta"},{has:e,source:"/v1/:path*",destination:s},{has:e,source:"/v1",destination:t}],beforeFiles:[],fallback:[]},__routerFilterStatic:{numItems:142,errorRate:1e-4,numBits:2723,numHashes:14,bitArray:[1,1,0,0,1,0,1,1,0,0,0,0,0,1,0,0,1,1,0,1,0,0,1,1,1,1,0,1,0,0,1,0,1,0,0,0,1,0,0,1,0,0,0,1,0,1,0,1,0,1,1,0,0,1,0,1,0,1,0,1,0,1,0,0,1,0,1,1,1,1,0,1,1,1,1,1,1,1,1,0,1,1,0,1,0,0,1,0,1,0,0,1,0,1,1,1,0,0,1,0,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,0,1,1,1,1,1,1,0,0,1,1,1,1,1,1,1,0,1,1,0,1,0,1,0,1,1,1,1,0,0,1,0,1,1,1,0,1,1,1,1,1,1,0,0,0,1,1,1,0,1,0,1,0,1,0,0,0,1,0,1,0,0,0,1,1,1,0,0,1,1,1,1,1,1,1,1,0,1,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,1,1,1,1,0,1,0,0,1,1,1,0,0,0,1,0,0,0,0,1,1,1,1,0,1,0,1,1,1,0,1,1,0,0,0,1,0,1,0,0,0,1,0,1,0,0,1,1,0,1,0,0,0,1,1,1,0,1,1,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0,0,1,1,0,0,1,0,0,0,0,1,1,0,1,0,1,0,1,0,0,1,1,0,0,0,1,1,1,0,1,1,0,0,1,0,0,1,1,1,1,0,0,1,0,0,1,1,0,1,1,0,0,0,1,0,1,1,0,0,0,0,1,1,0,1,1,0,1,1,1,1,0,0,0,1,0,1,1,0,1,1,0,0,1,0,0,1,0,1,0,1,0,1,1,0,1,0,0,0,0,1,0,1,1,0,0,1,0,0,1,1,1,0,1,1,1,0,1,1,0,0,0,0,1,1,1,1,0,0,1,0,0,1,0,0,1,0,1,0,0,1,1,1,0,1,1,1,0,1,0,1,0,0,1,0,0,0,1,0,0,0,1,1,0,0,1,1,1,1,0,1,0,1,1,0,0,0,1,0,0,1,1,0,0,1,0,0,1,0,1,0,0,1,1,1,0,0,0,1,0,1,0,1,1,0,1,0,1,0,0,1,0,1,0,1,1,1,0,0,1,1,0,1,0,0,0,1,0,0,0,0,1,1,1,1,0,0,1,1,1,0,1,0,1,1,1,1,1,0,0,0,1,1,1,1,0,1,1,0,1,1,0,1,1,0,1,0,1,1,0,0,0,0,1,1,1,0,1,0,0,0,1,0,1,0,1,0,0,0,0,0,0,1,0,0,1,0,1,1,0,0,0,0,1,0,0,0,1,1,0,0,0,0,0,1,1,1,0,0,1,0,0,0,1,1,0,0,1,1,0,0,1,1,0,1,1,1,0,1,0,1,1,1,0,1,0,0,0,0,0,1,0,1,0,0,0,0,1,1,0,0,1,1,1,1,1,1,1,0,1,1,1,1,0,1,1,0,0,0,0,1,1,0,0,1,0,1,1,1,0,1,0,1,0,0,1,1,1,1,1,0,1,0,0,1,0,1,1,0,0,0,1,1,1,1,1,0,0,1,1,0,0,0,1,1,1,0,1,1,0,0,1,0,0,1,0,0,1,0,1,1,1,1,1,0,1,1,1,1,1,0,0,0,1,0,1,1,1,0,0,1,0,1,0,0,0,1,0,1,0,1,1,1,0,0,0,0,1,1,0,0,1,0,1,0,1,0,1,1,1,1,0,0,1,1,0,1,0,0,1,1,1,0,0,1,0,1,1,1,1,1,0,1,1,0,0,1,1,1,0,1,1,1,1,1,0,0,1,1,1,0,0,1,1,0,1,1,0,0,1,1,0,0,0,0,1,1,0,1,0,1,1,1,0,0,1,1,0,1,1,1,1,1,0,0,1,0,1,0,1,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,0,0,1,1,1,1,0,1,1,1,1,1,0,1,0,0,1,0,1,1,1,1,0,0,1,1,0,0,0,0,1,0,0,0,0,1,0,1,1,1,1,0,1,1,1,1,0,0,0,0,1,0,1,0,0,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,1,1,1,0,0,1,0,0,1,0,0,0,1,1,1,0,1,0,0,1,1,0,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,1,0,0,0,0,0,0,1,1,1,1,0,1,0,1,1,1,1,0,0,1,1,1,1,0,0,1,0,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,1,0,0,0,0,1,1,1,1,1,0,1,1,0,0,1,0,1,0,0,1,1,1,1,0,1,1,0,0,1,0,0,0,1,0,1,0,1,1,0,1,1,1,1,0,0,1,0,0,0,0,1,1,0,1,0,1,1,1,0,0,0,0,0,1,1,1,1,0,0,0,1,1,1,0,1,0,1,0,1,0,1,1,0,1,1,0,1,0,1,0,1,1,0,1,1,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0,0,1,0,1,1,1,0,0,1,0,1,1,1,0,1,1,1,1,0,0,0,1,1,0,1,0,1,1,1,1,1,1,0,0,0,0,0,1,1,1,0,0,1,1,1,0,1,0,1,1,1,0,1,0,1,0,1,1,0,0,0,1,0,1,0,0,0,1,0,1,0,1,0,0,1,1,0,1,0,1,1,0,1,1,0,0,1,0,1,0,0,1,1,0,0,0,1,1,1,1,1,1,1,1,0,1,1,0,0,0,0,0,1,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,1,1,1,0,1,1,0,1,1,1,1,1,1,1,1,0,1,0,0,1,0,1,0,0,0,0,1,0,0,0,1,0,1,1,1,1,0,0,1,0,1,1,1,0,1,0,0,0,1,0,0,1,0,0,0,0,1,1,1,0,1,0,1,0,0,0,1,1,1,0,0,0,0,0,0,0,1,1,1,0,1,0,1,0,0,1,1,0,1,0,0,1,1,1,0,0,1,0,0,1,0,1,1,1,1,0,1,0,0,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,1,0,1,1,1,0,0,1,1,0,1,0,0,0,0,0,1,1,0,0,0,0,0,0,1,0,1,1,1,0,1,0,1,0,0,0,0,1,0,0,0,1,1,1,0,0,1,0,0,0,1,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,1,1,0,1,0,1,1,1,1,1,1,1,1,0,0,1,0,0,0,1,1,1,1,0,0,1,0,1,0,1,0,1,0,1,1,0,0,1,1,1,1,0,0,0,1,0,1,1,0,1,0,1,1,0,1,1,1,1,1,1,1,0,1,0,1,0,1,0,0,0,1,0,0,0,0,0,0,0,0,1,0,1,0,0,1,0,0,1,0,1,0,0,0,0,1,0,1,1,0,1,1,1,1,1,0,0,0,0,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,1,1,1,0,0,1,1,1,1,0,0,0,1,0,0,0,0,0,1,1,1,0,0,1,1,1,1,0,0,0,0,1,1,0,1,1,0,0,1,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,1,0,1,0,0,1,1,0,1,0,0,1,1,1,1,0,0,0,0,0,0,1,0,1,0,1,1,0,1,1,1,1,0,1,1,1,1,1,0,0,1,1,0,0,1,0,0,1,1,1,0,1,1,1,1,0,1,0,0,0,0,1,1,1,1,0,1,1,0,0,0,0,1,1,1,0,1,1,1,1,1,1,0,1,0,0,1,1,0,0,1,0,1,0,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0,1,1,0,0,0,1,1,0,0,1,1,0,1,0,1,0,1,1,1,0,1,0,1,1,0,1,0,1,0,1,0,0,1,1,0,1,0,1,1,0,0,0,0,0,0,1,1,1,1,0,1,1,1,0,1,0,1,0,1,1,1,0,0,1,0,0,0,1,1,0,0,0,1,1,1,1,0,0,0,1,1,0,1,1,1,0,0,0,0,1,0,0,1,1,1,1,0,0,1,1,1,0,1,1,0,0,1,1,1,0,1,1,0,0,1,1,1,0,0,1,1,1,0,0,0,0,1,0,0,1,1,1,0,0,0,0,0,1,1,1,1,1,0,1,1,0,0,1,1,1,1,0,0,0,1,0,1,0,0,0,1,0,1,1,0,0,0,1,0,0,0,0,0,1,0,1,0,0,0,0,0,0,1,1,0,1,0,1,1,0,1,0,0,1,0,0,0,1,1,0,1,0,1,1,1,0,0,0,0,1,1,0,1,0,0,1,0,0,0,0,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0,1,1,0,0,0,1,1,1,1,1,0,0,1,0,0,1,1,1,1,1,1,0,0,0,1,1,0,0,1,1,0,0,1,1,1,1,1,1,0,0,1,1,0,1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,1,1,0,0,1,1,1,1,0,1,1,0,0,0,0,1,0,1,0,0,0,0,1,0,1,0,0,0,1,1,0,0,0,1,1,0,1,0,1,1,0,1,0,1,1,1,0,1,1,1,0,0,0,1,1,0,0,0,1,0,1,1,1,1,0,1,1,1,1,1,1,1,0,1,0,1,1,1,0,1,1,0,0,0,1,1,1,0,0,0,0,0,0,1,0,1,1,0,1,1,0,1,1,1,0,0,1,0,1,1,0,1,0,0,1,0,1,1,0,0,1,1,1,1,0,1,1,1,0,1,0,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,0,1,1,0,1,1,0,1,1,1,0,0,1,0,1,1,1,1,0,1,1,0,1,1,1,1,0,1,0,1,1,1,1,0,1,0,1,1,1,0,1,0,1,1,1,1,0,1,1,0,0,1,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,1,1,1,0,1,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,1,1,0,0,1,1,0,0,0,1,1,0,1,0,0,0,1,1,1,1,0,0,0,1,1,1,0,0,1,0,0,0,1,0,1,1,1,0,1,1,0,1,1,1,1,0,0,1,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,0,1,1,0,1,1,0,0,0,0,0,1,1,0,0,0,1,1,1,0,1,1,1,0,1,0,0,1,1,1,0,0,0,1,1,1,0,1,0,0,0,1,0,0,0,1,0,0,0,0,1,0,1,0,1,0,0,0,0,1,1,1,1,0,1,1,0,1,0,0,1,0,1,0,1,0,1,1,0,0,0,1,0,0,0,1,0,0,1,0,1,0,1,1,0,1,1,1,1,0,1,0,0,1,0,1,0,0,1,0,0,1,0,0,0,1,0,0,1,0,0,0,1,0,0,0,0,0,0,1,1,1,0,0,0,0,0,1,0,1,1,1,1,1,1,1,1,0,1,1,0,1,1,0,1,0,1,0,1,0,1,0,1,1,1,0,0,0,1,0,1,1,1,1,1,1,0,0,1,0,0,0,1,1,1,0,0,0,1,1,1,1,0,0,1,1,0,1,0,0,0,1,1,0,1,0,0,0,1,1,1,0,0,0,1,0,1,1,0,1,0,1,0,0,0,1,1,0,0,0,0,1,1,0,1,1,1,0,0,1,0,0,0,0,1,0,0,0,0,0,0,0,1,0,0,0,0,0,1,0,1,1,0,0,0,1,1,1,1,0,1,0,0,1,1,1,0,1,0,1,0,0,1,0,1,0,0,1,0,0,0,1,1,0,1,1,0,0,1,0,0,0,0,0,0,0,0,1,0,1,1,1,1,0,1,0,0,0,1,1,1,0,1,1,0,1,0,1,1,0,0,1,1,0,0,0,0,1,1,1,1,1,1,1,1,0,1,0,0,1,0,1,1,1,0,0,1,1,0,1,1,0,1,0,0,0,0,1,0,1,0,1,1,1,0,1,1,1,1,1,1,1,0,1,1,0,1,1,0,1,0,0,0,1]},__routerFilterDynamic:{numItems:15,errorRate:1e-4,numBits:288,numHashes:14,bitArray:[1,1,1,1,1,1,0,1,0,0,1,1,0,0,1,1,0,0,1,1,0,0,0,1,1,0,0,0,1,1,0,0,1,1,1,1,1,1,1,0,1,0,1,1,0,0,0,0,0,0,0,0,0,1,1,1,1,0,1,1,0,1,1,0,0,0,0,1,1,0,1,1,1,1,0,1,0,1,1,0,1,0,0,0,1,0,0,1,0,1,1,1,0,1,1,1,0,0,0,0,1,0,0,0,0,0,0,0,0,1,1,1,0,1,0,0,1,1,1,1,1,1,0,0,0,0,1,0,1,1,1,0,1,1,0,1,1,1,1,0,0,1,0,1,1,0,1,1,0,0,0,1,0,0,1,1,0,1,1,1,1,1,1,0,0,1,1,0,1,0,0,0,1,1,0,0,0,1,1,0,0,1,0,0,1,1,1,0,0,0,1,1,1,0,0,1,1,0,0,1,1,0,1,1,1,0,1,0,0,1,1,1,1,0,1,1,0,0,1,1,1,1,1,0,0,0,0,0,0,0,1,1,1,0,1,1,1,1,1,1,1,0,1,0,1,1,1,1,0,0,1,1,1,0,1,1,0,1,1,0,0,1,0,1,0,1,1,0,0,0,0,0,1,1,0,0,1,1,1,0,1,1,0,0,1,0,1,1]},sortedPages:["/_app"]}}(void 0,"/api/v1/:path*","/api/v1","/api/v1/responses"),self.__BUILD_MANIFEST_CB&&self.__BUILD_MANIFEST_CB();
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1049,9078],{1049:(e,t,r)=>{r.r(t),r.d(t,{default:()=>c});var l=r(5102),a=r(2030),s=r(7665),i=r(1488),n=r(8140),o=r(9078);let d=/^[a-zA-Z0-9_.\-]+$/;function m({index:e,model:t,isFirst:r,isLast:s,onEdit:i,onMoveUp:n,onMoveDown:o,onRemove:d}){let[c,u]=(0,a.useState)(!1),[x,h]=(0,a.useState)(null),[p,b]=(0,a.useState)(t);p!==t&&(b(t),h(null));let f=x??t,v=()=>{let e=f.trim();e&&e!==t?i(e):h(null),u(!1)};return(0,l.jsxs)("div",{className:"group flex min-w-0 items-center gap-1.5 rounded-md bg-black/[0.02] px-2 py-1 transition-colors hover:bg-black/[0.04] dark:bg-white/[0.02] dark:hover:bg-white/[0.04]",children:[(0,l.jsx)("span",{className:"text-[10px] font-medium text-text-muted w-3 text-center shrink-0",children:e+1}),c?(0,l.jsx)("input",{value:f,onChange:e=>h(e.target.value),onBlur:v,onKeyDown:e=>{"Enter"===e.key&&v(),"Escape"===e.key&&(h(null),u(!1))},className:"min-w-0 flex-1 rounded border border-primary/40 bg-white px-1.5 py-0.5 font-mono text-xs text-text-main outline-none dark:bg-black/20","aria-label":`Edit model ${e+1}`}):(0,l.jsx)("button",{type:"button",className:"min-w-0 flex-1 cursor-text truncate rounded px-1.5 py-0.5 font-mono text-xs text-text-main text-left hover:bg-black/5 dark:hover:bg-white/5",onClick:()=>u(!0),title:"Click to edit","aria-label":`Edit model: ${t}`,children:t}),(0,l.jsxs)("div",{className:"flex shrink-0 items-center gap-0.5",children:[(0,l.jsx)("button",{type:"button",onClick:n,disabled:r,className:`p-0.5 rounded ${r?"text-text-muted/20 cursor-not-allowed":"text-text-muted hover:text-primary hover:bg-black/5 dark:hover:bg-white/5"}`,title:"Move up",children:(0,l.jsx)("span",{className:"material-symbols-outlined text-[12px]",children:"arrow_upward"})}),(0,l.jsx)("button",{type:"button",onClick:o,disabled:s,className:`p-0.5 rounded ${s?"text-text-muted/20 cursor-not-allowed":"text-text-muted hover:text-primary hover:bg-black/5 dark:hover:bg-white/5"}`,title:"Move down",children:(0,l.jsx)("span",{className:"material-symbols-outlined text-[12px]",children:"arrow_downward"})})]}),(0,l.jsx)("button",{type:"button",onClick:d,className:"p-0.5 hover:bg-red-500/10 rounded text-text-muted hover:text-red-500 transition-all",title:"Remove",children:(0,l.jsx)("span",{className:"material-symbols-outlined text-[12px]",children:"close"})})]})}function c({isOpen:e,combo:t,onClose:r,onSave:u,activeProviders:x,kindFilter:h=null,forcePrefix:p="",title:b}){let f=t?.name?p&&t.name.startsWith(p)?t.name.slice(p.length):t.name:"",[v,g]=(0,a.useState)(f),[j,y]=(0,a.useState)(t?.models||[]),[k,w]=(0,a.useState)(!1),[C,N]=(0,a.useState)(!1),[S,$]=(0,a.useState)(""),[P,E]=(0,a.useState)({}),O=(0,a.useRef)(!1);(0,a.useEffect)(()=>{if(!e){O.current=!1;return}if(O.current)return;O.current=!0;let t=new AbortController;return fetch("/api/models/alias",{signal:t.signal}).then(e=>e.ok?e.json():null).then(e=>{e&&!t.signal.aborted&&E(e.aliases||{})}).catch(()=>{}),()=>t.abort()},[e]);let A=e=>{if(!e.trim())return $("Name is required"),!1;let t=p+e;return d.test(t)?($(""),!0):($("Only letters, numbers, -, _ and . allowed"),!1)},M=e=>{let t=e.target.value;p&&t.startsWith(p)&&(t=t.slice(p.length)),g(t),t?A(t):$("")},_=async()=>{A(v)&&(N(!0),await u({name:p+v.trim(),models:j}),N(!1))},z=!!t;return(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)(s.A,{isOpen:e,onClose:r,title:b||(z?"Edit Combo":"Create Combo"),children:(0,l.jsxs)("div",{className:"flex flex-col gap-3",children:[(0,l.jsxs)("div",{children:[p?(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("label",{htmlFor:"combo-name-input",className:"text-sm font-medium mb-1 block",children:"Combo Name"}),(0,l.jsxs)("div",{className:"flex items-stretch",children:[(0,l.jsx)("span",{className:"inline-flex items-center px-2 rounded-l border border-r-0 border-black/10 dark:border-white/10 bg-black/[0.04] dark:bg-white/[0.04] text-text-muted font-mono text-sm",children:p}),(0,l.jsx)("input",{id:"combo-name-input",value:v,onChange:M,placeholder:"my-combo",className:"flex-1 min-w-0 rounded-r border border-black/10 dark:border-white/10 bg-white dark:bg-black/20 px-2 py-1.5 font-mono text-sm outline-none focus:border-primary"})]}),S&&(0,l.jsx)("p",{className:"text-[11px] text-red-500 mt-0.5",children:S})]}):(0,l.jsx)(i.A,{label:"Combo Name",value:v,onChange:M,placeholder:"my-combo",error:S}),(0,l.jsxs)("p",{className:"text-[10px] text-text-muted mt-0.5",children:[p?`Auto-prefixed with "${p}". `:"","Only letters, numbers, -, _ and . allowed"]})]}),(0,l.jsxs)("div",{children:[(0,l.jsx)("span",{className:"text-sm font-medium mb-1.5 block",children:"Models"}),0===j.length?(0,l.jsxs)("div",{className:"text-center py-4 border border-dashed border-black/10 dark:border-white/10 rounded-lg bg-black/[0.01] dark:bg-white/[0.01]",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-text-muted text-xl mb-1",children:"layers"}),(0,l.jsx)("p",{className:"text-xs text-text-muted",children:"No models added yet"})]}):(0,l.jsx)("div",{className:"flex max-h-[55vh] min-w-0 flex-col gap-1 overflow-y-auto sm:max-h-[350px]",children:j.map((e,t)=>(0,l.jsx)(m,{index:t,model:e,isFirst:0===t,isLast:t===j.length-1,onEdit:e=>{let r=[...j];r[t]=e,y(r)},onMoveUp:()=>(e=>{if(0===e)return;let t=[...j];[t[e-1],t[e]]=[t[e],t[e-1]],y(t)})(t),onMoveDown:()=>(e=>{if(e===j.length-1)return;let t=[...j];[t[e],t[e+1]]=[t[e+1],t[e]],y(t)})(t),onRemove:()=>y(j.filter((e,r)=>r!==t))},e))}),(0,l.jsxs)("button",{type:"button",onClick:()=>w(!0),className:"w-full mt-2 py-2 border border-dashed border-black/10 dark:border-white/10 rounded-lg text-xs text-primary font-medium hover:text-primary hover:border-primary/50 transition-colors flex items-center justify-center gap-1",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[16px]",children:"add"}),"Add Model"]})]}),(0,l.jsxs)("div",{className:"flex flex-col gap-2 pt-1 sm:flex-row",children:[(0,l.jsx)(n.A,{onClick:r,variant:"ghost",fullWidth:!0,size:"sm",children:"Cancel"}),(0,l.jsx)(n.A,{onClick:_,fullWidth:!0,size:"sm",disabled:!v.trim()||!!S||C,children:C?"Saving...":z?"Save":"Create"})]})]})}),(0,l.jsx)(o.default,{isOpen:k,onClose:()=>w(!1),onSelect:e=>{j.includes(e.value)||y([...j,e.value])},onDeselect:e=>{y(j.filter(t=>t!==e.value))},activeProviders:x,modelAliases:P,title:"Add Model to Combo",kindFilter:h,addedModelValues:j,closeOnSelect:!1,onBack:()=>w(!1)})]})}},9078:(e,t,r)=>{r.r(t),r.d(t,{default:()=>x});var l=r(5102),a=r(2030),s=r(7665),i=r(1704),n=r(4260),o=r(5737),d=r(5223),m=r(1038);let c=[...Object.keys(m.zN),...Object.keys(m.IS),...Object.keys(m.nJ),...Object.keys(m.fg)],u=Object.keys(m.IS).filter(e=>m.IS[e].noAuth);function x({isOpen:e,onClose:t,onSelect:r,onDeselect:h,selectedModel:p,activeProviders:b=[],title:f="Select Model",modelAliases:v={},kindFilter:g=null,addedModelValues:j=[],closeOnSelect:y=!0}){let k=(0,a.useMemo)(()=>g?b.filter(e=>{let t=m.Q2[e.provider];return(t?.serviceKinds||["llm"]).includes(g)}):b,[b,g]),{getCaps:w}=(0,o.y)(),[C,N]=(0,a.useState)(""),[S,$]=(0,a.useState)([]),[P,E]=(0,a.useState)([]),[O,A]=(0,a.useState)([]),[M,_]=(0,a.useState)({});(0,a.useEffect)(()=>{if(!e)return;let t=!1;return fetch("/api/combos").then(e=>e.ok?e.json():Promise.reject(Error(`HTTP ${e.status}`))).then(e=>{t||$(e.combos||[])}).catch(e=>{console.error("Error fetching combos:",e),t||$([])}),()=>{t=!0}},[e]),(0,a.useEffect)(()=>{if(!e)return;let t=!1;return fetch("/api/provider-nodes").then(e=>e.ok?e.json():Promise.reject(Error(`HTTP ${e.status}`))).then(e=>{t||E(e.nodes||[])}).catch(e=>{console.error("Error fetching provider nodes:",e),t||E([])}),()=>{t=!0}},[e]),(0,a.useEffect)(()=>{if(!e)return;let t=!1;return fetch("/api/models/custom").then(e=>e.ok?e.json():Promise.reject(Error(`HTTP ${e.status}`))).then(e=>{t||A(e.models||[])}).catch(e=>{console.error("Error fetching custom models:",e),t||A([])}),()=>{t=!0}},[e]),(0,a.useEffect)(()=>{if(!e)return;let t=!1;return fetch("/api/models/disabled").then(e=>e.ok?e.json():Promise.reject(Error(`HTTP ${e.status}`))).then(e=>{t||_(e.disabled||{})}).catch(e=>{console.error("Error fetching disabled models:",e),t||_({})}),()=>{t=!0}},[e]);let z=(0,a.useMemo)(()=>({...m.zN,...m.IS,...m.nJ,...m.fg}),[]),T=(0,a.useMemo)(()=>{let e={},t=new Set(["webSearch","webFetch"]),r=new Set(["image","tts","stt","embedding","imageToText"]),l=new Set(["tts","image","webFetch"]);return[...new Set([...k.map(e=>e.provider),...g?u.filter(e=>(m.Q2[e]?.serviceKinds||["llm"]).includes(g)):u])].sort((e,t)=>{let r=c.indexOf(e),l=c.indexOf(t);return(-1===r?999:r)-(-1===l?999:l)}).forEach(a=>{let s=(0,m.wG)(a),i=z[a]||{name:a,color:"#666"},n=(0,m.mq)(a)||(0,m.gb)(a);if(g&&t.has(g)){e[a]={name:i.name,alias:s,color:i.color,models:[{id:a,name:i.name,value:a}]};return}if(i.passthroughModels){let t=Object.entries(v).filter(([,e])=>e.startsWith(`${s}/`)).map(([e,t])=>({id:t.replace(`${s}/`,""),name:e,value:t})),n=O.filter(e=>e.providerAlias===s).map(e=>({id:e.id,name:e.name||e.id,value:`${s}/${e.id}`,kind:(0,d.CP)(e),isCustom:!0})),o=t;if(g&&r.has(g)){let e=n.filter(e=>(0,d.CP)(e)===g);0===(o=[...e,...(0,d.KC)(a).filter(e=>(0,d.CP)(e)===g).map(e=>({id:e.id,name:e.name,value:`${s}/${e.id}`,kind:(0,d.CP)(e)})).filter(t=>!e.some(e=>e.value===t.value))]).length&&l.has(g)&&(i.serviceKinds||["llm"]).includes(g)&&(o=[{id:a,name:i.name,value:s}])}else{let e=n.filter(e=>!(0,d.CP)(e)||"llm"===(0,d.CP)(e)),r=new Set([...t,...e].map(e=>e.value)),l=(0,d.KC)(a).filter(e=>!(0,d.CP)(e)||"llm"===(0,d.CP)(e)).map(e=>({id:e.id,name:e.name,value:`${s}/${e.id}`,kind:(0,d.CP)(e)})).filter(e=>!r.has(e.value));o=[...e,...t.filter(t=>!e.some(e=>e.value===t.value)),...l]}if(o.length>0){let t=P.find(e=>e.id===a),r=t?.name||i.name;e[a]={name:r,alias:s,color:i.color,models:o}}}else if(n){if(g&&r.has(g))return;let t=b.find(e=>e.provider===a),l=P.find(e=>e.id===a),s=l?.name||t?.name||i.name,n=t?.providerSpecificData?.prefix||l?.prefix||a,o=Object.entries(v).filter(([,e])=>e.startsWith(`${a}/`)).map(([e,t])=>({id:t.replace(`${a}/`,""),name:e,value:`${n}/${t.replace(`${a}/`,"")}`})),d=O.filter(e=>e.providerAlias===a).map(e=>({id:e.id,name:e.name||e.id,value:`${n}/${e.id}`,isCustom:!0})),m=new Set(o.map(e=>e.value)),c=[...o,...d.filter(e=>!m.has(e.value))],u=c.length>0?c:[{id:`__placeholder__${a}`,name:`${n}/model-id`,value:`${n}/model-id`,isPlaceholder:!0}];e[a]={name:s,alias:n,color:i.color,models:u,isCustom:!0,hasModels:c.length>0}}else{var o;let t=(0,d.KC)(a),n=new Set(t.map(e=>e.id)),m=t.length>0,c=Object.entries(v).filter(([e,t])=>t.startsWith(`${s}/`)&&(!m||e===t.replace(`${s}/`,""))&&!n.has(t.replace(`${s}/`,""))).map(([e,t])=>({id:t.replace(`${s}/`,""),name:e,value:t,isCustom:!0})),u=new Set(c.map(e=>e.id)),x=O.filter(e=>e.providerAlias===s&&!n.has(e.id)&&!u.has(e.id)).map(e=>({id:e.id,name:e.name||e.id,value:`${s}/${e.id}`,isCustom:!0})),h=[...t.map(e=>({id:e.id,name:e.name,value:`${s}/${e.id}`,kind:(0,d.CP)(e)})),...c,...x],p=new Set,b=(o=h.filter(e=>!p.has(e.value)&&(p.add(e.value),!0)),g?r.has(g)?o.filter(e=>e.isPlaceholder||(0,d.CP)(e)===g):o:o.filter(e=>e.isPlaceholder||e.isCustom||!(0,d.CP)(e)||"llm"===(0,d.CP)(e)));0===b.length&&g&&l.has(g)&&(i.serviceKinds||["llm"]).includes(g)&&(b=[{id:a,name:i.name,value:s}]),b.length>0&&(e[a]={name:i.name,alias:s,color:i.color,models:b})}}),Object.entries(e).forEach(([t,r])=>{let l=new Set([...M[(0,m.wG)(t)]||[],...M[t]||[]]);0!==l.size&&(r.models=r.models.filter(e=>!l.has(e.id)),0===r.models.length&&delete e[t])}),e},[k,v,z,P,O,M,g,b]),F=(0,a.useMemo)(()=>{if(g)return[];if(!C.trim())return S;let e=C.toLowerCase();return S.filter(t=>t.name.toLowerCase().includes(e))},[S,C,g]),K=(0,a.useMemo)(()=>{let e=C.trim().toLowerCase(),t={};return Object.entries(T).forEach(([r,l])=>{var a;let s=l.models;if(e){let t=l.name.toLowerCase().includes(e);if(0===(s=s.filter(t=>t.name.toLowerCase().includes(e)||t.id.toLowerCase().includes(e))).length&&!t)return}t[r]={...l,models:[...(a=s).filter(e=>j.includes(e.value)).sort((e,t)=>e.name.localeCompare(t.name)),...a.filter(e=>!j.includes(e.value)).sort((e,t)=>e.name.localeCompare(t.name))]}}),t},[T,C,j]),L=e=>{let l=e?.value||e?.name||e;j.includes(l)&&h?h(e):r(e),y&&(t(),N(""))};return(0,l.jsxs)(s.A,{isOpen:e,onClose:()=>{t(),N("")},title:f,size:"md",className:"p-4!",footer:null,children:[(0,l.jsxs)("div",{className:"flex items-center gap-2 mb-3 px-2.5 py-2 bg-primary/8 border border-primary/20 rounded-lg text-xs text-text-muted",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-primary shrink-0",style:{fontSize:"14px"},children:"info"}),(0,l.jsx)("span",{children:"Click to add, click again to remove. Changes are saved automatically."})]}),(0,l.jsx)("div",{className:"mb-3",children:(0,l.jsxs)("div",{className:"relative",children:[(0,l.jsx)("span",{className:"material-symbols-outlined absolute left-2.5 top-1/2 -translate-y-1/2 text-text-muted text-[16px]",children:"search"}),(0,l.jsx)("input",{type:"text",placeholder:"Search...",value:C,onChange:e=>N(e.target.value),className:"w-full pl-8 pr-3 py-1.5 bg-surface border border-border rounded text-xs focus:outline-none focus:ring-1 focus:ring-primary/50"})]})}),(0,l.jsxs)("div",{className:"max-h-[400px] overflow-y-auto space-y-3",children:[F.length>0&&(0,l.jsxs)("div",{children:[(0,l.jsxs)("div",{className:"flex items-center gap-1.5 mb-1.5 sticky top-0 bg-surface py-0.5",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-primary text-[14px]",children:"layers"}),(0,l.jsx)("span",{className:"text-xs font-medium text-primary",children:"Combos"}),(0,l.jsxs)("span",{className:"text-[10px] text-text-muted",children:["(",F.length,")"]})]}),(0,l.jsx)("div",{className:"flex flex-wrap gap-1.5",children:F.map(e=>{let t=p===e.name;return(0,l.jsxs)("button",{onClick:()=>L({id:e.name,name:e.name,value:e.name}),className:`
|
|
2
|
+
px-2 py-1 rounded-xl text-xs font-medium transition-all border hover:cursor-pointer flex items-center gap-1
|
|
3
|
+
${t?"bg-primary text-white border-primary":j.includes(e.name)?"bg-primary border-primary text-white hover:bg-primary-hover":"bg-surface border-border text-text-main hover:border-primary/50 hover:bg-primary/5"}
|
|
4
|
+
`,children:[j.includes(e.name)&&(0,l.jsx)("span",{className:"material-symbols-outlined leading-none",style:{fontSize:"10px"},children:"check"}),e.name]},e.id)})})]}),Object.entries(K).map(([e,t])=>(0,l.jsxs)("div",{children:[(0,l.jsxs)("div",{className:"flex items-center gap-1.5 mb-1.5 sticky top-0 bg-surface py-0.5",children:[(0,l.jsx)(i.A,{src:`/providers/${e}.png`,alt:t.name,size:14,fallbackText:(t.name||e).slice(0,2).toUpperCase(),fallbackColor:t.color}),(0,l.jsx)("span",{className:"text-xs font-medium text-primary",children:t.name}),(0,l.jsxs)("span",{className:"text-[10px] text-text-muted",children:["(",t.models.length,")"]})]}),(0,l.jsx)("div",{className:"flex flex-wrap gap-1.5",children:t.models.map(e=>{let t=p===e.value,r=e.isPlaceholder;return(0,l.jsx)("button",{onClick:()=>L(e),title:r?"Select to pre-fill, then edit model ID in the input":void 0,className:`
|
|
5
|
+
px-2 py-1 rounded-xl text-xs font-medium transition-all border hover:cursor-pointer
|
|
6
|
+
${r?"border-dashed border-border text-text-muted hover:border-primary/50 hover:text-primary bg-surface italic":t?"bg-primary text-white border-primary":j.includes(e.value)?"bg-primary border-primary text-white hover:bg-primary-hover":"bg-surface border-border text-text-main hover:border-primary/50 hover:bg-primary/5"}
|
|
7
|
+
`,children:(0,l.jsxs)("span",{className:"flex items-center gap-1",children:[j.includes(e.value)&&!r&&(0,l.jsx)("span",{className:"material-symbols-outlined leading-none",style:{fontSize:"10px"},children:"check"}),r?(0,l.jsxs)(l.Fragment,{children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-[11px]",children:"edit"}),e.name]}):e.isCustom?(0,l.jsxs)(l.Fragment,{children:[e.name,(0,l.jsx)("span",{className:"text-[9px] opacity-60 font-normal",children:"custom"}),(0,l.jsx)(n.A,{caps:w(e.value)})]}):(0,l.jsxs)(l.Fragment,{children:[e.name,(0,l.jsx)(n.A,{caps:w(e.value)})]})]})},e.value)})})]},e)),0===Object.keys(K).length&&0===F.length&&(0,l.jsxs)("div",{className:"text-center py-4 text-text-muted",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-2xl mb-1 block",children:"search_off"}),(0,l.jsx)("p",{className:"text-xs",children:"No models found"})]})]})]})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1409],{1409:(e,l,s)=>{s.r(l),s.d(l,{default:()=>c});var t=s(5102),a=s(2030),n=s(7665),i=s(8140),r=s(1577);let o=[];function c({isOpen:e,onClose:l,title:s="Manual Configuration",configs:x=o}){let{copy:d}=(0,r.C)(),[m,u]=(0,a.useState)(null);return(0,t.jsx)(n.A,{isOpen:e,onClose:l,title:s,size:"xl",children:(0,t.jsx)("div",{className:"flex flex-col gap-4",children:x.map((e,l)=>(0,t.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,t.jsxs)("div",{className:"flex items-center justify-between",children:[(0,t.jsx)("span",{className:"text-sm font-medium text-text-main",children:e.filename}),(0,t.jsxs)(i.A,{variant:"ghost",size:"sm",onClick:()=>{var s;return s=e.content,void(d(s,`manualconfig-${l}`),u(l),setTimeout(()=>u(null),2e3))},children:[(0,t.jsx)("span",{className:"material-symbols-outlined text-[14px] mr-1",children:m===l?"check":"content_copy"}),m===l?"Copied!":"Copy"]})]}),(0,t.jsx)("pre",{className:"px-3 py-2 bg-black/5 dark:bg-white/5 rounded font-mono text-xs overflow-x-auto whitespace-pre-wrap break-all max-h-60 overflow-y-auto border border-border",children:e.content})]},e.filename))})})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[1567],{1567:(e,t,a)=>{a.r(t),a.d(t,{default:()=>n});var l=a(5102),r=a(2758);let s={mode:{label:"Mode",format:e=>e},defaultModel:{label:"Model",format:e=>e,mono:!0},baseUrl:{label:"Endpoint",format:e=>e,isLink:!0,mono:!0},costPerQuery:{label:"Cost / call",format:e=>0===e?"Free":`$${e.toFixed(4)}`},pricingUrl:{label:"Pricing",format:()=>"View pricing",isLink:!0},freeTier:{label:"Free tier",format:e=>e},freeMonthlyQuota:{label:"Free quota",format:e=>0===e?"—":e>=999999?"Unlimited":`${e.toLocaleString()} / mo`},searchTypes:{label:"Types",format:e=>e.join(", ")},formats:{label:"Formats",format:e=>e.join(", ")},maxMaxResults:{label:"Max results",format:e=>e},maxCharacters:{label:"Max chars",format:e=>e.toLocaleString()}};function n({config:e,provider:t,title:a="Provider Info"}){if(!e)return null;let i=Object.entries(s).reduce((t,[a,l])=>(void 0!==e[a]&&null!==e[a]&&""!==e[a]&&t.push({key:a,label:l.label,value:l.format(e[a]),isLink:l.isLink,mono:l.mono,raw:e[a]}),t),[]),o=t?.notice?.apiKeyUrl||t?.website,m=t?.notice?.text;return(0,l.jsxs)(r.A,{children:[(0,l.jsxs)("div",{className:"flex items-center justify-between mb-3",children:[(0,l.jsx)("h2",{className:"text-lg font-semibold",children:a}),o&&(0,l.jsxs)("a",{href:o,target:"_blank",rel:"noopener noreferrer",className:"text-xs text-primary hover:underline inline-flex items-center gap-1",children:[(0,l.jsx)("span",{className:"material-symbols-outlined text-sm",children:"open_in_new"}),"Get API Key"]})]}),(0,l.jsxs)("div",{className:"grid grid-cols-1 sm:grid-cols-2 gap-x-6 gap-y-2",children:[i.map(e=>(0,l.jsxs)("div",{className:"flex items-center gap-3 min-w-0",children:[(0,l.jsx)("span",{className:"text-xs text-text-muted w-28 shrink-0",children:e.label}),e.isLink?(0,l.jsx)("a",{href:e.raw,target:"_blank",rel:"noopener noreferrer",className:`text-sm text-primary hover:underline truncate ${e.mono?"font-mono":""}`,children:e.value}):(0,l.jsx)("span",{className:`text-sm text-text-main truncate ${e.mono?"font-mono":""}`,children:e.value})]},e.key)),m&&(0,l.jsxs)("div",{className:"flex items-start gap-3 min-w-0 sm:col-span-2",children:[(0,l.jsx)("span",{className:"text-xs text-text-muted w-28 shrink-0 mt-0.5",children:"Notice"}),(0,l.jsx)("span",{className:"text-sm text-text-main leading-relaxed",children:m})]})]})]})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2884],{2884:(e,t,r)=>{r.r(t),r.d(t,{default:()=>c});var a=r(5102),i=r(2030),s=r(497),o=r(1577);function c({isOpen:e,provider:t,providerInfo:r,onSuccess:n,onClose:l,oauthMeta:d,idcConfig:u}){let[h,m]=(0,i.useState)("waiting"),[x,p]=(0,i.useState)(null),[f,g]=(0,i.useState)(""),[w,b]=(0,i.useState)(null),[y,_]=(0,i.useState)(!1),[j,v]=(0,i.useState)(null),[k,N]=(0,i.useState)(!1),C=(0,i.useRef)(null),S=(0,i.useRef)(!1),P=(0,i.useRef)(!1),{copied:U,copy:z}=(0,o.C)(),[R,L]=(0,i.useState)(()=>"localhost"===window.location.hostname||"127.0.0.1"===window.location.hostname),[E,O]=(0,i.useState)(()=>`${window.location.origin}/callback?code=...`),B=(0,i.useRef)(!1),I=(0,i.useRef)(n);(0,i.useEffect)(()=>{I.current=n});let A=(0,i.useCallback)(async(e,r)=>{if(x)try{let a=await fetch(`/api/oauth/${t}/exchange`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:e,redirectUri:x.redirectUri,codeVerifier:x.codeVerifier,state:r,...d?{meta:d}:{}})}),i=await a.json();if(!a.ok)throw Error(i.error);m("success"),I.current?.()}catch(e){b(e.message),m("error")}},[x,t,d]),T=(0,i.useCallback)(async e=>{if(x?.state)try{let t=await fetch("/api/oauth/xai/manual-code",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:e,state:x.state})}),r=await t.json();if(!t.ok)throw Error(r.error);m("success"),I.current?.()}catch(e){b(e.message),m("error")}},[x]),V=(0,i.useCallback)(async(e,r,a,i,s)=>{S.current=!1,N(!0);let o=Date.now()+(Number.isFinite(s)&&s>0?s:12e4);for(;Date.now()<o;){if(S.current){console.log("[OAuthModal] Polling aborted"),N(!1);return}if(!await new Promise(e=>setTimeout(e,1e3*a)).then(()=>!S.current)){console.log("[OAuthModal] Polling aborted after sleep"),N(!1);return}try{let s=await fetch(`/api/oauth/${t}/poll`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({deviceCode:e,codeVerifier:r,extraData:i})}),o=await s.json();if(o.success){S.current=!0,m("success"),N(!1),I.current?.();return}if("expired_token"===o.error||"access_denied"===o.error)throw Error(o.errorDescription||o.error);"slow_down"===o.error&&(a=Math.min(a+5,30))}catch(e){b(e.message),m("error"),N(!1);return}}b("Authorization timeout"),m("error"),N(!1)},[t]),W=(0,i.useCallback)(async()=>{if(t)try{let e;if(b(null),["github","qwen","kiro","kimi-coding","kilocode","codebuddy-cn","qoder"].includes(t)){_(!0),m("waiting");let e=new URL(`/api/oauth/${t}/device-code`,window.location.origin);"kiro"===t&&u?.startUrl&&(e.searchParams.set("start_url",u.startUrl),u.region&&e.searchParams.set("region",u.region),e.searchParams.set("auth_method","idc"));let r=await fetch(e.toString()),a=await r.json();if(!r.ok)throw Error(a.error);v(a);let i=a.verification_uri_complete||a.verification_uri;i&&window.open(i,"_blank","noopener,noreferrer");let s="kiro"===t?{_clientId:a._clientId,_clientSecret:a._clientSecret,_region:a._region,_authMethod:a._authMethod,_startUrl:a._startUrl}:"qoder"===t?{_qoderNonce:a._qoderNonce,_qoderMachineId:a._qoderMachineId,_qoderVerifier:a.codeVerifier}:null;V(a.device_code,a.codeVerifier,a.interval||5,s,Number.isFinite(a.expires_in)&&a.expires_in>0?1e3*a.expires_in:void 0);return}let r=window.location.port||("https:"===window.location.protocol?"443":"80");e="codex"===t?"http://localhost:1455/auth/callback":"xai"===t?"http://127.0.0.1:56121/callback":"antigravity"===t||"gemini-cli"===t?`http://localhost:${r}/callback`:"zcode"===t?"zcode://zai-auth/callback":"https://api.bevansatria.my.id/callback";let a=new URL(`/api/oauth/${t}/authorize`,window.location.origin);a.searchParams.set("redirect_uri",e),d&&Object.entries(d).forEach(([e,t])=>{t&&a.searchParams.set(e,t)});let i=await fetch(a.toString()),s=await i.json();if(!i.ok)throw Error(s.error);let o=!1,c=!1;if("codex"===t)try{let t=new URL("/api/oauth/codex/start-proxy",window.location.origin);t.searchParams.set("app_port",r),t.searchParams.set("state",s.state),t.searchParams.set("code_verifier",s.codeVerifier),t.searchParams.set("redirect_uri",e);let a=await fetch(t.toString()),i=await a.json();o=i.success,c=!!i.serverSide}catch{o=!1}let n=!1,l=!1;if("xai"===t)try{let t=new URL("/api/oauth/xai/start-proxy",window.location.origin);t.searchParams.set("app_port",r),t.searchParams.set("state",s.state),t.searchParams.set("code_verifier",s.codeVerifier),t.searchParams.set("redirect_uri",e);let a=await fetch(t.toString()),i=await a.json();if(n=i.success,l=!!i.serverSide,!n&&"port_busy"===i.reason)throw Error("Port 56121 in use; close the conflicting process and retry")}catch(e){if(e?.message)throw e;n=!1}p({...s,redirectUri:e,codexServerSide:c,xaiServerSide:l}),"codex"===t&&o||"xai"===t&&n||R&&"codex"!==t&&"xai"!==t&&"zcode"!==t?(m("waiting"),C.current=window.open(s.authUrl,"oauth_popup","width=600,height=700"),C.current||m("input")):(m("input"),window.open(s.authUrl,"_blank"))}catch(e){b(e.message),m("error")}},[t,R,V,d,u]),$=(0,i.useCallback)(()=>{p(null),g(""),b(null),_(!1),v(null),N(!1)},[]),q=(0,i.useRef)(!1);(0,i.useEffect)(()=>{let r=e&&!q.current,a=!e&&q.current;if(q.current=e,r&&t){if(P.current)return;P.current=!0,$(),S.current=!1,W()}else a&&(S.current=!0,P.current=!1,"codex"===t?fetch("/api/oauth/codex/stop-proxy").catch(()=>{}):"xai"===t&&fetch("/api/oauth/xai/stop-proxy").catch(()=>{}))},[e,t,W,$]),(0,i.useEffect)(()=>{let e=x?.codexServerSide?"codex":x?.xaiServerSide?"xai":null;if(!e||!x?.state||B.current)return;let t=!1,r=0,a=async()=>{if(!t&&!B.current){r+=1;try{let r=await fetch(`/api/oauth/${e}/poll-status?state=${encodeURIComponent(x.state)}`),a=await r.json();if(t||B.current)return;if("done"===a.status){B.current=!0,m("success"),I.current?.();return}if("error"===a.status){B.current=!0,b(a.error||"Authentication failed"),m("error");return}}catch{}if(r>=200){B.current=!0,b("Authentication timeout"),m("error");return}setTimeout(a,1500)}};return setTimeout(a,1500),()=>{t=!0}},[x]),(0,i.useEffect)(()=>{let e;if(!x)return;B.current=!1;let t=async e=>{if(B.current)return;let{code:t,state:r,error:a,errorDescription:i}=e;if(a){B.current=!0,b(i||a),m("error");return}t&&(B.current=!0,await A(t,r))},r=e=>{let r=e.origin.includes("localhost")||e.origin.includes("127.0.0.1"),a=e.origin===window.location.origin;(r||a)&&e.data?.type==="oauth_callback"&&t(e.data.data)};window.addEventListener("message",r);try{(e=new BroadcastChannel("oauth_callback")).onmessage=e=>t(e.data)}catch(e){console.log("BroadcastChannel not supported")}let a=e=>{if("oauth_callback_v1"===e.key&&e.newValue)try{let r=JSON.parse(e.newValue);t(r),localStorage.removeItem("oauth_callback_v1")}catch(e){console.log("Failed to parse localStorage data")}};window.addEventListener("storage",a);try{let e=localStorage.getItem("oauth_callback_v1");if(e){let r=JSON.parse(e);r.timestamp&&Date.now()-r.timestamp<3e4&&t(r),localStorage.removeItem("oauth_callback_v1")}}catch{}return()=>{window.removeEventListener("message",r),window.removeEventListener("storage",a),e&&e.close()}},[x,A]);let M=async()=>{try{b(null);let e=f.trim();if(e.startsWith("eyJ")&&e.includes("."))return void await A(e,null);if("xai"===t&&e&&!e.includes("://")&&!e.includes("?")&&!e.includes("code="))return void await T(e);if("zcode"===t&&e&&!e.includes("://")&&!e.includes("?"))return void await A(e,x?.state);let r=new URL(e),a=r.searchParams.get("code")||r.searchParams.get("authCode"),i=r.searchParams.get("state"),s=r.searchParams.get("error");if(s)throw Error(r.searchParams.get("error_description")||s);if(!a)throw Error("xai"===t?"Paste the callback URL or copied xAI code":"zcode"===t?"No authorization code found. Paste the full zcode:// URL from your browser's address bar (e.g. zcode://zai-auth/callback?code=...&state=...) or just the code value.":"No authorization code found in URL");await A(a,i)}catch(e){b(e.message),m("error")}},F=(0,i.useCallback)(()=>{"codex"===t?fetch("/api/oauth/codex/stop-proxy").catch(()=>{}):"xai"===t&&fetch("/api/oauth/xai/stop-proxy").catch(()=>{}),l()},[l,t]);if(!t||!r)return null;let J="xai"===t,D=j?.verification_uri_complete||j?.verification_uri||"",G=J?"Connect Grok Build OAuth":`Connect ${r.name}`;return(0,a.jsx)(s.Modal,{isOpen:e,title:G,onClose:F,size:"lg",children:(0,a.jsxs)("div",{className:"flex flex-col gap-4",children:[("waiting"===h||"input"===h)&&!y&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)("div",{className:"flex items-center gap-2 px-3 py-2 border border-border rounded-lg bg-sidebar/50",children:[(0,a.jsx)("span",{className:"material-symbols-outlined text-base text-primary animate-spin",children:"progress_activity"}),(0,a.jsx)("span",{className:"text-sm",children:J?"Waiting for Grok Build OAuth…":"Waiting for popup authorization…"})]}),(0,a.jsxs)("div",{className:"flex items-center gap-3 my-1",children:[(0,a.jsx)("div",{className:"flex-1 h-px bg-border"}),(0,a.jsx)("span",{className:"text-xs text-text-muted uppercase tracking-wider",children:"Or paste callback URL manually"}),(0,a.jsx)("div",{className:"flex-1 h-px bg-border"})]}),(0,a.jsxs)("div",{className:"space-y-4",children:[(0,a.jsxs)("div",{children:[(0,a.jsxs)("p",{className:"text-sm font-medium mb-2",children:["Step 1: Open this ",J?"Grok Build OAuth URL":"URL"," in your browser"]}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(s.Input,{value:x?.authUrl||"",readOnly:!0,className:"flex-1 font-mono text-xs"}),(0,a.jsx)(s.Button,{variant:"secondary",icon:"auth_url"===U?"check":"content_copy",onClick:()=>z(x?.authUrl,"auth_url"),disabled:!x?.authUrl,children:"Copy"})]})]}),(0,a.jsxs)("div",{children:[(0,a.jsxs)("p",{className:"text-sm font-medium mb-2",children:["Step 2: Paste the ","xai"===t?"callback URL or copied code":"callback URL"," here"]}),(0,a.jsx)("p",{className:"text-xs text-text-muted mb-2",children:"xai"===t?"If xAI shows a code instead of redirecting, paste that code here.":"After authorization, copy the full URL from your browser."}),(0,a.jsx)(s.Input,{value:f,onChange:e=>g(e.target.value),placeholder:J?"http://127.0.0.1:56121/callback?code=... or copied code":E,className:"font-mono text-xs"})]})]}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(s.Button,{onClick:M,fullWidth:!0,disabled:!f,children:"Connect"}),(0,a.jsx)(s.Button,{onClick:F,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]}),"waiting"===h&&y&&j&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)("div",{className:"text-center py-4",children:[(0,a.jsx)("p",{className:"text-sm text-text-muted mb-4",children:"Visit the login URL below and authorize:"}),(0,a.jsxs)("div",{className:"bg-sidebar p-4 rounded-lg mb-4",children:[(0,a.jsx)("p",{className:"text-xs text-text-muted mb-1",children:"Login URL"}),(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[(0,a.jsx)("code",{className:"flex-1 text-sm break-all",children:D}),(0,a.jsx)(s.Button,{size:"sm",variant:"ghost",icon:"login_url"===U?"check":"content_copy",onClick:()=>z(D,"login_url"),disabled:!D}),(0,a.jsx)(s.Button,{size:"sm",variant:"ghost",icon:"open_in_new",onClick:()=>window.open(D,"_blank","noopener,noreferrer"),disabled:!D,children:"Open"})]})]}),(0,a.jsxs)("div",{className:"bg-primary/10 p-4 rounded-lg",children:[(0,a.jsx)("p",{className:"text-xs text-text-muted mb-1",children:"Your Code"}),(0,a.jsxs)("div",{className:"flex items-center justify-center gap-2",children:[(0,a.jsx)("p",{className:"text-2xl font-mono font-bold text-primary",children:j.user_code}),(0,a.jsx)(s.Button,{size:"sm",variant:"ghost",icon:"user_code"===U?"check":"content_copy",onClick:()=>z(j.user_code,"user_code")})]})]})]}),k&&(0,a.jsxs)("div",{className:"flex items-center justify-center gap-2 text-sm text-text-muted",children:[(0,a.jsx)("span",{className:"material-symbols-outlined animate-spin",children:"progress_activity"}),"Waiting for authorization..."]})]}),"success"===h&&(0,a.jsxs)("div",{className:"text-center py-6",children:[(0,a.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-green-100 dark:bg-green-900/30 flex items-center justify-center",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-3xl text-green-600",children:"check_circle"})}),(0,a.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connected Successfully!"}),(0,a.jsxs)("p",{className:"text-sm text-text-muted mb-4",children:["Your ",r.name," account has been connected."]}),(0,a.jsx)(s.Button,{onClick:F,fullWidth:!0,children:"Done"})]}),"error"===h&&(0,a.jsxs)("div",{className:"text-center py-6",children:[(0,a.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-red-100 dark:bg-red-900/30 flex items-center justify-center",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-3xl text-red-600",children:"error"})}),(0,a.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connection Failed"}),(0,a.jsx)("p",{className:"text-sm text-red-600 mb-4",children:w}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(s.Button,{onClick:W,variant:"secondary",fullWidth:!0,children:"Try Again"}),(0,a.jsx)(s.Button,{onClick:F,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})]})})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3124],{3124:(e,t,r)=>{r.r(t),r.d(t,{default:()=>i});var s=r(5102),l=r(2030),a=r(7837),n=r(7665);let o=[];function i({isOpen:e,onClose:t,onAdd:r,addedNames:d=o}){let[c,u]=(0,l.useState)([]),[x,p]=(0,l.useState)({loading:!1,error:null}),[m,h]=(0,l.useState)(""),[b,g]=(0,l.useState)("all"),[f,j]=(0,l.useState)(null),[y,v]=(0,l.useState)({}),[N,k]=(0,l.useState)({}),[w,C]=(0,l.useState)({}),A=(0,l.useRef)(!1);(0,l.useEffect)(()=>{if(!e||A.current)return;A.current=!0;let t=new AbortController;return p({loading:!0,error:null}),fetch("/api/cli-tools/cowork-mcp-registry",{signal:t.signal}).then(e=>e.json()).then(e=>{t.signal.aborted||(e.error?p({loading:!1,error:e.error}):(u(e.servers||[]),p({loading:!1,error:null})))}).catch(e=>{t.signal.aborted||p({loading:!1,error:e.message})}),()=>t.abort()},[e]);let S=(0,l.useMemo)(()=>new Set(d),[d]),O=(0,l.useMemo)(()=>{let e=m.trim().toLowerCase();return c.filter(t=>("authless"!==b||!t.oauth)&&("oauth"!==b||!!t.oauth)&&(!e||(t.title||"").toLowerCase().includes(e)||(t.description||"").toLowerCase().includes(e)||(t.name||"").toLowerCase().includes(e)))},[c,m,b]),q=async e=>{if(!y[e.url]){k(t=>({...t,[e.url]:!0}));try{let t=await fetch("/api/cli-tools/cowork-mcp-tools",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({url:e.url})}),r=await t.json(),s=r.tools||[],l=Array.isArray(e.toolNames)?e.toolNames:[],a=s.length>0?s.map(e=>e.name):l;v(t=>({...t,[e.url]:{tools:s,requiresAuth:!!r.requiresAuth,error:r.error}})),C(t=>({...t,[e.url]:Object.fromEntries(a.map(e=>[e,!0]))}))}catch(t){v(r=>({...r,[e.url]:{tools:[],error:t.message}}))}finally{k(t=>({...t,[e.url]:!1}))}}},E=(e,t)=>{let r=w[e]||{};C(s=>({...s,[e]:Object.fromEntries(Object.keys(r).map(e=>[e,t]))}))},{loading:M,error:P}=x;return(0,s.jsx)(n.A,{isOpen:e,onClose:t,title:"Browse MCP Marketplace",size:"lg",children:(0,s.jsxs)("div",{className:"flex flex-col gap-3",children:[(0,s.jsxs)("div",{className:"flex items-center gap-2",children:[(0,s.jsx)("input",{type:"text",value:m,onChange:e=>h(e.target.value),placeholder:"Search by name or description...","aria-label":"Search MCP servers",className:"flex-1 px-2 py-1.5 bg-surface rounded text-xs border border-border focus:outline-none focus:ring-1 focus:ring-primary/50"}),(0,s.jsxs)("select",{value:b,onChange:e=>g(e.target.value),"aria-label":"Filter MCP servers",className:"px-2 py-1.5 bg-surface rounded text-xs border border-border focus:outline-none focus:ring-1 focus:ring-primary/50",children:[(0,s.jsx)("option",{value:"all",children:"All"}),(0,s.jsx)("option",{value:"authless",children:"Authless"}),(0,s.jsx)("option",{value:"oauth",children:"OAuth"})]})]}),P&&(0,s.jsx)("div",{className:"px-2 py-1.5 rounded text-xs bg-red-500/10 text-red-600",children:P}),M&&(0,s.jsxs)("div",{className:"flex items-center gap-2 text-text-muted text-xs py-4 justify-center",children:[(0,s.jsx)("span",{className:"material-symbols-outlined animate-spin text-[18px]",children:"progress_activity"}),(0,s.jsx)("span",{children:"Loading registry..."})]}),!M&&(0,s.jsxs)("div",{className:"flex flex-col gap-1 max-h-[60vh] overflow-y-auto",children:[0===O.length&&(0,s.jsx)("div",{className:"text-center text-xs text-text-muted py-6",children:"No servers match filter"}),O.map(e=>{let t=S.has(e.slug||e.name),l=f===e.url,n=y[e.url],o=N[e.url],i=w[e.url]||{},d=Object.keys(i),c=Object.values(i).filter(Boolean).length;return(0,s.jsxs)("div",{className:"rounded border border-transparent hover:border-border",children:[(0,s.jsxs)("div",{className:"flex items-start gap-2 px-2 py-2 hover:bg-black/5 dark:hover:bg-white/5",children:[e.iconUrl?(0,s.jsx)(a.default,{src:e.iconUrl,alt:"",className:"size-7 rounded shrink-0 object-contain",width:28,height:28,onError:e=>{e.target.style.display="none"},unoptimized:!0}):(0,s.jsx)("div",{className:"size-7 rounded bg-surface shrink-0"}),(0,s.jsxs)("div",{className:"flex-1 min-w-0",children:[(0,s.jsxs)("div",{className:"flex items-center gap-1.5 flex-wrap",children:[(0,s.jsx)("span",{className:"font-medium text-xs",children:e.title}),e.oauth?(0,s.jsx)("span",{className:"px-1 py-0.5 text-[9px] rounded bg-amber-500/10 text-amber-600",children:"OAuth"}):(0,s.jsx)("span",{className:"px-1 py-0.5 text-[9px] rounded bg-green-500/10 text-green-600",children:"Authless"}),e.toolCount>0&&(0,s.jsxs)("span",{className:"text-[10px] text-text-muted",children:[e.toolCount," tools"]})]}),e.description&&(0,s.jsx)("p",{className:"text-[10px] text-text-muted line-clamp-2 mt-0.5",children:e.description})]}),(0,s.jsx)("button",{type:"button",onClick:()=>t?null:void(f===e.url?j(null):(j(e.url),q(e))),disabled:t,className:`shrink-0 px-2 py-1 rounded text-[10px] font-medium transition-colors ${t?"bg-green-500/10 text-green-600 cursor-default":l?"bg-surface border border-border text-text-muted hover:bg-black/5":"bg-primary/10 border border-primary/40 text-primary hover:bg-primary/20"}`,children:t?"Added":l?"Cancel":"+ Add"})]}),l&&(0,s.jsxs)("div",{className:"px-3 py-2 bg-surface/40 border-t border-border flex flex-col gap-2",children:[o&&(0,s.jsxs)("div",{className:"flex items-center gap-2 text-text-muted text-[10px] py-1",children:[(0,s.jsx)("span",{className:"material-symbols-outlined animate-spin text-[14px]",children:"progress_activity"}),(0,s.jsx)("span",{children:"Probing server for tools..."})]}),!o&&n?.requiresAuth&&(0,s.jsx)("p",{className:"text-[10px] text-amber-600 bg-amber-500/10 px-2 py-1 rounded",children:"\uD83D\uDD10 OAuth required. Add now and authenticate after Apply; tool list will be discovered after first connect."}),!o&&n?.error&&!n?.requiresAuth&&(0,s.jsxs)("p",{className:"text-[10px] text-red-600 bg-red-500/10 px-2 py-1 rounded",children:["Probe failed: ",n.error]}),!o&&0===d.length&&!n?.requiresAuth&&!n?.error&&(0,s.jsx)("p",{className:"text-[10px] text-text-muted",children:"No tools advertised by server."}),!o&&d.length>0&&(0,s.jsxs)(s.Fragment,{children:[(0,s.jsxs)("div",{className:"flex items-center justify-between",children:[(0,s.jsxs)("span",{className:"text-[10px] text-text-muted",children:[c,"/",d.length," tools enabled"]}),(0,s.jsxs)("div",{className:"flex gap-1",children:[(0,s.jsx)("button",{type:"button",onClick:()=>E(e.url,!0),className:"text-[10px] text-primary hover:underline",children:"All"}),(0,s.jsx)("span",{className:"text-[10px] text-text-muted",children:"\xb7"}),(0,s.jsx)("button",{type:"button",onClick:()=>E(e.url,!1),className:"text-[10px] text-primary hover:underline",children:"None"})]})]}),(0,s.jsx)("div",{className:"grid grid-cols-2 gap-1 max-h-40 overflow-y-auto",children:d.map(t=>(0,s.jsxs)("label",{className:"flex items-center gap-1.5 text-[10px] cursor-pointer hover:bg-black/5 dark:hover:bg-white/5 px-1 rounded",children:[(0,s.jsx)("input",{type:"checkbox",checked:!!i[t],onChange:()=>{var r;return r=e.url,void C(e=>({...e,[r]:{...e[r],[t]:!e[r]?.[t]}}))},className:"size-3"}),(0,s.jsx)("span",{className:"truncate",children:t})]},t))})]}),(0,s.jsx)("button",{type:"button",onClick:()=>{let t,s;return s=Object.keys(t=w[e.url]||{}).filter(e=>t[e]),void(r?.({name:e.slug||e.name,title:e.title,description:e.description,url:e.url,transport:e.transport,oauth:e.oauth,toolNames:s}),j(null))},className:"self-end px-2 py-1 rounded text-[10px] font-medium bg-primary text-white hover:bg-primary/90",children:"✓ Confirm Add"})]})]},e.url)})]}),(0,s.jsxs)("div",{className:"text-[10px] text-text-muted text-right",children:[O.length," of ",c.length," servers"]})]})})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[3245],{3245:(e,t,s)=>{s.r(t),s.d(t,{default:()=>c});var a=s(5102),o=s(2030),l=s(2758),r=s(6860),i=s(7955);let n="__none__";function c({providerId:e}){let[t,s]=(0,o.useState)([]),[d,p]=(0,o.useState)(n),[h,u]=(0,o.useState)(!1),[x,m]=(0,o.useState)(!1);(0,o.useEffect)(()=>{let t=new AbortController;return Promise.all([fetch("/api/proxy-pools?isActive=true",{cache:"no-store",signal:t.signal}).then(e=>e.ok?e.json():{proxyPools:[]}),fetch("/api/settings",{cache:"no-store",signal:t.signal}).then(e=>e.ok?e.json():{})]).then(([a,o])=>{t.signal.aborted||(s(a.proxyPools||[]),p(((o.providerStrategies||{})[e]||{}).proxyPoolId||n))}).catch(()=>{}),()=>t.abort()},[e]);let g=async t=>{p(t),u(!0);try{let s=await fetch("/api/settings",{cache:"no-store"}),a=(s.ok?await s.json():{}).providerStrategies||{},o={...a[e]||{}};t===n?delete o.proxyPoolId:o.proxyPoolId=t;let l={...a};0===Object.keys(o).length?delete l[e]:l[e]=o,await fetch("/api/settings",{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({providerStrategies:l})}),m(!0),setTimeout(()=>m(!1),1500)}catch(e){console.log("Save proxyPoolId error:",e)}finally{u(!1)}};return(0,a.jsxs)(l.A,{children:[(0,a.jsxs)("div",{className:"flex items-center gap-3 mb-4",children:[(0,a.jsx)("div",{className:"inline-flex items-center justify-center w-10 h-10 rounded-full bg-green-500/10 text-green-500",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-[20px]",children:"lock_open"})}),(0,a.jsxs)("div",{className:"flex-1",children:[(0,a.jsx)("p",{className:"text-sm font-medium",children:"No authentication required"}),(0,a.jsx)("p",{className:"text-xs text-text-muted",children:"This provider is ready to use. Optionally route requests through a proxy pool to bypass IP-based limits."})]}),x&&(0,a.jsx)(i.A,{variant:"success",size:"sm",children:"Saved"})]}),(0,a.jsx)(r.A,{label:"Proxy Pool",value:d,onChange:e=>g(e.target.value),disabled:h,options:[{value:n,label:"None (direct)"},...t.map(e=>({value:e.id,label:e.name}))]})]})}}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[2884,3257,5560],{2884:(e,t,r)=>{r.r(t),r.d(t,{default:()=>o});var a=r(5102),s=r(2030),i=r(497),n=r(1577);function o({isOpen:e,provider:t,providerInfo:r,onSuccess:c,onClose:l,oauthMeta:d,idcConfig:u}){let[h,m]=(0,s.useState)("waiting"),[x,p]=(0,s.useState)(null),[f,g]=(0,s.useState)(""),[b,y]=(0,s.useState)(null),[j,w]=(0,s.useState)(!1),[v,_]=(0,s.useState)(null),[k,N]=(0,s.useState)(!1),C=(0,s.useRef)(null),S=(0,s.useRef)(!1),R=(0,s.useRef)(!1),{copied:U,copy:E}=(0,n.C)(),[P,O]=(0,s.useState)(()=>"localhost"===window.location.hostname||"127.0.0.1"===window.location.hostname),[L,z]=(0,s.useState)(()=>`${window.location.origin}/callback?code=...`),A=(0,s.useRef)(!1),I=(0,s.useRef)(c);(0,s.useEffect)(()=>{I.current=c});let T=(0,s.useCallback)(async(e,r)=>{if(x)try{let a=await fetch(`/api/oauth/${t}/exchange`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:e,redirectUri:x.redirectUri,codeVerifier:x.codeVerifier,state:r,...d?{meta:d}:{}})}),s=await a.json();if(!a.ok)throw Error(s.error);m("success"),I.current?.()}catch(e){y(e.message),m("error")}},[x,t,d]),B=(0,s.useCallback)(async e=>{if(x?.state)try{let t=await fetch("/api/oauth/xai/manual-code",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:e,state:x.state})}),r=await t.json();if(!t.ok)throw Error(r.error);m("success"),I.current?.()}catch(e){y(e.message),m("error")}},[x]),W=(0,s.useCallback)(async(e,r,a,s,i)=>{S.current=!1,N(!0);let n=Date.now()+(Number.isFinite(i)&&i>0?i:12e4);for(;Date.now()<n;){if(S.current){console.log("[OAuthModal] Polling aborted"),N(!1);return}if(!await new Promise(e=>setTimeout(e,1e3*a)).then(()=>!S.current)){console.log("[OAuthModal] Polling aborted after sleep"),N(!1);return}try{let i=await fetch(`/api/oauth/${t}/poll`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({deviceCode:e,codeVerifier:r,extraData:s})}),n=await i.json();if(n.success){S.current=!0,m("success"),N(!1),I.current?.();return}if("expired_token"===n.error||"access_denied"===n.error)throw Error(n.errorDescription||n.error);"slow_down"===n.error&&(a=Math.min(a+5,30))}catch(e){y(e.message),m("error"),N(!1);return}}y("Authorization timeout"),m("error"),N(!1)},[t]),V=(0,s.useCallback)(async()=>{if(t)try{let e;if(y(null),["github","qwen","kiro","kimi-coding","kilocode","codebuddy-cn","qoder"].includes(t)){w(!0),m("waiting");let e=new URL(`/api/oauth/${t}/device-code`,window.location.origin);"kiro"===t&&u?.startUrl&&(e.searchParams.set("start_url",u.startUrl),u.region&&e.searchParams.set("region",u.region),e.searchParams.set("auth_method","idc"));let r=await fetch(e.toString()),a=await r.json();if(!r.ok)throw Error(a.error);_(a);let s=a.verification_uri_complete||a.verification_uri;s&&window.open(s,"_blank","noopener,noreferrer");let i="kiro"===t?{_clientId:a._clientId,_clientSecret:a._clientSecret,_region:a._region,_authMethod:a._authMethod,_startUrl:a._startUrl}:"qoder"===t?{_qoderNonce:a._qoderNonce,_qoderMachineId:a._qoderMachineId,_qoderVerifier:a.codeVerifier}:null;W(a.device_code,a.codeVerifier,a.interval||5,i,Number.isFinite(a.expires_in)&&a.expires_in>0?1e3*a.expires_in:void 0);return}let r=window.location.port||("https:"===window.location.protocol?"443":"80");e="codex"===t?"http://localhost:1455/auth/callback":"xai"===t?"http://127.0.0.1:56121/callback":"antigravity"===t||"gemini-cli"===t?`http://localhost:${r}/callback`:"zcode"===t?"zcode://zai-auth/callback":"https://api.bevansatria.my.id/callback";let a=new URL(`/api/oauth/${t}/authorize`,window.location.origin);a.searchParams.set("redirect_uri",e),d&&Object.entries(d).forEach(([e,t])=>{t&&a.searchParams.set(e,t)});let s=await fetch(a.toString()),i=await s.json();if(!s.ok)throw Error(i.error);let n=!1,o=!1;if("codex"===t)try{let t=new URL("/api/oauth/codex/start-proxy",window.location.origin);t.searchParams.set("app_port",r),t.searchParams.set("state",i.state),t.searchParams.set("code_verifier",i.codeVerifier),t.searchParams.set("redirect_uri",e);let a=await fetch(t.toString()),s=await a.json();n=s.success,o=!!s.serverSide}catch{n=!1}let c=!1,l=!1;if("xai"===t)try{let t=new URL("/api/oauth/xai/start-proxy",window.location.origin);t.searchParams.set("app_port",r),t.searchParams.set("state",i.state),t.searchParams.set("code_verifier",i.codeVerifier),t.searchParams.set("redirect_uri",e);let a=await fetch(t.toString()),s=await a.json();if(c=s.success,l=!!s.serverSide,!c&&"port_busy"===s.reason)throw Error("Port 56121 in use; close the conflicting process and retry")}catch(e){if(e?.message)throw e;c=!1}p({...i,redirectUri:e,codexServerSide:o,xaiServerSide:l}),"codex"===t&&n||"xai"===t&&c||P&&"codex"!==t&&"xai"!==t&&"zcode"!==t?(m("waiting"),C.current=window.open(i.authUrl,"oauth_popup","width=600,height=700"),C.current||m("input")):(m("input"),window.open(i.authUrl,"_blank"))}catch(e){y(e.message),m("error")}},[t,P,W,d,u]),$=(0,s.useCallback)(()=>{p(null),g(""),y(null),w(!1),_(null),N(!1)},[]),D=(0,s.useRef)(!1);(0,s.useEffect)(()=>{let r=e&&!D.current,a=!e&&D.current;if(D.current=e,r&&t){if(R.current)return;R.current=!0,$(),S.current=!1,V()}else a&&(S.current=!0,R.current=!1,"codex"===t?fetch("/api/oauth/codex/stop-proxy").catch(()=>{}):"xai"===t&&fetch("/api/oauth/xai/stop-proxy").catch(()=>{}))},[e,t,V,$]),(0,s.useEffect)(()=>{let e=x?.codexServerSide?"codex":x?.xaiServerSide?"xai":null;if(!e||!x?.state||A.current)return;let t=!1,r=0,a=async()=>{if(!t&&!A.current){r+=1;try{let r=await fetch(`/api/oauth/${e}/poll-status?state=${encodeURIComponent(x.state)}`),a=await r.json();if(t||A.current)return;if("done"===a.status){A.current=!0,m("success"),I.current?.();return}if("error"===a.status){A.current=!0,y(a.error||"Authentication failed"),m("error");return}}catch{}if(r>=200){A.current=!0,y("Authentication timeout"),m("error");return}setTimeout(a,1500)}};return setTimeout(a,1500),()=>{t=!0}},[x]),(0,s.useEffect)(()=>{let e;if(!x)return;A.current=!1;let t=async e=>{if(A.current)return;let{code:t,state:r,error:a,errorDescription:s}=e;if(a){A.current=!0,y(s||a),m("error");return}t&&(A.current=!0,await T(t,r))},r=e=>{let r=e.origin.includes("localhost")||e.origin.includes("127.0.0.1"),a=e.origin===window.location.origin;(r||a)&&e.data?.type==="oauth_callback"&&t(e.data.data)};window.addEventListener("message",r);try{(e=new BroadcastChannel("oauth_callback")).onmessage=e=>t(e.data)}catch(e){console.log("BroadcastChannel not supported")}let a=e=>{if("oauth_callback_v1"===e.key&&e.newValue)try{let r=JSON.parse(e.newValue);t(r),localStorage.removeItem("oauth_callback_v1")}catch(e){console.log("Failed to parse localStorage data")}};window.addEventListener("storage",a);try{let e=localStorage.getItem("oauth_callback_v1");if(e){let r=JSON.parse(e);r.timestamp&&Date.now()-r.timestamp<3e4&&t(r),localStorage.removeItem("oauth_callback_v1")}}catch{}return()=>{window.removeEventListener("message",r),window.removeEventListener("storage",a),e&&e.close()}},[x,T]);let M=async()=>{try{y(null);let e=f.trim();if(e.startsWith("eyJ")&&e.includes("."))return void await T(e,null);if("xai"===t&&e&&!e.includes("://")&&!e.includes("?")&&!e.includes("code="))return void await B(e);if("zcode"===t&&e&&!e.includes("://")&&!e.includes("?"))return void await T(e,x?.state);let r=new URL(e),a=r.searchParams.get("code")||r.searchParams.get("authCode"),s=r.searchParams.get("state"),i=r.searchParams.get("error");if(i)throw Error(r.searchParams.get("error_description")||i);if(!a)throw Error("xai"===t?"Paste the callback URL or copied xAI code":"zcode"===t?"No authorization code found. Paste the full zcode:// URL from your browser's address bar (e.g. zcode://zai-auth/callback?code=...&state=...) or just the code value.":"No authorization code found in URL");await T(a,s)}catch(e){y(e.message),m("error")}},q=(0,s.useCallback)(()=>{"codex"===t?fetch("/api/oauth/codex/stop-proxy").catch(()=>{}):"xai"===t&&fetch("/api/oauth/xai/stop-proxy").catch(()=>{}),l()},[l,t]);if(!t||!r)return null;let F="xai"===t,G=v?.verification_uri_complete||v?.verification_uri||"",J=F?"Connect Grok Build OAuth":`Connect ${r.name}`;return(0,a.jsx)(i.Modal,{isOpen:e,title:J,onClose:q,size:"lg",children:(0,a.jsxs)("div",{className:"flex flex-col gap-4",children:[("waiting"===h||"input"===h)&&!j&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)("div",{className:"flex items-center gap-2 px-3 py-2 border border-border rounded-lg bg-sidebar/50",children:[(0,a.jsx)("span",{className:"material-symbols-outlined text-base text-primary animate-spin",children:"progress_activity"}),(0,a.jsx)("span",{className:"text-sm",children:F?"Waiting for Grok Build OAuth…":"Waiting for popup authorization…"})]}),(0,a.jsxs)("div",{className:"flex items-center gap-3 my-1",children:[(0,a.jsx)("div",{className:"flex-1 h-px bg-border"}),(0,a.jsx)("span",{className:"text-xs text-text-muted uppercase tracking-wider",children:"Or paste callback URL manually"}),(0,a.jsx)("div",{className:"flex-1 h-px bg-border"})]}),(0,a.jsxs)("div",{className:"space-y-4",children:[(0,a.jsxs)("div",{children:[(0,a.jsxs)("p",{className:"text-sm font-medium mb-2",children:["Step 1: Open this ",F?"Grok Build OAuth URL":"URL"," in your browser"]}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(i.Input,{value:x?.authUrl||"",readOnly:!0,className:"flex-1 font-mono text-xs"}),(0,a.jsx)(i.Button,{variant:"secondary",icon:"auth_url"===U?"check":"content_copy",onClick:()=>E(x?.authUrl,"auth_url"),disabled:!x?.authUrl,children:"Copy"})]})]}),(0,a.jsxs)("div",{children:[(0,a.jsxs)("p",{className:"text-sm font-medium mb-2",children:["Step 2: Paste the ","xai"===t?"callback URL or copied code":"callback URL"," here"]}),(0,a.jsx)("p",{className:"text-xs text-text-muted mb-2",children:"xai"===t?"If xAI shows a code instead of redirecting, paste that code here.":"After authorization, copy the full URL from your browser."}),(0,a.jsx)(i.Input,{value:f,onChange:e=>g(e.target.value),placeholder:F?"http://127.0.0.1:56121/callback?code=... or copied code":L,className:"font-mono text-xs"})]})]}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(i.Button,{onClick:M,fullWidth:!0,disabled:!f,children:"Connect"}),(0,a.jsx)(i.Button,{onClick:q,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]}),"waiting"===h&&j&&v&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)("div",{className:"text-center py-4",children:[(0,a.jsx)("p",{className:"text-sm text-text-muted mb-4",children:"Visit the login URL below and authorize:"}),(0,a.jsxs)("div",{className:"bg-sidebar p-4 rounded-lg mb-4",children:[(0,a.jsx)("p",{className:"text-xs text-text-muted mb-1",children:"Login URL"}),(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[(0,a.jsx)("code",{className:"flex-1 text-sm break-all",children:G}),(0,a.jsx)(i.Button,{size:"sm",variant:"ghost",icon:"login_url"===U?"check":"content_copy",onClick:()=>E(G,"login_url"),disabled:!G}),(0,a.jsx)(i.Button,{size:"sm",variant:"ghost",icon:"open_in_new",onClick:()=>window.open(G,"_blank","noopener,noreferrer"),disabled:!G,children:"Open"})]})]}),(0,a.jsxs)("div",{className:"bg-primary/10 p-4 rounded-lg",children:[(0,a.jsx)("p",{className:"text-xs text-text-muted mb-1",children:"Your Code"}),(0,a.jsxs)("div",{className:"flex items-center justify-center gap-2",children:[(0,a.jsx)("p",{className:"text-2xl font-mono font-bold text-primary",children:v.user_code}),(0,a.jsx)(i.Button,{size:"sm",variant:"ghost",icon:"user_code"===U?"check":"content_copy",onClick:()=>E(v.user_code,"user_code")})]})]})]}),k&&(0,a.jsxs)("div",{className:"flex items-center justify-center gap-2 text-sm text-text-muted",children:[(0,a.jsx)("span",{className:"material-symbols-outlined animate-spin",children:"progress_activity"}),"Waiting for authorization..."]})]}),"success"===h&&(0,a.jsxs)("div",{className:"text-center py-6",children:[(0,a.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-green-100 dark:bg-green-900/30 flex items-center justify-center",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-3xl text-green-600",children:"check_circle"})}),(0,a.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connected Successfully!"}),(0,a.jsxs)("p",{className:"text-sm text-text-muted mb-4",children:["Your ",r.name," account has been connected."]}),(0,a.jsx)(i.Button,{onClick:q,fullWidth:!0,children:"Done"})]}),"error"===h&&(0,a.jsxs)("div",{className:"text-center py-6",children:[(0,a.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-red-100 dark:bg-red-900/30 flex items-center justify-center",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-3xl text-red-600",children:"error"})}),(0,a.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connection Failed"}),(0,a.jsx)("p",{className:"text-sm text-red-600 mb-4",children:b}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(i.Button,{onClick:V,variant:"secondary",fullWidth:!0,children:"Try Again"}),(0,a.jsx)(i.Button,{onClick:q,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})]})})}},3257:(e,t,r)=>{r.r(t),r.d(t,{default:()=>c});var a=r(5102),s=r(2030),i=r(2884),n=r(6474),o=r(5560);function c({isOpen:e,providerInfo:t,onSuccess:r,onClose:l}){let[d,u]=(0,s.useState)(null),[h,m]=(0,s.useState)(null),[x,p]=(0,s.useState)(null),f=(0,s.useCallback)((e,t)=>{"builder-id"===e?u("builder-id"):"idc"===e?(u("idc"),p(t)):"social"===e?(u("social"),m(t.provider)):("import"===e||"api-key"===e)&&r?.()},[r]),g=()=>{u(null),m(null),p(null)};return d?"builder-id"===d||"idc"===d?(0,a.jsx)(i.default,{isOpen:e,provider:"kiro",providerInfo:t,onSuccess:()=>{u(null),p(null),r?.(),l?.()},onClose:g,idcConfig:x}):"social"===d&&h?(0,a.jsx)(o.default,{isOpen:e,provider:h,onSuccess:()=>{u(null),m(null),r?.(),l?.()},onClose:g}):null:(0,a.jsx)(n.default,{isOpen:e,onMethodSelect:f,onClose:l})}},5560:(e,t,r)=>{r.r(t),r.d(t,{default:()=>c});var a=r(5102),s=r(2030),i=r(497),n=r(1577);function o(e,t){switch(t.type){case"INIT":return{...e,error:null,step:"loading"};case"AUTH_READY":return{...e,step:"input",authUrl:t.authUrl,authData:t.data};case"AUTH_ERROR":return{...e,step:"error",error:t.error};case"SET_CALLBACK":return{...e,callbackUrl:t.value};case"CLEAR_ERROR":return{...e,error:null};case"GO_INPUT":return{...e,step:"input",error:null};case"SUCCESS":return{...e,step:"success"};default:return e}}function c({isOpen:e,provider:t,onSuccess:r,onClose:l}){let[d,u]=(0,s.useReducer)(o,{step:"loading",authUrl:"",authData:null,callbackUrl:"",error:null}),{step:h,authUrl:m,authData:x,callbackUrl:p,error:f}=d,{copied:g,copy:b}=(0,n.C)(),y=(0,s.useRef)(!1),j=(0,s.useRef)(!1);(0,s.useEffect)(()=>{e&&!j.current&&t&&(y.current=!1,(async()=>{try{u({type:"INIT"});let e=await fetch(`/api/oauth/kiro/social-authorize?provider=${t}`),r=await e.json();if(!e.ok)throw Error(r.error);u({type:"AUTH_READY",authUrl:r.authUrl,data:r}),y.current||(y.current=!0,window.open(r.authUrl,"_blank"))}catch(e){u({type:"AUTH_ERROR",error:e.message})}})()),j.current=e},[e,t]);let w=async()=>{try{let e;u({type:"CLEAR_ERROR"});try{e=new URL(p)}catch(e){throw Error("Invalid callback URL format")}let a=e.searchParams.get("code");e.searchParams.get("state");let s=e.searchParams.get("error");if(s)throw Error(e.searchParams.get("error_description")||s);if(!a)throw Error("No authorization code found in URL");let i=await fetch("/api/oauth/kiro/social-exchange",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({code:a,codeVerifier:x.codeVerifier,provider:t})}),n=await i.json();if(!i.ok)throw Error(n.error);u({type:"SUCCESS"}),r?.()}catch(e){u({type:"AUTH_ERROR",error:e.message})}},v="google"===t?"Google":"GitHub";return(0,a.jsx)(i.Modal,{isOpen:e,title:`Connect Kiro via ${v}`,onClose:l,size:"lg",children:(0,a.jsxs)("div",{className:"flex flex-col gap-4",children:["loading"===h&&(0,a.jsxs)("div",{className:"text-center py-6",children:[(0,a.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-primary/10 flex items-center justify-center",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-3xl text-primary animate-spin",children:"progress_activity"})}),(0,a.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Initializing..."}),(0,a.jsxs)("p",{className:"text-sm text-text-muted",children:["Setting up ",v," authentication"]})]}),"input"===h&&(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)("div",{className:"space-y-4",children:[(0,a.jsxs)("div",{children:[(0,a.jsx)("p",{className:"text-sm font-medium mb-2",children:"Step 1: Open this URL in your browser"}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(i.Input,{value:m,readOnly:!0,className:"flex-1 font-mono text-xs"}),(0,a.jsx)(i.Button,{variant:"secondary",icon:"auth_url"===g?"check":"content_copy",onClick:()=>b(m,"auth_url"),children:"Copy"})]})]}),(0,a.jsxs)("div",{children:[(0,a.jsx)("p",{className:"text-sm font-medium mb-2",children:"Step 2: Paste the callback URL here"}),(0,a.jsx)("p",{className:"text-xs text-text-muted mb-2",children:"After authorization, copy the full URL from your browser address bar."}),(0,a.jsx)(i.Input,{value:p,onChange:e=>u({type:"SET_CALLBACK",value:e.target.value}),placeholder:"kiro://kiro.kiroAgent/authenticate-success?code=...",className:"font-mono text-xs"})]})]}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(i.Button,{onClick:w,fullWidth:!0,disabled:!p,children:"Connect"}),(0,a.jsx)(i.Button,{onClick:l,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]}),"success"===h&&(0,a.jsxs)("div",{className:"text-center py-6",children:[(0,a.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-green-100 dark:bg-green-900/30 flex items-center justify-center",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-3xl text-green-600",children:"check_circle"})}),(0,a.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connected Successfully!"}),(0,a.jsxs)("p",{className:"text-sm text-text-muted mb-4",children:["Your Kiro account via ",v," has been connected."]}),(0,a.jsx)(i.Button,{onClick:l,fullWidth:!0,children:"Done"})]}),"error"===h&&(0,a.jsxs)("div",{className:"text-center py-6",children:[(0,a.jsx)("div",{className:"size-16 mx-auto mb-4 rounded-full bg-red-100 dark:bg-red-900/30 flex items-center justify-center",children:(0,a.jsx)("span",{className:"material-symbols-outlined text-3xl text-red-600",children:"error"})}),(0,a.jsx)("h3",{className:"text-lg font-semibold mb-2",children:"Connection Failed"}),(0,a.jsx)("p",{className:"text-sm text-red-600 mb-4",children:f}),(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsx)(i.Button,{onClick:()=>u({type:"GO_INPUT"}),variant:"secondary",fullWidth:!0,children:"Try Again"}),(0,a.jsx)(i.Button,{onClick:l,variant:"ghost",fullWidth:!0,children:"Cancel"})]})]})]})})}}}]);
|