openclaw/src/commands
Gustavo Madeira Santana 22927b0834
fix: infer --auth-choice from API key flags during non-interactive onboarding (#9241)
* fix: infer --auth-choice from API key flags during non-interactive onboarding

When --anthropic-api-key (or other provider key flags) is passed without
an explicit --auth-choice, the auth choice defaults to "skip", silently
discarding the API key. This means the gateway starts without credentials
and fails on every inbound message with "No API key found for provider".

Add inferAuthChoiceFromFlags() to derive the correct auth choice from
whichever provider API key flag was supplied, so credentials are persisted
to auth-profiles.json as expected.

Fixes #8481

* fix: infer auth choice from API key flags (#8484) (thanks @f-trycua)

* refactor: centralize auth choice inference flags (#8484) (thanks @f-trycua)

---------

Co-authored-by: f-trycua <f@trycua.com>
2026-02-04 20:38:46 -05:00
..
agent chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
channels chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
gateway-status chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
models feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
onboard-non-interactive fix: infer --auth-choice from API key flags during non-interactive onboarding (#9241) 2026-02-04 20:38:46 -05:00
onboarding chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
status-all chore: Enable `no-unnecessary-template-expression` lint rule. 2026-02-02 15:37:05 +09:00
agent-via-gateway.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agent-via-gateway.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agent.delivery.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agent.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agent.ts Security: owner-only tools + command auth hardening (#9202) 2026-02-04 19:49:36 -05:00
agents.add.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.bindings.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.command-shared.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.commands.add.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.commands.delete.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.commands.identity.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.commands.list.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.config.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.identity.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.providers.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
agents.ts fix: add agents identity helper 2026-01-19 10:44:18 +00:00
auth-choice-options.test.ts feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
auth-choice-options.ts feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
auth-choice-prompt.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
auth-choice.api-key.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
auth-choice.apply.anthropic.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
auth-choice.apply.api-providers.ts feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
auth-choice.apply.copilot-proxy.ts feat(onboarding): wire plugin-backed auth choices 2026-01-18 16:35:52 +00:00
auth-choice.apply.github-copilot.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
auth-choice.apply.google-antigravity.ts feat(onboarding): wire plugin-backed auth choices 2026-01-18 16:35:52 +00:00
auth-choice.apply.google-gemini-cli.ts feat(onboarding): wire plugin-backed auth choices 2026-01-18 16:35:52 +00:00
auth-choice.apply.minimax.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
auth-choice.apply.oauth.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
auth-choice.apply.openai.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
auth-choice.apply.plugin-provider.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
auth-choice.apply.qwen-portal.ts feat(onboarding): wire plugin-backed auth choices 2026-01-18 16:35:52 +00:00
auth-choice.apply.ts feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
auth-choice.default-model.ts refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
auth-choice.model-check.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
auth-choice.moonshot.test.ts fix: keep Moonshot CN base URL in onboarding (#7180) (thanks @waynelwz) 2026-02-03 21:58:51 -08:00
auth-choice.preferred-provider.ts feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
auth-choice.test.ts feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
auth-choice.ts refactor(commands): split CLI commands 2026-01-14 05:39:47 +00:00
auth-token.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
channels.adds-non-default-telegram-account.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
channels.surfaces-signal-runtime-errors-channels-status-output.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
channels.ts feat(channels): add resolve command + defaults 2026-01-18 01:00:24 +00:00
chutes-oauth.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
chutes-oauth.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
cleanup-utils.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
configure.channels.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
configure.commands.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
configure.daemon.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
configure.gateway-auth.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
configure.gateway-auth.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
configure.gateway.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
configure.gateway.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
configure.shared.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
configure.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
configure.wizard.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
configure.wizard.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
daemon-install-helpers.test.ts refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
daemon-install-helpers.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
daemon-runtime.ts chore: migrate to oxlint and oxfmt 2026-01-14 15:02:19 +00:00
dashboard.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
dashboard.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
docs.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-auth.deprecated-cli-profiles.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-auth.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-completion.ts doctor: add shell completion check module 2026-02-04 19:51:06 +00:00
doctor-config-flow.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-config-flow.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-format.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-gateway-daemon-flow.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-gateway-health.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-gateway-services.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-install.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-legacy-config.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-legacy-config.ts refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
doctor-platform-notes.launchctl-env-overrides.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-platform-notes.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-prompter.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-sandbox.ts chore: Enable `typescript/no-explicit-any` rule. 2026-02-02 16:18:09 +09:00
doctor-security.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-security.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-state-integrity.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-state-migrations.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-state-migrations.ts fix: migrate legacy state/config paths 2026-01-28 00:16:00 +00:00
doctor-ui.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-update.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-workspace-status.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-workspace.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor-workspace.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
doctor.falls-back-legacy-sandbox-image-missing.test.ts refactor: use shared pairing store for telegram 2026-02-01 15:22:37 +05:30
doctor.migrates-routing-allowfrom-channels-whatsapp-allowfrom.test.ts refactor: use shared pairing store for telegram 2026-02-01 15:22:37 +05:30
doctor.runs-legacy-state-migrations-yes-mode-without.test.ts refactor: use shared pairing store for telegram 2026-02-01 15:22:37 +05:30
doctor.ts doctor: integrate shell completion check into doctor command 2026-02-04 19:51:06 +00:00
doctor.warns-per-agent-sandbox-docker-browser-prune.test.ts refactor: use shared pairing store for telegram 2026-02-01 15:22:37 +05:30
doctor.warns-state-directory-is-missing.test.ts refactor: use shared pairing store for telegram 2026-02-01 15:22:37 +05:30
gateway-status.test.ts fix(security): harden SSH target handling (#4001) 2026-01-29 16:33:36 +00:00
gateway-status.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
google-gemini-model-default.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
google-gemini-model-default.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
health-format.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
health-format.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
health.command.coverage.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
health.snapshot.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
health.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
health.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
message-format.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
message.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
message.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
model-picker.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
model-picker.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
models.list.test.ts Tests: inline mock classes in vi.mock factory 2026-01-31 07:31:00 +01:00
models.set.test.ts refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
models.ts feat: add provider auth plugins 2026-01-16 00:42:28 +00:00
node-daemon-install-helpers.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
node-daemon-runtime.ts feat: add exec host routing + node daemon 2026-01-18 07:46:00 +00:00
oauth-env.ts fix: improve WSL2 systemd daemon hints 2026-01-17 18:19:55 +00:00
oauth-flow.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
onboard-auth.config-core.ts feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
onboard-auth.config-minimax.ts refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
onboard-auth.config-opencode.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-auth.credentials.ts feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
onboard-auth.models.ts feat: add support for Moonshot API key for China endpoint 2026-02-03 21:58:51 -08:00
onboard-auth.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-auth.ts feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
onboard-channels.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-channels.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-helpers.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-helpers.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-hooks.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-hooks.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-interactive.ts CLI: restore terminal state on exit 2026-02-03 06:10:19 +00:00
onboard-non-interactive.ai-gateway.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-non-interactive.cloudflare-ai-gateway.test.ts fix: infer --auth-choice from API key flags during non-interactive onboarding (#9241) 2026-02-04 20:38:46 -05:00
onboard-non-interactive.gateway.test.ts Security: harden web tools and file parsing (#4058) 2026-02-01 15:23:25 -08:00
onboard-non-interactive.token.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-non-interactive.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-remote.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-skills.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-types.ts feat: add cloudflare ai gateway provider 2026-02-04 04:10:13 -08:00
onboard.ts fix: friendlier Windows onboarding message (#6242) 2026-02-01 12:55:22 +00:00
openai-codex-model-default.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
openai-codex-model-default.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
opencode-zen-model-default.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
opencode-zen-model-default.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
reset.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
sandbox-display.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
sandbox-explain.test.ts refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
sandbox-explain.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
sandbox-formatters.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
sandbox-formatters.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
sandbox.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
sandbox.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
sessions.test.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
sessions.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
setup.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
signal-install.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
status-all.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
status.agent-local.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
status.command.ts feat(heartbeat): add accountId config option for multi-agent routing (#8702) 2026-02-04 16:49:12 -05:00
status.daemon.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
status.format.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
status.gateway-probe.ts chore: Enable "curly" rule to avoid single-statement if confusion/errors. 2026-01-31 16:19:20 +09:00
status.link-channel.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
status.scan.ts chore: fix lint warnings 2026-02-02 23:45:05 -08:00
status.summary.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
status.test.ts revert: Switch back to `tsc` for compiling. 2026-01-31 18:31:49 +09:00
status.ts refactor(commands): split CLI commands 2026-01-14 05:39:47 +00:00
status.types.ts refactor: centralize account bindings + health probes 2026-01-17 01:19:43 +00:00
status.update.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
systemd-linger.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
uninstall.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00