openclaw/src/commands
Yida-Dev 4216449405
fix: guard resolveUserPath against undefined input (#10176)
* fix: guard resolveUserPath against undefined input

When subagent spawner omits workspaceDir, resolveUserPath receives
undefined and crashes on .trim().  Add a falsy guard that falls back
to process.cwd(), matching the behavior callers already expect.

Closes #10089

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* fix: harden runner workspace fallback (#10176) (thanks @Yida-Dev)

* fix: harden workspace fallback scoping (#10176) (thanks @Yida-Dev)

* refactor: centralize workspace fallback classification and redaction (#10176) (thanks @Yida-Dev)

* test: remove explicit any from utils mock (#10176) (thanks @Yida-Dev)

* security: reject malformed agent session keys for workspace resolution (#10176) (thanks @Yida-Dev)

---------

Co-authored-by: Yida-Dev <reyifeijun@gmail.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Gustavo Madeira Santana <gumadeiras@gmail.com>
2026-02-06 13:16:58 -05:00
..
agent fix: pass threadId/to/accountId from parent to subagent gateway call 2026-02-06 00:23:04 +05:30
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 fix: guard resolveUserPath against undefined input (#10176) 2026-02-06 13:16:58 -05:00
onboard-non-interactive fix(onboard): align xAI default model to grok-4 2026-02-05 15:14:50 -08:00
onboarding chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
status-all fix: guard resolveUserPath against undefined input (#10176) 2026-02-06 13:16:58 -05: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 fix: guard resolveUserPath against undefined input (#10176) 2026-02-06 13:16:58 -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 xAI Grok provider support 2026-02-05 15:14:50 -08:00
auth-choice-options.ts feat: add xAI Grok provider support 2026-02-05 15:14:50 -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 fix(docs): correct OpenCode Zen description in code comment (#9998) 2026-02-05 19:55:02 -05: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: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05: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 xAI Grok provider support 2026-02-05 15:14:50 -08:00
auth-choice.apply.xai.ts fix(onboard): align xAI default model to grok-4 2026-02-05 15:14:50 -08:00
auth-choice.default-model.test.ts chore: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05:00
auth-choice.default-model.ts chore: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05: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 xAI Grok provider support 2026-02-05 15:14:50 -08:00
auth-choice.test.ts fix(onboard): align xAI default model to grok-4 2026-02-05 15:14:50 -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 feat: add Claude Opus 4.6 to built-in model catalog (#9853) 2026-02-05 12:09:23 -08: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 fix: silence unused hook token url param (#9436) 2026-02-05 18:08:29 -08:00
dashboard.ts fix: silence unused hook token url param (#9436) 2026-02-05 18:08:29 -08: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 Update: harden control UI asset handling in update flow (#10146) 2026-02-06 01:14:00 -05: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-allowlist.ts chore: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05: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: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05: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 xAI Grok provider support 2026-02-05 15:14:50 -08:00
onboard-auth.config-minimax.ts feat: add Claude Opus 4.6 to built-in model catalog (#9853) 2026-02-05 12:09:23 -08: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 fix(onboard): align xAI default model to grok-4 2026-02-05 15:14:50 -08:00
onboard-auth.models.ts fix(onboard): align xAI default model to grok-4 2026-02-05 15:14:50 -08:00
onboard-auth.test.ts fix(onboard): align xAI default model to grok-4 2026-02-05 15:14:50 -08:00
onboard-auth.ts feat: add xAI Grok provider support 2026-02-05 15:14:50 -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 fix: silence unused hook token url param (#9436) 2026-02-05 18:08:29 -08: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: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05: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.openai-api-key.test.ts chore: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05: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-non-interactive.xai.test.ts fix(onboard): align xAI default model to grok-4 2026-02-05 15:14:50 -08:00
onboard-remote.ts chore: Enable "experimentalSortImports" in Oxfmt and reformat all imorts. 2026-02-01 10:03:47 +09:00
onboard-skills.ts security: add skill/plugin code safety scanner (#9806) 2026-02-05 16:06:11 -08:00
onboard-types.ts feat: add xAI Grok provider support 2026-02-05 15:14:50 -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: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05:00
openai-codex-model-default.ts chore: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05:00
openai-model-default.test.ts chore: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05:00
openai-model-default.ts chore: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05: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: apply local workspace updates (#9911) 2026-02-05 16:54:44 -05: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