9router-imagefix 0.5.76 → 0.5.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app/.next-cli-build/BUILD_ID +1 -1
- package/app/.next-cli-build/app-path-routes-manifest.json +6 -5
- package/app/.next-cli-build/build-manifest.json +2 -2
- package/app/.next-cli-build/routes-manifest.json +6 -0
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/basic-chat/page.js +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +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 +2 -2
- 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 +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 +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 +2 -2
- 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/pxpipe/page.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/pxpipe/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/quota/page.js +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 +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 +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/token-saver/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app/(dashboard)/dashboard/translator/page.js +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 +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 +2 -2
- 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 +1 -1
- package/app/.next-cli-build/server/app/_global-error.segments/_full.segment.rsc +1 -1
- 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/_tree.segment.rsc +1 -1
- package/app/.next-cli-build/server/app/_not-found/page.js +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 +5 -5
- package/app/.next-cli-build/server/app/_not-found.segments/_full.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/_not-found.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/api/auth/login/route.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/oidc/callback/route.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/test/route.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/saml/acs/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/saml/metadata/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/saml/start/route.js +1 -1
- package/app/.next-cli-build/server/app/api/auth/saml/test/route.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/cli-tools/all-statuses/route.js +2 -2
- 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/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/claude-settings/route.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/codex-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/copilot-settings/route.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-tools/route.js +2 -2
- package/app/.next-cli-build/server/app/api/cli-tools/cowork-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/deepseek-tui-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/devin-settings/route.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/grok-build-settings/route.js +3 -3
- package/app/.next-cli-build/server/app/api/cli-tools/hermes-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/jcode-settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/cli-tools/kilo-settings/route.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/opencode-settings/route.js +2 -2
- package/app/.next-cli-build/server/app/api/combos/[id]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/combos/route.js +1 -1
- package/app/.next-cli-build/server/app/api/headroom/extras/route.js +1 -1
- package/app/.next-cli-build/server/app/api/headroom/proxy/[...path]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/headroom/restart/route.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/status/route.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/health/route.js +1 -1
- package/app/.next-cli-build/server/app/api/init/route.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/route.js +1 -1
- package/app/.next-cli-build/server/app/api/locale/route.js +1 -1
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/message/route.js +1 -1
- package/app/.next-cli-build/server/app/api/mcp/[plugin]/sse/route.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/elevenlabs/voices/route.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/minimax/voices/route.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/models/alias/route.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/catalog-sync/route.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/disabled/route.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/test/route.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/codex/bulk-import/route.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/cursor/auto-import/route.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/gitlab/pat/route.js +1 -1
- package/app/.next-cli-build/server/app/api/oauth/grok-cli/bulk-import/route.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/kiro/api-key/route.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/import/route.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/social-authorize/route.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/pricing/route.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/route.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/providers/[id]/models/route.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]/test/route.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/client/route.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/route.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/test-batch/route.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/proxy-pools/[id]/route.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/cloudflare-deploy/route.js +2 -2
- 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/route.js +1 -1
- package/app/.next-cli-build/server/app/api/proxy-pools/vercel-deploy/route.js +1 -1
- package/app/.next-cli-build/server/app/api/pxpipe/health/route.js +2 -2
- package/app/.next-cli-build/server/app/api/pxpipe/install/route.js +2 -2
- package/app/.next-cli-build/server/app/api/pxpipe/logs/route.js +2 -2
- package/app/.next-cli-build/server/app/api/pxpipe/restart/route.js +2 -2
- package/app/.next-cli-build/server/app/api/pxpipe/start/route.js +2 -2
- package/app/.next-cli-build/server/app/api/pxpipe/stats/route.js +1 -1
- package/app/.next-cli-build/server/app/api/pxpipe/status/route.js +2 -2
- package/app/.next-cli-build/server/app/api/pxpipe/stop/route.js +2 -2
- package/app/.next-cli-build/server/app/api/settings/database/route.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/require-login/route.js +1 -1
- package/app/.next-cli-build/server/app/api/settings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/shutdown/route.js +1 -1
- package/app/.next-cli-build/server/app/api/tags/route.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/stream/route.js +2 -2
- package/app/.next-cli-build/server/app/api/translator/load/route.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/send/route.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/tunnel/disable/route.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/status/route.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-disable/route.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-install/route.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]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/backup/route.js +1 -0
- package/app/.next-cli-build/server/app/api/usage/backup/route.js.nft.json +1 -0
- package/app/.next-cli-build/server/app/api/usage/backup/route_client-reference-manifest.js +1 -0
- package/app/.next-cli-build/server/app/api/usage/chart/route.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/logs/route.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/request-details/route.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/stats/route.js +1 -1
- package/app/.next-cli-build/server/app/api/usage/stream/route.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/audio/speech/route.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/voices/route.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/embeddings/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/images/generations/route.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/route.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/info/route.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/responses/compact/route.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/route.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/videos/[id]/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/videos/edits/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/videos/extensions/route.js +1 -1
- package/app/.next-cli-build/server/app/api/v1/videos/generations/route.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/v1beta/models/[...path]/route.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/version/route.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/update/route.js +1 -1
- package/app/.next-cli-build/server/app/callback/page.js +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 +5 -5
- package/app/.next-cli-build/server/app/callback.segments/_full.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/callback.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/callback.segments/callback/__PAGE__.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/dashboard/basic-chat.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/basic-chat.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/cli-tools.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/cli-tools.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/combos.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/combos.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/endpoint.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/endpoint.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
- 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 +7 -7
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/mitm.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/mitm.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/mitm.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/profile.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/profile.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/providers/new.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers/new.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/providers.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/providers.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/pxpipe.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/pxpipe.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/!KGRhc2hib2FyZCk/dashboard/pxpipe/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/pxpipe.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/quota.html +2 -2
- package/app/.next-cli-build/server/app/dashboard/quota.rsc +8 -8
- package/app/.next-cli-build/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +8 -8
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_full.segment.rsc +8 -8
- package/app/.next-cli-build/server/app/dashboard/quota.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/settings/pricing/page.js +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 +5 -5
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/dashboard/skills.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/skills.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/skills.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/token-saver.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/token-saver.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/!KGRhc2hib2FyZCk/dashboard/token-saver/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/token-saver.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/translator.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/translator.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard/usage.html +1 -1
- package/app/.next-cli-build/server/app/dashboard/usage.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/dashboard.html +1 -1
- package/app/.next-cli-build/server/app/dashboard.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard.segments/_full.segment.rsc +7 -7
- package/app/.next-cli-build/server/app/dashboard.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/favicon.ico/route.js +1 -1
- package/app/.next-cli-build/server/app/index.html +1 -1
- package/app/.next-cli-build/server/app/index.rsc +5 -5
- package/app/.next-cli-build/server/app/index.segments/__PAGE__.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/index.segments/_full.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/index.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/landing/page.js +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 +5 -5
- package/app/.next-cli-build/server/app/landing.segments/_full.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/landing.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/landing.segments/landing/__PAGE__.segment.rsc +5 -5
- package/app/.next-cli-build/server/app/login/page.js +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 +6 -6
- package/app/.next-cli-build/server/app/login.segments/_full.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/login.segments/_tree.segment.rsc +2 -2
- package/app/.next-cli-build/server/app/login.segments/login/__PAGE__.segment.rsc +6 -6
- package/app/.next-cli-build/server/app/manifest.webmanifest/route.js +2 -2
- package/app/.next-cli-build/server/app/page.js +1 -1
- package/app/.next-cli-build/server/app/page_client-reference-manifest.js +1 -1
- package/app/.next-cli-build/server/app-paths-manifest.json +6 -5
- package/app/.next-cli-build/server/chunks/4037.js +1 -1
- package/app/.next-cli-build/server/chunks/436.js +1 -1
- package/app/.next-cli-build/server/chunks/4572.js +1 -1
- package/app/.next-cli-build/server/chunks/4884.js +8 -2
- package/app/.next-cli-build/server/chunks/5081.js +3 -3
- package/app/.next-cli-build/server/chunks/7774.js +3 -3
- package/app/.next-cli-build/server/chunks/827.js +1 -1
- package/app/.next-cli-build/server/chunks/869.js +1 -1
- package/app/.next-cli-build/server/chunks/8847.js +1 -1
- package/app/.next-cli-build/server/chunks/8895.js +1 -1
- package/app/.next-cli-build/server/chunks/929.js +1 -1
- package/app/.next-cli-build/server/middleware-build-manifest.js +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/static/cD3pFdT6n4G5mYZR7aUfv/_buildManifest.js +1 -0
- package/app/.next-cli-build/static/chunks/{1321-d0af01c8bba9082f.js → 1321-5d17d8d43b4df31b.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/(dashboard)/dashboard/usage/{page-0319f017545b934c.js → page-6a13560e1eea7384.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/_global-error/{page-256447868dbe97af.js → page-ca86ec079e205789.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/login/{route-256447868dbe97af.js → route-ca86ec079e205789.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/logout/{route-256447868dbe97af.js → route-ca86ec079e205789.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/callback/{route-256447868dbe97af.js → route-ca86ec079e205789.js} +1 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/start/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/test/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/reset-password/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/saml/acs/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/saml/metadata/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/saml/start/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/saml/test/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/auth/status/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/all-statuses/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/claude-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cline-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/copilot-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/devin-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/droid-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/grok-build-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/hermes-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/jcode-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/kilo-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/openclaw-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/opencode-settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/combos/[id]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/combos/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/headroom/extras/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/headroom/proxy/[...path]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/headroom/restart/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/headroom/start/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/headroom/status/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/headroom/stop/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/health/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/init/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/keys/[id]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/keys/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/locale/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/message/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/sse/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/deepgram/voices/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/inworld/voices/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/minimax/voices/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/voices/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/alias/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/availability/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/catalog-sync/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/custom/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/disabled/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/models/test/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/[provider]/[action]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/codex/bulk-import/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/codex/import-token/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/auto-import/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/import/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/gitlab/pat/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/grok-cli/bulk-import/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/iflow/cookie/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/api-key/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/auto-import/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import-cli-proxy/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-authorize/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-exchange/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pricing/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/[id]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/validate/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/models/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test-models/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/client/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/kilo/free-models/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/suggested-models/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/test-batch/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/providers/validate/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/test/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/cloudflare-deploy/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/deno-deploy/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/vercel-deploy/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/health/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/install/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/logs/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/restart/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/start/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/stats/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/status/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/stop/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/database/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/proxy-test/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/require-login/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/settings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/shutdown/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tags/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/stream/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/load/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/save/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/send/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/translator/translate/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/disable/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/enable/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/status/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-check/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-disable/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-enable/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-install/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/codex-reset-credits/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/backup/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/chart/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/history/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/logs/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/providers/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/request-details/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/request-logs/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/stats/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/usage/stream/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/api/chat/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/speech/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/transcriptions/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/voices/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/chat/completions/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/embeddings/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/images/generations/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/messages/count_tokens/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/messages/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/models/[kind]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/models/info/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/models/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/responses/compact/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/responses/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/search/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/videos/[id]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/videos/edits/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/videos/extensions/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/videos/generations/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1/web/fetch/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1beta/models/[...path]/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/v1beta/models/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/version/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/version/shutdown/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/api/version/update/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/manifest.webmanifest/route-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/app/page-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/app-error-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/forbidden-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/not-found-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/unauthorized-ca86ec079e205789.js +1 -0
- package/app/.next-cli-build/static/css/96f54341495650be.css +1 -0
- package/app/cli/.build-home/AppData/Roaming/9router/db/data.sqlite-shm +0 -0
- package/app/cli/.build-home/AppData/Roaming/9router/db/data.sqlite-wal +0 -0
- package/app/package.json +1 -1
- package/package.json +1 -1
- package/app/.next-cli-build/static/G3egWYC3nXjvY6pge_VJ1/_buildManifest.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/start/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/oidc/test/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/reset-password/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/saml/acs/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/saml/metadata/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/saml/start/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/saml/test/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/auth/status/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/all-statuses/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/antigravity-mitm/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/claude-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cline-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/codex-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/copilot-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/cowork-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/devin-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/droid-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/grok-build-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/hermes-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/jcode-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/kilo-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/openclaw-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/cli-tools/opencode-settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/combos/[id]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/combos/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/headroom/extras/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/headroom/proxy/[...path]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/headroom/restart/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/headroom/start/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/headroom/status/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/headroom/stop/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/health/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/init/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/keys/[id]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/keys/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/locale/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/message/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/mcp/[plugin]/sse/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/deepgram/voices/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/inworld/voices/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/minimax/voices/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/media-providers/tts/voices/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/alias/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/availability/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/catalog-sync/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/custom/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/disabled/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/models/test/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/[provider]/[action]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/codex/bulk-import/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/codex/import-token/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/auto-import/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/cursor/import/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/gitlab/pat/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/grok-cli/bulk-import/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/iflow/cookie/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/api-key/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/auto-import/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/import-cli-proxy/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-authorize/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/oauth/kiro/social-exchange/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/pricing/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/[id]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/provider-nodes/validate/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/models/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/[id]/test-models/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/client/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/kilo/free-models/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/suggested-models/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/test-batch/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/providers/validate/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/[id]/test/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/cloudflare-deploy/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/deno-deploy/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/proxy-pools/vercel-deploy/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/health/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/install/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/logs/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/restart/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/start/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/stats/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/status/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/pxpipe/stop/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/settings/database/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/settings/proxy-test/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/settings/require-login/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/settings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/shutdown/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/tags/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/console-logs/stream/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/load/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/save/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/send/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/translator/translate/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/tunnel/disable/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/tunnel/enable/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/tunnel/status/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-check/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-disable/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-enable/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/tunnel/tailscale-install/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/codex-reset-credits/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/[connectionId]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/chart/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/history/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/logs/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/providers/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/request-details/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/request-logs/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/stats/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/usage/stream/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/api/chat/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/speech/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/transcriptions/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/audio/voices/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/chat/completions/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/embeddings/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/images/generations/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/messages/count_tokens/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/messages/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/models/[kind]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/models/info/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/models/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/responses/compact/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/responses/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/search/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/videos/[id]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/videos/edits/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/videos/extensions/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/videos/generations/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1/web/fetch/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1beta/models/[...path]/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/v1beta/models/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/version/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/version/shutdown/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/api/version/update/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/manifest.webmanifest/route-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/app/page-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/app-error-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/forbidden-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/not-found-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/chunks/next/dist/client/components/builtin/unauthorized-256447868dbe97af.js +0 -1
- package/app/.next-cli-build/static/css/8d6b4f6966f869e3.css +0 -1
- /package/app/.next-cli-build/static/{G3egWYC3nXjvY6pge_VJ1 → cD3pFdT6n4G5mYZR7aUfv}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/skills/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"98":{"*":{"id":"4770","name":"*","chunks":[],"async":false}},"4823":{"*":{"id":"50585","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"85306","name":"*","chunks":[],"async":false}},"10319":{"*":{"id":"59026","name":"*","chunks":[],"async":false}},"11910":{"*":{"id":"83552","name":"*","chunks":[],"async":false}},"15615":{"*":{"id":"14731","name":"*","chunks":[],"async":false}},"16144":{"*":{"id":"40410","name":"*","chunks":[],"async":false}},"20242":{"*":{"id":"69232","name":"*","chunks":[],"async":false}},"21110":{"*":{"id":"19308","name":"*","chunks":[],"async":false}},"21931":{"*":{"id":"267","name":"*","chunks":[],"async":false}},"22662":{"*":{"id":"23296","name":"*","chunks":[],"async":false}},"23615":{"*":{"id":"91809","name":"*","chunks":[],"async":false}},"23879":{"*":{"id":"34965","name":"*","chunks":[],"async":false}},"23936":{"*":{"id":"79488","name":"*","chunks":[],"async":false}},"24747":{"*":{"id":"47036","name":"*","chunks":[],"async":false}},"25086":{"*":{"id":"74812","name":"*","chunks":[],"async":false}},"26300":{"*":{"id":"78962","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"28058":{"*":{"id":"20084","name":"*","chunks":[],"async":false}},"28067":{"*":{"id":"91099","name":"*","chunks":[],"async":false}},"28815":{"*":{"id":"39645","name":"*","chunks":[],"async":false}},"29366":{"*":{"id":"38930","name":"*","chunks":[],"async":false}},"30565":{"*":{"id":"82275","name":"*","chunks":[],"async":false}},"30815":{"*":{"id":"51109","name":"*","chunks":[],"async":false}},"36548":{"*":{"id":"23048","name":"*","chunks":[],"async":false}},"38587":{"*":{"id":"53845","name":"*","chunks":[],"async":false}},"41095":{"*":{"id":"4120","name":"*","chunks":[],"async":false}},"42593":{"*":{"id":"90929","name":"*","chunks":[],"async":false}},"44493":{"*":{"id":"81157","name":"*","chunks":[],"async":false}},"45455":{"*":{"id":"62727","name":"*","chunks":[],"async":false}},"51825":{"*":{"id":"11633","name":"*","chunks":[],"async":false}},"56061":{"*":{"id":"75171","name":"*","chunks":[],"async":false}},"56319":{"*":{"id":"25919","name":"*","chunks":[],"async":false}},"57076":{"*":{"id":"19388","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"59884":{"*":{"id":"19598","name":"*","chunks":[],"async":false}},"61203":{"*":{"id":"40911","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61500":{"*":{"id":"8590","name":"*","chunks":[],"async":false}},"62899":{"*":{"id":"5291","name":"*","chunks":[],"async":false}},"64082":{"*":{"id":"94558","name":"*","chunks":[],"async":false}},"64533":{"*":{"id":"50143","name":"*","chunks":[],"async":false}},"64561":{"*":{"id":"61377","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"71088":{"*":{"id":"16316","name":"*","chunks":[],"async":false}},"71470":{"*":{"id":"3212","name":"*","chunks":[],"async":false}},"72908":{"*":{"id":"83352","name":"*","chunks":[],"async":false}},"73579":{"*":{"id":"51585","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"75095":{"*":{"id":"3493","name":"*","chunks":[],"async":false}},"75882":{"*":{"id":"23658","name":"*","chunks":[],"async":false}},"76084":{"*":{"id":"23906","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80191":{"*":{"id":"2091","name":"*","chunks":[],"async":false}},"80752":{"*":{"id":"3236","name":"*","chunks":[],"async":false}},"80873":{"*":{"id":"91694","name":"*","chunks":[],"async":false}},"81127":{"*":{"id":"95145","name":"*","chunks":[],"async":false}},"81772":{"*":{"id":"40074","name":"*","chunks":[],"async":false}},"83016":{"*":{"id":"14412","name":"*","chunks":[],"async":false}},"84588":{"*":{"id":"17660","name":"*","chunks":[],"async":false}},"85309":{"*":{"id":"29499","name":"*","chunks":[],"async":false}},"85941":{"*":{"id":"18968","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"88512":{"*":{"id":"73180","name":"*","chunks":[],"async":false}},"90285":{"*":{"id":"74281","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"90882":{"*":{"id":"79346","name":"*","chunks":[],"async":false}},"91450":{"*":{"id":"53838","name":"*","chunks":[],"async":false}},"92173":{"*":{"id":"48781","name":"*","chunks":[],"async":false}},"92542":{"*":{"id":"99070","name":"*","chunks":[],"async":false}},"92622":{"*":{"id":"42196","name":"*","chunks":[],"async":false}},"94230":{"*":{"id":"56110","name":"*","chunks":[],"async":false}},"94635":{"*":{"id":"5211","name":"*","chunks":[],"async":false}},"95088":{"*":{"id":"43182","name":"*","chunks":[],"async":false}},"96748":{"*":{"id":"67738","name":"*","chunks":[],"async":false}},"97556":{"*":{"id":"54510","name":"*","chunks":[],"async":false}},"97677":{"*":{"id":"32971","name":"*","chunks":[],"async":false}},"97678":{"*":{"id":"65833","name":"*","chunks":[],"async":false}},"98542":{"*":{"id":"95514","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\@next\\third-parties\\dist\\google\\ga.js":{"id":30565,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-d0af01c8bba9082f.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\@next\\third-parties\\dist\\google\\gtm.js":{"id":90285,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-d0af01c8bba9082f.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\@next\\third-parties\\dist\\ThirdPartyScriptEmbed.js":{"id":26300,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-d0af01c8bba9082f.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\material-symbols\\outlined.css":{"id":5887,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-d0af01c8bba9082f.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\script.js":{"id":42593,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-d0af01c8bba9082f.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\script.js":{"id":42593,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-d0af01c8bba9082f.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":57688,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-d0af01c8bba9082f.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\globals.css":{"id":51743,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-d0af01c8bba9082f.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\i18n\\RuntimeI18nProvider.js":{"id":94635,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-d0af01c8bba9082f.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ThemeProvider.js":{"id":21110,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\callback\\page.js":{"id":59884,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\dashboard\\settings\\pricing\\page.js":{"id":64533,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\landing\\page.js":{"id":85941,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\login\\page.js":{"id":83016,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\AddCustomEmbeddingModal.js":{"id":96748,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Avatar.js":{"id":56319,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Badge.js":{"id":56061,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Button.js":{"id":92542,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\CapacityBadges.js":{"id":29366,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Card.js":{"id":84588,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ChangelogModal.js":{"id":97556,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ComboFormModal.js":{"id":45455,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\CursorAuthModal.js":{"id":30815,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\EditConnectionModal.js":{"id":73579,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Footer.js":{"id":92173,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\GitLabAuthModal.js":{"id":95088,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Header.js":{"id":24747,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\HeaderMenu.js":{"id":80752,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\IFlowCookieModal.js":{"id":23936,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Input.js":{"id":11910,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\KiroAuthModal.js":{"id":61500,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\KiroOAuthWrapper.js":{"id":62899,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\KiroSocialOAuthModal.js":{"id":94230,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\LanguageSwitcher.js":{"id":21931,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\layouts\\AuthLayout.js":{"id":91450,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\layouts\\DashboardLayout.js":{"id":7648,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Loading.js":{"id":25086,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ManualConfigModal.js":{"id":28815,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\McpMarketplaceModal.js":{"id":28058,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Modal.js":{"id":81127,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ModelSelectModal.js":{"id":72908,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\NineRemoteButton.js":{"id":36548,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\NoAuthProxyCard.js":{"id":4823,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\OAuthModal.js":{"id":90882,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ProviderInfoCard.js":{"id":51825,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\RequestLogger.js":{"id":23615,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\SegmentedControl.js":{"id":28067,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Select.js":{"id":98,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Sidebar.js":{"id":92622,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ThemeToggle.js":{"id":38587,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Toggle.js":{"id":98542,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Tooltip.js":{"id":97677,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\UsageStats.js":{"id":10319,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\basic-chat\\BasicChatPageClient.js":{"id":88512,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\cli-tools\\[toolId]\\ToolDetailClient.js":{"id":85309,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\cli-tools\\CLIToolsPageClient.js":{"id":75882,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\combos\\page.js":{"id":80191,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\endpoint\\EndpointPageClient.js":{"id":20242,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","6154","static/chunks/6154-f93f7df903d96cfa.js","6337","static/chunks/app/(dashboard)/dashboard/page-d97bb3a17e795ce8.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\media-providers\\[kind]\\[id]\\page.js":{"id":41095,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\media-providers\\[kind]\\page.js":{"id":16144,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\media-providers\\combo\\[id]\\page.js":{"id":22662,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\media-providers\\web\\page.js":{"id":71088,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\mitm\\MitmPageClient.js":{"id":23879,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\providers\\new\\page.js":{"id":15615,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\pxpipe\\PxpipeClient.js":{"id":71470,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\usage\\components\\ProviderLimits\\index.js":{"id":75095,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\skills\\page.js":{"id":64082,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-d0af01c8bba9082f.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9516","static/chunks/app/(dashboard)/dashboard/skills/page-9d93d3ca97a1cec2.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\token-saver\\TokenSaverClient.js":{"id":61203,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\translator\\page.js":{"id":76084,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\usage\\page.js":{"id":81772,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\console-log\\ConsoleLogClient.js":{"id":44493,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\providers\\page.js":{"id":97678,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\proxy-pools\\page.js":{"id":57076,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\providers\\[id]\\page.js":{"id":80873,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\profile\\page.js":{"id":64561,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"C:\\Users\\Developer\\9router-fix\\src\\":[],"C:\\Users\\Developer\\9router-fix\\src\\app\\layout":[{"inlined":false,"path":"static/css/8f9ac5a7bd3a79e5.css"},{"inlined":false,"path":"static/css/8d6b4f6966f869e3.css"}],"C:\\Users\\Developer\\9router-fix\\src\\app\\page":[],"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\layout":[],"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\page":[],"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\skills\\page":[]},"rscModuleMapping":{"98":{"*":{"id":"83784","name":"*","chunks":[],"async":false}},"4823":{"*":{"id":"5843","name":"*","chunks":[],"async":false}},"5887":{"*":{"id":"36497","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"61780","name":"*","chunks":[],"async":false}},"10319":{"*":{"id":"2422","name":"*","chunks":[],"async":false}},"11910":{"*":{"id":"71230","name":"*","chunks":[],"async":false}},"15615":{"*":{"id":"24885","name":"*","chunks":[],"async":false}},"16144":{"*":{"id":"6452","name":"*","chunks":[],"async":false}},"20242":{"*":{"id":"51747","name":"*","chunks":[],"async":false}},"21110":{"*":{"id":"89886","name":"*","chunks":[],"async":false}},"21931":{"*":{"id":"45205","name":"*","chunks":[],"async":false}},"22662":{"*":{"id":"50254","name":"*","chunks":[],"async":false}},"23615":{"*":{"id":"19083","name":"*","chunks":[],"async":false}},"23879":{"*":{"id":"8523","name":"*","chunks":[],"async":false}},"23936":{"*":{"id":"80342","name":"*","chunks":[],"async":false}},"24747":{"*":{"id":"92669","name":"*","chunks":[],"async":false}},"25086":{"*":{"id":"92082","name":"*","chunks":[],"async":false}},"26300":{"*":{"id":"16764","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"28058":{"*":{"id":"962","name":"*","chunks":[],"async":false}},"28067":{"*":{"id":"54065","name":"*","chunks":[],"async":false}},"28815":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"29366":{"*":{"id":"4996","name":"*","chunks":[],"async":false}},"30565":{"*":{"id":"20349","name":"*","chunks":[],"async":false}},"30815":{"*":{"id":"40167","name":"*","chunks":[],"async":false}},"36548":{"*":{"id":"29674","name":"*","chunks":[],"async":false}},"38587":{"*":{"id":"40515","name":"*","chunks":[],"async":false}},"41095":{"*":{"id":"69296","name":"*","chunks":[],"async":false}},"42593":{"*":{"id":"33071","name":"*","chunks":[],"async":false}},"44493":{"*":{"id":"99259","name":"*","chunks":[],"async":false}},"45455":{"*":{"id":"20493","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"51825":{"*":{"id":"81923","name":"*","chunks":[],"async":false}},"56061":{"*":{"id":"33893","name":"*","chunks":[],"async":false}},"56319":{"*":{"id":"70061","name":"*","chunks":[],"async":false}},"57076":{"*":{"id":"23450","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"59884":{"*":{"id":"3604","name":"*","chunks":[],"async":false}},"61203":{"*":{"id":"13397","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61500":{"*":{"id":"82448","name":"*","chunks":[],"async":false}},"62899":{"*":{"id":"14285","name":"*","chunks":[],"async":false}},"64082":{"*":{"id":"40852","name":"*","chunks":[],"async":false}},"64533":{"*":{"id":"93870","name":"*","chunks":[],"async":false}},"64561":{"*":{"id":"50047","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"71088":{"*":{"id":"93918","name":"*","chunks":[],"async":false}},"71470":{"*":{"id":"26702","name":"*","chunks":[],"async":false}},"72908":{"*":{"id":"94582","name":"*","chunks":[],"async":false}},"73579":{"*":{"id":"70139","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"75095":{"*":{"id":"57471","name":"*","chunks":[],"async":false}},"75882":{"*":{"id":"79518","name":"*","chunks":[],"async":false}},"76084":{"*":{"id":"38308","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80191":{"*":{"id":"35447","name":"*","chunks":[],"async":false}},"80752":{"*":{"id":"29354","name":"*","chunks":[],"async":false}},"80873":{"*":{"id":"93110","name":"*","chunks":[],"async":false}},"81127":{"*":{"id":"10079","name":"*","chunks":[],"async":false}},"81772":{"*":{"id":"87149","name":"*","chunks":[],"async":false}},"83016":{"*":{"id":"65674","name":"*","chunks":[],"async":false}},"84588":{"*":{"id":"7290","name":"*","chunks":[],"async":false}},"85309":{"*":{"id":"99005","name":"*","chunks":[],"async":false}},"85941":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"88512":{"*":{"id":"79286","name":"*","chunks":[],"async":false}},"90285":{"*":{"id":"31935","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"90882":{"*":{"id":"3080","name":"*","chunks":[],"async":false}},"91450":{"*":{"id":"64420","name":"*","chunks":[],"async":false}},"92173":{"*":{"id":"49123","name":"*","chunks":[],"async":false}},"92542":{"*":{"id":"45512","name":"*","chunks":[],"async":false}},"92622":{"*":{"id":"26866","name":"*","chunks":[],"async":false}},"94230":{"*":{"id":"87228","name":"*","chunks":[],"async":false}},"94635":{"*":{"id":"85117","name":"*","chunks":[],"async":false}},"95088":{"*":{"id":"64148","name":"*","chunks":[],"async":false}},"96748":{"*":{"id":"18200","name":"*","chunks":[],"async":false}},"97556":{"*":{"id":"33811","name":"*","chunks":[],"async":false}},"97677":{"*":{"id":"18421","name":"*","chunks":[],"async":false}},"97678":{"*":{"id":"44030","name":"*","chunks":[],"async":false}},"98542":{"*":{"id":"70092","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
1
|
+
globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/(dashboard)/dashboard/skills/page"]={"moduleLoading":{"prefix":"/_next/"},"ssrModuleMapping":{"98":{"*":{"id":"4770","name":"*","chunks":[],"async":false}},"4823":{"*":{"id":"50585","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"85306","name":"*","chunks":[],"async":false}},"10319":{"*":{"id":"59026","name":"*","chunks":[],"async":false}},"11910":{"*":{"id":"83552","name":"*","chunks":[],"async":false}},"15615":{"*":{"id":"14731","name":"*","chunks":[],"async":false}},"16144":{"*":{"id":"40410","name":"*","chunks":[],"async":false}},"20242":{"*":{"id":"69232","name":"*","chunks":[],"async":false}},"21110":{"*":{"id":"19308","name":"*","chunks":[],"async":false}},"21931":{"*":{"id":"267","name":"*","chunks":[],"async":false}},"22662":{"*":{"id":"23296","name":"*","chunks":[],"async":false}},"23615":{"*":{"id":"91809","name":"*","chunks":[],"async":false}},"23879":{"*":{"id":"34965","name":"*","chunks":[],"async":false}},"23936":{"*":{"id":"79488","name":"*","chunks":[],"async":false}},"24747":{"*":{"id":"47036","name":"*","chunks":[],"async":false}},"25086":{"*":{"id":"74812","name":"*","chunks":[],"async":false}},"26300":{"*":{"id":"78962","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"81921","name":"*","chunks":[],"async":false}},"28058":{"*":{"id":"20084","name":"*","chunks":[],"async":false}},"28067":{"*":{"id":"91099","name":"*","chunks":[],"async":false}},"28815":{"*":{"id":"39645","name":"*","chunks":[],"async":false}},"29366":{"*":{"id":"38930","name":"*","chunks":[],"async":false}},"30565":{"*":{"id":"82275","name":"*","chunks":[],"async":false}},"30815":{"*":{"id":"51109","name":"*","chunks":[],"async":false}},"36548":{"*":{"id":"23048","name":"*","chunks":[],"async":false}},"38587":{"*":{"id":"53845","name":"*","chunks":[],"async":false}},"41095":{"*":{"id":"4120","name":"*","chunks":[],"async":false}},"42593":{"*":{"id":"90929","name":"*","chunks":[],"async":false}},"44493":{"*":{"id":"81157","name":"*","chunks":[],"async":false}},"45455":{"*":{"id":"62727","name":"*","chunks":[],"async":false}},"51825":{"*":{"id":"11633","name":"*","chunks":[],"async":false}},"56061":{"*":{"id":"75171","name":"*","chunks":[],"async":false}},"56319":{"*":{"id":"25919","name":"*","chunks":[],"async":false}},"57076":{"*":{"id":"19388","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"35421","name":"*","chunks":[],"async":false}},"59884":{"*":{"id":"19598","name":"*","chunks":[],"async":false}},"61203":{"*":{"id":"40911","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"60440","name":"*","chunks":[],"async":false}},"61500":{"*":{"id":"8590","name":"*","chunks":[],"async":false}},"62899":{"*":{"id":"5291","name":"*","chunks":[],"async":false}},"64082":{"*":{"id":"94558","name":"*","chunks":[],"async":false}},"64533":{"*":{"id":"50143","name":"*","chunks":[],"async":false}},"64561":{"*":{"id":"61377","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"82265","name":"*","chunks":[],"async":false}},"71088":{"*":{"id":"16316","name":"*","chunks":[],"async":false}},"71470":{"*":{"id":"3212","name":"*","chunks":[],"async":false}},"72908":{"*":{"id":"83352","name":"*","chunks":[],"async":false}},"73579":{"*":{"id":"51585","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"61335","name":"*","chunks":[],"async":false}},"75095":{"*":{"id":"3493","name":"*","chunks":[],"async":false}},"75882":{"*":{"id":"23658","name":"*","chunks":[],"async":false}},"76084":{"*":{"id":"23906","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"84342","name":"*","chunks":[],"async":false}},"80191":{"*":{"id":"2091","name":"*","chunks":[],"async":false}},"80752":{"*":{"id":"3236","name":"*","chunks":[],"async":false}},"80873":{"*":{"id":"91694","name":"*","chunks":[],"async":false}},"81127":{"*":{"id":"95145","name":"*","chunks":[],"async":false}},"81772":{"*":{"id":"40074","name":"*","chunks":[],"async":false}},"83016":{"*":{"id":"14412","name":"*","chunks":[],"async":false}},"84588":{"*":{"id":"17660","name":"*","chunks":[],"async":false}},"85309":{"*":{"id":"29499","name":"*","chunks":[],"async":false}},"85941":{"*":{"id":"18968","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"74661","name":"*","chunks":[],"async":false}},"88512":{"*":{"id":"73180","name":"*","chunks":[],"async":false}},"90285":{"*":{"id":"74281","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"70664","name":"*","chunks":[],"async":false}},"90882":{"*":{"id":"79346","name":"*","chunks":[],"async":false}},"91450":{"*":{"id":"53838","name":"*","chunks":[],"async":false}},"92173":{"*":{"id":"48781","name":"*","chunks":[],"async":false}},"92542":{"*":{"id":"99070","name":"*","chunks":[],"async":false}},"92622":{"*":{"id":"42196","name":"*","chunks":[],"async":false}},"94230":{"*":{"id":"56110","name":"*","chunks":[],"async":false}},"94635":{"*":{"id":"5211","name":"*","chunks":[],"async":false}},"95088":{"*":{"id":"43182","name":"*","chunks":[],"async":false}},"96748":{"*":{"id":"67738","name":"*","chunks":[],"async":false}},"97556":{"*":{"id":"54510","name":"*","chunks":[],"async":false}},"97677":{"*":{"id":"32971","name":"*","chunks":[],"async":false}},"97678":{"*":{"id":"65833","name":"*","chunks":[],"async":false}},"98542":{"*":{"id":"95514","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\builtin\\global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\builtin\\global-error.js":{"id":27123,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\client-page.js":{"id":61304,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\client-segment.js":{"id":78616,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\http-access-fallback\\error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\http-access-fallback\\error-boundary.js":{"id":64777,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\layout-router.js":{"id":57121,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\components\\render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\components\\render-from-template-context.js":{"id":74581,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\lib\\framework\\boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\lib\\framework\\boundary-components.js":{"id":90484,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\lib\\metadata\\generate\\icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\lib\\metadata\\generate\\icon-mark.js":{"id":86869,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\@next\\third-parties\\dist\\google\\ga.js":{"id":30565,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\@next\\third-parties\\dist\\google\\gtm.js":{"id":90285,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\@next\\third-parties\\dist\\ThirdPartyScriptEmbed.js":{"id":26300,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\material-symbols\\outlined.css":{"id":5887,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\client\\script.js":{"id":42593,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\dist\\esm\\client\\script.js":{"id":42593,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\node_modules\\next\\font\\google\\target.css?{\"path\":\"src\\\\app\\\\layout.js\",\"import\":\"Inter\",\"arguments\":[{\"subsets\":[\"latin\"],\"variable\":\"--font-inter\"}],\"variableName\":\"inter\"}":{"id":57688,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\globals.css":{"id":51743,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\i18n\\RuntimeI18nProvider.js":{"id":94635,"name":"*","chunks":["8720","static/chunks/8720-f1b68ba6d347a434.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","7177","static/chunks/app/layout-d274414a7cc35ecf.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ThemeProvider.js":{"id":21110,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\callback\\page.js":{"id":59884,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\dashboard\\settings\\pricing\\page.js":{"id":64533,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\landing\\page.js":{"id":85941,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\login\\page.js":{"id":83016,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\AddCustomEmbeddingModal.js":{"id":96748,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Avatar.js":{"id":56319,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Badge.js":{"id":56061,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Button.js":{"id":92542,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\CapacityBadges.js":{"id":29366,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Card.js":{"id":84588,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ChangelogModal.js":{"id":97556,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ComboFormModal.js":{"id":45455,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\CursorAuthModal.js":{"id":30815,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\EditConnectionModal.js":{"id":73579,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Footer.js":{"id":92173,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\GitLabAuthModal.js":{"id":95088,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Header.js":{"id":24747,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\HeaderMenu.js":{"id":80752,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\IFlowCookieModal.js":{"id":23936,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Input.js":{"id":11910,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\KiroAuthModal.js":{"id":61500,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\KiroOAuthWrapper.js":{"id":62899,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\KiroSocialOAuthModal.js":{"id":94230,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\LanguageSwitcher.js":{"id":21931,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\layouts\\AuthLayout.js":{"id":91450,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\layouts\\DashboardLayout.js":{"id":7648,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Loading.js":{"id":25086,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ManualConfigModal.js":{"id":28815,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\McpMarketplaceModal.js":{"id":28058,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Modal.js":{"id":81127,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ModelSelectModal.js":{"id":72908,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\NineRemoteButton.js":{"id":36548,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\NoAuthProxyCard.js":{"id":4823,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\OAuthModal.js":{"id":90882,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ProviderInfoCard.js":{"id":51825,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\RequestLogger.js":{"id":23615,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\SegmentedControl.js":{"id":28067,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Select.js":{"id":98,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Sidebar.js":{"id":92622,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\ThemeToggle.js":{"id":38587,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Toggle.js":{"id":98542,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\Tooltip.js":{"id":97677,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\shared\\components\\UsageStats.js":{"id":10319,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9305","static/chunks/app/(dashboard)/layout-ea8de00dd6add8c6.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\basic-chat\\BasicChatPageClient.js":{"id":88512,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\cli-tools\\[toolId]\\ToolDetailClient.js":{"id":85309,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\cli-tools\\CLIToolsPageClient.js":{"id":75882,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\combos\\page.js":{"id":80191,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\endpoint\\EndpointPageClient.js":{"id":20242,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","6154","static/chunks/6154-f93f7df903d96cfa.js","6337","static/chunks/app/(dashboard)/dashboard/page-d97bb3a17e795ce8.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\media-providers\\[kind]\\[id]\\page.js":{"id":41095,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\media-providers\\[kind]\\page.js":{"id":16144,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\media-providers\\combo\\[id]\\page.js":{"id":22662,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\media-providers\\web\\page.js":{"id":71088,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\mitm\\MitmPageClient.js":{"id":23879,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\providers\\new\\page.js":{"id":15615,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\pxpipe\\PxpipeClient.js":{"id":71470,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\usage\\components\\ProviderLimits\\index.js":{"id":75095,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\skills\\page.js":{"id":64082,"name":"*","chunks":["8010","static/chunks/8010-f7599f9d1905a6cc.js","1321","static/chunks/1321-5d17d8d43b4df31b.js","705","static/chunks/705-10f93cd2550e6494.js","5497","static/chunks/5497-86aa98c4734d7203.js","9516","static/chunks/app/(dashboard)/dashboard/skills/page-9d93d3ca97a1cec2.js"],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\token-saver\\TokenSaverClient.js":{"id":61203,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\translator\\page.js":{"id":76084,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\usage\\page.js":{"id":81772,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\console-log\\ConsoleLogClient.js":{"id":44493,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\providers\\page.js":{"id":97678,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\profile\\page.js":{"id":64561,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\proxy-pools\\page.js":{"id":57076,"name":"*","chunks":[],"async":false},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\providers\\[id]\\page.js":{"id":80873,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"C:\\Users\\Developer\\9router-fix\\src\\":[],"C:\\Users\\Developer\\9router-fix\\src\\app\\layout":[{"inlined":false,"path":"static/css/8f9ac5a7bd3a79e5.css"},{"inlined":false,"path":"static/css/96f54341495650be.css"}],"C:\\Users\\Developer\\9router-fix\\src\\app\\page":[],"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\layout":[],"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\page":[],"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\skills\\page":[]},"rscModuleMapping":{"98":{"*":{"id":"83784","name":"*","chunks":[],"async":false}},"4823":{"*":{"id":"5843","name":"*","chunks":[],"async":false}},"5887":{"*":{"id":"36497","name":"*","chunks":[],"async":false}},"7648":{"*":{"id":"61780","name":"*","chunks":[],"async":false}},"10319":{"*":{"id":"2422","name":"*","chunks":[],"async":false}},"11910":{"*":{"id":"71230","name":"*","chunks":[],"async":false}},"15615":{"*":{"id":"24885","name":"*","chunks":[],"async":false}},"16144":{"*":{"id":"6452","name":"*","chunks":[],"async":false}},"20242":{"*":{"id":"51747","name":"*","chunks":[],"async":false}},"21110":{"*":{"id":"89886","name":"*","chunks":[],"async":false}},"21931":{"*":{"id":"45205","name":"*","chunks":[],"async":false}},"22662":{"*":{"id":"50254","name":"*","chunks":[],"async":false}},"23615":{"*":{"id":"19083","name":"*","chunks":[],"async":false}},"23879":{"*":{"id":"8523","name":"*","chunks":[],"async":false}},"23936":{"*":{"id":"80342","name":"*","chunks":[],"async":false}},"24747":{"*":{"id":"92669","name":"*","chunks":[],"async":false}},"25086":{"*":{"id":"92082","name":"*","chunks":[],"async":false}},"26300":{"*":{"id":"16764","name":"*","chunks":[],"async":false}},"27123":{"*":{"id":"95547","name":"*","chunks":[],"async":false}},"28058":{"*":{"id":"962","name":"*","chunks":[],"async":false}},"28067":{"*":{"id":"54065","name":"*","chunks":[],"async":false}},"28815":{"*":{"id":"70603","name":"*","chunks":[],"async":false}},"29366":{"*":{"id":"4996","name":"*","chunks":[],"async":false}},"30565":{"*":{"id":"20349","name":"*","chunks":[],"async":false}},"30815":{"*":{"id":"40167","name":"*","chunks":[],"async":false}},"36548":{"*":{"id":"29674","name":"*","chunks":[],"async":false}},"38587":{"*":{"id":"40515","name":"*","chunks":[],"async":false}},"41095":{"*":{"id":"69296","name":"*","chunks":[],"async":false}},"42593":{"*":{"id":"33071","name":"*","chunks":[],"async":false}},"44493":{"*":{"id":"99259","name":"*","chunks":[],"async":false}},"45455":{"*":{"id":"20493","name":"*","chunks":[],"async":false}},"51743":{"*":{"id":"61135","name":"*","chunks":[],"async":false}},"51825":{"*":{"id":"81923","name":"*","chunks":[],"async":false}},"56061":{"*":{"id":"33893","name":"*","chunks":[],"async":false}},"56319":{"*":{"id":"70061","name":"*","chunks":[],"async":false}},"57076":{"*":{"id":"23450","name":"*","chunks":[],"async":false}},"57121":{"*":{"id":"98099","name":"*","chunks":[],"async":false}},"59884":{"*":{"id":"3604","name":"*","chunks":[],"async":false}},"61203":{"*":{"id":"13397","name":"*","chunks":[],"async":false}},"61304":{"*":{"id":"15098","name":"*","chunks":[],"async":false}},"61500":{"*":{"id":"82448","name":"*","chunks":[],"async":false}},"62899":{"*":{"id":"14285","name":"*","chunks":[],"async":false}},"64082":{"*":{"id":"40852","name":"*","chunks":[],"async":false}},"64533":{"*":{"id":"93870","name":"*","chunks":[],"async":false}},"64561":{"*":{"id":"50047","name":"*","chunks":[],"async":false}},"64777":{"*":{"id":"33859","name":"*","chunks":[],"async":false}},"71088":{"*":{"id":"93918","name":"*","chunks":[],"async":false}},"71470":{"*":{"id":"26702","name":"*","chunks":[],"async":false}},"72908":{"*":{"id":"94582","name":"*","chunks":[],"async":false}},"73579":{"*":{"id":"70139","name":"*","chunks":[],"async":false}},"74581":{"*":{"id":"16237","name":"*","chunks":[],"async":false}},"75095":{"*":{"id":"57471","name":"*","chunks":[],"async":false}},"75882":{"*":{"id":"79518","name":"*","chunks":[],"async":false}},"76084":{"*":{"id":"38308","name":"*","chunks":[],"async":false}},"78616":{"*":{"id":"47644","name":"*","chunks":[],"async":false}},"80191":{"*":{"id":"35447","name":"*","chunks":[],"async":false}},"80752":{"*":{"id":"29354","name":"*","chunks":[],"async":false}},"80873":{"*":{"id":"93110","name":"*","chunks":[],"async":false}},"81127":{"*":{"id":"10079","name":"*","chunks":[],"async":false}},"81772":{"*":{"id":"87149","name":"*","chunks":[],"async":false}},"83016":{"*":{"id":"65674","name":"*","chunks":[],"async":false}},"84588":{"*":{"id":"7290","name":"*","chunks":[],"async":false}},"85309":{"*":{"id":"99005","name":"*","chunks":[],"async":false}},"85941":{"*":{"id":"852","name":"*","chunks":[],"async":false}},"86869":{"*":{"id":"36675","name":"*","chunks":[],"async":false}},"88512":{"*":{"id":"79286","name":"*","chunks":[],"async":false}},"90285":{"*":{"id":"31935","name":"*","chunks":[],"async":false}},"90484":{"*":{"id":"98562","name":"*","chunks":[],"async":false}},"90882":{"*":{"id":"3080","name":"*","chunks":[],"async":false}},"91450":{"*":{"id":"64420","name":"*","chunks":[],"async":false}},"92173":{"*":{"id":"49123","name":"*","chunks":[],"async":false}},"92542":{"*":{"id":"45512","name":"*","chunks":[],"async":false}},"92622":{"*":{"id":"26866","name":"*","chunks":[],"async":false}},"94230":{"*":{"id":"87228","name":"*","chunks":[],"async":false}},"94635":{"*":{"id":"85117","name":"*","chunks":[],"async":false}},"95088":{"*":{"id":"64148","name":"*","chunks":[],"async":false}},"96748":{"*":{"id":"18200","name":"*","chunks":[],"async":false}},"97556":{"*":{"id":"33811","name":"*","chunks":[],"async":false}},"97677":{"*":{"id":"18421","name":"*","chunks":[],"async":false}},"97678":{"*":{"id":"44030","name":"*","chunks":[],"async":false}},"98542":{"*":{"id":"70092","name":"*","chunks":[],"async":false}}},"edgeRscModuleMapping":{}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(()=>{var a={};a.id=9839,a.ids=[9839],a.modules={643:a=>{"use strict";a.exports=require("node:perf_hooks")},1708:a=>{"use strict";a.exports=require("node:process")},1932:a=>{"use strict";a.exports=require("url")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4573:a=>{"use strict";a.exports=require("node:buffer")},7066:a=>{"use strict";a.exports=require("node:tty")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13397:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\Developer\\\\9router-fix\\\\src\\\\app\\\\(dashboard)\\\\dashboard\\\\token-saver\\\\TokenSaverClient.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\token-saver\\TokenSaverClient.js","default")},14985:a=>{"use strict";a.exports=require("dns")},16698:a=>{"use strict";a.exports=require("node:async_hooks")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{"use strict";a.exports=require("node:child_process")},32467:a=>{"use strict";a.exports=require("node:http2")},33873:a=>{"use strict";a.exports=require("path")},34589:a=>{"use strict";a.exports=require("node:assert")},37067:a=>{"use strict";a.exports=require("node:http")},37540:a=>{"use strict";a.exports=require("node:console")},38522:a=>{"use strict";a.exports=require("node:zlib")},40610:a=>{"use strict";a.exports=require("node:dns")},40911:(a,b,c)=>{"use strict";c.d(b,{default:()=>i});var d=c(48249),e=c(67484),f=c(50412),g=c(50377);c(99258);var h=c(67960);function i(){let[a,b]=(0,e.useState)(!0),[c,i]=(0,e.useState)(!1),[j,k]=(0,e.useState)("http://localhost:8787"),[l,m]=(0,e.useState)(3e3),[n,o]=(0,e.useState)({installed:!1,running:!1,python:null,loading:!0}),[p,q]=(0,e.useState)(!1),[r,s]=(0,e.useState)(!1),[t,u]=(0,e.useState)(""),[v,w]=(0,e.useState)({version:null,extras:{code:!1,ml:!1},available:["code","ml"],loading:!1}),[x,y]=(0,e.useState)([]),[z,A]=(0,e.useState)(!1),[B,C]=(0,e.useState)(""),[D,E]=(0,e.useState)(null),[F,G]=(0,e.useState)(""),[H,I]=(0,e.useState)(null),[J,K]=(0,e.useState)(!1),[L,M]=(0,e.useState)(!0),[N,O]=(0,e.useState)(!1),P=(0,e.useRef)(null),[Q,R]=(0,e.useState)(!1),[S,T]=(0,e.useState)("full"),[U,V]=(0,e.useState)(!1),[W,X]=(0,e.useState)("full"),[Y,Z]=(0,e.useState)(!1),[$,_]=(0,e.useState)(25e3),[aa,ab]=(0,e.useState)({installed:!1,installing:!1,running:!1,version:null,loading:!0}),[ac,ad]=(0,e.useState)(null),[ae,af]=(0,e.useState)(!1),[ag,ah]=(0,e.useState)(!1),[ai,aj]=(0,e.useState)(""),[ak,al]=(0,e.useState)("en"),{copied:am,copy:an}=(0,g.C)(),ao=h.hT.includes(ak)?h.ev:h.ev.filter(a=>!a.wenyan),ap=async a=>{try{await fetch("/api/settings",{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)})}catch(a){console.log("Error updating setting:",a)}},aq=async a=>{try{(await fetch("/api/settings",{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({rtkEnabled:a})})).ok&&b(a)}catch(a){console.log("Error updating rtkEnabled:",a)}},ar=async()=>{let a=j.trim()||"http://localhost:8787";k(a),await ap({headroomUrl:a}),as()},as=(0,e.useCallback)(async()=>{o(a=>({...a,loading:!0}));try{let a=await fetch("/api/headroom/status",{headers:{"Cache-Control":"no-store"}}),b=await a.json();if(o({...b,loading:!1}),!b?.installed){w({version:null,extras:{code:!1,ml:!1},available:["code","ml"],loading:!1}),y([]);return}try{let a=await fetch("/api/headroom/extras",{headers:{"Cache-Control":"no-store"}});if(!a.ok)throw Error("extras status failed");let b=await a.json();w(a=>({...a,version:b.version??null,extras:b.extras||{code:!1,ml:!1},available:b.available||["code","ml"],loading:!1})),y([])}catch{w({version:null,extras:{code:!1,ml:!1},available:["code","ml"],loading:!1}),y([])}}catch{o({installed:!1,running:!1,python:null,loading:!1}),w({version:null,extras:{code:!1,ml:!1},available:["code","ml"],loading:!1}),y([])}},[]),at=(0,e.useCallback)(async()=>{u(""),s(!0);try{let a=await fetch("/api/headroom/start",{method:"POST"}),b=await a.json().catch(()=>({}));if(!a.ok)throw Error(b.error||"Failed to start proxy");await as()}catch(a){u(a.message)}finally{s(!1)}},[as]),au=(0,e.useCallback)(async()=>{s(!0);try{await fetch("/api/headroom/stop",{method:"POST"}),await as()}finally{s(!1)}},[as]),av=(0,e.useCallback)(()=>{G(""),P.current&&clearInterval(P.current);let a=async()=>{try{let a=await fetch("/api/headroom/extras?log=1",{headers:{"Cache-Control":"no-store"}}),b=await a.json().catch(()=>({}));"string"==typeof b.log&&G(b.log)}catch{}};a(),P.current=setInterval(a,1500)},[]),aw=(0,e.useCallback)(()=>{P.current&&(clearInterval(P.current),P.current=null)},[]),ax=(0,e.useCallback)(async()=>{if(0!==x.length){A(!0),C(""),av();try{let a=await fetch("/api/headroom/extras",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({extras:x})}),b=await a.json().catch(()=>({}));if(!a.ok)throw Error(b.error||"Install failed");w(a=>({...a,version:b.version??a.version,extras:b.extras||a.extras})),y([])}catch(a){C(a.message)}finally{aw(),A(!1)}}},[x,av,aw]),ay=(0,e.useCallback)(async a=>{E(a),C(""),av();try{let b=await fetch("/api/headroom/extras",{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({extras:[a]})}),c=await b.json().catch(()=>({}));if(!b.ok)throw Error(c.error||"Remove failed");w(a=>({...a,version:c.version??a.version,extras:c.extras||a.extras}))}catch(a){C(a.message)}finally{aw(),E(null)}},[av,aw]),az=(0,e.useCallback)(()=>{if(0!==x.length){if(x.includes("ml"))return void I({title:"Install [ml]",message:"[ml] downloads ~1 GB (torch + huggingface-hub). Continue?",confirmText:"Install",variant:"primary",onConfirm:ax});ax()}},[x,ax]),aA=(0,e.useCallback)(a=>{I({title:`Remove [${a}]`,message:`Remove [${a}] and its packages?`,confirmText:"Remove",variant:"danger",onConfirm:()=>ay(a)})},[ay]),aB=(0,e.useCallback)(async(a,b)=>{if(C(""),"code"===a&&K(b),"ml"===a&&M(b),await ap({["code"===a?"headroomCodeAware":"headroomKompress"]:b}),n.running){O(!0);try{let a=await fetch("/api/headroom/restart",{method:"POST"}),b=await a.json().catch(()=>({}));if(!a.ok)throw Error(b.error||"Restart failed");await as()}catch(a){C(a.message)}finally{O(!1)}}},[n.running,as]),aC=(0,e.useCallback)(async()=>{ab(a=>({...a,loading:!0}));try{let a=await fetch("/api/pxpipe/status",{headers:{"Cache-Control":"no-store"}}),b=await a.json();ab({...b,loading:!1}),"number"==typeof b.minChars&&_(b.minChars)}catch{ab({installed:!1,installing:!1,running:!1,version:null,loading:!1})}},[]),aD=(0,e.useCallback)(async()=>{try{let a=await fetch("/api/pxpipe/health",{method:"POST"});ad(await a.json())}catch(a){ad({healthy:!1,checks:[],error:a.message})}},[]),aE=(0,e.useCallback)(async a=>{aj(""),ah(!0);try{let b=await fetch(`/api/pxpipe/${a}`,{method:"POST"}),c=await b.json().catch(()=>({}));if(!b.ok)throw Error(c.error||`PXPIPE ${a} failed`);await aC(),await aD()}catch(a){aj(a.message)}finally{ah(!1)}},[aC,aD]),aF=!!n.running,aG=n.loading?"Checking…":aF?"Running":!1===n.localUrl||n.installed?!1!==n.localUrl?"Stopped":"External":"Not installed",aH=!1!==n.localUrl,aI=!!n.canStart,aJ=aH&&!!n.managedPid,aK=ac?.healthy===!0,aL=aa.loading?"Checking…":aa.installing?"Installing…":aa.installed?aK?"Healthy":aa.running?"Running":"Stopped":"Not installed";return aK||aa.running,(0,d.jsxs)("div",{className:"space-y-6 p-6",children:[(0,d.jsxs)(f.Zp,{id:"rtk",children:[(0,d.jsx)("div",{className:"flex items-center justify-between mb-2",children:(0,d.jsxs)("h2",{className:"text-lg font-semibold flex items-center gap-2",children:[(0,d.jsx)("span",{className:"material-symbols-outlined text-primary",children:"bolt"}),"Token Saver"]})}),(0,d.jsxs)("div",{className:"flex items-center justify-between pt-2 pb-4 border-b border-border gap-4",children:[(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsxs)("p",{className:"font-medium",children:["Compress tool output"," ",(0,d.jsx)("a",{href:"https://github.com/rtk-ai/rtk",target:"_blank",rel:"noreferrer",className:"text-xs font-normal text-primary underline hover:opacity-80",children:"(RTK)"})]}),(0,d.jsx)("p",{className:"text-sm text-text-muted",children:"git/grep/ls/tree/logs → 60-90% fewer input tokens"})]}),(0,d.jsx)(f.lM,{checked:a,onChange:()=>aq(!a)})]}),(0,d.jsxs)("div",{className:"flex items-center justify-between py-4 gap-4 flex-wrap",children:[(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsxs)("div",{className:"flex items-center gap-3 flex-wrap",children:[(0,d.jsxs)("p",{className:"font-medium",children:["Compress context"," ",(0,d.jsx)("a",{href:"https://github.com/chopratejas/headroom",target:"_blank",rel:"noreferrer",className:"text-xs font-normal text-primary underline hover:opacity-80",children:"(Headroom)"})]}),(0,d.jsx)("span",{className:`text-xs px-2 py-0.5 rounded ${aF?"bg-success/15 text-success":"bg-warning/15 text-warning"}`,children:aG}),(0,d.jsx)("button",{type:"button",onClick:()=>q(!0),className:"text-xs text-primary underline hover:opacity-80",children:aF?"Manage":"Setup"})]}),(0,d.jsx)("p",{className:"text-sm text-text-muted mt-1",children:"Compress prompts via /v1/compress before routing to the model"})]}),(0,d.jsx)(f.lM,{checked:c,onChange:()=>{var a;let b;return a=!c,void(k(b=j.trim()||"http://localhost:8787"),i(a),ap({headroomEnabled:a,headroomUrl:b}))}})]}),n.installed&&(0,d.jsxs)("div",{className:"mb-3 ml-1 pl-3 pb-4 border-l-2 border-border",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2 flex-wrap",children:[(0,d.jsxs)("span",{className:"text-xs text-text-muted",children:["Compression extras",v.version?` \xb7 v${v.version}`:"",":"]}),v.available.map(a=>{let b=!!v.extras[a],c=x.includes(a),e="code"===a?"tree-sitter AST compression for code responses":"Kompress-v2 HF model for prose/agentic traces (~+1GB)";if(b){let b="code"===a?J:L;return(0,d.jsxs)("div",{className:"flex items-center gap-1.5 text-xs px-2 py-1 rounded border border-success/40 bg-success/5 text-text",title:e,children:[(0,d.jsx)(f.lM,{size:"sm",checked:b,disabled:N,onChange:()=>aB(a,!b)}),(0,d.jsxs)("span",{className:"font-medium",children:["[",a,"]"]}),(0,d.jsx)("button",{type:"button",onClick:()=>aA(a),disabled:D===a,className:"ml-1 text-error underline hover:opacity-80 disabled:opacity-50",title:`Uninstall [${a}]`,children:D===a?"Uninstalling…":"Uninstall"})]},a)}return(0,d.jsxs)("label",{className:`flex items-center gap-1.5 text-xs px-2 py-1 rounded border cursor-pointer transition-colors ${c?"border-primary bg-primary/10 text-primary":"border-border text-text-muted hover:bg-surface-2"}`,title:e,children:[(0,d.jsx)("input",{type:"checkbox",className:"w-3 h-3",checked:c,onChange:()=>{y(b=>b.includes(a)?b.filter(b=>b!==a):[...b,a])}}),(0,d.jsxs)("span",{className:"font-medium",children:["[",a,"]"]}),(0,d.jsx)("span",{className:"opacity-70",children:"not installed"})]},a)}),x.length>0&&(0,d.jsx)("button",{onClick:az,disabled:z,className:"text-xs px-2.5 py-1 rounded bg-primary text-white hover:opacity-90 disabled:opacity-50",children:z?"Installing…":`Install [proxy,${x.join(",")}]`})]}),B&&(0,d.jsx)("p",{className:"text-xs text-error mt-1",children:B}),N&&(0,d.jsx)("p",{className:"text-xs text-text-muted mt-1",children:"Restarting proxy…"}),(z||D)&&F&&(0,d.jsx)("pre",{className:"mt-2 max-h-32 overflow-auto rounded bg-surface-2 p-2 text-[10px] leading-tight text-text-muted whitespace-pre-wrap",children:F}),(0,d.jsxs)("p",{className:"text-xs text-text-muted mt-1",children:["Installing adds the package; use ",(0,d.jsx)("code",{children:"on"}),"/",(0,d.jsx)("code",{children:"off"})," ","to activate it (restarts the proxy). Default install is"," ",(0,d.jsx)("code",{children:"[proxy]"})," only (SmartCrusher for JSON). Adding"," ",(0,d.jsx)("code",{children:"[code]"})," enables AST compression (Python/JS/TS/Go/Rust/Java/C/C++/Perl). Adding ",(0,d.jsx)("code",{children:"[ml]"})," ","enables the Kompress-v2 HF model for prose/agentic traces but adds ~1 GB (torch + huggingface-hub)."]})]}),(0,d.jsxs)("div",{className:"flex items-center justify-between pt-4 border-t border-border gap-4 flex-wrap",children:[(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsxs)("p",{className:"font-medium",children:["Compress LLM output"," ",(0,d.jsx)("a",{href:"https://github.com/JuliusBrussee/caveman",target:"_blank",rel:"noreferrer",className:"text-xs font-normal text-primary underline hover:opacity-80",children:"(Caveman)"})]}),(0,d.jsx)("p",{className:"text-sm text-text-muted",children:"Terse-style system prompt → ~65% fewer output tokens (up to 87%)"})]}),(0,d.jsxs)("div",{className:"flex items-center gap-3 shrink-0",children:[Q&&(0,d.jsxs)("div",{className:"flex flex-col items-end gap-1",children:[(0,d.jsx)("div",{className:"flex items-center gap-1.5",children:ao.map(a=>(0,d.jsx)("button",{onClick:()=>{var b;T(b=a.id),ap({cavemanLevel:b})},className:`px-3 py-1.5 rounded text-xs font-medium border transition-colors ${S===a.id?"bg-primary text-white border-primary":"bg-transparent border-border text-text-muted hover:bg-surface-2"}`,title:a.desc,children:a.label},a.id))}),(0,d.jsx)("p",{className:"text-xs text-primary",children:h.ev.find(a=>a.id===S)?.desc})]}),(0,d.jsx)(f.lM,{checked:Q,onChange:()=>{var a;R(a=!Q),ap({cavemanEnabled:a})}})]})]}),(0,d.jsxs)("div",{className:"flex items-center justify-between pt-4 mt-4 border-t border-border gap-4 flex-wrap",children:[(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsxs)("p",{className:"font-medium",children:["Lazy senior dev"," ",(0,d.jsx)("a",{href:"https://github.com/DietrichGebert/ponytail",target:"_blank",rel:"noreferrer",className:"text-xs font-normal text-primary underline hover:opacity-80",children:"(Ponytail)"})]}),(0,d.jsx)("p",{className:"text-sm text-text-muted",children:"Bias the model toward minimal code: YAGNI, reuse stdlib, deletion over addition"})]}),(0,d.jsxs)("div",{className:"flex items-center gap-3 shrink-0",children:[U&&(0,d.jsxs)("div",{className:"flex flex-col items-end gap-1",children:[(0,d.jsx)("div",{className:"flex items-center gap-1.5",children:h.Nv.map(a=>(0,d.jsx)("button",{onClick:()=>{var b;X(b=a.id),ap({ponytailLevel:b})},className:`px-3 py-1.5 rounded text-xs font-medium border transition-colors ${W===a.id?"bg-primary text-white border-primary":"bg-transparent border-border text-text-muted hover:bg-surface-2"}`,title:a.desc,children:a.label},a.id))}),(0,d.jsx)("p",{className:"text-xs text-primary",children:h.Nv.find(a=>a.id===W)?.desc})]}),(0,d.jsx)(f.lM,{checked:U,onChange:()=>{var a;V(a=!U),ap({ponytailEnabled:a})}})]})]}),!1]}),(0,d.jsx)(f.aF,{isOpen:p,title:aF?"Headroom":"Setup Headroom",onClose:()=>q(!1),children:(0,d.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between text-sm",children:[(0,d.jsx)("span",{children:"Status"}),(0,d.jsx)("span",{className:aF?"text-success":"text-warning",children:aG})]}),aF&&(0,d.jsx)("a",{href:"/api/headroom/proxy/dashboard",target:"_blank",rel:"noreferrer",className:"w-full rounded border border-border px-4 py-2 text-center text-sm hover:bg-surface-2",children:"Open Headroom Dashboard"}),(0,d.jsxs)("div",{className:"flex flex-col gap-1",children:[(0,d.jsx)("p",{className:"text-sm font-medium",children:"Proxy URL"}),(0,d.jsx)(f.pd,{value:j,onChange:a=>k(a.target.value),onBlur:ar,placeholder:"http://localhost:8787",className:"font-mono text-sm"}),(0,d.jsx)("p",{className:"text-xs text-text-muted",children:"Use a local proxy for Start/Stop, or an external Docker sidecar like http://headroom:8787."})]}),(0,d.jsxs)("div",{className:"flex flex-col gap-1",children:[(0,d.jsx)("p",{className:"text-sm font-medium",children:"Timeout (ms)"}),(0,d.jsx)(f.pd,{value:String(l),onChange:a=>m(a.target.value),onBlur:()=>{let a=Math.round(Number(l)),b=Number.isFinite(a)&&a>0?a:3e3;m(b),ap({headroomTimeoutMs:b})},placeholder:"3000",className:"font-mono text-sm"}),(0,d.jsx)("p",{className:"text-xs text-text-muted",children:"Request timeout in milliseconds. Defaults to 3000 ms."})]}),aJ?(0,d.jsx)(f.$n,{onClick:au,variant:"ghost",fullWidth:!0,disabled:r,children:r?"Stopping…":"Stop Headroom"}):aF?(0,d.jsx)("p",{className:"text-sm text-success",children:"Headroom proxy is reachable. You can enable the token saver."}):aI?(0,d.jsx)(f.$n,{onClick:at,fullWidth:!0,disabled:r,children:r?"Starting…":"Start Headroom"}):aH?n.python?(0,d.jsxs)("div",{className:"flex flex-col gap-1",children:[(0,d.jsx)("p",{className:"text-sm font-medium",children:"Install then click Start:"}),(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[(0,d.jsx)("pre",{className:"flex-1 rounded bg-black/5 dark:bg-white/5 p-2 text-xs font-mono overflow-x-auto",children:'pip install "headroom-ai[proxy]"'}),(0,d.jsx)(f.$n,{size:"sm",variant:"ghost",onClick:()=>an('pip install "headroom-ai[proxy]"'),children:am?"Copied":"Copy"})]})]}):(0,d.jsx)("p",{className:"text-sm text-warning",children:"Python ≥ 3.10 required for local managed mode. Install Python first, or use an external proxy URL."}):(0,d.jsx)("p",{className:"text-sm text-warning",children:"Start Headroom separately at the configured URL, then recheck."}),t&&(0,d.jsx)("p",{className:"text-sm text-warning",children:t}),(0,d.jsxs)("div",{className:"flex gap-2",children:[(0,d.jsx)(f.$n,{onClick:()=>as(),variant:"ghost",fullWidth:!0,children:"Recheck"}),(0,d.jsx)(f.$n,{onClick:()=>q(!1),fullWidth:!0,children:"Done"})]})]})}),(0,d.jsx)(f.aF,{isOpen:!1,title:aa.installed?"PXPIPE":"Setup PXPIPE",onClose:()=>af(!1),children:(0,d.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,d.jsx)("p",{className:"text-sm text-text-muted",children:"Compress prompts using multimodal encoding. Runs in-process — no extra server or environment variables required."}),(0,d.jsxs)("div",{className:"flex items-center justify-between text-sm",children:[(0,d.jsx)("span",{children:"Status"}),(0,d.jsxs)("span",{className:aK||aa.running?"text-success":"text-warning",children:[aL,aa.version?` \xb7 v${aa.version}`:""]})]}),ac?.checks?.length>0&&(0,d.jsxs)("div",{className:"flex flex-col gap-1 rounded border border-border p-3",children:[(0,d.jsx)("p",{className:"text-sm font-medium mb-1",children:"Health check"}),ac.checks.map(a=>(0,d.jsxs)("div",{className:"flex items-center justify-between text-xs",children:[(0,d.jsxs)("span",{className:a.ok?"text-success":"text-warning",children:[a.ok?"●":"○"," ",a.label]}),a.detail&&(0,d.jsx)("span",{className:"text-text-muted font-mono truncate max-w-[50%]",children:a.detail})]},a.id)),ac.error&&(0,d.jsx)("p",{className:"text-xs text-warning mt-1",children:ac.error})]}),aa.installed?(0,d.jsxs)("div",{className:"grid grid-cols-2 gap-2",children:[aa.running?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(f.$n,{onClick:()=>aE("restart"),variant:"ghost",disabled:ag,children:"Restart"}),(0,d.jsx)(f.$n,{onClick:()=>aE("stop"),variant:"ghost",disabled:ag,children:"Stop"})]}):(0,d.jsx)(f.$n,{onClick:()=>aE("start"),disabled:ag,children:ag?"Starting…":"Start"}),(0,d.jsx)(f.$n,{onClick:()=>aE("install"),variant:"ghost",disabled:ag,children:"Repair"}),(0,d.jsx)("a",{href:"/dashboard/pxpipe#logs",className:"col-span-2 rounded border border-border px-4 py-2 text-center text-sm hover:bg-surface-2",children:"Open Logs"})]}):(0,d.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,d.jsx)("p",{className:"text-sm text-warning",children:"PXPIPE is not installed."}),(0,d.jsx)(f.$n,{onClick:()=>aE("install"),fullWidth:!0,disabled:ag||aa.installing,children:ag||aa.installing?"Installing…":"Install"}),(0,d.jsxs)("p",{className:"text-xs text-text-muted",children:["Installs the npm package ",(0,d.jsx)("code",{className:"font-mono",children:"pxpipe-proxy"})," into the 9Router data directory. May take a few minutes."]})]}),(0,d.jsxs)("div",{className:"flex flex-col gap-1",children:[(0,d.jsx)("p",{className:"text-sm font-medium",children:"Minimum prompt size (chars)"}),(0,d.jsx)(f.pd,{value:String($),onChange:a=>_(a.target.value),onBlur:()=>{let a=Math.max(0,Number($)||25e3);_(a),ap({pxpipeMinChars:a})},placeholder:"25000",className:"font-mono text-sm"}),(0,d.jsx)("p",{className:"text-xs text-text-muted",children:"Requests smaller than this bypass PXPIPE and are sent as-is."})]}),ai&&(0,d.jsx)("p",{className:"text-sm text-warning",children:ai}),(0,d.jsxs)("div",{className:"flex gap-2",children:[(0,d.jsx)(f.$n,{onClick:()=>aC().then(aD),variant:"ghost",fullWidth:!0,children:"Recheck"}),(0,d.jsx)(f.$n,{onClick:()=>af(!1),fullWidth:!0,children:"Done"})]})]})}),(0,d.jsx)(f.uo,{isOpen:!!H,onClose:()=>I(null),onConfirm:()=>{let a=H?.onConfirm;I(null),a?.()},title:H?.title,message:H?.message,confirmText:H?.confirmText,variant:H?.variant})]})}},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41692:a=>{"use strict";a.exports=require("node:tls")},41792:a=>{"use strict";a.exports=require("node:querystring")},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},46293:a=>{"use strict";a.exports=require("sql.js")},48161:a=>{"use strict";a.exports=require("node:os")},49524:(a,b,c)=>{Promise.resolve().then(c.bind(c,13397))},51455:a=>{"use strict";a.exports=require("node:fs/promises")},51732:(a,b,c)=>{Promise.resolve().then(c.bind(c,40911))},53053:a=>{"use strict";a.exports=require("node:diagnostics_channel")},55511:a=>{"use strict";a.exports=require("crypto")},55591:a=>{"use strict";a.exports=require("https")},57075:a=>{"use strict";a.exports=require("node:stream")},57975:a=>{"use strict";a.exports=require("node:util")},59239:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(5735),e=c(13397);function f(){return(0,d.jsx)(e.default,{})}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},66401:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>w,handler:()=>y,routeModule:()=>x});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i=(0,d.p)(()=>Promise.resolve().then(c.bind(c,57529))),j=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,95547,23))),k=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),l=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),m=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),n=(0,d.p)(()=>Promise.resolve().then(c.bind(c,30508))),o=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,95547,23))),p=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),q=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),r=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),s=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,95547,23))),t=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,95547,23))),u={children:["",{children:["(dashboard)",{children:["dashboard",{children:["token-saver",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,59239))),"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\token-saver\\page.js"]}]},{"global-error":[t,"next/dist/client/components/builtin/global-error.js"]},[]]},{"global-error":[s,"next/dist/client/components/builtin/global-error.js"]},[]]},{layout:[n,"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\layout.js"],"global-error":[o,"next/dist/client/components/builtin/global-error.js"],"not-found":[p,"next/dist/client/components/builtin/not-found.js"],forbidden:[q,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[r,"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await (0,d.p)(()=>Promise.resolve().then(c.bind(c,70440)))()).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]},{layout:[i,"C:\\Users\\Developer\\9router-fix\\src\\app\\layout.js"],"global-error":[j,"next/dist/client/components/builtin/global-error.js"],"not-found":[k,"next/dist/client/components/builtin/not-found.js"],forbidden:[l,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[m,"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await (0,d.p)(()=>Promise.resolve().then(c.bind(c,70440)))()).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]}.children,v=(0,e.H)({tree:u,page:"/(dashboard)/dashboard/token-saver/page",pathname:"/dashboard/token-saver",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),w=v.__next_app__,x=v.routeModule,y=v.handler},67960:(a,b,c)=>{"use strict";c.d(b,{Cp:()=>g,Hx:()=>f,Iv:()=>k,Nv:()=>m,RL:()=>j,ev:()=>l,fl:()=>h,hT:()=>d,oX:()=>e,t6:()=>i});let d=["zh-CN","zh-TW"],e=[{icon:"public",title:"Access Anywhere",desc:"Use your API from any network"},{icon:"group",title:"Share Endpoint",desc:"Share URL with team members"},{icon:"code",title:"Use in Cursor/Cline",desc:"Connect AI tools remotely"},{icon:"lock",title:"Encrypted",desc:"End-to-end TLS via Cloudflare"}],f=2e3,g=3e5,h=5e3,i=5,j=1e4,k=5e3,l=[{id:"lite",label:"Lite",desc:"Drop filler, keep grammar"},{id:"full",label:"Full",desc:"Drop articles, fragments OK"},{id:"ultra",label:"Ultra",desc:"Telegraphic, max compression"},{id:"wenyan-lite",label:"文 Lite",desc:"Classical Chinese, light compression",wenyan:!0},{id:"wenyan",label:"文 Full",desc:"Maximum 文言文, 80-90% reduction",wenyan:!0},{id:"wenyan-ultra",label:"文 Ultra",desc:"Extreme classical compression",wenyan:!0}],m=[{id:"lite",label:"Lite",desc:"Build asked, name lazier option"},{id:"full",label:"Full",desc:"Ladder enforced: stdlib/native first"},{id:"ultra",label:"Ultra",desc:"YAGNI extremist, deletion first"}]},71553:a=>{"use strict";a.exports=require("node:dns/promises")},71622:a=>{"use strict";a.exports=import("open")},73024:a=>{"use strict";a.exports=require("node:fs")},73136:a=>{"use strict";a.exports=require("node:url")},73429:a=>{"use strict";a.exports=require("node:util/types")},73496:a=>{"use strict";a.exports=require("http2")},74075:a=>{"use strict";a.exports=require("zlib")},75919:a=>{"use strict";a.exports=require("node:worker_threads")},76760:a=>{"use strict";a.exports=require("node:path")},77030:a=>{"use strict";a.exports=require("node:net")},77598:a=>{"use strict";a.exports=require("node:crypto")},78474:a=>{"use strict";a.exports=require("node:events")},79646:a=>{"use strict";a.exports=require("child_process")},79868:a=>{"use strict";a.exports=require("node:sqlite")},81630:a=>{"use strict";a.exports=require("http")},81787:a=>{"use strict";a.exports=require("bun:sqlite")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},87997:a=>{"use strict";a.exports=require("node:timers")},91645:a=>{"use strict";a.exports=require("net")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,1260,2430,4613,8251,4884,8236,6070,869,915,6457,4123,929,6777,412,876],()=>b(b.s=66401));module.exports=c})();
|
|
1
|
+
(()=>{var a={};a.id=9839,a.ids=[9839],a.modules={643:a=>{"use strict";a.exports=require("node:perf_hooks")},1708:a=>{"use strict";a.exports=require("node:process")},1932:a=>{"use strict";a.exports=require("url")},3295:a=>{"use strict";a.exports=require("next/dist/server/app-render/after-task-async-storage.external.js")},4573:a=>{"use strict";a.exports=require("node:buffer")},7066:a=>{"use strict";a.exports=require("node:tty")},8128:a=>{"use strict";a.exports=require("next/dist/server/runtime-reacts.external.js")},10846:a=>{"use strict";a.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},13397:(a,b,c)=>{"use strict";c.d(b,{default:()=>d});let d=(0,c(77943).registerClientReference)(function(){throw Error("Attempted to call the default export of \"C:\\\\Users\\\\Developer\\\\9router-fix\\\\src\\\\app\\\\(dashboard)\\\\dashboard\\\\token-saver\\\\TokenSaverClient.js\" from the server, but it's on the client. It's not possible to invoke a client function from the server, it can only be rendered as a Component or passed to props of a Client Component.")},"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\token-saver\\TokenSaverClient.js","default")},14985:a=>{"use strict";a.exports=require("dns")},16698:a=>{"use strict";a.exports=require("node:async_hooks")},19121:a=>{"use strict";a.exports=require("next/dist/server/app-render/action-async-storage.external.js")},21820:a=>{"use strict";a.exports=require("os")},27910:a=>{"use strict";a.exports=require("stream")},28354:a=>{"use strict";a.exports=require("util")},29021:a=>{"use strict";a.exports=require("fs")},29294:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-async-storage.external.js")},31421:a=>{"use strict";a.exports=require("node:child_process")},32467:a=>{"use strict";a.exports=require("node:http2")},33873:a=>{"use strict";a.exports=require("path")},34589:a=>{"use strict";a.exports=require("node:assert")},37067:a=>{"use strict";a.exports=require("node:http")},37540:a=>{"use strict";a.exports=require("node:console")},38522:a=>{"use strict";a.exports=require("node:zlib")},40610:a=>{"use strict";a.exports=require("node:dns")},40911:(a,b,c)=>{"use strict";c.d(b,{default:()=>i});var d=c(48249),e=c(67484),f=c(50412),g=c(50377);c(99258);var h=c(67960);function i(){let[a,b]=(0,e.useState)(!0),[c,i]=(0,e.useState)(!1),[j,k]=(0,e.useState)("http://localhost:8787"),[l,m]=(0,e.useState)(3e3),[n,o]=(0,e.useState)({installed:!1,running:!1,python:null,loading:!0}),[p,q]=(0,e.useState)(!1),[r,s]=(0,e.useState)(!1),[t,u]=(0,e.useState)(""),[v,w]=(0,e.useState)({version:null,extras:{code:!1,ml:!1},available:["code","ml"],loading:!1}),[x,y]=(0,e.useState)([]),[z,A]=(0,e.useState)(!1),[B,C]=(0,e.useState)(""),[D,E]=(0,e.useState)(null),[F,G]=(0,e.useState)(""),[H,I]=(0,e.useState)(null),[J,K]=(0,e.useState)(!1),[L,M]=(0,e.useState)(!0),[N,O]=(0,e.useState)(!1),P=(0,e.useRef)(null),[Q,R]=(0,e.useState)(!1),[S,T]=(0,e.useState)("full"),[U,V]=(0,e.useState)(!1),[W,X]=(0,e.useState)("full"),[Y,Z]=(0,e.useState)(!1),[$,_]=(0,e.useState)(25e3),[aa,ab]=(0,e.useState)({installed:!1,installing:!1,running:!1,version:null,loading:!0}),[ac,ad]=(0,e.useState)(null),[ae,af]=(0,e.useState)(!1),[ag,ah]=(0,e.useState)(!1),[ai,aj]=(0,e.useState)(""),[ak,al]=(0,e.useState)("en"),{copied:am,copy:an}=(0,g.C)(),ao=h.hT.includes(ak)?h.ev:h.ev.filter(a=>!a.wenyan),ap=async a=>{try{await fetch("/api/settings",{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify(a)})}catch(a){console.log("Error updating setting:",a)}},aq=async a=>{try{(await fetch("/api/settings",{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({rtkEnabled:a})})).ok&&b(a)}catch(a){console.log("Error updating rtkEnabled:",a)}},ar=async()=>{let a=j.trim()||"http://localhost:8787";k(a),await ap({headroomUrl:a}),as()},as=(0,e.useCallback)(async()=>{o(a=>({...a,loading:!0}));try{let a=await fetch("/api/headroom/status",{headers:{"Cache-Control":"no-store"}}),b=await a.json();if(o({...b,loading:!1}),!b?.installed){w({version:null,extras:{code:!1,ml:!1},available:["code","ml"],loading:!1}),y([]);return}try{let a=await fetch("/api/headroom/extras",{headers:{"Cache-Control":"no-store"}});if(!a.ok)throw Error("extras status failed");let b=await a.json();w(a=>({...a,version:b.version??null,extras:b.extras||{code:!1,ml:!1},available:b.available||["code","ml"],loading:!1})),y([])}catch{w({version:null,extras:{code:!1,ml:!1},available:["code","ml"],loading:!1}),y([])}}catch{o({installed:!1,running:!1,python:null,loading:!1}),w({version:null,extras:{code:!1,ml:!1},available:["code","ml"],loading:!1}),y([])}},[]),at=(0,e.useCallback)(async()=>{u(""),s(!0);try{let a=await fetch("/api/headroom/start",{method:"POST"}),b=await a.json().catch(()=>({}));if(!a.ok)throw Error(b.error||"Failed to start proxy");await as()}catch(a){u(a.message)}finally{s(!1)}},[as]),au=(0,e.useCallback)(async()=>{s(!0);try{await fetch("/api/headroom/stop",{method:"POST"}),await as()}finally{s(!1)}},[as]),av=(0,e.useCallback)(()=>{G(""),P.current&&clearInterval(P.current);let a=async()=>{try{let a=await fetch("/api/headroom/extras?log=1",{headers:{"Cache-Control":"no-store"}}),b=await a.json().catch(()=>({}));"string"==typeof b.log&&G(b.log)}catch{}};a(),P.current=setInterval(a,1500)},[]),aw=(0,e.useCallback)(()=>{P.current&&(clearInterval(P.current),P.current=null)},[]),ax=(0,e.useCallback)(async()=>{if(0!==x.length){A(!0),C(""),av();try{let a=await fetch("/api/headroom/extras",{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({extras:x})}),b=await a.json().catch(()=>({}));if(!a.ok)throw Error(b.error||"Install failed");w(a=>({...a,version:b.version??a.version,extras:b.extras||a.extras})),y([])}catch(a){C(a.message)}finally{aw(),A(!1)}}},[x,av,aw]),ay=(0,e.useCallback)(async a=>{E(a),C(""),av();try{let b=await fetch("/api/headroom/extras",{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({extras:[a]})}),c=await b.json().catch(()=>({}));if(!b.ok)throw Error(c.error||"Remove failed");w(a=>({...a,version:c.version??a.version,extras:c.extras||a.extras}))}catch(a){C(a.message)}finally{aw(),E(null)}},[av,aw]),az=(0,e.useCallback)(()=>{if(0!==x.length){if(x.includes("ml"))return void I({title:"Install [ml]",message:"[ml] downloads ~1 GB (torch + huggingface-hub). Continue?",confirmText:"Install",variant:"primary",onConfirm:ax});ax()}},[x,ax]),aA=(0,e.useCallback)(a=>{I({title:`Remove [${a}]`,message:`Remove [${a}] and its packages?`,confirmText:"Remove",variant:"danger",onConfirm:()=>ay(a)})},[ay]),aB=(0,e.useCallback)(async(a,b)=>{if(C(""),"code"===a&&K(b),"ml"===a&&M(b),await ap({["code"===a?"headroomCodeAware":"headroomKompress"]:b}),n.running){O(!0);try{let a=await fetch("/api/headroom/restart",{method:"POST"}),b=await a.json().catch(()=>({}));if(!a.ok)throw Error(b.error||"Restart failed");await as()}catch(a){C(a.message)}finally{O(!1)}}},[n.running,as]),aC=(0,e.useCallback)(async()=>{ab(a=>({...a,loading:!0}));try{let a=await fetch("/api/pxpipe/status",{headers:{"Cache-Control":"no-store"}}),b=await a.json();ab({...b,loading:!1}),"number"==typeof b.minChars&&_(b.minChars)}catch{ab({installed:!1,installing:!1,running:!1,version:null,loading:!1})}},[]),aD=(0,e.useCallback)(async()=>{try{let a=await fetch("/api/pxpipe/health",{method:"POST"});ad(await a.json())}catch(a){ad({healthy:!1,checks:[],error:a.message})}},[]),aE=(0,e.useCallback)(async a=>{aj(""),ah(!0);try{let b=await fetch(`/api/pxpipe/${a}`,{method:"POST"}),c=await b.json().catch(()=>({}));if(!b.ok)throw Error(c.error||`PXPIPE ${a} failed`);await aC(),await aD()}catch(a){aj(a.message)}finally{ah(!1)}},[aC,aD]),aF=!!n.running,aG=n.loading?"Checking…":aF?"Running":!1===n.localUrl||n.installed?!1!==n.localUrl?"Stopped":"External":"Not installed",aH=!1!==n.localUrl,aI=!!n.canStart,aJ=aH&&!!n.managedPid,aK=ac?.healthy===!0,aL=aa.loading?"Checking…":aa.installing?"Installing…":aa.installed?aK?"Healthy":aa.running?"Running":"Stopped":"Not installed";return aK||aa.running,(0,d.jsxs)("div",{className:"space-y-6 p-6",children:[(0,d.jsxs)(f.Zp,{id:"rtk",children:[(0,d.jsx)("div",{className:"flex items-center justify-between mb-2",children:(0,d.jsxs)("h2",{className:"text-lg font-semibold flex items-center gap-2",children:[(0,d.jsx)("span",{className:"material-symbols-outlined text-primary",children:"bolt"}),"Token Saver"]})}),(0,d.jsxs)("div",{className:"flex items-center justify-between pt-2 pb-4 border-b border-border gap-4",children:[(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsxs)("p",{className:"font-medium",children:["Compress tool output"," ",(0,d.jsx)("a",{href:"https://github.com/rtk-ai/rtk",target:"_blank",rel:"noreferrer",className:"text-xs font-normal text-primary underline hover:opacity-80",children:"(RTK)"})]}),(0,d.jsx)("p",{className:"text-sm text-text-muted",children:"git/grep/ls/tree/logs → 60-90% fewer input tokens"})]}),(0,d.jsx)(f.lM,{checked:a,onChange:()=>aq(!a)})]}),(0,d.jsxs)("div",{className:"flex items-center justify-between py-4 gap-4 flex-wrap",children:[(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsxs)("div",{className:"flex items-center gap-3 flex-wrap",children:[(0,d.jsxs)("p",{className:"font-medium",children:["Compress context"," ",(0,d.jsx)("a",{href:"https://github.com/chopratejas/headroom",target:"_blank",rel:"noreferrer",className:"text-xs font-normal text-primary underline hover:opacity-80",children:"(Headroom)"})]}),(0,d.jsx)("span",{className:`text-xs px-2 py-0.5 rounded ${aF?"bg-success/15 text-success":"bg-warning/15 text-warning"}`,children:aG}),(0,d.jsx)("button",{type:"button",onClick:()=>q(!0),className:"text-xs text-primary underline hover:opacity-80",children:aF?"Manage":"Setup"})]}),(0,d.jsx)("p",{className:"text-sm text-text-muted mt-1",children:"Compress prompts via /v1/compress before routing to the model"})]}),(0,d.jsx)(f.lM,{checked:c,onChange:()=>{var a;let b;return a=!c,void(k(b=j.trim()||"http://localhost:8787"),i(a),ap({headroomEnabled:a,headroomUrl:b}))}})]}),n.installed&&(0,d.jsxs)("div",{className:"mb-3 ml-1 pl-3 pb-4 border-l-2 border-border",children:[(0,d.jsxs)("div",{className:"flex items-center gap-2 flex-wrap",children:[(0,d.jsxs)("span",{className:"text-xs text-text-muted",children:["Compression extras",v.version?` \xb7 v${v.version}`:"",":"]}),v.available.map(a=>{let b=!!v.extras[a],c=x.includes(a),e="code"===a?"tree-sitter AST compression for code responses":"Kompress-v2 HF model for prose/agentic traces (~+1GB)";if(b){let b="code"===a?J:L;return(0,d.jsxs)("div",{className:"flex items-center gap-1.5 text-xs px-2 py-1 rounded border border-success/40 bg-success/5 text-text",title:e,children:[(0,d.jsx)(f.lM,{size:"sm",checked:b,disabled:N,onChange:()=>aB(a,!b)}),(0,d.jsxs)("span",{className:"font-medium",children:["[",a,"]"]}),(0,d.jsx)("button",{type:"button",onClick:()=>aA(a),disabled:D===a,className:"ml-1 text-error underline hover:opacity-80 disabled:opacity-50",title:`Uninstall [${a}]`,children:D===a?"Uninstalling…":"Uninstall"})]},a)}return(0,d.jsxs)("label",{className:`flex items-center gap-1.5 text-xs px-2 py-1 rounded border cursor-pointer transition-colors ${c?"border-primary bg-primary/10 text-primary":"border-border text-text-muted hover:bg-surface-2"}`,title:e,children:[(0,d.jsx)("input",{type:"checkbox",className:"w-3 h-3",checked:c,onChange:()=>{y(b=>b.includes(a)?b.filter(b=>b!==a):[...b,a])}}),(0,d.jsxs)("span",{className:"font-medium",children:["[",a,"]"]}),(0,d.jsx)("span",{className:"opacity-70",children:"not installed"})]},a)}),x.length>0&&(0,d.jsx)("button",{onClick:az,disabled:z,className:"text-xs px-2.5 py-1 rounded bg-primary text-white hover:opacity-90 disabled:opacity-50",children:z?"Installing…":`Install [proxy,${x.join(",")}]`})]}),B&&(0,d.jsx)("p",{className:"text-xs text-error mt-1",children:B}),N&&(0,d.jsx)("p",{className:"text-xs text-text-muted mt-1",children:"Restarting proxy…"}),(z||D)&&F&&(0,d.jsx)("pre",{className:"mt-2 max-h-32 overflow-auto rounded bg-surface-2 p-2 text-[10px] leading-tight text-text-muted whitespace-pre-wrap",children:F}),(0,d.jsxs)("p",{className:"text-xs text-text-muted mt-1",children:["Installing adds the package; use ",(0,d.jsx)("code",{children:"on"}),"/",(0,d.jsx)("code",{children:"off"})," ","to activate it (restarts the proxy). Default install is"," ",(0,d.jsx)("code",{children:"[proxy]"})," only (SmartCrusher for JSON). Adding"," ",(0,d.jsx)("code",{children:"[code]"})," enables AST compression (Python/JS/TS/Go/Rust/Java/C/C++/Perl). Adding ",(0,d.jsx)("code",{children:"[ml]"})," ","enables the Kompress-v2 HF model for prose/agentic traces but adds ~1 GB (torch + huggingface-hub)."]})]}),(0,d.jsxs)("div",{className:"flex items-center justify-between pt-4 border-t border-border gap-4 flex-wrap",children:[(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsxs)("p",{className:"font-medium",children:["Compress LLM output"," ",(0,d.jsx)("a",{href:"https://github.com/JuliusBrussee/caveman",target:"_blank",rel:"noreferrer",className:"text-xs font-normal text-primary underline hover:opacity-80",children:"(Caveman)"})]}),(0,d.jsx)("p",{className:"text-sm text-text-muted",children:"Terse-style system prompt → ~65% fewer output tokens (up to 87%)"})]}),(0,d.jsxs)("div",{className:"flex items-center gap-3 shrink-0",children:[Q&&(0,d.jsxs)("div",{className:"flex flex-col items-end gap-1",children:[(0,d.jsx)("div",{className:"flex items-center gap-1.5",children:ao.map(a=>(0,d.jsx)("button",{onClick:()=>{var b;T(b=a.id),ap({cavemanLevel:b})},className:`px-3 py-1.5 rounded text-xs font-medium border transition-colors ${S===a.id?"bg-primary text-white border-primary":"bg-transparent border-border text-text-muted hover:bg-surface-2"}`,title:a.desc,children:a.label},a.id))}),(0,d.jsx)("p",{className:"text-xs text-primary",children:h.ev.find(a=>a.id===S)?.desc})]}),(0,d.jsx)(f.lM,{checked:Q,onChange:()=>{var a;R(a=!Q),ap({cavemanEnabled:a})}})]})]}),(0,d.jsxs)("div",{className:"flex items-center justify-between pt-4 mt-4 border-t border-border gap-4 flex-wrap",children:[(0,d.jsxs)("div",{className:"min-w-0 flex-1",children:[(0,d.jsxs)("p",{className:"font-medium",children:["Lazy senior dev"," ",(0,d.jsx)("a",{href:"https://github.com/DietrichGebert/ponytail",target:"_blank",rel:"noreferrer",className:"text-xs font-normal text-primary underline hover:opacity-80",children:"(Ponytail)"})]}),(0,d.jsx)("p",{className:"text-sm text-text-muted",children:"Bias the model toward minimal code: YAGNI, reuse stdlib, deletion over addition"})]}),(0,d.jsxs)("div",{className:"flex items-center gap-3 shrink-0",children:[U&&(0,d.jsxs)("div",{className:"flex flex-col items-end gap-1",children:[(0,d.jsx)("div",{className:"flex items-center gap-1.5",children:h.Nv.map(a=>(0,d.jsx)("button",{onClick:()=>{var b;X(b=a.id),ap({ponytailLevel:b})},className:`px-3 py-1.5 rounded text-xs font-medium border transition-colors ${W===a.id?"bg-primary text-white border-primary":"bg-transparent border-border text-text-muted hover:bg-surface-2"}`,title:a.desc,children:a.label},a.id))}),(0,d.jsx)("p",{className:"text-xs text-primary",children:h.Nv.find(a=>a.id===W)?.desc})]}),(0,d.jsx)(f.lM,{checked:U,onChange:()=>{var a;V(a=!U),ap({ponytailEnabled:a})}})]})]}),!1]}),(0,d.jsx)(f.aF,{isOpen:p,title:aF?"Headroom":"Setup Headroom",onClose:()=>q(!1),children:(0,d.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,d.jsxs)("div",{className:"flex items-center justify-between text-sm",children:[(0,d.jsx)("span",{children:"Status"}),(0,d.jsx)("span",{className:aF?"text-success":"text-warning",children:aG})]}),aF&&(0,d.jsx)("a",{href:"/api/headroom/proxy/dashboard",target:"_blank",rel:"noreferrer",className:"w-full rounded border border-border px-4 py-2 text-center text-sm hover:bg-surface-2",children:"Open Headroom Dashboard"}),(0,d.jsxs)("div",{className:"flex flex-col gap-1",children:[(0,d.jsx)("p",{className:"text-sm font-medium",children:"Proxy URL"}),(0,d.jsx)(f.pd,{value:j,onChange:a=>k(a.target.value),onBlur:ar,placeholder:"http://localhost:8787",className:"font-mono text-sm"}),(0,d.jsx)("p",{className:"text-xs text-text-muted",children:"Use a local proxy for Start/Stop, or an external Docker sidecar like http://headroom:8787."})]}),(0,d.jsxs)("div",{className:"flex flex-col gap-1",children:[(0,d.jsx)("p",{className:"text-sm font-medium",children:"Timeout (ms)"}),(0,d.jsx)(f.pd,{value:String(l),onChange:a=>m(a.target.value),onBlur:()=>{let a=Math.round(Number(l)),b=Number.isFinite(a)&&a>0?a:3e3;m(b),ap({headroomTimeoutMs:b})},placeholder:"3000",className:"font-mono text-sm"}),(0,d.jsx)("p",{className:"text-xs text-text-muted",children:"Request timeout in milliseconds. Defaults to 3000 ms."})]}),aJ?(0,d.jsx)(f.$n,{onClick:au,variant:"ghost",fullWidth:!0,disabled:r,children:r?"Stopping…":"Stop Headroom"}):aF?(0,d.jsx)("p",{className:"text-sm text-success",children:"Headroom proxy is reachable. You can enable the token saver."}):aI?(0,d.jsx)(f.$n,{onClick:at,fullWidth:!0,disabled:r,children:r?"Starting…":"Start Headroom"}):aH?n.python?(0,d.jsxs)("div",{className:"flex flex-col gap-1",children:[(0,d.jsx)("p",{className:"text-sm font-medium",children:"Install then click Start:"}),(0,d.jsxs)("div",{className:"flex items-center gap-2",children:[(0,d.jsx)("pre",{className:"flex-1 rounded bg-black/5 dark:bg-white/5 p-2 text-xs font-mono overflow-x-auto",children:'pip install "headroom-ai[proxy]"'}),(0,d.jsx)(f.$n,{size:"sm",variant:"ghost",onClick:()=>an('pip install "headroom-ai[proxy]"'),children:am?"Copied":"Copy"})]})]}):(0,d.jsx)("p",{className:"text-sm text-warning",children:"Python ≥ 3.10 required for local managed mode. Install Python first, or use an external proxy URL."}):(0,d.jsx)("p",{className:"text-sm text-warning",children:"Start Headroom separately at the configured URL, then recheck."}),t&&(0,d.jsx)("p",{className:"text-sm text-warning",children:t}),(0,d.jsxs)("div",{className:"flex gap-2",children:[(0,d.jsx)(f.$n,{onClick:()=>as(),variant:"ghost",fullWidth:!0,children:"Recheck"}),(0,d.jsx)(f.$n,{onClick:()=>q(!1),fullWidth:!0,children:"Done"})]})]})}),(0,d.jsx)(f.aF,{isOpen:!1,title:aa.installed?"PXPIPE":"Setup PXPIPE",onClose:()=>af(!1),children:(0,d.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,d.jsx)("p",{className:"text-sm text-text-muted",children:"Compress prompts using multimodal encoding. Runs in-process — no extra server or environment variables required."}),(0,d.jsxs)("div",{className:"flex items-center justify-between text-sm",children:[(0,d.jsx)("span",{children:"Status"}),(0,d.jsxs)("span",{className:aK||aa.running?"text-success":"text-warning",children:[aL,aa.version?` \xb7 v${aa.version}`:""]})]}),ac?.checks?.length>0&&(0,d.jsxs)("div",{className:"flex flex-col gap-1 rounded border border-border p-3",children:[(0,d.jsx)("p",{className:"text-sm font-medium mb-1",children:"Health check"}),ac.checks.map(a=>(0,d.jsxs)("div",{className:"flex items-center justify-between text-xs",children:[(0,d.jsxs)("span",{className:a.ok?"text-success":"text-warning",children:[a.ok?"●":"○"," ",a.label]}),a.detail&&(0,d.jsx)("span",{className:"text-text-muted font-mono truncate max-w-[50%]",children:a.detail})]},a.id)),ac.error&&(0,d.jsx)("p",{className:"text-xs text-warning mt-1",children:ac.error})]}),aa.installed?(0,d.jsxs)("div",{className:"grid grid-cols-2 gap-2",children:[aa.running?(0,d.jsxs)(d.Fragment,{children:[(0,d.jsx)(f.$n,{onClick:()=>aE("restart"),variant:"ghost",disabled:ag,children:"Restart"}),(0,d.jsx)(f.$n,{onClick:()=>aE("stop"),variant:"ghost",disabled:ag,children:"Stop"})]}):(0,d.jsx)(f.$n,{onClick:()=>aE("start"),disabled:ag,children:ag?"Starting…":"Start"}),(0,d.jsx)(f.$n,{onClick:()=>aE("install"),variant:"ghost",disabled:ag,children:"Repair"}),(0,d.jsx)("a",{href:"/dashboard/pxpipe#logs",className:"col-span-2 rounded border border-border px-4 py-2 text-center text-sm hover:bg-surface-2",children:"Open Logs"})]}):(0,d.jsxs)("div",{className:"flex flex-col gap-2",children:[(0,d.jsx)("p",{className:"text-sm text-warning",children:"PXPIPE is not installed."}),(0,d.jsx)(f.$n,{onClick:()=>aE("install"),fullWidth:!0,disabled:ag||aa.installing,children:ag||aa.installing?"Installing…":"Install"}),(0,d.jsxs)("p",{className:"text-xs text-text-muted",children:["Installs the npm package ",(0,d.jsx)("code",{className:"font-mono",children:"pxpipe-proxy"})," into the 9Router data directory. May take a few minutes."]})]}),(0,d.jsxs)("div",{className:"flex flex-col gap-1",children:[(0,d.jsx)("p",{className:"text-sm font-medium",children:"Minimum prompt size (chars)"}),(0,d.jsx)(f.pd,{value:String($),onChange:a=>_(a.target.value),onBlur:()=>{let a=Math.max(0,Number($)||25e3);_(a),ap({pxpipeMinChars:a})},placeholder:"25000",className:"font-mono text-sm"}),(0,d.jsx)("p",{className:"text-xs text-text-muted",children:"Requests smaller than this bypass PXPIPE and are sent as-is."})]}),ai&&(0,d.jsx)("p",{className:"text-sm text-warning",children:ai}),(0,d.jsxs)("div",{className:"flex gap-2",children:[(0,d.jsx)(f.$n,{onClick:()=>aC().then(aD),variant:"ghost",fullWidth:!0,children:"Recheck"}),(0,d.jsx)(f.$n,{onClick:()=>af(!1),fullWidth:!0,children:"Done"})]})]})}),(0,d.jsx)(f.uo,{isOpen:!!H,onClose:()=>I(null),onConfirm:()=>{let a=H?.onConfirm;I(null),a?.()},title:H?.title,message:H?.message,confirmText:H?.confirmText,variant:H?.variant})]})}},41025:a=>{"use strict";a.exports=require("next/dist/server/app-render/dynamic-access-async-storage.external.js")},41692:a=>{"use strict";a.exports=require("node:tls")},41792:a=>{"use strict";a.exports=require("node:querystring")},46060:a=>{"use strict";a.exports=require("next/dist/shared/lib/no-fallback-error.external.js")},46293:a=>{"use strict";a.exports=require("sql.js")},48161:a=>{"use strict";a.exports=require("node:os")},49524:(a,b,c)=>{Promise.resolve().then(c.bind(c,13397))},51455:a=>{"use strict";a.exports=require("node:fs/promises")},51732:(a,b,c)=>{Promise.resolve().then(c.bind(c,40911))},53053:a=>{"use strict";a.exports=require("node:diagnostics_channel")},55511:a=>{"use strict";a.exports=require("crypto")},55591:a=>{"use strict";a.exports=require("https")},57075:a=>{"use strict";a.exports=require("node:stream")},57975:a=>{"use strict";a.exports=require("node:util")},59239:(a,b,c)=>{"use strict";c.r(b),c.d(b,{default:()=>f});var d=c(5735),e=c(13397);function f(){return(0,d.jsx)(e.default,{})}},63033:a=>{"use strict";a.exports=require("next/dist/server/app-render/work-unit-async-storage.external.js")},67960:(a,b,c)=>{"use strict";c.d(b,{Cp:()=>g,Hx:()=>f,Iv:()=>k,Nv:()=>m,RL:()=>j,ev:()=>l,fl:()=>h,hT:()=>d,oX:()=>e,t6:()=>i});let d=["zh-CN","zh-TW"],e=[{icon:"public",title:"Access Anywhere",desc:"Use your API from any network"},{icon:"group",title:"Share Endpoint",desc:"Share URL with team members"},{icon:"code",title:"Use in Cursor/Cline",desc:"Connect AI tools remotely"},{icon:"lock",title:"Encrypted",desc:"End-to-end TLS via Cloudflare"}],f=2e3,g=3e5,h=5e3,i=5,j=1e4,k=5e3,l=[{id:"lite",label:"Lite",desc:"Drop filler, keep grammar"},{id:"full",label:"Full",desc:"Drop articles, fragments OK"},{id:"ultra",label:"Ultra",desc:"Telegraphic, max compression"},{id:"wenyan-lite",label:"文 Lite",desc:"Classical Chinese, light compression",wenyan:!0},{id:"wenyan",label:"文 Full",desc:"Maximum 文言文, 80-90% reduction",wenyan:!0},{id:"wenyan-ultra",label:"文 Ultra",desc:"Extreme classical compression",wenyan:!0}],m=[{id:"lite",label:"Lite",desc:"Build asked, name lazier option"},{id:"full",label:"Full",desc:"Ladder enforced: stdlib/native first"},{id:"ultra",label:"Ultra",desc:"YAGNI extremist, deletion first"}]},69461:(a,b,c)=>{"use strict";c.r(b),c.d(b,{__next_app__:()=>w,handler:()=>y,routeModule:()=>x});var d=c(21635),e=c(86315),f=c(1020),g=c(61287),h={};for(let a in g)0>["default","__next_app__","routeModule","handler"].indexOf(a)&&(h[a]=()=>g[a]);c.d(b,h);let i=(0,d.p)(()=>Promise.resolve().then(c.bind(c,57529))),j=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,95547,23))),k=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),l=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),m=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),n=(0,d.p)(()=>Promise.resolve().then(c.bind(c,30508))),o=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,95547,23))),p=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,55091,23))),q=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,45270,23))),r=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,28193,23))),s=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,95547,23))),t=(0,d.p)(()=>Promise.resolve().then(c.t.bind(c,95547,23))),u={children:["",{children:["(dashboard)",{children:["dashboard",{children:["token-saver",{children:["__PAGE__",{},{page:[(0,d.p)(()=>Promise.resolve().then(c.bind(c,59239))),"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\dashboard\\token-saver\\page.js"]}]},{"global-error":[t,"next/dist/client/components/builtin/global-error.js"]},[]]},{"global-error":[s,"next/dist/client/components/builtin/global-error.js"]},[]]},{layout:[n,"C:\\Users\\Developer\\9router-fix\\src\\app\\(dashboard)\\layout.js"],"global-error":[o,"next/dist/client/components/builtin/global-error.js"],"not-found":[p,"next/dist/client/components/builtin/not-found.js"],forbidden:[q,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[r,"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await (0,d.p)(()=>Promise.resolve().then(c.bind(c,70440)))()).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]},{layout:[i,"C:\\Users\\Developer\\9router-fix\\src\\app\\layout.js"],"global-error":[j,"next/dist/client/components/builtin/global-error.js"],"not-found":[k,"next/dist/client/components/builtin/not-found.js"],forbidden:[l,"next/dist/client/components/builtin/forbidden.js"],unauthorized:[m,"next/dist/client/components/builtin/unauthorized.js"],metadata:{icon:[async a=>(await (0,d.p)(()=>Promise.resolve().then(c.bind(c,70440)))()).default(a)],apple:[],openGraph:[],twitter:[],manifest:"/manifest.webmanifest"}},[]]}.children,v=(0,e.H)({tree:u,page:"/(dashboard)/dashboard/token-saver/page",pathname:"/dashboard/token-saver",require:c,loadChunk:()=>Promise.resolve(),interopDefault:f.T}),w=v.__next_app__,x=v.routeModule,y=v.handler},71553:a=>{"use strict";a.exports=require("node:dns/promises")},71622:a=>{"use strict";a.exports=import("open")},73024:a=>{"use strict";a.exports=require("node:fs")},73136:a=>{"use strict";a.exports=require("node:url")},73429:a=>{"use strict";a.exports=require("node:util/types")},73496:a=>{"use strict";a.exports=require("http2")},74075:a=>{"use strict";a.exports=require("zlib")},75919:a=>{"use strict";a.exports=require("node:worker_threads")},76760:a=>{"use strict";a.exports=require("node:path")},77030:a=>{"use strict";a.exports=require("node:net")},77598:a=>{"use strict";a.exports=require("node:crypto")},78474:a=>{"use strict";a.exports=require("node:events")},79646:a=>{"use strict";a.exports=require("child_process")},79868:a=>{"use strict";a.exports=require("node:sqlite")},81630:a=>{"use strict";a.exports=require("http")},81787:a=>{"use strict";a.exports=require("bun:sqlite")},87550:a=>{"use strict";a.exports=require("better-sqlite3")},87997:a=>{"use strict";a.exports=require("node:timers")},91645:a=>{"use strict";a.exports=require("net")},94735:a=>{"use strict";a.exports=require("events")}};var b=require("../../../../webpack-runtime.js");b.C(a);var c=b.X(0,[4741,1260,2430,4613,8251,4884,8236,6070,869,915,6457,4123,929,6777,412,876],()=>b(b.s=69461));module.exports=c})();
|