swayrouter 1.0.0
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/.env.example +43 -0
- package/CHANGELOG.md +132 -0
- package/LICENSE +30 -0
- package/README.id.md +633 -0
- package/README.md +628 -0
- package/cli/cli.js +388 -0
- package/cli/package.json +4 -0
- package/cli/src/cli/commands/xaiVideo.js +280 -0
- package/cli/src/cli/tray/SwayAvatar.svg +20 -0
- package/cli/src/cli/tray/autostart.js +351 -0
- package/cli/src/cli/tray/icon.ico +0 -0
- package/cli/src/cli/tray/icon.png +0 -0
- package/cli/src/cli/tray/tray.js +258 -0
- package/cli/src/cli/tray/tray.ps1 +129 -0
- package/cli/src/cli/tray/trayHost.js +157 -0
- package/cli/src/cli/tray/trayWin.js +83 -0
- package/cli/src/cli/utils/display.js +123 -0
- package/cli/src/cli/utils/input.js +138 -0
- package/cli/src/runtime/discover.js +153 -0
- package/cli/src/runtime/lifecycle.js +333 -0
- package/cli/src/runtime/runMenu.js +250 -0
- package/cli/src/runtime/uiAdapters.js +12 -0
- package/cli/src/runtime/update.js +130 -0
- package/dashboard/dist/assets/CliTools-Ch3gKuNw.js +24 -0
- package/dashboard/dist/assets/Combo-BBCldjWi.js +1 -0
- package/dashboard/dist/assets/ConsoleLog-wywAYcPT.js +6 -0
- package/dashboard/dist/assets/Dashboard-DxzyF41b.js +1 -0
- package/dashboard/dist/assets/Header-C_9Su9BF.js +1 -0
- package/dashboard/dist/assets/Keys-D0ufgcsc.js +1 -0
- package/dashboard/dist/assets/Login-BeKpipS_.js +1 -0
- package/dashboard/dist/assets/ManageApiKey-CVXsmW2B.js +1 -0
- package/dashboard/dist/assets/OAuthCallback-D_UZYcF6.js +1 -0
- package/dashboard/dist/assets/Provider-BU7JfTqm.js +4 -0
- package/dashboard/dist/assets/ProviderModelAccordion-BAifkfVR.js +1 -0
- package/dashboard/dist/assets/Proxy-CU15VJ--.js +1 -0
- package/dashboard/dist/assets/QuotaMonitor-HzGK7bcc.js +1 -0
- package/dashboard/dist/assets/Settings-Dt4y2dC0.js +1 -0
- package/dashboard/dist/assets/Setup-DSDUwU7N.js +1 -0
- package/dashboard/dist/assets/StatusBadge-1nAOyHU2.js +1 -0
- package/dashboard/dist/assets/SwayChat-Bup7up6D.js +10 -0
- package/dashboard/dist/assets/Usage-eWnrPQ_v.js +4 -0
- package/dashboard/dist/assets/accordion-DOOPDDgt.js +1 -0
- package/dashboard/dist/assets/admin-extras-api-CCdu5TFM.js +1 -0
- package/dashboard/dist/assets/api-keys-api-ifAC2Ok3.js +1 -0
- package/dashboard/dist/assets/card-CC0Omjcv.js +1 -0
- package/dashboard/dist/assets/chatStudio-C0zPz_Z_.js +2 -0
- package/dashboard/dist/assets/checkbox-7SZBrmbN.js +1 -0
- package/dashboard/dist/assets/connections-api-_N54UD3S.js +1 -0
- package/dashboard/dist/assets/copy-button-qBvM6H9z.js +1 -0
- package/dashboard/dist/assets/currency-api-SV9CBf5e.js +1 -0
- package/dashboard/dist/assets/flip-button-BGgkjtl0.js +1 -0
- package/dashboard/dist/assets/frame-cUiti6Lq.js +1 -0
- package/dashboard/dist/assets/icons-vendor-CUx7SB5V.js +541 -0
- package/dashboard/dist/assets/index-B6j-9zHy.js +10 -0
- package/dashboard/dist/assets/index-C-_l0yYz.css +1 -0
- package/dashboard/dist/assets/live-mode-CHShLY4E.js +1 -0
- package/dashboard/dist/assets/markdown-vendor-BY8e1gQ8.js +29 -0
- package/dashboard/dist/assets/motion-vendor-g5fpGzmJ.js +9 -0
- package/dashboard/dist/assets/oauth-callback-CqYQzyd7.js +1 -0
- package/dashboard/dist/assets/query-vendor-DVevaSVS.js +1 -0
- package/dashboard/dist/assets/react-vendor-xnYrwzsL.js +61 -0
- package/dashboard/dist/assets/ripple-button-l8aMiVVG.js +1 -0
- package/dashboard/dist/assets/segmented-CqmEnQjZ.js +1 -0
- package/dashboard/dist/assets/select-D8pUtMXp.js +1 -0
- package/dashboard/dist/assets/skeleton-7uJDiIXe.js +1 -0
- package/dashboard/dist/assets/table-D0M60Tu1.js +1 -0
- package/dashboard/dist/assets/tabs-C6YkuulG.js +1 -0
- package/dashboard/dist/assets/tunnel-api-DDPsBaDV.js +1 -0
- package/dashboard/dist/assets/ui-vendor-BuM9f2NY.js +17 -0
- package/dashboard/dist/image2/SwayAvatar.svg +20 -0
- package/dashboard/dist/index.html +32 -0
- package/dashboard/dist/logo/avatar.svg +1 -0
- package/dashboard/dist/logo/sway.svg +20 -0
- package/dashboard/dist/logo/swaychat.svg +20 -0
- package/dashboard/dist/providers/SwayCustom.svg +19 -0
- package/dashboard/dist/providers/alicode.svg +12 -0
- package/dashboard/dist/providers/anthropic.svg +11 -0
- package/dashboard/dist/providers/antigravity.svg +3 -0
- package/dashboard/dist/providers/azure.svg +5 -0
- package/dashboard/dist/providers/baidu.svg +3 -0
- package/dashboard/dist/providers/blackbox.svg +5 -0
- package/dashboard/dist/providers/byteplus.svg +3 -0
- package/dashboard/dist/providers/cerebras.svg +4 -0
- package/dashboard/dist/providers/chutes.svg +4 -0
- package/dashboard/dist/providers/claude.svg +3 -0
- package/dashboard/dist/providers/cline.svg +11 -0
- package/dashboard/dist/providers/cloudflare-ai.svg +4 -0
- package/dashboard/dist/providers/codebuddy.svg +11 -0
- package/dashboard/dist/providers/codex.svg +10 -0
- package/dashboard/dist/providers/commandcode.svg +3 -0
- package/dashboard/dist/providers/cursor.svg +3 -0
- package/dashboard/dist/providers/deepseek.svg +10 -0
- package/dashboard/dist/providers/featherless.svg +3 -0
- package/dashboard/dist/providers/fireworks.svg +3 -0
- package/dashboard/dist/providers/gemini.svg +3 -0
- package/dashboard/dist/providers/geminicli.svg +11 -0
- package/dashboard/dist/providers/github.svg +3 -0
- package/dashboard/dist/providers/grok.svg +3 -0
- package/dashboard/dist/providers/groq.svg +3 -0
- package/dashboard/dist/providers/hermesagent.svg +1 -0
- package/dashboard/dist/providers/kilocode.svg +15 -0
- package/dashboard/dist/providers/kimchi.svg +3 -0
- package/dashboard/dist/providers/kimi.svg +4 -0
- package/dashboard/dist/providers/kiro.svg +10 -0
- package/dashboard/dist/providers/meta.svg +3 -0
- package/dashboard/dist/providers/mimo.svg +10 -0
- package/dashboard/dist/providers/minimax.svg +3 -0
- package/dashboard/dist/providers/mistral.svg +3 -0
- package/dashboard/dist/providers/morph.svg +3 -0
- package/dashboard/dist/providers/nebius.svg +4 -0
- package/dashboard/dist/providers/nvidia.svg +3 -0
- package/dashboard/dist/providers/ollama.svg +3 -0
- package/dashboard/dist/providers/omp.svg +5 -0
- package/dashboard/dist/providers/openai.svg +3 -0
- package/dashboard/dist/providers/opencode.svg +3 -0
- package/dashboard/dist/providers/openrouter.svg +3 -0
- package/dashboard/dist/providers/perplexity.svg +3 -0
- package/dashboard/dist/providers/poolside.svg +36 -0
- package/dashboard/dist/providers/qoder.svg +11 -0
- package/dashboard/dist/providers/sumopod.svg +3 -0
- package/dashboard/dist/providers/tencent.svg +5 -0
- package/dashboard/dist/providers/together.svg +12 -0
- package/dashboard/dist/providers/trae.svg +3 -0
- package/dashboard/dist/providers/venice.svg +4 -0
- package/dashboard/dist/providers/vercel.svg +3 -0
- package/dashboard/dist/providers/vertex.svg +17 -0
- package/dashboard/dist/providers/windsurf.svg +10 -0
- package/dashboard/dist/providers/zai.svg +3 -0
- package/dashboard/tsconfig.json +13 -0
- package/package.json +87 -0
- package/src/config/appConstants.js +153 -0
- package/src/config/defaultThinkingSignature.js +7 -0
- package/src/config/errorConfig.js +117 -0
- package/src/config/grokCli.js +9 -0
- package/src/config/kiroConstants.js +235 -0
- package/src/config/mediaConfig.js +20 -0
- package/src/config/ollamaModels.js +18 -0
- package/src/config/providerModels.js +109 -0
- package/src/config/providers.js +17 -0
- package/src/config/runtimeConfig.js +84 -0
- package/src/dashboardGuard.js +254 -0
- package/src/executors/antigravity.js +389 -0
- package/src/executors/azure.js +49 -0
- package/src/executors/base.js +225 -0
- package/src/executors/codebuddy-cn.js +23 -0
- package/src/executors/codebuddy-intl.js +60 -0
- package/src/executors/codex.js +436 -0
- package/src/executors/commandcode.js +83 -0
- package/src/executors/cursor.js +1075 -0
- package/src/executors/default.js +294 -0
- package/src/executors/gemini-cli.js +88 -0
- package/src/executors/github.js +393 -0
- package/src/executors/grok-cli.js +510 -0
- package/src/executors/grok-web.js +342 -0
- package/src/executors/index.js +86 -0
- package/src/executors/kimchi.js +116 -0
- package/src/executors/kiro.js +1155 -0
- package/src/executors/ollama-local.js +14 -0
- package/src/executors/opencode-go.js +47 -0
- package/src/executors/opencode.js +31 -0
- package/src/executors/qoder.js +433 -0
- package/src/executors/trae.js +318 -0
- package/src/executors/vertex.js +151 -0
- package/src/executors/windsurf.js +555 -0
- package/src/executors/xiaomi-tokenplan.js +16 -0
- package/src/handlers/chatCore/nonStreamingHandler.js +370 -0
- package/src/handlers/chatCore/requestDetail.js +130 -0
- package/src/handlers/chatCore/sseToJsonHandler.js +318 -0
- package/src/handlers/chatCore/streamingHandler.js +250 -0
- package/src/handlers/chatCore.js +652 -0
- package/src/lib/auth/dashboardSession.js +83 -0
- package/src/lib/auth/loginLimiter.js +99 -0
- package/src/lib/cache/ttlCache.js +153 -0
- package/src/lib/consoleLogBuffer.js +127 -0
- package/src/lib/dataDir.js +45 -0
- package/src/lib/db/adapters/betterSqliteAdapter.js +36 -0
- package/src/lib/db/adapters/bunSqliteAdapter.js +47 -0
- package/src/lib/db/adapters/nodeSqliteAdapter.js +65 -0
- package/src/lib/db/adapters/runtimeHelpers.js +23 -0
- package/src/lib/db/adapters/sqljsAdapter.js +103 -0
- package/src/lib/db/backup.js +75 -0
- package/src/lib/db/driver.js +110 -0
- package/src/lib/db/helpers/jsonCol.js +18 -0
- package/src/lib/db/helpers/kvStore.js +48 -0
- package/src/lib/db/helpers/metaStore.js +32 -0
- package/src/lib/db/index.js +473 -0
- package/src/lib/db/migrate.js +267 -0
- package/src/lib/db/migrations/001-initial.js +12 -0
- package/src/lib/db/migrations/002-prune-headroom-pxpipe-settings.js +32 -0
- package/src/lib/db/migrations/004-request-details-trace-id.js +12 -0
- package/src/lib/db/migrations/005-request-details-payload-capture.js +11 -0
- package/src/lib/db/migrations/007-headroom-readd-settings.js +35 -0
- package/src/lib/db/migrations/008-account-model-locks.js +22 -0
- package/src/lib/db/migrations/009-warp-pool-lifecycle.js +5 -0
- package/src/lib/db/migrations/010-api-key-file-permissions.js +7 -0
- package/src/lib/db/migrations/011-remove-upstream-user-agent-profile.js +41 -0
- package/src/lib/db/migrations/012-remove-headroom-settings.js +33 -0
- package/src/lib/db/migrations/013-default-fill-first-routing.js +20 -0
- package/src/lib/db/migrations/014-normalize-fill-first-routing.js +37 -0
- package/src/lib/db/migrations/015-remove-ip-ban-tables.js +8 -0
- package/src/lib/db/migrations/016-prune-legacy-codebuddy-intl-models.js +25 -0
- package/src/lib/db/migrations/index.js +20 -0
- package/src/lib/db/nineRouterMigration.js +785 -0
- package/src/lib/db/paths.js +23 -0
- package/src/lib/db/repos/accountModelLocksRepo.js +74 -0
- package/src/lib/db/repos/aliasRepo.js +108 -0
- package/src/lib/db/repos/apiKeysRepo.js +204 -0
- package/src/lib/db/repos/combosRepo.js +85 -0
- package/src/lib/db/repos/connectionsRepo.js +522 -0
- package/src/lib/db/repos/disabledModelsRepo.js +63 -0
- package/src/lib/db/repos/nodesRepo.js +127 -0
- package/src/lib/db/repos/pricingRepo.js +108 -0
- package/src/lib/db/repos/proxyPoolsRepo.js +104 -0
- package/src/lib/db/repos/requestDetailsRepo.js +345 -0
- package/src/lib/db/repos/settingsRepo.js +135 -0
- package/src/lib/db/repos/usageRepo.js +1335 -0
- package/src/lib/db/schema.js +179 -0
- package/src/lib/db/version.js +32 -0
- package/src/lib/db/writeBehind.js +174 -0
- package/src/lib/disabledModelsDb.js +3 -0
- package/src/lib/env.ts +175 -0
- package/src/lib/errors/publicError.js +18 -0
- package/src/lib/grokBuildConfig.js +243 -0
- package/src/lib/guardRequest.js +51 -0
- package/src/lib/localDb.js +21 -0
- package/src/lib/mcp/stdioSseBridge.js +174 -0
- package/src/lib/network/connectionProxy.js +200 -0
- package/src/lib/network/proxyTest.js +158 -0
- package/src/lib/network/proxyUrl.js +76 -0
- package/src/lib/network/relay.js +71 -0
- package/src/lib/oauth/constants/oauth.js +152 -0
- package/src/lib/oauth/constants/xai.js +43 -0
- package/src/lib/oauth/kiroExternalIdp.js +167 -0
- package/src/lib/oauth/providerHelpers.js +90 -0
- package/src/lib/oauth/providers/_shared.js +12 -0
- package/src/lib/oauth/providers/antigravity.js +126 -0
- package/src/lib/oauth/providers/claude.js +60 -0
- package/src/lib/oauth/providers/cline.js +62 -0
- package/src/lib/oauth/providers/clinepass.js +62 -0
- package/src/lib/oauth/providers/codebuddy-cn.js +75 -0
- package/src/lib/oauth/providers/codebuddy-intl.js +73 -0
- package/src/lib/oauth/providers/codex.js +72 -0
- package/src/lib/oauth/providers/cursor.js +18 -0
- package/src/lib/oauth/providers/gemini-cli.js +84 -0
- package/src/lib/oauth/providers/github.js +96 -0
- package/src/lib/oauth/providers/grok-cli.js +123 -0
- package/src/lib/oauth/providers/index.js +233 -0
- package/src/lib/oauth/providers/kilocode.js +60 -0
- package/src/lib/oauth/providers/kimchi.js +79 -0
- package/src/lib/oauth/providers/kimi.js +79 -0
- package/src/lib/oauth/providers/kiro.js +147 -0
- package/src/lib/oauth/providers/qoder.js +90 -0
- package/src/lib/oauth/providers/trae.js +244 -0
- package/src/lib/oauth/providers/windsurf.js +123 -0
- package/src/lib/oauth/providers/xai.js +95 -0
- package/src/lib/oauth/providers.js +16 -0
- package/src/lib/oauth/services/cursor.js +132 -0
- package/src/lib/oauth/services/kiro.js +351 -0
- package/src/lib/oauth/services/oauth.js +135 -0
- package/src/lib/oauth/services/qoder.js +151 -0
- package/src/lib/oauth/services/xai.js +204 -0
- package/src/lib/oauth/utils/ideDetect.js +55 -0
- package/src/lib/oauth/utils/pkce.js +25 -0
- package/src/lib/oauth/utils/server.js +732 -0
- package/src/lib/oauth/utils/ui.js +43 -0
- package/src/lib/providerNormalization.js +40 -0
- package/src/lib/qoder/constants.js +1 -0
- package/src/lib/requestDetailsDb.js +3 -0
- package/src/lib/resourceProfile.ts +124 -0
- package/src/lib/runtimeSecrets.ts +130 -0
- package/src/lib/security/payloadCapture.js +87 -0
- package/src/lib/tunnel/cloudflare/cloudflared.js +436 -0
- package/src/lib/tunnel/cloudflare/config.js +8 -0
- package/src/lib/tunnel/cloudflare/healthCheck.js +37 -0
- package/src/lib/tunnel/cloudflare/manager.js +149 -0
- package/src/lib/tunnel/cloudflare/pid.js +31 -0
- package/src/lib/tunnel/cloudflare/publicUrl.js +41 -0
- package/src/lib/tunnel/cloudflare/requirements.js +12 -0
- package/src/lib/tunnel/index.js +26 -0
- package/src/lib/tunnel/shared/dnsResolver.js +16 -0
- package/src/lib/tunnel/shared/internetCheck.js +30 -0
- package/src/lib/tunnel/shared/state.js +45 -0
- package/src/lib/tunnel/shared/watchdogConfig.js +6 -0
- package/src/lib/update/installer.js +52 -0
- package/src/lib/update/version.js +116 -0
- package/src/lib/usageDb.js +6 -0
- package/src/lib/usageRefresh.js +88 -0
- package/src/lifecycle/appLifecycle.ts +99 -0
- package/src/models.js +36 -0
- package/src/next/headers.js +12 -0
- package/src/next/server.js +74 -0
- package/src/observability/metrics.js +439 -0
- package/src/observability/tracing.js +107 -0
- package/src/open-sse-index.js +70 -0
- package/src/providers/capabilities.js +299 -0
- package/src/providers/display.ts +142 -0
- package/src/providers/index.js +27 -0
- package/src/providers/models/helpers.js +19 -0
- package/src/providers/models/namePatterns.js +27 -0
- package/src/providers/models/schema.js +32 -0
- package/src/providers/pricing.js +248 -0
- package/src/providers/registry/agentrouter.js +52 -0
- package/src/providers/registry/alicode-intl.js +32 -0
- package/src/providers/registry/alicode.js +33 -0
- package/src/providers/registry/alims-intl.js +30 -0
- package/src/providers/registry/anthropic.js +29 -0
- package/src/providers/registry/antigravity.js +139 -0
- package/src/providers/registry/azure.js +23 -0
- package/src/providers/registry/baidu.js +35 -0
- package/src/providers/registry/blackbox.js +41 -0
- package/src/providers/registry/byteplus.js +36 -0
- package/src/providers/registry/cerebras.js +33 -0
- package/src/providers/registry/chutes.js +26 -0
- package/src/providers/registry/claude.js +80 -0
- package/src/providers/registry/cline.js +53 -0
- package/src/providers/registry/clinepass.js +62 -0
- package/src/providers/registry/cloudflare-ai.js +84 -0
- package/src/providers/registry/codebuddy-cn.js +95 -0
- package/src/providers/registry/codebuddy-intl.js +91 -0
- package/src/providers/registry/codex.js +145 -0
- package/src/providers/registry/commandcode.js +45 -0
- package/src/providers/registry/cursor.js +61 -0
- package/src/providers/registry/deepseek.js +55 -0
- package/src/providers/registry/featherless.js +36 -0
- package/src/providers/registry/fireworks.js +34 -0
- package/src/providers/registry/gemini-cli.js +59 -0
- package/src/providers/registry/gemini.js +76 -0
- package/src/providers/registry/github.js +131 -0
- package/src/providers/registry/glm-cn.js +35 -0
- package/src/providers/registry/glm.js +58 -0
- package/src/providers/registry/grok-cli.js +87 -0
- package/src/providers/registry/grok-web.js +41 -0
- package/src/providers/registry/groq.js +38 -0
- package/src/providers/registry/index.js +77 -0
- package/src/providers/registry/kilo-gateway.js +34 -0
- package/src/providers/registry/kilocode.js +48 -0
- package/src/providers/registry/kimchi.js +49 -0
- package/src/providers/registry/kimi.js +82 -0
- package/src/providers/registry/kiro.js +132 -0
- package/src/providers/registry/meta.js +34 -0
- package/src/providers/registry/minimax-cn.js +90 -0
- package/src/providers/registry/minimax.js +90 -0
- package/src/providers/registry/mistral.js +36 -0
- package/src/providers/registry/morph.js +31 -0
- package/src/providers/registry/nebius.js +26 -0
- package/src/providers/registry/nvidia.js +55 -0
- package/src/providers/registry/ollama-local.js +18 -0
- package/src/providers/registry/ollama.js +38 -0
- package/src/providers/registry/openai.js +114 -0
- package/src/providers/registry/opencode-go.js +41 -0
- package/src/providers/registry/opencode.js +26 -0
- package/src/providers/registry/openrouter.js +36 -0
- package/src/providers/registry/perplexity.js +56 -0
- package/src/providers/registry/poolside.js +30 -0
- package/src/providers/registry/qoder.js +58 -0
- package/src/providers/registry/sumopod.js +84 -0
- package/src/providers/registry/tencent.js +29 -0
- package/src/providers/registry/together.js +38 -0
- package/src/providers/registry/trae.js +71 -0
- package/src/providers/registry/venice.js +69 -0
- package/src/providers/registry/vercel-ai-gateway.js +37 -0
- package/src/providers/registry/vertex-partner.js +31 -0
- package/src/providers/registry/vertex.js +33 -0
- package/src/providers/registry/windsurf.js +129 -0
- package/src/providers/registry/xai.js +46 -0
- package/src/providers/registry/xiaomi-mimo.js +66 -0
- package/src/providers/registry/xiaomi-tokenplan.js +58 -0
- package/src/providers/registryEntry.js +3 -0
- package/src/providers/schema.js +33 -0
- package/src/providers/shared.js +114 -0
- package/src/providers/thinkingLevels.js +49 -0
- package/src/routes/api/auth/login/route.js +82 -0
- package/src/routes/api/auth/logout/route.js +9 -0
- package/src/routes/api/auth/reset-password/route.js +12 -0
- package/src/routes/api/auth/status/route.js +33 -0
- package/src/routes/api/auth/verify-password/route.js +39 -0
- package/src/routes/api/chat/tools/curl/route.js +100 -0
- package/src/routes/api/chat/tools/router/route.js +215 -0
- package/src/routes/api/chat/tools/search/route.js +362 -0
- package/src/routes/api/chat/tools/shell/route.js +228 -0
- package/src/routes/api/cli-tools/all-statuses/route.js +37 -0
- package/src/routes/api/cli-tools/claude-settings/route.js +261 -0
- package/src/routes/api/cli-tools/codex-settings/route.js +220 -0
- package/src/routes/api/cli-tools/cowork-mcp-registry/route.js +80 -0
- package/src/routes/api/cli-tools/cowork-mcp-tools/route.js +96 -0
- package/src/routes/api/cli-tools/cowork-settings/route.js +380 -0
- package/src/routes/api/cli-tools/grok-build-settings/route.js +152 -0
- package/src/routes/api/cli-tools/hermes-settings/route.js +169 -0
- package/src/routes/api/cli-tools/kilo-settings/route.js +131 -0
- package/src/routes/api/cli-tools/model-mappings/route.js +43 -0
- package/src/routes/api/cli-tools/omp-settings/route.js +266 -0
- package/src/routes/api/cli-tools/opencode-settings/route.js +243 -0
- package/src/routes/api/combos/[id]/route.js +73 -0
- package/src/routes/api/combos/route.js +43 -0
- package/src/routes/api/health/live/route.js +7 -0
- package/src/routes/api/health/ready/route.js +19 -0
- package/src/routes/api/health/route.js +17 -0
- package/src/routes/api/inflight/stream/route.js +24 -0
- package/src/routes/api/init/route.js +3 -0
- package/src/routes/api/keys/[id]/route.js +71 -0
- package/src/routes/api/keys/route.js +41 -0
- package/src/routes/api/logs/route.js +19 -0
- package/src/routes/api/mcp/[plugin]/message/route.js +23 -0
- package/src/routes/api/mcp/[plugin]/sse/route.js +35 -0
- package/src/routes/api/models/availability/route.js +104 -0
- package/src/routes/api/models/custom/route.js +58 -0
- package/src/routes/api/models/disabled/route.js +47 -0
- package/src/routes/api/models/route.js +64 -0
- package/src/routes/api/models/test/ping.js +236 -0
- package/src/routes/api/models/test/route.js +14 -0
- package/src/routes/api/oauth/[provider]/[action]/route.js +491 -0
- package/src/routes/api/oauth/codex/bulk-import/route.js +105 -0
- package/src/routes/api/oauth/codex/import-token/route.js +82 -0
- package/src/routes/api/oauth/cursor/auto-import/route.js +250 -0
- package/src/routes/api/oauth/cursor/import/route.js +86 -0
- package/src/routes/api/oauth/kiro/api-key/route.js +60 -0
- package/src/routes/api/oauth/kiro/auto-import/route.js +120 -0
- package/src/routes/api/oauth/kiro/import/route.js +72 -0
- package/src/routes/api/oauth/kiro/import-cli-proxy/route.js +42 -0
- package/src/routes/api/oauth/kiro/social-authorize/route.js +40 -0
- package/src/routes/api/oauth/kiro/social-exchange/route.js +62 -0
- package/src/routes/api/pricing/route.js +96 -0
- package/src/routes/api/provider-nodes/[id]/route.js +106 -0
- package/src/routes/api/provider-nodes/route.js +110 -0
- package/src/routes/api/provider-nodes/validate/route.js +197 -0
- package/src/routes/api/providers/[id]/models/route.js +716 -0
- package/src/routes/api/providers/[id]/route.js +195 -0
- package/src/routes/api/providers/[id]/test/route.js +27 -0
- package/src/routes/api/providers/[id]/test/testUtils.js +912 -0
- package/src/routes/api/providers/[id]/test-models/route.js +211 -0
- package/src/routes/api/providers/catalog/route.js +58 -0
- package/src/routes/api/providers/client/route.js +133 -0
- package/src/routes/api/providers/counts/route.js +43 -0
- package/src/routes/api/providers/kilo/free-models/route.js +58 -0
- package/src/routes/api/providers/route.js +361 -0
- package/src/routes/api/providers/suggested-models/filters.js +24 -0
- package/src/routes/api/providers/suggested-models/route.js +34 -0
- package/src/routes/api/providers/test-batch/route.js +145 -0
- package/src/routes/api/providers/validate/route.js +633 -0
- package/src/routes/api/proxy-pools/[id]/route.js +129 -0
- package/src/routes/api/proxy-pools/[id]/test/route.js +64 -0
- package/src/routes/api/proxy-pools/cloudflare-deploy/route.js +183 -0
- package/src/routes/api/proxy-pools/route.js +85 -0
- package/src/routes/api/proxy-pools/vercel-deploy/route.js +181 -0
- package/src/routes/api/settings/currency/route.js +29 -0
- package/src/routes/api/settings/database/path/route.js +8 -0
- package/src/routes/api/settings/database/route.js +89 -0
- package/src/routes/api/settings/migrate-9router/route.js +81 -0
- package/src/routes/api/settings/require-login/route.js +14 -0
- package/src/routes/api/settings/route.js +186 -0
- package/src/routes/api/shutdown/route.js +25 -0
- package/src/routes/api/tags/route.js +17 -0
- package/src/routes/api/translator/console-logs/route.js +28 -0
- package/src/routes/api/translator/console-logs/stream/route.js +95 -0
- package/src/routes/api/tunnel/disable/route.js +18 -0
- package/src/routes/api/tunnel/enable/route.js +32 -0
- package/src/routes/api/tunnel/status/route.js +23 -0
- package/src/routes/api/update/route.js +42 -0
- package/src/routes/api/usage/[connectionId]/codex-reset-credits/route.js +169 -0
- package/src/routes/api/usage/[connectionId]/route.js +222 -0
- package/src/routes/api/usage/chart/route.js +27 -0
- package/src/routes/api/usage/history/route.js +94 -0
- package/src/routes/api/usage/logs/route.js +14 -0
- package/src/routes/api/usage/providers/route.js +36 -0
- package/src/routes/api/usage/request-details/route.js +61 -0
- package/src/routes/api/usage/request-logs/route.js +15 -0
- package/src/routes/api/usage/stats/route.js +23 -0
- package/src/routes/api/usage/stream/route.js +78 -0
- package/src/routes/api/v1/api/chat/route.js +36 -0
- package/src/routes/api/v1/chat/completions/route.js +28 -0
- package/src/routes/api/v1/images/edits/route.js +70 -0
- package/src/routes/api/v1/images/generations/route.js +50 -0
- package/src/routes/api/v1/images/imageValidation.js +45 -0
- package/src/routes/api/v1/messages/count_tokens/route.js +87 -0
- package/src/routes/api/v1/messages/route.js +26 -0
- package/src/routes/api/v1/models/route.js +440 -0
- package/src/routes/api/v1/responses/compact/route.js +34 -0
- package/src/routes/api/v1/responses/route.js +26 -0
- package/src/routes/api/v1/route.js +1 -0
- package/src/routes/api/version/route.js +11 -0
- package/src/routes/table.js +1141 -0
- package/src/rtk/applyFilter.js +13 -0
- package/src/rtk/autodetect.js +104 -0
- package/src/rtk/caveman.js +6 -0
- package/src/rtk/cavemanPrompts.js +107 -0
- package/src/rtk/constants.js +51 -0
- package/src/rtk/filters/buildOutput.js +120 -0
- package/src/rtk/filters/dedupLog.js +43 -0
- package/src/rtk/filters/find.js +47 -0
- package/src/rtk/filters/gitDiff.js +90 -0
- package/src/rtk/filters/gitLog.js +88 -0
- package/src/rtk/filters/gitStatus.js +101 -0
- package/src/rtk/filters/grep.js +45 -0
- package/src/rtk/filters/ls.js +73 -0
- package/src/rtk/filters/readNumbered.js +22 -0
- package/src/rtk/filters/searchList.js +49 -0
- package/src/rtk/filters/smartTruncate.js +13 -0
- package/src/rtk/filters/tree.js +28 -0
- package/src/rtk/index.js +143 -0
- package/src/rtk/ponytail.js +6 -0
- package/src/rtk/ponytailPrompt.js +49 -0
- package/src/rtk/systemInject.js +89 -0
- package/src/server.ts +474 -0
- package/src/services/accountFallback.js +241 -0
- package/src/services/accountPool.js +389 -0
- package/src/services/capacityAdapter.js +140 -0
- package/src/services/cliModelMapping.js +84 -0
- package/src/services/clinepassModels.js +60 -0
- package/src/services/codebuddyModels.js +250 -0
- package/src/services/combo.js +482 -0
- package/src/services/copilotModels.js +126 -0
- package/src/services/currencyRate.js +56 -0
- package/src/services/cursorModels.js +197 -0
- package/src/services/grokCliModels.js +130 -0
- package/src/services/kimchiModels.js +175 -0
- package/src/services/kiroModels.js +246 -0
- package/src/services/model.js +83 -0
- package/src/services/oauthCredentialManager.js +153 -0
- package/src/services/projectId.js +240 -0
- package/src/services/provider.js +145 -0
- package/src/services/qoderModels.js +274 -0
- package/src/services/tokenRefresh/dedup.js +70 -0
- package/src/services/tokenRefresh/providers.js +626 -0
- package/src/services/tokenRefresh.js +274 -0
- package/src/services/usage/claude.js +134 -0
- package/src/services/usage/codebuddy-cn.js +212 -0
- package/src/services/usage/codex.js +193 -0
- package/src/services/usage/deepseek.js +103 -0
- package/src/services/usage/github.js +94 -0
- package/src/services/usage/google.js +218 -0
- package/src/services/usage/grok-cli.js +368 -0
- package/src/services/usage/grokCliQuotaFrame.js +170 -0
- package/src/services/usage/kimi.js +185 -0
- package/src/services/usage/kiro.js +172 -0
- package/src/services/usage/minimax.js +215 -0
- package/src/services/usage/misc.js +264 -0
- package/src/services/usage/shared.js +59 -0
- package/src/services/usage.js +56 -0
- package/src/shared/clineAuth.js +37 -0
- package/src/shared/constants/config.js +80 -0
- package/src/shared/constants/coworkPlugins.js +69 -0
- package/src/shared/constants/models.js +41 -0
- package/src/shared/constants/providers.js +128 -0
- package/src/shared/constants/providersDisplay.js +1 -0
- package/src/shared/qoder/constants.js +50 -0
- package/src/shared/qoder/cosy.js +134 -0
- package/src/shared/qoder/encoding.js +36 -0
- package/src/shared/services/initializeApp.js +226 -0
- package/src/shared/services/quotaAutoPing.js +310 -0
- package/src/shared/utils/apiKey.js +65 -0
- package/src/shared/utils/clineAuth.js +1 -0
- package/src/shared/utils/index.js +3 -0
- package/src/shared/utils/machineId.js +60 -0
- package/src/shared/utils/ssrfGuard.js +280 -0
- package/src/sse/handlers/chat.js +426 -0
- package/src/sse/oauthLease.js +32 -0
- package/src/sse/recovery.js +235 -0
- package/src/sse/services/auth.js +489 -0
- package/src/sse/services/backgroundTokenRefresh.js +173 -0
- package/src/sse/services/model.js +129 -0
- package/src/sse/services/requestCancellation.js +4 -0
- package/src/sse/services/tokenRefresh.js +264 -0
- package/src/sse/utils/logger.js +142 -0
- package/src/staticServe.ts +95 -0
- package/src/transformer/streamToJsonConverter.js +87 -0
- package/src/translator/canonical.js +81 -0
- package/src/translator/concerns/chunk.js +9 -0
- package/src/translator/concerns/compatFallback.js +147 -0
- package/src/translator/concerns/finishReason.js +59 -0
- package/src/translator/concerns/image.js +105 -0
- package/src/translator/concerns/json.js +4 -0
- package/src/translator/concerns/kiroConversation.js +428 -0
- package/src/translator/concerns/message.js +5 -0
- package/src/translator/concerns/modality.js +134 -0
- package/src/translator/concerns/paramSupport.js +97 -0
- package/src/translator/concerns/prefetch.js +86 -0
- package/src/translator/concerns/reasoning.js +18 -0
- package/src/translator/concerns/thinking.js +40 -0
- package/src/translator/concerns/thinkingUnified.js +319 -0
- package/src/translator/concerns/toolCall.js +134 -0
- package/src/translator/concerns/usage.js +61 -0
- package/src/translator/detection.js +42 -0
- package/src/translator/formats/claude.js +323 -0
- package/src/translator/formats/gemini.js +366 -0
- package/src/translator/formats/maxTokens.js +19 -0
- package/src/translator/formats/openai.js +116 -0
- package/src/translator/formats/responsesApi.js +117 -0
- package/src/translator/formats.js +28 -0
- package/src/translator/index.js +237 -0
- package/src/translator/request/antigravity-to-openai.js +217 -0
- package/src/translator/request/claude-to-kiro.js +288 -0
- package/src/translator/request/claude-to-openai.js +199 -0
- package/src/translator/request/gemini-to-openai.js +142 -0
- package/src/translator/request/openai-responses.js +373 -0
- package/src/translator/request/openai-to-claude.js +260 -0
- package/src/translator/request/openai-to-commandcode.js +161 -0
- package/src/translator/request/openai-to-cursor.js +175 -0
- package/src/translator/request/openai-to-gemini.js +422 -0
- package/src/translator/request/openai-to-kiro.js +360 -0
- package/src/translator/request/openai-to-ollama.js +152 -0
- package/src/translator/request/openai-to-vertex.js +36 -0
- package/src/translator/response/claude-to-openai.js +185 -0
- package/src/translator/response/commandcode-to-openai.js +164 -0
- package/src/translator/response/cursor-to-openai.js +18 -0
- package/src/translator/response/gemini-to-openai.js +127 -0
- package/src/translator/response/kiro-to-claude.js +230 -0
- package/src/translator/response/kiro-to-openai.js +136 -0
- package/src/translator/response/ollama-to-openai.js +106 -0
- package/src/translator/response/openai-responses.js +534 -0
- package/src/translator/response/openai-to-antigravity.js +107 -0
- package/src/translator/response/openai-to-claude.js +231 -0
- package/src/translator/schema/blocks.js +40 -0
- package/src/translator/schema/defaults.js +3 -0
- package/src/translator/schema/finishReasons.js +22 -0
- package/src/translator/schema/index.js +7 -0
- package/src/translator/schema/roles.js +12 -0
- package/src/transport/requestBoundary.ts +223 -0
- package/src/transport/routerAdmission.ts +380 -0
- package/src/types/provider.ts +59 -0
- package/src/utils/bypassHandler.js +272 -0
- package/src/utils/claudeCloaking.js +10 -0
- package/src/utils/claudeSignature.js +35 -0
- package/src/utils/clientDetector.js +183 -0
- package/src/utils/cursorChecksum.js +104 -0
- package/src/utils/cursorProtobuf.js +801 -0
- package/src/utils/debugLog.js +12 -0
- package/src/utils/error.js +120 -0
- package/src/utils/inflight.js +127 -0
- package/src/utils/kiroSessionReplay.js +139 -0
- package/src/utils/ollamaTransform.js +83 -0
- package/src/utils/proxyFetch.js +308 -0
- package/src/utils/reasoningContentInjector.js +71 -0
- package/src/utils/requestLogger.js +272 -0
- package/src/utils/responsesStreamHelpers.js +46 -0
- package/src/utils/sessionManager.js +205 -0
- package/src/utils/sse.js +13 -0
- package/src/utils/sseConstants.js +21 -0
- package/src/utils/stream.js +511 -0
- package/src/utils/streamHandler.js +256 -0
- package/src/utils/streamHelpers.js +113 -0
- package/src/utils/toolDeduper.js +44 -0
- package/src/utils/usageTracking.js +329 -0
- package/tsconfig.json +45 -0
package/cli/cli.js
ADDED
|
@@ -0,0 +1,388 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
2
|
+
|
|
3
|
+
const fs = require("node:fs");
|
|
4
|
+
const path = require("node:path");
|
|
5
|
+
const pkg = require("../package.json");
|
|
6
|
+
const { discoverInstall } = require("./src/runtime/discover");
|
|
7
|
+
const lifecycle = require("./src/runtime/lifecycle");
|
|
8
|
+
const { runMenu, dashboardUrl, runTrayHost, startTrayHost } = require("./src/runtime/runMenu");
|
|
9
|
+
const { checkForUpdate } = require("./src/runtime/update");
|
|
10
|
+
const { withProgress } = require("./src/cli/utils/display");
|
|
11
|
+
|
|
12
|
+
if (require.main === module) {
|
|
13
|
+
const args = process.argv.slice(2);
|
|
14
|
+
if (args[0] === "xai" && args[1] === "video") {
|
|
15
|
+
const { run } = require("./src/cli/commands/xaiVideo");
|
|
16
|
+
run(args.slice(2))
|
|
17
|
+
.then((code) => process.exit(code))
|
|
18
|
+
.catch((error) => {
|
|
19
|
+
process.stderr.write(`Error: ${error?.message || error}\n`);
|
|
20
|
+
process.exit(1);
|
|
21
|
+
});
|
|
22
|
+
} else {
|
|
23
|
+
main(args).catch((error) => {
|
|
24
|
+
reportFatalError(error);
|
|
25
|
+
process.exitCode = 1;
|
|
26
|
+
});
|
|
27
|
+
}
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
function reportFatalError(error) {
|
|
31
|
+
const message = String(error?.message || error || "Unknown error").replace(/[\r\n]+/g, " ").slice(0, 1000);
|
|
32
|
+
process.stderr.write(`Error: ${message}\n`);
|
|
33
|
+
|
|
34
|
+
const logPath = process.env.SWAYROUTER_AUTOSTART_LOG;
|
|
35
|
+
if (!logPath) return;
|
|
36
|
+
try {
|
|
37
|
+
fs.mkdirSync(path.dirname(logPath), { recursive: true });
|
|
38
|
+
fs.appendFileSync(logPath, `${new Date().toISOString()} Startup failed: ${message}\n`);
|
|
39
|
+
} catch {}
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
function usage() {
|
|
43
|
+
console.log(`
|
|
44
|
+
Usage: swayrouter [command] [options]
|
|
45
|
+
|
|
46
|
+
Start and manage an already prepared Sway Router runtime.
|
|
47
|
+
|
|
48
|
+
Commands:
|
|
49
|
+
start Start the router attached to this terminal
|
|
50
|
+
status Show status and dashboard URL
|
|
51
|
+
restart Restart the router
|
|
52
|
+
stop Stop the router
|
|
53
|
+
menu Open the menu without starting the router
|
|
54
|
+
xai video ... Generate a video through the running router
|
|
55
|
+
|
|
56
|
+
Start options:
|
|
57
|
+
-b, --background Start detached and keep a system tray when supported
|
|
58
|
+
-t, --tray Start detached with a persistent system tray host
|
|
59
|
+
-f, --foreground Keep the router attached to this terminal
|
|
60
|
+
-l, --log Show native server logs
|
|
61
|
+
--skip-update Skip the registry version check
|
|
62
|
+
|
|
63
|
+
Runtime options:
|
|
64
|
+
-p, --port PORT Override the native port
|
|
65
|
+
-H, --host HOST Override the native host
|
|
66
|
+
--dir PATH Use a specific installation directory
|
|
67
|
+
-h, --help Show this help
|
|
68
|
+
-v, --version Show version
|
|
69
|
+
|
|
70
|
+
Examples:
|
|
71
|
+
swayrouter Start in the background and open the control menu
|
|
72
|
+
swayrouter start Start the router attached to this terminal
|
|
73
|
+
swayrouter start -b Start in the background with the system tray
|
|
74
|
+
swayrouter status Check whether it is running
|
|
75
|
+
swayrouter stop Stop it safely
|
|
76
|
+
`);
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
function parseArgs(argv) {
|
|
80
|
+
const options = {
|
|
81
|
+
command: null,
|
|
82
|
+
port: null,
|
|
83
|
+
host: null,
|
|
84
|
+
dir: null,
|
|
85
|
+
noBrowser: false,
|
|
86
|
+
showLog: false,
|
|
87
|
+
skipUpdate: false,
|
|
88
|
+
foreground: false,
|
|
89
|
+
background: false,
|
|
90
|
+
tray: false,
|
|
91
|
+
open: false,
|
|
92
|
+
status: false,
|
|
93
|
+
stop: false,
|
|
94
|
+
help: false,
|
|
95
|
+
version: false,
|
|
96
|
+
};
|
|
97
|
+
const commands = new Set(["start", "status", "restart", "stop", "menu"]);
|
|
98
|
+
|
|
99
|
+
for (let index = 0; index < argv.length; index += 1) {
|
|
100
|
+
const rawArg = argv[index];
|
|
101
|
+
const equalsIndex = rawArg.startsWith("--") ? rawArg.indexOf("=") : -1;
|
|
102
|
+
const arg = equalsIndex > -1 ? rawArg.slice(0, equalsIndex) : rawArg;
|
|
103
|
+
const inlineValue = equalsIndex > -1 ? rawArg.slice(equalsIndex + 1) : undefined;
|
|
104
|
+
|
|
105
|
+
if (!options.command && !arg.startsWith("-")) {
|
|
106
|
+
if (commands.has(arg)) {
|
|
107
|
+
options.command = arg;
|
|
108
|
+
continue;
|
|
109
|
+
}
|
|
110
|
+
if (arg === "xai") {
|
|
111
|
+
throw new Error("xai video must be invoked as `swayrouter xai video ...`");
|
|
112
|
+
}
|
|
113
|
+
throw new Error(`unknown command: ${arg}`);
|
|
114
|
+
}
|
|
115
|
+
if (options.command && !arg.startsWith("-")) {
|
|
116
|
+
throw new Error(`unexpected argument: ${arg}`);
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
const next = () => {
|
|
120
|
+
if (inlineValue !== undefined) return inlineValue;
|
|
121
|
+
if (index + 1 >= argv.length) throw new Error(`${arg} requires a value`);
|
|
122
|
+
index += 1;
|
|
123
|
+
return argv[index];
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
switch (arg) {
|
|
127
|
+
case "--port":
|
|
128
|
+
case "-p": {
|
|
129
|
+
const value = Number.parseInt(next(), 10);
|
|
130
|
+
if (!Number.isInteger(value) || value < 1 || value > 65535) {
|
|
131
|
+
throw new Error("port must be an integer between 1 and 65535");
|
|
132
|
+
}
|
|
133
|
+
options.port = value;
|
|
134
|
+
break;
|
|
135
|
+
}
|
|
136
|
+
case "--host":
|
|
137
|
+
case "-H":
|
|
138
|
+
options.host = next();
|
|
139
|
+
break;
|
|
140
|
+
case "--dir":
|
|
141
|
+
options.dir = next();
|
|
142
|
+
break;
|
|
143
|
+
case "--no-browser":
|
|
144
|
+
case "-n":
|
|
145
|
+
options.noBrowser = true;
|
|
146
|
+
break;
|
|
147
|
+
case "--log":
|
|
148
|
+
case "-l":
|
|
149
|
+
options.showLog = true;
|
|
150
|
+
break;
|
|
151
|
+
case "--foreground":
|
|
152
|
+
case "-f":
|
|
153
|
+
options.foreground = true;
|
|
154
|
+
break;
|
|
155
|
+
case "--background":
|
|
156
|
+
case "-b":
|
|
157
|
+
options.background = true;
|
|
158
|
+
break;
|
|
159
|
+
case "--tray":
|
|
160
|
+
case "-t":
|
|
161
|
+
options.background = true;
|
|
162
|
+
options.tray = true;
|
|
163
|
+
break;
|
|
164
|
+
case "--status":
|
|
165
|
+
options.status = true;
|
|
166
|
+
break;
|
|
167
|
+
case "--stop":
|
|
168
|
+
options.stop = true;
|
|
169
|
+
break;
|
|
170
|
+
case "--skip-update":
|
|
171
|
+
options.skipUpdate = true;
|
|
172
|
+
break;
|
|
173
|
+
case "--help":
|
|
174
|
+
case "-h":
|
|
175
|
+
options.help = true;
|
|
176
|
+
break;
|
|
177
|
+
case "--version":
|
|
178
|
+
case "-v":
|
|
179
|
+
options.version = true;
|
|
180
|
+
break;
|
|
181
|
+
default:
|
|
182
|
+
throw new Error(`unknown option: ${arg}`);
|
|
183
|
+
}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
if (options.command === "status") options.status = true;
|
|
187
|
+
if (options.command === "stop") options.stop = true;
|
|
188
|
+
if (options.command === "open") options.open = true;
|
|
189
|
+
return options;
|
|
190
|
+
}
|
|
191
|
+
|
|
192
|
+
function commandFor(options) {
|
|
193
|
+
if (options.status) return "status";
|
|
194
|
+
if (options.stop) return "stop";
|
|
195
|
+
return options.command || "start";
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
function isDefaultMenuInvocation(options) {
|
|
199
|
+
return options.command === null
|
|
200
|
+
&& !options.foreground
|
|
201
|
+
&& !options.background
|
|
202
|
+
&& !options.tray
|
|
203
|
+
&& !options.status
|
|
204
|
+
&& !options.stop;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
function assertStartMode(options) {
|
|
208
|
+
if (options.foreground && options.background) {
|
|
209
|
+
throw new Error("choose either --foreground or --background, not both");
|
|
210
|
+
}
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
function resolveInstallation(options) {
|
|
214
|
+
const installation = discoverInstall({
|
|
215
|
+
dir: options.dir,
|
|
216
|
+
cliDirectory: path.resolve(__dirname, ".."),
|
|
217
|
+
});
|
|
218
|
+
if (!installation) return null;
|
|
219
|
+
if (options.port && installation.mode === "docker" && options.port !== 14045) {
|
|
220
|
+
throw new Error("Docker Compose uses the fixed port 14045; --port overrides are supported only for native mode");
|
|
221
|
+
}
|
|
222
|
+
if (options.host && installation.mode === "docker") {
|
|
223
|
+
throw new Error("--host is supported only for native mode; Docker Compose listens on 127.0.0.1:14045");
|
|
224
|
+
}
|
|
225
|
+
if (options.port) installation.port = options.port;
|
|
226
|
+
if (options.host) installation.host = options.host;
|
|
227
|
+
return installation;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
async function startForeground(installation, options) {
|
|
231
|
+
const result = await withProgress("Starting Sway Router", (progress) => {
|
|
232
|
+
progress.update(35, "Starting Sway Router");
|
|
233
|
+
return lifecycle.start(installation, {
|
|
234
|
+
background: false,
|
|
235
|
+
showLog: options.showLog,
|
|
236
|
+
port: options.port,
|
|
237
|
+
host: options.host,
|
|
238
|
+
});
|
|
239
|
+
}, { doneMessage: "Sway Router started" });
|
|
240
|
+
const url = dashboardUrl(installation, result.port);
|
|
241
|
+
console.log(`Sway Router is running at ${url}`);
|
|
242
|
+
console.log("Press Ctrl+C to stop the router gracefully.");
|
|
243
|
+
await new Promise((resolve) => {
|
|
244
|
+
const stop = () => {
|
|
245
|
+
try { lifecycle.stop(installation); } catch {}
|
|
246
|
+
resolve();
|
|
247
|
+
};
|
|
248
|
+
process.once("SIGINT", stop);
|
|
249
|
+
process.once("SIGTERM", stop);
|
|
250
|
+
});
|
|
251
|
+
}
|
|
252
|
+
|
|
253
|
+
async function startBackground(installation, options) {
|
|
254
|
+
const result = await withProgress("Starting Sway Router", (progress) => {
|
|
255
|
+
progress.update(35, "Starting Sway Router");
|
|
256
|
+
return lifecycle.start(installation, {
|
|
257
|
+
background: true,
|
|
258
|
+
showLog: options.showLog,
|
|
259
|
+
port: options.port,
|
|
260
|
+
host: options.host,
|
|
261
|
+
});
|
|
262
|
+
}, { doneMessage: "Sway Router started" });
|
|
263
|
+
const url = dashboardUrl(installation, result.port);
|
|
264
|
+
const tray = startTrayHost(installation, result.port);
|
|
265
|
+
console.log(`Sway Router is running in the background at ${url}${tray ? " with the tray enabled" : ""}`);
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
async function startRuntime(installation, options) {
|
|
269
|
+
assertStartMode(options);
|
|
270
|
+
if (options.tray) {
|
|
271
|
+
await runTrayHost(installation, options);
|
|
272
|
+
return;
|
|
273
|
+
}
|
|
274
|
+
if (options.background) {
|
|
275
|
+
await startBackground(installation, options);
|
|
276
|
+
return;
|
|
277
|
+
}
|
|
278
|
+
await startForeground(installation, options);
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
async function startDefaultMenu(installation, options, updateInfo) {
|
|
282
|
+
const current = lifecycle.status(installation);
|
|
283
|
+
let port = Number(options.port || installation.port || 14045);
|
|
284
|
+
|
|
285
|
+
if (current.running) {
|
|
286
|
+
console.log(`Sway Router is already running at ${dashboardUrl(installation, port)}`);
|
|
287
|
+
} else {
|
|
288
|
+
const result = await withProgress("Starting Sway Router", (progress) => {
|
|
289
|
+
progress.update(35, "Starting Sway Router");
|
|
290
|
+
return lifecycle.start(installation, {
|
|
291
|
+
background: true,
|
|
292
|
+
showLog: options.showLog,
|
|
293
|
+
port: options.port,
|
|
294
|
+
host: options.host,
|
|
295
|
+
});
|
|
296
|
+
}, { doneMessage: "Sway Router started" });
|
|
297
|
+
port = result.port;
|
|
298
|
+
console.log(`Sway Router is running in the background at ${dashboardUrl(installation, port)}`);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
await runMenu(installation, { ...options, port, updateInfo });
|
|
302
|
+
}
|
|
303
|
+
|
|
304
|
+
function showRuntimeStatus(installation, status, port) {
|
|
305
|
+
console.log("Sway Router");
|
|
306
|
+
console.log(` Status: ${status.running ? "running" : "stopped"}`);
|
|
307
|
+
console.log(` Current Version: v${pkg.version}`);
|
|
308
|
+
console.log(` Mode: ${installation.mode}`);
|
|
309
|
+
console.log(` Dashboard: ${dashboardUrl(installation, port)}`);
|
|
310
|
+
if (status.pid) console.log(` PID: ${status.pid}`);
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
async function main(argv) {
|
|
314
|
+
const options = parseArgs(argv);
|
|
315
|
+
if (options.help) {
|
|
316
|
+
usage();
|
|
317
|
+
return;
|
|
318
|
+
}
|
|
319
|
+
if (options.version) {
|
|
320
|
+
console.log(pkg.version);
|
|
321
|
+
return;
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
const command = commandFor(options);
|
|
325
|
+
const installation = resolveInstallation(options);
|
|
326
|
+
if (!installation) {
|
|
327
|
+
if (command === "status") {
|
|
328
|
+
console.log("Sway Router is not prepared.");
|
|
329
|
+
console.log("Prepare the Sway Router runtime and installation metadata first.");
|
|
330
|
+
return;
|
|
331
|
+
}
|
|
332
|
+
if (command === "stop") {
|
|
333
|
+
console.log("Sway Router was not prepared; nothing to stop.");
|
|
334
|
+
return;
|
|
335
|
+
}
|
|
336
|
+
throw new Error("Sway Router is not prepared. Prepare the runtime and installation metadata first.");
|
|
337
|
+
}
|
|
338
|
+
|
|
339
|
+
const status = lifecycle.status(installation);
|
|
340
|
+
if (command === "status") {
|
|
341
|
+
showRuntimeStatus(installation, status, options.port);
|
|
342
|
+
return;
|
|
343
|
+
}
|
|
344
|
+
if (command === "stop") {
|
|
345
|
+
const result = await withProgress("Stopping Sway Router", () => lifecycle.stop(installation), {
|
|
346
|
+
doneMessage: "Sway Router stopped",
|
|
347
|
+
});
|
|
348
|
+
console.log(result.stopped ? "Sway Router stopped." : "Sway Router was not running.");
|
|
349
|
+
return;
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
const updateInfo = !options.skipUpdate && (command === "start" || command === "restart" || command === "menu")
|
|
353
|
+
? await checkForUpdate()
|
|
354
|
+
: null;
|
|
355
|
+
if (updateInfo?.updateAvailable && !updateInfo.updateSupported) {
|
|
356
|
+
console.log(`Sway Router v${updateInfo.latestVersion} is available, but this installation cannot self-update.`);
|
|
357
|
+
}
|
|
358
|
+
if (updateInfo?.updateAvailable && updateInfo.updateSupported && command !== "menu" && !isDefaultMenuInvocation(options)) {
|
|
359
|
+
console.log(`Sway Router v${updateInfo.latestVersion} is available. Run \'swayrouter\' to update from the menu.`);
|
|
360
|
+
}
|
|
361
|
+
if (command === "restart") {
|
|
362
|
+
if (status.running) {
|
|
363
|
+
await withProgress("Stopping Sway Router", () => lifecycle.stop(installation), {
|
|
364
|
+
doneMessage: "Sway Router stopped",
|
|
365
|
+
});
|
|
366
|
+
}
|
|
367
|
+
await startRuntime(installation, options);
|
|
368
|
+
return;
|
|
369
|
+
}
|
|
370
|
+
if (command === "menu") {
|
|
371
|
+
await runMenu(installation, { ...options, updateInfo });
|
|
372
|
+
return;
|
|
373
|
+
}
|
|
374
|
+
if (isDefaultMenuInvocation(options)) {
|
|
375
|
+
await startDefaultMenu(installation, options, updateInfo);
|
|
376
|
+
return;
|
|
377
|
+
}
|
|
378
|
+
await startRuntime(installation, options);
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
module.exports = {
|
|
382
|
+
commandFor,
|
|
383
|
+
isDefaultMenuInvocation,
|
|
384
|
+
main,
|
|
385
|
+
parseArgs,
|
|
386
|
+
resolveInstallation,
|
|
387
|
+
usage,
|
|
388
|
+
};
|
package/cli/package.json
ADDED
|
@@ -0,0 +1,280 @@
|
|
|
1
|
+
const http = require("http");
|
|
2
|
+
const https = require("https");
|
|
3
|
+
const fs = require("fs");
|
|
4
|
+
const path = require("path");
|
|
5
|
+
|
|
6
|
+
const DEFAULT_PORT = 14045;
|
|
7
|
+
const DEFAULT_HOST = "127.0.0.1";
|
|
8
|
+
const DEFAULT_MODEL = "xai/grok-imagine-video";
|
|
9
|
+
const DEFAULT_TIMEOUT_SEC = 600;
|
|
10
|
+
const DEFAULT_POLL_INTERVAL_MS = 5000;
|
|
11
|
+
|
|
12
|
+
const TERMINAL_STATUSES = new Set(["done", "failed", "completed", "error", "expired", "cancelled"]);
|
|
13
|
+
const FAILED_STATUSES = new Set(["failed", "error", "expired", "cancelled"]);
|
|
14
|
+
|
|
15
|
+
const HELP = `
|
|
16
|
+
Usage: swayrouter xai video --prompt "..." [options]
|
|
17
|
+
|
|
18
|
+
Generate a Grok Imagine video via your local Sway Router gateway
|
|
19
|
+
(requires a connected xAI account — Grok Build OAuth or API key).
|
|
20
|
+
|
|
21
|
+
Options:
|
|
22
|
+
--prompt <text> Video description (required)
|
|
23
|
+
--output <file> Output MP4 path (default: video.mp4)
|
|
24
|
+
--model <id> Model (default: ${DEFAULT_MODEL})
|
|
25
|
+
--duration <seconds> Video duration
|
|
26
|
+
--aspect-ratio <ratio> e.g. 16:9, 9:16, 1:1
|
|
27
|
+
--resolution <res> 480p | 720p | 1080p
|
|
28
|
+
--image <path-or-url> Image input for image-to-video
|
|
29
|
+
--timeout <seconds> Max wait for the job (default: ${DEFAULT_TIMEOUT_SEC})
|
|
30
|
+
--port <port> Gateway port (default: ${DEFAULT_PORT})
|
|
31
|
+
--host <host> Gateway host (default: ${DEFAULT_HOST})
|
|
32
|
+
--api-key <key> Sway Router API key (or env SWAYROUTER_API_KEY)
|
|
33
|
+
-h, --help Show this help
|
|
34
|
+
`;
|
|
35
|
+
|
|
36
|
+
function sanitizeText(text) {
|
|
37
|
+
return String(text ?? "").replace(/Bearer\s+[A-Za-z0-9._~+/=-]{8,}/gi, "Bearer [redacted]");
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
function parseArgs(argv) {
|
|
41
|
+
const opts = {
|
|
42
|
+
model: DEFAULT_MODEL,
|
|
43
|
+
output: "video.mp4",
|
|
44
|
+
timeoutSec: DEFAULT_TIMEOUT_SEC,
|
|
45
|
+
port: DEFAULT_PORT,
|
|
46
|
+
host: DEFAULT_HOST,
|
|
47
|
+
apiKey: process.env.SWAYROUTER_API_KEY || null,
|
|
48
|
+
pollIntervalMs: DEFAULT_POLL_INTERVAL_MS,
|
|
49
|
+
};
|
|
50
|
+
for (let i = 0; i < argv.length; i++) {
|
|
51
|
+
const a = argv[i];
|
|
52
|
+
const next = () => argv[++i];
|
|
53
|
+
if (a === "--prompt") opts.prompt = next();
|
|
54
|
+
else if (a === "--output" || a === "-o") opts.output = next();
|
|
55
|
+
else if (a === "--model") opts.model = next();
|
|
56
|
+
else if (a === "--duration") opts.duration = parseInt(next(), 10);
|
|
57
|
+
else if (a === "--aspect-ratio") opts.aspectRatio = next();
|
|
58
|
+
else if (a === "--resolution") opts.resolution = next();
|
|
59
|
+
else if (a === "--image") opts.image = next();
|
|
60
|
+
else if (a === "--timeout") opts.timeoutSec = parseInt(next(), 10) || DEFAULT_TIMEOUT_SEC;
|
|
61
|
+
else if (a === "--port" || a === "-p") opts.port = parseInt(next(), 10) || DEFAULT_PORT;
|
|
62
|
+
else if (a === "--host" || a === "-H") opts.host = next() || DEFAULT_HOST;
|
|
63
|
+
else if (a === "--api-key") opts.apiKey = next();
|
|
64
|
+
else if (a === "--poll-interval-ms") opts.pollIntervalMs = parseInt(next(), 10) || DEFAULT_POLL_INTERVAL_MS;
|
|
65
|
+
else if (a === "-h" || a === "--help") opts.help = true;
|
|
66
|
+
else {
|
|
67
|
+
throw new Error(`Unknown option: ${a}`);
|
|
68
|
+
}
|
|
69
|
+
}
|
|
70
|
+
return opts;
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
function imageInputToUrl(input) {
|
|
74
|
+
if (/^(https?:|data:)/i.test(input)) return input;
|
|
75
|
+
const buf = fs.readFileSync(input);
|
|
76
|
+
const ext = path.extname(input).toLowerCase();
|
|
77
|
+
const mime = ext === ".png" ? "image/png" : ext === ".webp" ? "image/webp" : "image/jpeg";
|
|
78
|
+
return `data:${mime};base64,${buf.toString("base64")}`;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
function gatewayRequest({ host, port, apiKey, method, reqPath, body, signal }) {
|
|
82
|
+
return new Promise((resolve, reject) => {
|
|
83
|
+
const payload = body ? JSON.stringify(body) : null;
|
|
84
|
+
const headers = { Accept: "application/json" };
|
|
85
|
+
if (payload) {
|
|
86
|
+
headers["Content-Type"] = "application/json";
|
|
87
|
+
headers["Content-Length"] = Buffer.byteLength(payload);
|
|
88
|
+
}
|
|
89
|
+
if (apiKey) headers.Authorization = `Bearer ${apiKey}`;
|
|
90
|
+
|
|
91
|
+
const req = http.request({ hostname: host, port, path: reqPath, method, headers, signal }, (res) => {
|
|
92
|
+
let data = "";
|
|
93
|
+
res.on("data", (c) => (data += c));
|
|
94
|
+
res.on("end", () => {
|
|
95
|
+
let parsed = null;
|
|
96
|
+
try { parsed = data ? JSON.parse(data) : null; } catch { }
|
|
97
|
+
resolve({ status: res.statusCode, headers: res.headers, body: parsed, raw: data });
|
|
98
|
+
});
|
|
99
|
+
});
|
|
100
|
+
req.on("error", reject);
|
|
101
|
+
if (payload) req.write(payload);
|
|
102
|
+
req.end();
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
const sleep = (ms, signal) =>
|
|
107
|
+
new Promise((resolve, reject) => {
|
|
108
|
+
const t = setTimeout(resolve, ms);
|
|
109
|
+
signal?.addEventListener?.("abort", () => { clearTimeout(t); reject(new Error("aborted")); }, { once: true });
|
|
110
|
+
});
|
|
111
|
+
|
|
112
|
+
async function pollUntilDone({ host, port, apiKey, requestId, connectionId, timeoutSec, pollIntervalMs, signal, onProgress }) {
|
|
113
|
+
const deadline = Date.now() + timeoutSec * 1000;
|
|
114
|
+
while (true) {
|
|
115
|
+
if (signal?.aborted) throw new Error("aborted");
|
|
116
|
+
if (Date.now() > deadline) {
|
|
117
|
+
throw new Error(`Timed out after ${timeoutSec}s waiting for video job ${requestId}`);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
const res = await gatewayRequestWithConnection({ host, port, apiKey, requestId, connectionId, signal });
|
|
121
|
+
if (res.status === 200 && res.body) {
|
|
122
|
+
const status = String(res.body.status || "").toLowerCase();
|
|
123
|
+
onProgress?.(status || "pending", res.body.progress);
|
|
124
|
+
if (FAILED_STATUSES.has(status)) {
|
|
125
|
+
const msg = res.body.error?.message || res.body.error || "video generation failed";
|
|
126
|
+
throw new Error(`Job ${requestId} failed: ${sanitizeText(typeof msg === "string" ? msg : JSON.stringify(msg))}`);
|
|
127
|
+
}
|
|
128
|
+
if (TERMINAL_STATUSES.has(status)) return res.body;
|
|
129
|
+
} else if (res.status >= 400 && res.status !== 429 && res.status !== 503) {
|
|
130
|
+
throw new Error(`Polling failed (HTTP ${res.status}): ${sanitizeText(res.raw?.slice(0, 300))}`);
|
|
131
|
+
}
|
|
132
|
+
await sleep(pollIntervalMs, signal);
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
function gatewayRequestWithConnection({ host, port, apiKey, requestId, connectionId, signal }) {
|
|
137
|
+
return new Promise((resolve, reject) => {
|
|
138
|
+
const headers = { Accept: "application/json" };
|
|
139
|
+
if (apiKey) headers.Authorization = `Bearer ${apiKey}`;
|
|
140
|
+
if (connectionId) headers["x-connection-id"] = connectionId;
|
|
141
|
+
const req = http.request(
|
|
142
|
+
{ hostname: host, port, path: `/v1/videos/${encodeURIComponent(requestId)}`, method: "GET", headers, signal },
|
|
143
|
+
(res) => {
|
|
144
|
+
let data = "";
|
|
145
|
+
res.on("data", (c) => (data += c));
|
|
146
|
+
res.on("end", () => {
|
|
147
|
+
let parsed = null;
|
|
148
|
+
try { parsed = data ? JSON.parse(data) : null; } catch { }
|
|
149
|
+
resolve({ status: res.statusCode, body: parsed, raw: data });
|
|
150
|
+
});
|
|
151
|
+
}
|
|
152
|
+
);
|
|
153
|
+
req.on("error", reject);
|
|
154
|
+
req.end();
|
|
155
|
+
});
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
async function downloadToFile(url, outputPath, { signal } = {}) {
|
|
159
|
+
const partPath = `${outputPath}.part`;
|
|
160
|
+
await new Promise((resolve, reject) => {
|
|
161
|
+
const cleanupAnd = (fn) => (err) => {
|
|
162
|
+
try { fs.unlinkSync(partPath); } catch { }
|
|
163
|
+
fn(err);
|
|
164
|
+
};
|
|
165
|
+
const get = (target, redirectsLeft) => {
|
|
166
|
+
const mod = target.startsWith("https:") ? https : http;
|
|
167
|
+
const req = mod.get(target, { signal }, (res) => {
|
|
168
|
+
if (res.statusCode >= 300 && res.statusCode < 400 && res.headers.location && redirectsLeft > 0) {
|
|
169
|
+
res.resume();
|
|
170
|
+
return get(new URL(res.headers.location, target).toString(), redirectsLeft - 1);
|
|
171
|
+
}
|
|
172
|
+
if (res.statusCode !== 200) {
|
|
173
|
+
res.resume();
|
|
174
|
+
return cleanupAnd(reject)(new Error(`Download failed: HTTP ${res.statusCode}`));
|
|
175
|
+
}
|
|
176
|
+
const out = fs.createWriteStream(partPath);
|
|
177
|
+
res.pipe(out);
|
|
178
|
+
out.on("finish", () => out.close(resolve));
|
|
179
|
+
out.on("error", cleanupAnd(reject));
|
|
180
|
+
res.on("error", cleanupAnd(reject));
|
|
181
|
+
});
|
|
182
|
+
req.on("error", cleanupAnd(reject));
|
|
183
|
+
};
|
|
184
|
+
get(url, 5);
|
|
185
|
+
});
|
|
186
|
+
fs.renameSync(partPath, outputPath);
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
async function run(argv) {
|
|
190
|
+
let opts;
|
|
191
|
+
try {
|
|
192
|
+
opts = parseArgs(argv);
|
|
193
|
+
} catch (err) {
|
|
194
|
+
console.error(`Error: ${err.message}`);
|
|
195
|
+
console.log(HELP);
|
|
196
|
+
return 1;
|
|
197
|
+
}
|
|
198
|
+
if (opts.help) {
|
|
199
|
+
console.log(HELP);
|
|
200
|
+
return 0;
|
|
201
|
+
}
|
|
202
|
+
if (!opts.prompt) {
|
|
203
|
+
console.error("Error: --prompt is required");
|
|
204
|
+
console.log(HELP);
|
|
205
|
+
return 1;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
const controller = new AbortController();
|
|
209
|
+
const partPath = `${opts.output}.part`;
|
|
210
|
+
const onSigint = () => {
|
|
211
|
+
controller.abort();
|
|
212
|
+
try { fs.unlinkSync(partPath); } catch { }
|
|
213
|
+
console.error("\nCancelled");
|
|
214
|
+
process.exit(130);
|
|
215
|
+
};
|
|
216
|
+
process.on("SIGINT", onSigint);
|
|
217
|
+
|
|
218
|
+
try {
|
|
219
|
+
const body = { model: opts.model, prompt: opts.prompt };
|
|
220
|
+
if (opts.duration) body.duration = opts.duration;
|
|
221
|
+
if (opts.aspectRatio) body.aspect_ratio = opts.aspectRatio;
|
|
222
|
+
if (opts.resolution) body.resolution = opts.resolution;
|
|
223
|
+
if (opts.image) body.image = { url: imageInputToUrl(opts.image) };
|
|
224
|
+
|
|
225
|
+
console.log(`Requesting video (${opts.model})…`);
|
|
226
|
+
const create = await gatewayRequest({
|
|
227
|
+
host: opts.host, port: opts.port, apiKey: opts.apiKey,
|
|
228
|
+
method: "POST", reqPath: "/v1/videos/generations", body, signal: controller.signal,
|
|
229
|
+
});
|
|
230
|
+
|
|
231
|
+
if (create.status !== 200 || !create.body?.request_id) {
|
|
232
|
+
const detail = create.body?.error?.message || create.body?.error || create.raw || `HTTP ${create.status}`;
|
|
233
|
+
console.error(`Error: Create failed: ${sanitizeText(typeof detail === "string" ? detail : JSON.stringify(detail)).slice(0, 500)}`);
|
|
234
|
+
if (create.status === 400 && /No credentials/i.test(String(detail))) {
|
|
235
|
+
console.error(" Connect an xAI account first: dashboard → Providers → xAI (Grok).");
|
|
236
|
+
}
|
|
237
|
+
return 1;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
const requestId = create.body.request_id;
|
|
241
|
+
const connectionId = create.headers["x-swayrouter-connection-id"] || null;
|
|
242
|
+
console.log(`Job accepted: ${requestId}`);
|
|
243
|
+
|
|
244
|
+
let lastLine = "";
|
|
245
|
+
const result = await pollUntilDone({
|
|
246
|
+
host: opts.host, port: opts.port, apiKey: opts.apiKey,
|
|
247
|
+
requestId, connectionId,
|
|
248
|
+
timeoutSec: opts.timeoutSec, pollIntervalMs: opts.pollIntervalMs,
|
|
249
|
+
signal: controller.signal,
|
|
250
|
+
onProgress: (status, progress) => {
|
|
251
|
+
const line = `${status}${Number.isFinite(progress) ? ` ${progress}%` : ""}`;
|
|
252
|
+
if (line !== lastLine) {
|
|
253
|
+
lastLine = line;
|
|
254
|
+
if (process.stdout.isTTY) process.stdout.write(`\r\x1b[K${line}`);
|
|
255
|
+
else console.log(line);
|
|
256
|
+
}
|
|
257
|
+
},
|
|
258
|
+
});
|
|
259
|
+
if (process.stdout.isTTY) process.stdout.write("\n");
|
|
260
|
+
|
|
261
|
+
const videoUrl = result.video?.url || result.video?.file_output?.public_url;
|
|
262
|
+
if (!videoUrl) {
|
|
263
|
+
console.error("Error: Job finished but no video URL was returned");
|
|
264
|
+
return 1;
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
console.log("Downloading…");
|
|
268
|
+
await downloadToFile(videoUrl, opts.output, { signal: controller.signal });
|
|
269
|
+
console.log(`Saved ${opts.output}`);
|
|
270
|
+
return 0;
|
|
271
|
+
} catch (err) {
|
|
272
|
+
if (process.stdout.isTTY) process.stdout.write("\n");
|
|
273
|
+
console.error(`Error: ${sanitizeText(err?.message || String(err))}`);
|
|
274
|
+
return 1;
|
|
275
|
+
} finally {
|
|
276
|
+
process.removeListener("SIGINT", onSigint);
|
|
277
|
+
}
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
module.exports = { run, parseArgs, pollUntilDone, downloadToFile, imageInputToUrl, sanitizeText };
|