n9router 0.4.37 → 0.4.39
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/BUILD_ID +1 -1
- package/app/.next/app-path-routes-manifest.json +14 -13
- package/app/.next/build-manifest.json +2 -2
- package/app/.next/prerender-manifest.json +3 -3
- package/app/.next/routes-manifest.json +6 -0
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/basic-chat/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/[toolId]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/cli-tools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/combos/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/combos/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/console-log/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/endpoint/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/[kind]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/combo/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/media-providers/web/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/mitm/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/profile/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/profile/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/[id]/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/new/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/providers/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/providers/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/proxy-pools/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/quota/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/quota/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/skills/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/skills/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/translator/page.js +2 -2
- package/app/.next/server/app/(dashboard)/dashboard/translator/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/(dashboard)/dashboard/usage/page.js +3 -3
- package/app/.next/server/app/(dashboard)/dashboard/usage/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error/page.js +3 -3
- package/app/.next/server/app/_global-error/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_global-error.html +1 -1
- package/app/.next/server/app/_global-error.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/app/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/_not-found/page.js +2 -2
- package/app/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/_not-found.html +1 -1
- package/app/.next/server/app/_not-found.rsc +3 -3
- package/app/.next/server/app/_not-found.segments/_full.segment.rsc +3 -3
- package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/api/antigravity-app/route.js +1 -1
- package/app/.next/server/app/api/antigravity-app-v2/route.js +1 -1
- package/app/.next/server/app/api/antigravity-ide/route.js +1 -1
- package/app/.next/server/app/api/antigravity-targets/route.js +1 -0
- package/app/.next/server/app/api/antigravity-targets/route.js.nft.json +1 -0
- package/app/.next/server/app/api/antigravity-targets/route_client-reference-manifest.js +1 -0
- package/app/.next/server/app/api/antigravity-tools/import/route.js +1 -1
- package/app/.next/server/app/api/antigravity-tools/import-refresh-tokens/route.js +1 -1
- package/app/.next/server/app/api/auth/login/route.js +1 -1
- package/app/.next/server/app/api/auth/logout/route.js +1 -1
- package/app/.next/server/app/api/auth/oidc/callback/route.js +1 -1
- package/app/.next/server/app/api/auth/oidc/start/route.js +1 -1
- package/app/.next/server/app/api/auth/oidc/test/route.js +1 -1
- package/app/.next/server/app/api/auth/status/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/all-statuses/route.js +4 -4
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/alias/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/antigravity-mitm/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/claude-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/cline-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/codex-settings/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/copilot-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/cowork-mcp-registry/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-mcp-tools/route.js +1 -1
- package/app/.next/server/app/api/cli-tools/cowork-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/deepseek-tui-settings/route.js +3 -3
- package/app/.next/server/app/api/cli-tools/droid-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/hermes-settings/route.js +3 -3
- package/app/.next/server/app/api/cli-tools/jcode-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/kilo-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/openclaw-settings/route.js +2 -2
- package/app/.next/server/app/api/cli-tools/opencode-settings/route.js +1 -1
- package/app/.next/server/app/api/combos/[id]/route.js +1 -1
- package/app/.next/server/app/api/combos/route.js +1 -1
- package/app/.next/server/app/api/donate/route.js +1 -1
- package/app/.next/server/app/api/health/route.js +1 -1
- package/app/.next/server/app/api/init/route.js +1 -1
- package/app/.next/server/app/api/internal/account-health/route.js +1 -1
- package/app/.next/server/app/api/internal/request-detail/route.js +1 -1
- package/app/.next/server/app/api/internal/usage/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/reset-usage/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/route.js +1 -1
- package/app/.next/server/app/api/keys/[id]/usage/route.js +1 -1
- package/app/.next/server/app/api/keys/route.js +1 -1
- package/app/.next/server/app/api/locale/route.js +1 -1
- package/app/.next/server/app/api/mcp/[plugin]/message/route.js +1 -1
- package/app/.next/server/app/api/mcp/[plugin]/sse/route.js +2 -2
- package/app/.next/server/app/api/media-providers/tts/deepgram/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/elevenlabs/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/inworld/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/minimax/voices/route.js +1 -1
- package/app/.next/server/app/api/media-providers/tts/voices/route.js +1 -1
- package/app/.next/server/app/api/models/alias/route.js +1 -1
- package/app/.next/server/app/api/models/availability/route.js +1 -1
- package/app/.next/server/app/api/models/custom/route.js +1 -1
- package/app/.next/server/app/api/models/disabled/route.js +1 -1
- package/app/.next/server/app/api/models/route.js +1 -1
- package/app/.next/server/app/api/models/test/route.js +1 -1
- package/app/.next/server/app/api/oauth/[provider]/[action]/route.js +1 -1
- package/app/.next/server/app/api/oauth/codex/import-token/route.js +1 -1
- package/app/.next/server/app/api/oauth/cursor/auto-import/route.js +2 -2
- package/app/.next/server/app/api/oauth/cursor/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/gitlab/pat/route.js +1 -1
- package/app/.next/server/app/api/oauth/iflow/cookie/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/auto-import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/import/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-authorize/route.js +1 -1
- package/app/.next/server/app/api/oauth/kiro/social-exchange/route.js +1 -1
- package/app/.next/server/app/api/pricing/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/[id]/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/route.js +1 -1
- package/app/.next/server/app/api/provider-nodes/validate/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/models/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/providers/[id]/test-models/route.js +1 -1
- package/app/.next/server/app/api/providers/client/route.js +1 -1
- package/app/.next/server/app/api/providers/kilo/free-models/route.js +1 -1
- package/app/.next/server/app/api/providers/route.js +1 -1
- package/app/.next/server/app/api/providers/suggested-models/route.js +1 -1
- package/app/.next/server/app/api/providers/test-batch/route.js +1 -1
- package/app/.next/server/app/api/providers/validate/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/[id]/test/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/cloudflare-deploy/route.js +2 -2
- package/app/.next/server/app/api/proxy-pools/deno-deploy/route.js +2 -2
- package/app/.next/server/app/api/proxy-pools/route.js +1 -1
- package/app/.next/server/app/api/proxy-pools/vercel-deploy/route.js +2 -2
- package/app/.next/server/app/api/settings/database/route.js +1 -1
- package/app/.next/server/app/api/settings/proxy-test/route.js +1 -1
- package/app/.next/server/app/api/settings/require-login/route.js +1 -1
- package/app/.next/server/app/api/settings/route.js +1 -1
- package/app/.next/server/app/api/shutdown/route.js +1 -1
- package/app/.next/server/app/api/tags/route.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/route.js +1 -1
- package/app/.next/server/app/api/translator/console-logs/stream/route.js +2 -2
- package/app/.next/server/app/api/translator/load/route.js +1 -1
- package/app/.next/server/app/api/translator/save/route.js +1 -1
- package/app/.next/server/app/api/translator/send/route.js +1 -1
- package/app/.next/server/app/api/translator/translate/route.js +1 -1
- package/app/.next/server/app/api/tunnel/disable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/enable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/status/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-check/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-disable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-enable/route.js +1 -1
- package/app/.next/server/app/api/tunnel/tailscale-install/route.js +2 -2
- package/app/.next/server/app/api/usage/[connectionId]/route.js +1 -1
- package/app/.next/server/app/api/usage/chart/route.js +1 -1
- package/app/.next/server/app/api/usage/history/route.js +1 -1
- package/app/.next/server/app/api/usage/logs/route.js +1 -1
- package/app/.next/server/app/api/usage/providers/route.js +1 -1
- package/app/.next/server/app/api/usage/report/route.js +1 -1
- package/app/.next/server/app/api/usage/request-details/route.js +1 -1
- package/app/.next/server/app/api/usage/request-logs/route.js +1 -1
- package/app/.next/server/app/api/usage/stats/route.js +1 -1
- package/app/.next/server/app/api/usage/stream/route.js +2 -2
- package/app/.next/server/app/api/v1/api/chat/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/speech/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/transcriptions/route.js +1 -1
- package/app/.next/server/app/api/v1/audio/voices/route.js +1 -1
- package/app/.next/server/app/api/v1/chat/completions/route.js +1 -1
- package/app/.next/server/app/api/v1/embeddings/route.js +1 -1
- package/app/.next/server/app/api/v1/images/generations/route.js +2 -2
- package/app/.next/server/app/api/v1/messages/count_tokens/route.js +1 -1
- package/app/.next/server/app/api/v1/messages/route.js +1 -1
- package/app/.next/server/app/api/v1/models/[kind]/route.js +1 -1
- package/app/.next/server/app/api/v1/models/info/route.js +1 -1
- package/app/.next/server/app/api/v1/models/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/compact/route.js +1 -1
- package/app/.next/server/app/api/v1/responses/route.js +1 -1
- package/app/.next/server/app/api/v1/route.js +1 -1
- package/app/.next/server/app/api/v1/search/route.js +1 -1
- package/app/.next/server/app/api/v1/web/fetch/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/[...path]/route.js +1 -1
- package/app/.next/server/app/api/v1beta/models/route.js +1 -1
- package/app/.next/server/app/api/version/route.js +1 -1
- package/app/.next/server/app/api/version/shutdown/route.js +1 -1
- package/app/.next/server/app/api/version/update/route.js +1 -1
- package/app/.next/server/app/callback/page.js +2 -2
- package/app/.next/server/app/callback/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/callback.html +1 -1
- package/app/.next/server/app/callback.rsc +3 -3
- package/app/.next/server/app/callback.segments/_full.segment.rsc +3 -3
- package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/callback.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/callback/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/callback.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.html +1 -1
- package/app/.next/server/app/dashboard/basic-chat.rsc +5 -5
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard/basic-chat.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/basic-chat.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/basic-chat.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/basic-chat.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.html +1 -1
- package/app/.next/server/app/dashboard/cli-tools.rsc +5 -5
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard/cli-tools.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/cli-tools.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/cli-tools.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.html +1 -1
- package/app/.next/server/app/dashboard/combos.rsc +5 -5
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard/combos.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.html +1 -1
- package/app/.next/server/app/dashboard/endpoint.rsc +5 -5
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard/endpoint.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.html +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.rsc +5 -5
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers/web.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard/media-providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/media-providers/web.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/media-providers/web.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.html +1 -1
- package/app/.next/server/app/dashboard/mitm.rsc +5 -5
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard/mitm.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.html +1 -1
- package/app/.next/server/app/dashboard/profile.rsc +5 -5
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard/profile.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.html +1 -1
- package/app/.next/server/app/dashboard/providers/new.rsc +5 -5
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers/new.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/providers/new.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers/new.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.html +1 -1
- package/app/.next/server/app/dashboard/providers.rsc +5 -5
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard/providers.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.html +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.rsc +5 -5
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard/proxy-pools.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/proxy-pools.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.html +2 -2
- package/app/.next/server/app/dashboard/quota.rsc +6 -6
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota/__PAGE__.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard/quota.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/quota.segments/_full.segment.rsc +6 -6
- package/app/.next/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/quota.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing/page.js +2 -2
- package/app/.next/server/app/dashboard/settings/pricing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.html +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.rsc +3 -3
- package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/settings/pricing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings/pricing.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard/settings.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/settings/pricing.segments/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.html +1 -1
- package/app/.next/server/app/dashboard/skills.rsc +5 -5
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard/skills.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/skills.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/skills.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.html +1 -1
- package/app/.next/server/app/dashboard/translator.rsc +5 -5
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard/translator.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.html +1 -1
- package/app/.next/server/app/dashboard/usage.rsc +5 -5
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard/usage.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.html +1 -1
- package/app/.next/server/app/dashboard.rsc +5 -5
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk/dashboard.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/!KGRhc2hib2FyZCk.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/favicon.ico/route.js +1 -1
- package/app/.next/server/app/index.html +1 -1
- package/app/.next/server/app/index.rsc +3 -3
- package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_full.segment.rsc +3 -3
- package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/landing/page.js +2 -2
- package/app/.next/server/app/landing/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/landing.html +1 -1
- package/app/.next/server/app/landing.rsc +3 -3
- package/app/.next/server/app/landing.segments/_full.segment.rsc +3 -3
- package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/landing.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/landing/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/landing.segment.rsc +1 -1
- package/app/.next/server/app/login/page.js +2 -2
- package/app/.next/server/app/login/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app/login.html +1 -1
- package/app/.next/server/app/login.rsc +4 -4
- package/app/.next/server/app/login.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/login.segments/_index.segment.rsc +3 -3
- package/app/.next/server/app/login.segments/_tree.segment.rsc +1 -1
- package/app/.next/server/app/login.segments/login/__PAGE__.segment.rsc +2 -2
- package/app/.next/server/app/login.segments/login.segment.rsc +1 -1
- package/app/.next/server/app/manifest.webmanifest/route.js +2 -2
- package/app/.next/server/app/page.js +2 -2
- package/app/.next/server/app/page_client-reference-manifest.js +1 -1
- package/app/.next/server/app-paths-manifest.json +14 -13
- package/app/.next/server/chunks/3110.js +1 -1
- package/app/.next/server/chunks/318.js +9 -9
- package/app/.next/server/chunks/3588.js +1 -1
- package/app/.next/server/chunks/3759.js +1 -1
- package/app/.next/server/chunks/6251.js +1 -1
- package/app/.next/server/chunks/6811.js +1 -1
- package/app/.next/server/chunks/8473.js +2 -2
- package/app/.next/server/chunks/8895.js +3 -3
- package/app/.next/server/chunks/9489.js +1 -1
- package/app/.next/server/chunks/9807.js +1 -1
- package/app/.next/server/middleware-build-manifest.js +1 -1
- package/app/.next/server/pages/404.html +1 -1
- package/app/.next/server/pages/500.html +1 -1
- package/app/.next/server/server-reference-manifest.js +1 -1
- package/app/.next/server/server-reference-manifest.json +1 -1
- package/app/.next/static/chunks/{1321-ae8f019eee61818e.js → 1321-0a263e340e5ac89b.js} +1 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-ff34887f020e7a37.js +1 -0
- package/app/.next/static/chunks/app/_global-error/{page-7a42dc789702ab06.js → page-9e73c1f718efb820.js} +1 -1
- package/app/.next/static/chunks/app/api/antigravity-app/{route-7a42dc789702ab06.js → route-9e73c1f718efb820.js} +1 -1
- package/app/.next/static/chunks/app/api/antigravity-app-v2/{route-7a42dc789702ab06.js → route-9e73c1f718efb820.js} +1 -1
- package/app/.next/static/chunks/app/api/antigravity-ide/{route-7a42dc789702ab06.js → route-9e73c1f718efb820.js} +1 -1
- package/app/.next/static/chunks/app/api/antigravity-targets/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/antigravity-tools/import/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/antigravity-tools/import-refresh-tokens/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/auth/login/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/auth/logout/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/callback/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/start/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/auth/oidc/test/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/auth/status/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/all-statuses/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/cowork-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/hermes-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/jcode-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/combos/[id]/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/combos/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/donate/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/health/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/init/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/internal/account-health/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/internal/request-detail/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/internal/usage/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/reset-usage/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/keys/[id]/usage/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/keys/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/locale/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/mcp/[plugin]/message/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/mcp/[plugin]/sse/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/deepgram/voices/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/inworld/voices/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/minimax/voices/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/models/alias/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/models/availability/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/models/custom/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/models/disabled/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/models/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/models/test/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/codex/import-token/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/pricing/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/providers/client/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/providers/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/providers/test-batch/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/providers/validate/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/cloudflare-deploy/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/deno-deploy/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/settings/database/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/settings/require-login/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/settings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/shutdown/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/tags/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/translator/load/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/translator/save/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/translator/send/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/translator/translate/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/disable/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/enable/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/status/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-check/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-disable/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-enable/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/tunnel/tailscale-install/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/usage/chart/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/usage/history/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/usage/logs/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/usage/providers/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/usage/report/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-details/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/usage/request-logs/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stats/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/usage/stream/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/api/chat/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/audio/voices/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/embeddings/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/images/generations/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/messages/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/[kind]/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/info/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/models/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/responses/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/search/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1/web/fetch/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/v1beta/models/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/version/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/version/shutdown/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/api/version/update/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/manifest.webmanifest/route-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/app/page-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-9e73c1f718efb820.js +1 -0
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-9e73c1f718efb820.js +1 -0
- package/app/.next/static/lt10LbiDbWGY38Na7xWK5/_buildManifest.js +1 -0
- package/app/open-sse/executors/kiro.js +67 -12
- package/app/open-sse/handlers/chatCore/streamingHandler.js +2 -2
- package/app/open-sse/handlers/chatCore.js +4 -4
- package/app/open-sse/handlers/responsesHandler.js +2 -1
- package/app/open-sse/utils/streamHandler.js +42 -10
- package/app/package.json +1 -1
- package/package.json +1 -1
- package/app/.next/static/YEhAtVGU-1J8HgdJmmpjP/_buildManifest.js +0 -1
- package/app/.next/static/chunks/app/(dashboard)/dashboard/profile/page-8eaef671b213ee9e.js +0 -1
- package/app/.next/static/chunks/app/api/antigravity-tools/import/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/antigravity-tools/import-refresh-tokens/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/auth/login/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/auth/logout/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/callback/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/start/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/auth/oidc/test/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/auth/status/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/all-statuses/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/alias/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/antigravity-mitm/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/claude-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cline-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/codex-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/copilot-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-registry/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-mcp-tools/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/cowork-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/deepseek-tui-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/droid-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/hermes-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/jcode-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/kilo-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/openclaw-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/cli-tools/opencode-settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/combos/[id]/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/combos/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/donate/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/health/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/init/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/internal/account-health/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/internal/request-detail/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/internal/usage/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/reset-usage/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/keys/[id]/usage/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/keys/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/locale/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/mcp/[plugin]/message/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/mcp/[plugin]/sse/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/deepgram/voices/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/elevenlabs/voices/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/inworld/voices/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/minimax/voices/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/media-providers/tts/voices/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/models/alias/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/models/availability/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/models/custom/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/models/disabled/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/models/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/models/test/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/[provider]/[action]/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/codex/import-token/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/auto-import/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/cursor/import/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/gitlab/pat/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/iflow/cookie/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/auto-import/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/import/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-authorize/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/oauth/kiro/social-exchange/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/pricing/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/[id]/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/provider-nodes/validate/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/models/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/providers/[id]/test-models/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/providers/client/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/providers/kilo/free-models/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/providers/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/providers/suggested-models/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/providers/test-batch/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/providers/validate/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/[id]/test/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/cloudflare-deploy/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/deno-deploy/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/proxy-pools/vercel-deploy/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/settings/database/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/settings/proxy-test/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/settings/require-login/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/settings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/shutdown/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/tags/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/translator/console-logs/stream/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/translator/load/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/translator/save/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/translator/send/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/translator/translate/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/disable/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/enable/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/status/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-check/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-disable/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-enable/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/tunnel/tailscale-install/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/usage/[connectionId]/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/usage/chart/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/usage/history/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/usage/logs/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/usage/providers/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/usage/report/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-details/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/usage/request-logs/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stats/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/usage/stream/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/api/chat/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/speech/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/transcriptions/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/audio/voices/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/chat/completions/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/embeddings/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/images/generations/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/count_tokens/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/messages/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/[kind]/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/info/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/models/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/compact/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/responses/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/search/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1/web/fetch/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/[...path]/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/v1beta/models/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/version/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/version/shutdown/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/api/version/update/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/manifest.webmanifest/route-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/app/page-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/app-error-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/forbidden-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/not-found-7a42dc789702ab06.js +0 -1
- package/app/.next/static/chunks/next/dist/client/components/builtin/unauthorized-7a42dc789702ab06.js +0 -1
- /package/app/.next/static/{YEhAtVGU-1J8HgdJmmpjP → lt10LbiDbWGY38Na7xWK5}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/0f03023a765dc337.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/440b3581c215aef0.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c2bac8d80aa27536.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-154456079185e990.js" async=""></script><script src="/_next/static/chunks/main-app-2284d70b9972b6b7.js" async=""></script><script src="/_next/static/chunks/1a258343-5938f676ed376386.js" async=""></script><script src="/_next/static/chunks/128-807a33fd4a703289.js" async=""></script><script src="/_next/static/chunks/1321-
|
|
1
|
+
<!DOCTYPE html><html lang="en"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" href="/_next/static/media/e4af272ccee01ff0-s.p.woff2" as="font" crossorigin="" type="font/woff2"/><link rel="stylesheet" href="/_next/static/css/0f03023a765dc337.css" data-precedence="next"/><link rel="stylesheet" href="/_next/static/css/440b3581c215aef0.css" data-precedence="next"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c2bac8d80aa27536.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-154456079185e990.js" async=""></script><script src="/_next/static/chunks/main-app-2284d70b9972b6b7.js" async=""></script><script src="/_next/static/chunks/1a258343-5938f676ed376386.js" async=""></script><script src="/_next/static/chunks/128-807a33fd4a703289.js" async=""></script><script src="/_next/static/chunks/1321-0a263e340e5ac89b.js" async=""></script><script src="/_next/static/chunks/5497-73d5899267432022.js" async=""></script><script src="/_next/static/chunks/app/(dashboard)/layout-1244fdc593309aa9.js" async=""></script><script src="/_next/static/chunks/app/layout-35b23f7e08fe3978.js" async=""></script><meta name="robots" content="noindex"/><meta name="next-size-adjust" content=""/><title>404: This page could not be found.</title><meta name="theme-color" content="#0a0a0a"/><title>n9Router - AI Infrastructure Management</title><meta name="description" content="One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly."/><link rel="manifest" href="/manifest.webmanifest"/><link rel="icon" href="/favicon.ico?603d046c9a6fdfbb" type="image/x-icon" sizes="16x16"/><link rel="icon" href="/favicon.svg"/><script>if(document.fonts&&document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}</script><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body class="__variable_f367f3 font-sans antialiased"><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center"><div><style>body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}</style><h1 class="next-error-h1" style="display:inline-block;margin:0 20px 0 0;padding:0 23px 0 0;font-size:24px;font-weight:500;vertical-align:top;line-height:49px">404</h1><div style="display:inline-block"><h2 style="font-size:14px;font-weight:400;line-height:49px;margin:0">This page could not be found.</h2></div></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c2bac8d80aa27536.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[21110,[\"3862\",\"static/chunks/1a258343-5938f676ed376386.js\",\"128\",\"static/chunks/128-807a33fd4a703289.js\",\"1321\",\"static/chunks/1321-0a263e340e5ac89b.js\",\"5497\",\"static/chunks/5497-73d5899267432022.js\",\"9305\",\"static/chunks/app/(dashboard)/layout-1244fdc593309aa9.js\"],\"ThemeProvider\"]\n3:I[94635,[\"1321\",\"static/chunks/1321-0a263e340e5ac89b.js\",\"7177\",\"static/chunks/app/layout-35b23f7e08fe3978.js\"],\"RuntimeI18nProvider\"]\n4:I[57121,[],\"\"]\n5:I[74581,[],\"\"]\n6:I[90484,[],\"OutletBoundary\"]\n7:\"$Sreact.suspense\"\na:I[90484,[],\"ViewportBoundary\"]\nc:I[90484,[],\"MetadataBoundary\"]\ne:I[27123,[],\"default\",1]\n:HL[\"/_next/static/media/e4af272ccee01ff0-s.p.woff2\",\"font\",{\"crossOrigin\":\"\",\"type\":\"font/woff2\"}]\n:HL[\"/_next/static/css/0f03023a765dc337.css\",\"style\"]\n:HL[\"/_next/static/css/440b3581c215aef0.css\",\"style\"]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_not-found\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_not-found\",{\"children\":[\"__PAGE__\",{}]}]},\"$undefined\",\"$undefined\",16],[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"link\",\"0\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/0f03023a765dc337.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}],[\"$\",\"link\",\"1\",{\"rel\":\"stylesheet\",\"href\":\"/_next/static/css/440b3581c215aef0.css\",\"precedence\":\"next\",\"crossOrigin\":\"$undefined\",\"nonce\":\"$undefined\"}]],[\"$\",\"html\",null,{\"lang\":\"en\",\"suppressHydrationWarning\":true,\"children\":[[\"$\",\"head\",null,{\"children\":[\"$\",\"script\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"if(document.fonts\u0026\u0026document.fonts.ready){document.fonts.ready.then(function(){document.documentElement.classList.add('fonts-loaded')})}else{document.documentElement.classList.add('fonts-loaded')}\"}}]}],[\"$\",\"body\",null,{\"className\":\"__variable_f367f3 font-sans antialiased\",\"children\":[\"$\",\"$L2\",null,{\"children\":[\"$\",\"$L3\",null,{\"children\":[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]}]}]}]]}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L4\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L5\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[[\"$\",\"title\",null,{\"children\":\"404: This page could not be found.\"}],[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"textAlign\":\"center\",\"display\":\"flex\",\"flexDirection\":\"column\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"children\":[[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\"}}],[\"$\",\"h1\",null,{\"className\":\"next-error-h1\",\"style\":{\"display\":\"inline-block\",\"margin\":\"0 20px 0 0\",\"padding\":\"0 23px 0 0\",\"fontSize\":24,\"fontWeight\":500,\"verticalAlign\":\"top\",\"lineHeight\":\"49px\"},\"children\":404}],[\"$\",\"div\",null,{\"style\":{\"display\":\"inline-block\"},\"children\":[\"$\",\"h2\",null,{\"style\":{\"fontSize\":14,\"fontWeight\":400,\"lineHeight\":\"49px\",\"margin\":0},\"children\":\"This page could not be found.\"}]}]]}]}]],null,[\"$\",\"$L6\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@8\"}]}]]}],{},null,false,null]},null,false,\"$@9\"]},null,false,null],[\"$\",\"$1\",\"h\",{\"children\":[[\"$\",\"meta\",null,{\"name\":\"robots\",\"content\":\"noindex\"}],[\"$\",\"$La\",null,{\"children\":\"$Lb\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$Lc\",null,{\"children\":[\"$\",\"$7\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Ld\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$e\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"lt10LbiDbWGY38Na7xWK5\"}\n"])</script><script>self.__next_f.push([1,"f:[]\n9:\"$Wf\"\n"])</script><script>self.__next_f.push([1,"b:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}],[\"$\",\"meta\",\"2\",{\"name\":\"theme-color\",\"content\":\"#0a0a0a\"}]]\n"])</script><script>self.__next_f.push([1,"10:I[86869,[],\"IconMark\"]\n8:null\nd:[[\"$\",\"title\",\"0\",{\"children\":\"n9Router - AI Infrastructure Management\"}],[\"$\",\"meta\",\"1\",{\"name\":\"description\",\"content\":\"One endpoint for all your AI providers. Manage keys, monitor usage, and scale effortlessly.\"}],[\"$\",\"link\",\"2\",{\"rel\":\"manifest\",\"href\":\"/manifest.webmanifest\",\"crossOrigin\":\"$undefined\"}],[\"$\",\"link\",\"3\",{\"rel\":\"icon\",\"href\":\"/favicon.ico?603d046c9a6fdfbb\",\"type\":\"image/x-icon\",\"sizes\":\"16x16\"}],[\"$\",\"link\",\"4\",{\"rel\":\"icon\",\"href\":\"/favicon.svg\"}],[\"$\",\"$L10\",\"5\",{}]]\n"])</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c2bac8d80aa27536.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-154456079185e990.js" async=""></script><script src="/_next/static/chunks/main-app-2284d70b9972b6b7.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c2bac8d80aa27536.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[57121,[],\"\"]\n3:I[74581,[],\"\"]\n4:I[90484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[90484,[],\"ViewportBoundary\"]\na:I[90484,[],\"MetadataBoundary\"]\nc:I[27123,[],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{}]}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"
|
|
1
|
+
<!DOCTYPE html><html id="__next_error__"><head><meta charSet="utf-8"/><meta name="viewport" content="width=device-width, initial-scale=1"/><link rel="preload" as="script" fetchPriority="low" href="/_next/static/chunks/webpack-c2bac8d80aa27536.js"/><script src="/_next/static/chunks/4bd1b696-e356ca5ba0218e27.js" async=""></script><script src="/_next/static/chunks/3794-154456079185e990.js" async=""></script><script src="/_next/static/chunks/main-app-2284d70b9972b6b7.js" async=""></script><meta name="next-size-adjust" content=""/><title>500: This page couldn’t load</title><style>:root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }</style><script src="/_next/static/chunks/polyfills-42372ed130431b0a.js" noModule=""></script></head><body><div hidden=""><!--$--><!--/$--></div><div style="font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";height:100vh;display:flex;align-items:center;justify-content:center"><div style="margin-top:-32px;max-width:325px;padding:32px 28px;text-align:left"><svg width="32" height="32" viewBox="-0.2 -1.5 32 32" fill="none" style="margin-bottom:24px"><path d="M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z" fill="var(--next-error-title)"></path></svg><h1 style="font-size:24px;font-weight:500;letter-spacing:-0.02em;line-height:32px;margin:0 0 12px 0;color:var(--next-error-title)">This page couldn’t load</h1><p style="font-size:14px;font-weight:400;line-height:21px;margin:0 0 20px 0;color:var(--next-error-message)">A server error occurred. Reload to try again.</p><form style="margin:0"><button type="submit" style="display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 12px;font-size:14px;font-weight:500;line-height:20px;border-radius:6px;cursor:pointer;color:var(--next-error-btn-text);background:var(--next-error-btn-bg);border:var(--next-error-btn-border)">Reload</button></form></div></div><!--$--><!--/$--><script src="/_next/static/chunks/webpack-c2bac8d80aa27536.js" id="_R_" async=""></script><script>(self.__next_f=self.__next_f||[]).push([0])</script><script>self.__next_f.push([1,"1:\"$Sreact.fragment\"\n2:I[57121,[],\"\"]\n3:I[74581,[],\"\"]\n4:I[90484,[],\"OutletBoundary\"]\n5:\"$Sreact.suspense\"\n8:I[90484,[],\"ViewportBoundary\"]\na:I[90484,[],\"MetadataBoundary\"]\nc:I[27123,[],\"default\",1]\n"])</script><script>self.__next_f.push([1,"0:{\"P\":null,\"c\":[\"\",\"_global-error\"],\"q\":\"\",\"i\":false,\"f\":[[[\"\",{\"children\":[\"_global-error\",{\"children\":[\"__PAGE__\",{}]}]}],[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[null,[\"$\",\"$L2\",null,{\"parallelRouterKey\":\"children\",\"error\":\"$undefined\",\"errorStyles\":\"$undefined\",\"errorScripts\":\"$undefined\",\"template\":[\"$\",\"$L3\",null,{}],\"templateStyles\":\"$undefined\",\"templateScripts\":\"$undefined\",\"notFound\":\"$undefined\",\"forbidden\":\"$undefined\",\"unauthorized\":\"$undefined\"}]]}],{\"children\":[[\"$\",\"$1\",\"c\",{\"children\":[[\"$\",\"html\",null,{\"id\":\"__next_error__\",\"children\":[[\"$\",\"head\",null,{\"children\":[[\"$\",\"title\",null,{\"children\":\"500: This page couldn’t load\"}],[\"$\",\"style\",null,{\"dangerouslySetInnerHTML\":{\"__html\":\":root {--next-error-bg: #fff;--next-error-text: #171717;--next-error-title: #171717;--next-error-message: #171717;--next-error-digest: #666666;--next-error-btn-text: #fff;--next-error-btn-bg: #171717;--next-error-btn-border: none;--next-error-btn-secondary-text: #171717;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(0,0,0,0.08);}@media (prefers-color-scheme: dark) {:root {--next-error-bg: #0a0a0a;--next-error-text: #ededed;--next-error-title: #ededed;--next-error-message: #ededed;--next-error-digest: #a0a0a0;--next-error-btn-text: #0a0a0a;--next-error-btn-bg: #ededed;--next-error-btn-border: none;--next-error-btn-secondary-text: #ededed;--next-error-btn-secondary-bg: transparent;--next-error-btn-secondary-border: 1px solid rgba(255,255,255,0.14);}}body { margin: 0; color: var(--next-error-text); background: var(--next-error-bg); }\"}}]]}],[\"$\",\"body\",null,{\"children\":[\"$\",\"div\",null,{\"style\":{\"fontFamily\":\"system-ui,\\\"Segoe UI\\\",Roboto,Helvetica,Arial,sans-serif,\\\"Apple Color Emoji\\\",\\\"Segoe UI Emoji\\\"\",\"height\":\"100vh\",\"display\":\"flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\"},\"children\":[\"$\",\"div\",null,{\"style\":{\"marginTop\":\"-32px\",\"maxWidth\":\"325px\",\"padding\":\"32px 28px\",\"textAlign\":\"left\"},\"children\":[[\"$\",\"svg\",null,{\"width\":\"32\",\"height\":\"32\",\"viewBox\":\"-0.2 -1.5 32 32\",\"fill\":\"none\",\"style\":{\"marginBottom\":\"24px\"},\"children\":[\"$\",\"path\",null,{\"d\":\"M16.9328 0C18.0839 0.000116771 19.1334 0.658832 19.634 1.69531L31.4299 26.1309C32.0708 27.4588 31.1036 28.9999 29.6291 29H2.00215C0.527541 29 -0.439628 27.4588 0.201371 26.1309L11.9973 1.69531C12.4979 0.658823 13.5474 7.75066e-05 14.6984 0H16.9328ZM3.59493 26H28.0363L16.9328 3H14.6984L3.59493 26ZM15.8156 19C16.9202 19.0001 17.8156 19.8955 17.8156 21C17.8156 22.1045 16.9202 22.9999 15.8156 23C14.7111 23 13.8156 22.1046 13.8156 21C13.8156 19.8954 14.7111 19 15.8156 19ZM17.3156 16.5H14.3156V8.5H17.3156V16.5Z\",\"fill\":\"var(--next-error-title)\"}]}],[\"$\",\"h1\",null,{\"style\":{\"fontSize\":\"24px\",\"fontWeight\":500,\"letterSpacing\":\"-0.02em\",\"lineHeight\":\"32px\",\"margin\":\"0 0 12px 0\",\"color\":\"var(--next-error-title)\"},\"children\":\"This page couldn’t load\"}],[\"$\",\"p\",null,{\"style\":{\"fontSize\":\"14px\",\"fontWeight\":400,\"lineHeight\":\"21px\",\"margin\":\"0 0 20px 0\",\"color\":\"var(--next-error-message)\"},\"children\":\"A server error occurred. Reload to try again.\"}],[\"$\",\"form\",null,{\"style\":{\"margin\":0},\"children\":[\"$\",\"button\",null,{\"type\":\"submit\",\"style\":{\"display\":\"inline-flex\",\"alignItems\":\"center\",\"justifyContent\":\"center\",\"height\":\"32px\",\"padding\":\"0 12px\",\"fontSize\":\"14px\",\"fontWeight\":500,\"lineHeight\":\"20px\",\"borderRadius\":\"6px\",\"cursor\":\"pointer\",\"color\":\"var(--next-error-btn-text)\",\"background\":\"var(--next-error-btn-bg)\",\"border\":\"var(--next-error-btn-border)\"},\"children\":\"Reload\"}]}]]}]}]}]]}],null,[\"$\",\"$L4\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.MetadataOutlet\",\"children\":\"$@6\"}]}]]}],{},null,false,null]},null,false,\"$@7\"]},null,false,\"$@7\"],[\"$\",\"$1\",\"h\",{\"children\":[null,[\"$\",\"$L8\",null,{\"children\":\"$L9\"}],[\"$\",\"div\",null,{\"hidden\":true,\"children\":[\"$\",\"$La\",null,{\"children\":[\"$\",\"$5\",null,{\"name\":\"Next.Metadata\",\"children\":\"$Lb\"}]}]}],[\"$\",\"meta\",null,{\"name\":\"next-size-adjust\",\"content\":\"\"}]]}],false]],\"m\":\"$undefined\",\"G\":[\"$c\",[]],\"S\":true,\"h\":null,\"s\":\"$undefined\",\"l\":\"$undefined\",\"p\":\"$undefined\",\"d\":\"$undefined\",\"b\":\"lt10LbiDbWGY38Na7xWK5\"}\n"])</script><script>self.__next_f.push([1,"d:[]\n7:\"$Wd\"\n"])</script><script>self.__next_f.push([1,"9:[[\"$\",\"meta\",\"0\",{\"charSet\":\"utf-8\"}],[\"$\",\"meta\",\"1\",{\"name\":\"viewport\",\"content\":\"width=device-width, initial-scale=1\"}]]\n"])</script><script>self.__next_f.push([1,"6:null\nb:[]\n"])</script></body></html>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
self.__RSC_SERVER_MANIFEST="{\"node\":{\"00e5ffa2c9bae558672f3dce4d6f6dae9d8ce574a4\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false}},\"filename\":\"app/api/cli-tools/all-statuses/route.js\",\"exportedName\":\"GET\"},\"0014f724523ffe7db7389483de1a461aa7e7865e2a\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"29588\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"GET\"},\"001ba15806dbfe9962177b87141c7ecdf108765a63\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"29588\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"DELETE\"},\"40b0d53d89e9536bd571454645960dd4076cbfbdc2\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"29588\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"POST\"},\"000f0ad0c05b649c5daa86b5a1ed535728c469f79e\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"96933\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"GET\"},\"003bcb840153bd084a16028264a3bffebf4904114c\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"96933\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"DELETE\"},\"40f8a1f495713fff7fa144b856ca765b3712cbd4be\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"96933\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"POST\"},\"001bd988ea8c04d4254d68dac8566c5504e77ffcd3\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"47253\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"GET\"},\"406392882297742a1336c7463bc5e4eb867f14e119\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"47253\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"DELETE\"},\"40b82809a6c549398f1e2fe662b88605cd87b48af5\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"47253\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"POST\"},\"40c26b9c5cc3ab54c73fb15deef13588cfe4fbb67d\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"47253\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"PATCH\"},\"004ae4ad341e8c662ebc0e49f855697c74fc5db2cc\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"12044\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"DELETE\"},\"00a67da34ab450108d7d25b0552b2fea69cce814d4\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"12044\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"GET\"},\"40b0d1c796709f2d537625a149ebf19c7ec55ac906\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"12044\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"POST\"},\"00403b66f4afdd521aa968924dd72142a6aaba0dfc\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"25509\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"DELETE\"},\"00484fb85acc50f42c5a3e42dc45653c1b253202c2\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"25509\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"GET\"},\"40ef857476862f4f73db3cbe5dec0b010986fdcba9\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"25509\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"POST\"},\"0016b3cdb653034b4d6345a0553fed82c4e93a0d1c\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"19620\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"GET\"},\"008e836dd987513383370de1276fb09cf5f19b6f3a\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"19620\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"DELETE\"},\"4057098633f34ebf29020673b73cc3d259a7a9b4db\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"19620\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"POST\"},\"0050e9c7eb0cfacea50ae06bc9c36dbb4123457fdd\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"46883\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"GET\"},\"005f98c7844c053925a0704308d170d0ae8432f672\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"46883\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"DELETE\"},\"4013aabfcaf2164ce56324b3b5ddd56bb093adcded\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"46883\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"POST\"},\"001a7d00a390baeed571b9e81f86556351c4a73262\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"17841\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"DELETE\"},\"00764a90329d8c8fa44c35a22a71474e3342522b2d\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"17841\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"GET\"},\"40c8de0f144283d619690e76b48c25541559a4ac09\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"17841\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"POST\"},\"000eee31aa64f851ea976325c9022c329e1958d68b\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"32131\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"GET\"},\"0059808bdb4be71dd40adcc84f1063754474d616d8\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"32131\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"DELETE\"},\"40272b201175e75d8abef13db5857d7f97f0ec77e2\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"32131\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"POST\"},\"00bde2d7de2e621813357074afbd43019382394509\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"8295\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"GET\"},\"00c2a85d4d1380cc11ac88fb04ac562790533846f6\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"8295\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"DELETE\"},\"401d25443f08f593a02fc3b7dd7b2229ba15bce409\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"8295\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"POST\"},\"0076be004f2e3bd98e83bd55ac6131c2e731c8f7fb\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"12146\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"DELETE\"},\"00ecd2a7d8639039119fbecafe37e823bbb9c00096\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"12146\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"GET\"},\"40855b579efb1f600ab268cf9ece98315e6589feca\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"12146\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"POST\"},\"000f576ffb390ce6f2da95f5443923b50d86627b68\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"36922\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"DELETE\"},\"00d0cf1a7c5985ee735ad7ff794c0be37cdc093020\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"36922\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"GET\"},\"4030a2310e5209e92490847da2f032ce3533fd13b3\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"62169\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"36922\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"POST\"},\"40bf86ffdf5678fe155bdeeb888d2c7ddcb30f69e6\":{\"workers\":{\"app/api/cli-tools/antigravity-mitm/alias/route\":{\"moduleId\":\"87941\",\"async\":false}},\"filename\":\"app/api/cli-tools/antigravity-mitm/alias/route.js\",\"exportedName\":\"PUT\"},\"40c3b983235cf6b42f15a584fefe075223c9ec5de0\":{\"workers\":{\"app/api/cli-tools/antigravity-mitm/alias/route\":{\"moduleId\":\"87941\",\"async\":false}},\"filename\":\"app/api/cli-tools/antigravity-mitm/alias/route.js\",\"exportedName\":\"GET\"},\"409751959d59104f946e328ac27ad20d059023586a\":{\"workers\":{\"app/api/cli-tools/cowork-mcp-registry/route\":{\"moduleId\":\"76953\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-mcp-registry/route.js\",\"exportedName\":\"GET\"},\"406b4888cb7ca40bf70f28da1d0fc645bda3aef86c\":{\"workers\":{\"app/api/cli-tools/cowork-mcp-tools/route\":{\"moduleId\":\"90217\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-mcp-tools/route.js\",\"exportedName\":\"POST\"},\"400a0401be105673c718b1967e5a9532a4e07c58af\":{\"workers\":{\"app/api/tunnel/tailscale-install/route\":{\"moduleId\":\"42886\",\"async\":false}},\"filename\":\"app/api/tunnel/tailscale-install/route.js\",\"exportedName\":\"POST\"}},\"edge\":{},\"encryptionKey\":\"process.env.NEXT_SERVER_ACTIONS_ENCRYPTION_KEY\"}"
|
|
1
|
+
self.__RSC_SERVER_MANIFEST="{\"node\":{\"00a2e1398ab45edb0df442396323368606144247b9\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false}},\"filename\":\"app/api/cli-tools/all-statuses/route.js\",\"exportedName\":\"GET\"},\"000103597e58766f36091ae35bcf9712f09a984ea5\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"69073\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"DELETE\"},\"00e9ed5858b0ff5cdca29c92ede907d6978be3511f\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"69073\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"GET\"},\"40c8be568a61ea1625e6d3592436dbd56aedb3677a\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/claude-settings/route\":{\"moduleId\":\"69073\",\"async\":false}},\"filename\":\"app/api/cli-tools/claude-settings/route.js\",\"exportedName\":\"POST\"},\"00222247ab1cefd1c8419b739e74a0f3bb65fd7e77\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"77069\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"GET\"},\"00b6c33cc614ad62ad18556146c1c9eafdf567ef53\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"77069\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"DELETE\"},\"400ecc497704378676f687a64c7cd05b524d096ce8\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/codex-settings/route\":{\"moduleId\":\"77069\",\"async\":false}},\"filename\":\"app/api/cli-tools/codex-settings/route.js\",\"exportedName\":\"POST\"},\"00062b83d3b5c8c951a35936292b18581cd8fe39e3\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"35058\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"GET\"},\"406f10ee007a7166ea7054f002dda7899319e9283e\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"35058\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"PATCH\"},\"40aeb88811c2376d4e38507272b44389e609eb2c2c\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"35058\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"POST\"},\"40c5835d5a29519dceca0a0b9d78a626e4b2a751d6\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/opencode-settings/route\":{\"moduleId\":\"35058\",\"async\":false}},\"filename\":\"app/api/cli-tools/opencode-settings/route.js\",\"exportedName\":\"DELETE\"},\"00361b32d98be2569643c4fe8939a967e0abaf4432\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"42775\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"DELETE\"},\"00fca338c1fbdeba81f2ba0a4181dc3c2856fa08f1\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"42775\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"GET\"},\"40664750d6c3b4acf3977a2142e23a118233a91897\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/droid-settings/route\":{\"moduleId\":\"42775\",\"async\":false}},\"filename\":\"app/api/cli-tools/droid-settings/route.js\",\"exportedName\":\"POST\"},\"004461e25dac18dbf8df23ec0d1c8b9e1e4a17294b\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"51458\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"DELETE\"},\"00d928a6653c8a027574e3595c4e83432a8d15faf9\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"51458\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"GET\"},\"40e580fedf3f1ba83710157f1779d47d72343eb7f6\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/openclaw-settings/route\":{\"moduleId\":\"51458\",\"async\":false}},\"filename\":\"app/api/cli-tools/openclaw-settings/route.js\",\"exportedName\":\"POST\"},\"0017c306e44f245bd33686bcbb787ebd3ec3945f66\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"6118\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"GET\"},\"00b401ecda61bb601607a26c2714937c3a1b5caaf4\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"6118\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"DELETE\"},\"40abf9a41d7f76a6ad9974775b509fa0a390c812d2\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/hermes-settings/route\":{\"moduleId\":\"6118\",\"async\":false}},\"filename\":\"app/api/cli-tools/hermes-settings/route.js\",\"exportedName\":\"POST\"},\"00841142d2626b3a49a9f04e04779a31512470033c\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"35054\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"GET\"},\"00bdd40b115dd1def4f16e3bd56258e570f4ad3fb7\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"35054\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"DELETE\"},\"4055e285c712e194e01553766c2069655f80ad4128\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/cowork-settings/route\":{\"moduleId\":\"35054\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-settings/route.js\",\"exportedName\":\"POST\"},\"00b514e7e2652ae01cb3a869ae2d588c77a591bf1e\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"35716\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"DELETE\"},\"00e5f89c69055071eafdac29e78a843239639318f9\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"35716\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"GET\"},\"405d77466c739a318de31bdf3be1f79cf6f028c934\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/copilot-settings/route\":{\"moduleId\":\"35716\",\"async\":false}},\"filename\":\"app/api/cli-tools/copilot-settings/route.js\",\"exportedName\":\"POST\"},\"0087530d3a34836640e28459939c914a344defc2b3\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"45118\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"GET\"},\"00eafcbd6bc512e394938febaa52bfa3973b1391f4\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"45118\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"DELETE\"},\"402a26102f9b15906e3f25e630f4df8836689c6cae\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/cline-settings/route\":{\"moduleId\":\"45118\",\"async\":false}},\"filename\":\"app/api/cli-tools/cline-settings/route.js\",\"exportedName\":\"POST\"},\"00053ff02318d8b0837354722e450bbb7bac6d2685\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"42312\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"GET\"},\"0065a4e92456de8969a46080e6aedc0d241046bd8b\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"42312\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"DELETE\"},\"40fa120bce0be62383c63da8d0a6dcf4955a9ad8dc\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/kilo-settings/route\":{\"moduleId\":\"42312\",\"async\":false}},\"filename\":\"app/api/cli-tools/kilo-settings/route.js\",\"exportedName\":\"POST\"},\"0009873332aa80cbe17c7b268f890507fa60cf6219\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"10497\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"DELETE\"},\"00746177b3fc5f50c7d90d0b4ef54a8db7f129e3be\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"10497\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"GET\"},\"40906fb4ba8116dd3ddb3bc9c36e04d4723548d9c3\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/deepseek-tui-settings/route\":{\"moduleId\":\"10497\",\"async\":false}},\"filename\":\"app/api/cli-tools/deepseek-tui-settings/route.js\",\"exportedName\":\"POST\"},\"0027f622c083a3b73fc57632f8e2d06f77e6ccff30\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"61186\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"DELETE\"},\"004e0d9d0a13c361f00dcec48fca9379f2d17e20e6\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"61186\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"GET\"},\"4079a518cc51e75eb77a97bbb2a53e116a87e09483\":{\"workers\":{\"app/api/cli-tools/all-statuses/route\":{\"moduleId\":\"7305\",\"async\":false},\"app/api/cli-tools/jcode-settings/route\":{\"moduleId\":\"61186\",\"async\":false}},\"filename\":\"app/api/cli-tools/jcode-settings/route.js\",\"exportedName\":\"POST\"},\"40169a54654b5dcc0b35812ec219bada07ca2dea15\":{\"workers\":{\"app/api/cli-tools/antigravity-mitm/alias/route\":{\"moduleId\":\"79550\",\"async\":false}},\"filename\":\"app/api/cli-tools/antigravity-mitm/alias/route.js\",\"exportedName\":\"PUT\"},\"40730aab5c8c3bbc94e888ddfd9915d1df0a9027ee\":{\"workers\":{\"app/api/cli-tools/antigravity-mitm/alias/route\":{\"moduleId\":\"79550\",\"async\":false}},\"filename\":\"app/api/cli-tools/antigravity-mitm/alias/route.js\",\"exportedName\":\"GET\"},\"40cae6df7e2c411f0e8acb5c003832916a0d85f32d\":{\"workers\":{\"app/api/cli-tools/cowork-mcp-registry/route\":{\"moduleId\":\"92889\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-mcp-registry/route.js\",\"exportedName\":\"GET\"},\"40dec781b9eee974fccb7375fd81d870585ce08a9f\":{\"workers\":{\"app/api/cli-tools/cowork-mcp-tools/route\":{\"moduleId\":\"96595\",\"async\":false}},\"filename\":\"app/api/cli-tools/cowork-mcp-tools/route.js\",\"exportedName\":\"POST\"},\"4082269840ef8612e0abf8d0364896390604386422\":{\"workers\":{\"app/api/tunnel/tailscale-install/route\":{\"moduleId\":\"54093\",\"async\":false}},\"filename\":\"app/api/tunnel/tailscale-install/route.js\",\"exportedName\":\"POST\"}},\"edge\":{},\"encryptionKey\":\"process.env.NEXT_SERVER_ACTIONS_ENCRYPTION_KEY\"}"
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"node":{"00e5ffa2c9bae558672f3dce4d6f6dae9d8ce574a4":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false}},"filename":"app/api/cli-tools/all-statuses/route.js","exportedName":"GET"},"0014f724523ffe7db7389483de1a461aa7e7865e2a":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"29588","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"GET"},"001ba15806dbfe9962177b87141c7ecdf108765a63":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"29588","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"DELETE"},"40b0d53d89e9536bd571454645960dd4076cbfbdc2":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"29588","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"POST"},"000f0ad0c05b649c5daa86b5a1ed535728c469f79e":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"96933","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"GET"},"003bcb840153bd084a16028264a3bffebf4904114c":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"96933","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"DELETE"},"40f8a1f495713fff7fa144b856ca765b3712cbd4be":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"96933","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"POST"},"001bd988ea8c04d4254d68dac8566c5504e77ffcd3":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"47253","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"GET"},"406392882297742a1336c7463bc5e4eb867f14e119":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"47253","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"DELETE"},"40b82809a6c549398f1e2fe662b88605cd87b48af5":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"47253","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"POST"},"40c26b9c5cc3ab54c73fb15deef13588cfe4fbb67d":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"47253","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"PATCH"},"004ae4ad341e8c662ebc0e49f855697c74fc5db2cc":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"12044","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"DELETE"},"00a67da34ab450108d7d25b0552b2fea69cce814d4":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"12044","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"GET"},"40b0d1c796709f2d537625a149ebf19c7ec55ac906":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"12044","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"POST"},"00403b66f4afdd521aa968924dd72142a6aaba0dfc":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"25509","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"DELETE"},"00484fb85acc50f42c5a3e42dc45653c1b253202c2":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"25509","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"GET"},"40ef857476862f4f73db3cbe5dec0b010986fdcba9":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"25509","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"POST"},"0016b3cdb653034b4d6345a0553fed82c4e93a0d1c":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"19620","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"GET"},"008e836dd987513383370de1276fb09cf5f19b6f3a":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"19620","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"DELETE"},"4057098633f34ebf29020673b73cc3d259a7a9b4db":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"19620","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"POST"},"0050e9c7eb0cfacea50ae06bc9c36dbb4123457fdd":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"46883","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"GET"},"005f98c7844c053925a0704308d170d0ae8432f672":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"46883","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"DELETE"},"4013aabfcaf2164ce56324b3b5ddd56bb093adcded":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"46883","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"POST"},"001a7d00a390baeed571b9e81f86556351c4a73262":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"17841","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"DELETE"},"00764a90329d8c8fa44c35a22a71474e3342522b2d":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"17841","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"GET"},"40c8de0f144283d619690e76b48c25541559a4ac09":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"17841","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"POST"},"000eee31aa64f851ea976325c9022c329e1958d68b":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"32131","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"GET"},"0059808bdb4be71dd40adcc84f1063754474d616d8":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"32131","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"DELETE"},"40272b201175e75d8abef13db5857d7f97f0ec77e2":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"32131","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"POST"},"00bde2d7de2e621813357074afbd43019382394509":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"8295","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"GET"},"00c2a85d4d1380cc11ac88fb04ac562790533846f6":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"8295","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"DELETE"},"401d25443f08f593a02fc3b7dd7b2229ba15bce409":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"8295","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"POST"},"0076be004f2e3bd98e83bd55ac6131c2e731c8f7fb":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"12146","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"DELETE"},"00ecd2a7d8639039119fbecafe37e823bbb9c00096":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"12146","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"GET"},"40855b579efb1f600ab268cf9ece98315e6589feca":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"12146","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"POST"},"000f576ffb390ce6f2da95f5443923b50d86627b68":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"36922","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"DELETE"},"00d0cf1a7c5985ee735ad7ff794c0be37cdc093020":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"36922","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"GET"},"4030a2310e5209e92490847da2f032ce3533fd13b3":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"62169","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"36922","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"POST"},"40bf86ffdf5678fe155bdeeb888d2c7ddcb30f69e6":{"workers":{"app/api/cli-tools/antigravity-mitm/alias/route":{"moduleId":"87941","async":false}},"filename":"app/api/cli-tools/antigravity-mitm/alias/route.js","exportedName":"PUT"},"40c3b983235cf6b42f15a584fefe075223c9ec5de0":{"workers":{"app/api/cli-tools/antigravity-mitm/alias/route":{"moduleId":"87941","async":false}},"filename":"app/api/cli-tools/antigravity-mitm/alias/route.js","exportedName":"GET"},"409751959d59104f946e328ac27ad20d059023586a":{"workers":{"app/api/cli-tools/cowork-mcp-registry/route":{"moduleId":"76953","async":false}},"filename":"app/api/cli-tools/cowork-mcp-registry/route.js","exportedName":"GET"},"406b4888cb7ca40bf70f28da1d0fc645bda3aef86c":{"workers":{"app/api/cli-tools/cowork-mcp-tools/route":{"moduleId":"90217","async":false}},"filename":"app/api/cli-tools/cowork-mcp-tools/route.js","exportedName":"POST"},"400a0401be105673c718b1967e5a9532a4e07c58af":{"workers":{"app/api/tunnel/tailscale-install/route":{"moduleId":"42886","async":false}},"filename":"app/api/tunnel/tailscale-install/route.js","exportedName":"POST"}},"edge":{},"encryptionKey":"LS2hvctFh43QT33yLnj0hXWs5uXvd8UfLhmH98Yjmu0="}
|
|
1
|
+
{"node":{"00a2e1398ab45edb0df442396323368606144247b9":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false}},"filename":"app/api/cli-tools/all-statuses/route.js","exportedName":"GET"},"000103597e58766f36091ae35bcf9712f09a984ea5":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"69073","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"DELETE"},"00e9ed5858b0ff5cdca29c92ede907d6978be3511f":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"69073","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"GET"},"40c8be568a61ea1625e6d3592436dbd56aedb3677a":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"69073","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"POST"},"00222247ab1cefd1c8419b739e74a0f3bb65fd7e77":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"77069","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"GET"},"00b6c33cc614ad62ad18556146c1c9eafdf567ef53":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"77069","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"DELETE"},"400ecc497704378676f687a64c7cd05b524d096ce8":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"77069","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"POST"},"00062b83d3b5c8c951a35936292b18581cd8fe39e3":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"35058","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"GET"},"406f10ee007a7166ea7054f002dda7899319e9283e":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"35058","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"PATCH"},"40aeb88811c2376d4e38507272b44389e609eb2c2c":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"35058","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"POST"},"40c5835d5a29519dceca0a0b9d78a626e4b2a751d6":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"35058","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"DELETE"},"00361b32d98be2569643c4fe8939a967e0abaf4432":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"42775","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"DELETE"},"00fca338c1fbdeba81f2ba0a4181dc3c2856fa08f1":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"42775","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"GET"},"40664750d6c3b4acf3977a2142e23a118233a91897":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"42775","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"POST"},"004461e25dac18dbf8df23ec0d1c8b9e1e4a17294b":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"51458","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"DELETE"},"00d928a6653c8a027574e3595c4e83432a8d15faf9":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"51458","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"GET"},"40e580fedf3f1ba83710157f1779d47d72343eb7f6":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"51458","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"POST"},"0017c306e44f245bd33686bcbb787ebd3ec3945f66":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"6118","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"GET"},"00b401ecda61bb601607a26c2714937c3a1b5caaf4":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"6118","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"DELETE"},"40abf9a41d7f76a6ad9974775b509fa0a390c812d2":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"6118","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"POST"},"00841142d2626b3a49a9f04e04779a31512470033c":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"35054","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"GET"},"00bdd40b115dd1def4f16e3bd56258e570f4ad3fb7":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"35054","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"DELETE"},"4055e285c712e194e01553766c2069655f80ad4128":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"35054","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"POST"},"00b514e7e2652ae01cb3a869ae2d588c77a591bf1e":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"35716","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"DELETE"},"00e5f89c69055071eafdac29e78a843239639318f9":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"35716","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"GET"},"405d77466c739a318de31bdf3be1f79cf6f028c934":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"35716","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"POST"},"0087530d3a34836640e28459939c914a344defc2b3":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"45118","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"GET"},"00eafcbd6bc512e394938febaa52bfa3973b1391f4":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"45118","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"DELETE"},"402a26102f9b15906e3f25e630f4df8836689c6cae":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"45118","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"POST"},"00053ff02318d8b0837354722e450bbb7bac6d2685":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"42312","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"GET"},"0065a4e92456de8969a46080e6aedc0d241046bd8b":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"42312","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"DELETE"},"40fa120bce0be62383c63da8d0a6dcf4955a9ad8dc":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"42312","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"POST"},"0009873332aa80cbe17c7b268f890507fa60cf6219":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"10497","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"DELETE"},"00746177b3fc5f50c7d90d0b4ef54a8db7f129e3be":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"10497","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"GET"},"40906fb4ba8116dd3ddb3bc9c36e04d4723548d9c3":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"10497","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"POST"},"0027f622c083a3b73fc57632f8e2d06f77e6ccff30":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"61186","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"DELETE"},"004e0d9d0a13c361f00dcec48fca9379f2d17e20e6":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"61186","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"GET"},"4079a518cc51e75eb77a97bbb2a53e116a87e09483":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"7305","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"61186","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"POST"},"40169a54654b5dcc0b35812ec219bada07ca2dea15":{"workers":{"app/api/cli-tools/antigravity-mitm/alias/route":{"moduleId":"79550","async":false}},"filename":"app/api/cli-tools/antigravity-mitm/alias/route.js","exportedName":"PUT"},"40730aab5c8c3bbc94e888ddfd9915d1df0a9027ee":{"workers":{"app/api/cli-tools/antigravity-mitm/alias/route":{"moduleId":"79550","async":false}},"filename":"app/api/cli-tools/antigravity-mitm/alias/route.js","exportedName":"GET"},"40cae6df7e2c411f0e8acb5c003832916a0d85f32d":{"workers":{"app/api/cli-tools/cowork-mcp-registry/route":{"moduleId":"92889","async":false}},"filename":"app/api/cli-tools/cowork-mcp-registry/route.js","exportedName":"GET"},"40dec781b9eee974fccb7375fd81d870585ce08a9f":{"workers":{"app/api/cli-tools/cowork-mcp-tools/route":{"moduleId":"96595","async":false}},"filename":"app/api/cli-tools/cowork-mcp-tools/route.js","exportedName":"POST"},"4082269840ef8612e0abf8d0364896390604386422":{"workers":{"app/api/tunnel/tailscale-install/route":{"moduleId":"54093","async":false}},"filename":"app/api/tunnel/tailscale-install/route.js","exportedName":"POST"}},"edge":{},"encryptionKey":"NVuZkTU0zee8+3ozdesr/Rf76ygPeovqlVtIXnu6B90="}
|