n9router 0.4.36 → 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 +12 -11
- 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 +4 -4
- package/app/.next/server/app/_not-found.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/_not-found.segments/_index.segment.rsc +4 -4
- 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 +2 -2
- 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 +1 -1
- 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 +4 -4
- package/app/.next/server/app/callback.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/callback.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/callback.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/callback.segments/_tree.segment.rsc +2 -2
- 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 +6 -6
- 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 +6 -6
- 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 +4 -4
- package/app/.next/server/app/dashboard/basic-chat.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/cli-tools.html +1 -1
- package/app/.next/server/app/dashboard/cli-tools.rsc +6 -6
- 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 +6 -6
- 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 +4 -4
- package/app/.next/server/app/dashboard/cli-tools.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/combos.html +1 -1
- package/app/.next/server/app/dashboard/combos.rsc +6 -6
- 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 +6 -6
- package/app/.next/server/app/dashboard/combos.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/combos.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/combos.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/endpoint.html +1 -1
- package/app/.next/server/app/dashboard/endpoint.rsc +6 -6
- 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 +6 -6
- package/app/.next/server/app/dashboard/endpoint.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/endpoint.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/endpoint.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/media-providers/web.html +1 -1
- package/app/.next/server/app/dashboard/media-providers/web.rsc +6 -6
- 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 +6 -6
- 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 +4 -4
- package/app/.next/server/app/dashboard/media-providers/web.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/mitm.html +1 -1
- package/app/.next/server/app/dashboard/mitm.rsc +6 -6
- 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 +6 -6
- package/app/.next/server/app/dashboard/mitm.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/mitm.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/mitm.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/profile.html +1 -1
- package/app/.next/server/app/dashboard/profile.rsc +6 -6
- 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 +6 -6
- package/app/.next/server/app/dashboard/profile.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/profile.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/profile.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers/new.html +1 -1
- package/app/.next/server/app/dashboard/providers/new.rsc +6 -6
- 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 +6 -6
- 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 +4 -4
- package/app/.next/server/app/dashboard/providers/new.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/providers.html +1 -1
- package/app/.next/server/app/dashboard/providers.rsc +6 -6
- 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 +6 -6
- package/app/.next/server/app/dashboard/providers.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/providers.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/providers.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/proxy-pools.html +1 -1
- package/app/.next/server/app/dashboard/proxy-pools.rsc +6 -6
- 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 +6 -6
- 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 +4 -4
- package/app/.next/server/app/dashboard/proxy-pools.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/quota.html +2 -2
- package/app/.next/server/app/dashboard/quota.rsc +7 -7
- 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 +7 -7
- package/app/.next/server/app/dashboard/quota.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/quota.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/quota.segments/_tree.segment.rsc +2 -2
- 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 +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_full.segment.rsc +4 -4
- 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 +4 -4
- package/app/.next/server/app/dashboard/settings/pricing.segments/_tree.segment.rsc +2 -2
- 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 +6 -6
- 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 +6 -6
- package/app/.next/server/app/dashboard/skills.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/skills.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/skills.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/translator.html +1 -1
- package/app/.next/server/app/dashboard/translator.rsc +6 -6
- 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 +6 -6
- package/app/.next/server/app/dashboard/translator.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/translator.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/translator.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard/usage.html +1 -1
- package/app/.next/server/app/dashboard/usage.rsc +6 -6
- 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 +6 -6
- package/app/.next/server/app/dashboard/usage.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard/usage.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard/usage.segments/_tree.segment.rsc +2 -2
- package/app/.next/server/app/dashboard.html +1 -1
- package/app/.next/server/app/dashboard.rsc +6 -6
- 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 +6 -6
- package/app/.next/server/app/dashboard.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/dashboard.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/dashboard.segments/_tree.segment.rsc +2 -2
- 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 +4 -4
- package/app/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/index.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/index.segments/_tree.segment.rsc +2 -2
- 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 +4 -4
- package/app/.next/server/app/landing.segments/_full.segment.rsc +4 -4
- package/app/.next/server/app/landing.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/landing.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/landing.segments/_tree.segment.rsc +2 -2
- 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 +5 -5
- package/app/.next/server/app/login.segments/_full.segment.rsc +5 -5
- package/app/.next/server/app/login.segments/_head.segment.rsc +1 -1
- package/app/.next/server/app/login.segments/_index.segment.rsc +4 -4
- package/app/.next/server/app/login.segments/_tree.segment.rsc +2 -2
- 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 +12 -11
- 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/7994.js +2 -2
- 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-4e2ed43c8724597f.js → 1321-0a263e340e5ac89b.js} +1 -1
- package/app/.next/static/chunks/2589-d4f1afc5e9f94887.js +3 -0
- 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/css/440b3581c215aef0.css +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/4coXBNn9VafqaS8iRnddC/_buildManifest.js +0 -1
- package/app/.next/static/chunks/2589-eefad05f65704f6b.js +0 -3
- 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/css/237aeed62967f245.css +0 -1
- /package/app/.next/static/{4coXBNn9VafqaS8iRnddC → lt10LbiDbWGY38Na7xWK5}/_ssgManifest.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"node":{"006f9d0d216bb19ddfe9c497307b6b73d6deab5cd2":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false}},"filename":"app/api/cli-tools/all-statuses/route.js","exportedName":"GET"},"007d26ae72db8ea4001eeb1ce4c6a2cd17bebb9d08":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"35624","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"DELETE"},"00f5029b8b8ceb456a36817afded45255bc74f6217":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"35624","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"GET"},"40172dd1534df29f52c24413c18456bdd1a6d46e5f":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/claude-settings/route":{"moduleId":"35624","async":false}},"filename":"app/api/cli-tools/claude-settings/route.js","exportedName":"POST"},"0024e21c1ad30b9a31d47c37616ca44c455d7d0b50":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"23945","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"GET"},"00431672ff4a46d5c65c95cce0fa215d59073496ac":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"23945","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"DELETE"},"40484af4537b0539ae93242da49a248ecaee6e00fd":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/codex-settings/route":{"moduleId":"23945","async":false}},"filename":"app/api/cli-tools/codex-settings/route.js","exportedName":"POST"},"00ca09b797690277dd053f37b61adcd9b4113e4ea0":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"66664","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"GET"},"403b735e692407aff410ec1fc0aafe50898cfeec77":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"66664","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"POST"},"4065f47710f346495b3cefbaf159387c875b20ce42":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"66664","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"PATCH"},"406a808ab3aee073234a33a51922d7b6b251886e5b":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/opencode-settings/route":{"moduleId":"66664","async":false}},"filename":"app/api/cli-tools/opencode-settings/route.js","exportedName":"DELETE"},"001e6d78292ec831d83bcee6abf59c5ab3dd90ed0b":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"72155","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"GET"},"003fd3eaad6ca0892a68eab3774f3c6ebf499970b9":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"72155","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"DELETE"},"40c7346d4a4326aecfdb0406358b538bef36162f30":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/droid-settings/route":{"moduleId":"72155","async":false}},"filename":"app/api/cli-tools/droid-settings/route.js","exportedName":"POST"},"00ba019ff5d3a5fd9e1d82a48726696609075919fe":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"67129","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"DELETE"},"00f9c1022f53bef32c23b3426b2b340aedebb19af0":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"67129","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"GET"},"4049dba1fbb423ebe35715cbc51608b947aefa2aa6":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/openclaw-settings/route":{"moduleId":"67129","async":false}},"filename":"app/api/cli-tools/openclaw-settings/route.js","exportedName":"POST"},"0062a58edf1e26d39fe406b9b67522eaaf3b4a78df":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"9153","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"GET"},"0065f183d6f013a951f70ebd7142d4631d7cfab193":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"9153","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"DELETE"},"40c05a6f281594233ab2ad1681cb7427202f7fabe9":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/hermes-settings/route":{"moduleId":"9153","async":false}},"filename":"app/api/cli-tools/hermes-settings/route.js","exportedName":"POST"},"0018c0d0609f0efdbcecf73d5322db70405c30bc42":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"37960","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"DELETE"},"00f807b3bfe8ef25565927d1a701a3ef9cc8604067":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"37960","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"GET"},"40c4af8a963abf6b66ae58ee25b671424d3d2f9b28":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/cowork-settings/route":{"moduleId":"37960","async":false}},"filename":"app/api/cli-tools/cowork-settings/route.js","exportedName":"POST"},"007d68dd6341a67aa42eaf18f7b737898cfd7f333b":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"64971","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"GET"},"007e6fec70bf8879d7beb9d674bdb09b163f274aee":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"64971","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"DELETE"},"40fea41543aed75be4e3e89c70f24cec845092ec24":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/copilot-settings/route":{"moduleId":"64971","async":false}},"filename":"app/api/cli-tools/copilot-settings/route.js","exportedName":"POST"},"00d02145f8972075c9db890dc64c059c56c85f8452":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"38740","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"GET"},"00d14cc017e9d3e865d973cbab19be187b8010faed":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"38740","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"DELETE"},"40aeed647e9082c7db2e23ee6fb0d34440719297a4":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/cline-settings/route":{"moduleId":"38740","async":false}},"filename":"app/api/cli-tools/cline-settings/route.js","exportedName":"POST"},"00128ded4139acbafbfd9c3982dc46a2866d4649ae":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"8694","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"DELETE"},"00efd2d7aac1335eb83aad1cb369f9d665f3a25f0b":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"8694","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"GET"},"401e821c578cfd88d571b145b6f83cc04a57e62e36":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/kilo-settings/route":{"moduleId":"8694","async":false}},"filename":"app/api/cli-tools/kilo-settings/route.js","exportedName":"POST"},"00929cb59c622fc5be1cd8ab71dc62a04893d236a9":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"63777","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"GET"},"00d6ae723bfb58353df45c84fa90b3765871dfd192":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"63777","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"DELETE"},"4083848bbea008da69e5b05b13446000251f7fae5c":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/deepseek-tui-settings/route":{"moduleId":"63777","async":false}},"filename":"app/api/cli-tools/deepseek-tui-settings/route.js","exportedName":"POST"},"00d2ccffe2cf4457963b5d7c7ac18791763ae87ff6":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"64644","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"DELETE"},"00fab4a4064aaa9da9794540e30a3152fdd28955d5":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"64644","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"GET"},"402b4b89d851c1eee200bd85b9436caad6874676db":{"workers":{"app/api/cli-tools/all-statuses/route":{"moduleId":"70000","async":false},"app/api/cli-tools/jcode-settings/route":{"moduleId":"64644","async":false}},"filename":"app/api/cli-tools/jcode-settings/route.js","exportedName":"POST"},"4034828c1144d9a77f3dd7b0ccf8fa24b40b7812cc":{"workers":{"app/api/cli-tools/antigravity-mitm/alias/route":{"moduleId":"38106","async":false}},"filename":"app/api/cli-tools/antigravity-mitm/alias/route.js","exportedName":"PUT"},"40f0537aef9b7ee0b1c1f1247be02c32c3993acb3e":{"workers":{"app/api/cli-tools/antigravity-mitm/alias/route":{"moduleId":"38106","async":false}},"filename":"app/api/cli-tools/antigravity-mitm/alias/route.js","exportedName":"GET"},"40618363b63134ad98890af314b2869d818829ee42":{"workers":{"app/api/cli-tools/cowork-mcp-registry/route":{"moduleId":"36652","async":false}},"filename":"app/api/cli-tools/cowork-mcp-registry/route.js","exportedName":"GET"},"40dddcdfd5e1cc22b1ed95a7889bec4fbdad929c34":{"workers":{"app/api/cli-tools/cowork-mcp-tools/route":{"moduleId":"54981","async":false}},"filename":"app/api/cli-tools/cowork-mcp-tools/route.js","exportedName":"POST"},"40b7e2b8e6ee82ed58fe861830782dcd8cea5001bb":{"workers":{"app/api/tunnel/tailscale-install/route":{"moduleId":"90752","async":false}},"filename":"app/api/tunnel/tailscale-install/route.js","exportedName":"POST"}},"edge":{},"encryptionKey":"5yt5IpbAs+KxkQP3eoAvjuFW22NCTpFf04JL/rz9oi8="}
|
|
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="}
|