openclaw/src/commands
Peter Steinberger 2580b81bd2
refactor: move channel capability diagnostics into plugins
2026-03-15 22:53:03 -07:00
..
agent refactor: move channel messaging hooks into plugins 2026-03-15 22:39:00 -07:00
channel-setup refactor: make setup the primary wizard surface 2026-03-15 22:01:04 -07:00
channels refactor: move channel capability diagnostics into plugins 2026-03-15 22:53:03 -07:00
gateway-status Gateway: treat scope-limited probe RPC as degraded reachability (#45622) 2026-03-13 23:13:33 -05:00
models refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
onboard-non-interactive refactor(plugins): move provider onboarding auth into plugins 2026-03-15 22:43:10 -07:00
setup/__tests__ refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
status-all Status: lazy-load read-only account inspectors 2026-03-15 20:10:43 -07:00
agent-via-gateway.test.ts test: reclassify command config and channels suites 2026-02-22 11:09:43 +00:00
agent-via-gateway.ts fix(cron): preserve telegram announce target + delivery truth 2026-02-23 11:45:18 +05:30
agent.acp.test.ts test: share agent acp turn helpers 2026-03-14 00:30:14 +00:00
agent.delivery.test.ts fix(agent): forward resolved outbound session context for delivery 2026-02-26 22:14:22 +01:00
agent.test.ts refactor: make OutboundSendDeps dynamic with channel-ID keys (#45517) 2026-03-14 02:42:21 -07:00
agent.ts fix(telegram): allow fallback models in /model validation (#40105) 2026-03-12 13:55:51 +01:00
agents.add.test.ts test: reclassify command config and channels suites 2026-02-22 11:09:43 +00:00
agents.bind.commands.test.ts Agents: add account-scoped bind and routing commands (#27195) 2026-02-26 02:36:56 -05:00
agents.bindings.ts ACP: add persistent Discord channel and Telegram topic bindings (#34873) 2026-03-05 09:38:12 +01:00
agents.command-shared.ts
agents.commands.add.ts feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00:00
agents.commands.bind.ts ACP: add persistent Discord channel and Telegram topic bindings (#34873) 2026-03-05 09:38:12 +01:00
agents.commands.delete.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
agents.commands.identity.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
agents.commands.list.ts ACP: add persistent Discord channel and Telegram topic bindings (#34873) 2026-03-05 09:38:12 +01:00
agents.config.ts ACP: add persistent Discord channel and Telegram topic bindings (#34873) 2026-03-05 09:38:12 +01:00
agents.identity.test.ts test: reclassify command config and channels suites 2026-02-22 11:09:43 +00:00
agents.providers.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
agents.test.ts Agents: add account-scoped bind and routing commands (#27195) 2026-02-26 02:36:56 -05:00
agents.ts Agents: add account-scoped bind and routing commands (#27195) 2026-02-26 02:36:56 -05:00
auth-choice-legacy.ts onboard(minimax): flatten auth to 4 direct choices, unify CN/Global under single provider (#44284) 2026-03-12 11:23:42 -07:00
auth-choice-options.static.ts Commands: split static onboard auth choice help (#47545) 2026-03-15 12:11:55 -07:00
auth-choice-options.test.ts Commands: split static onboard auth choice help (#47545) 2026-03-15 12:11:55 -07:00
auth-choice-options.ts refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
auth-choice-prompt.ts feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00:00
auth-choice.api-key.ts
auth-choice.apply-helpers.test.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
auth-choice.apply-helpers.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
auth-choice.apply.anthropic.test.ts refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
auth-choice.apply.anthropic.ts refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
auth-choice.apply.api-key-providers.ts refactor(plugins): move auth profile hooks into providers 2026-03-15 22:23:55 -07:00
auth-choice.apply.api-providers.ts fix(zai): align explicit coding endpoint setup with detected model defaults (#45969) 2026-03-14 16:20:37 +05:30
auth-choice.apply.huggingface.test.ts refactor(core): dedupe command, hook, and cron fixtures 2026-03-02 21:31:36 +00:00
auth-choice.apply.huggingface.ts feat(secrets): expand onboarding secret-ref flows and custom-provider parity 2026-02-26 14:47:22 +00:00
auth-choice.apply.minimax.test.ts onboard(minimax): flatten auth to 4 direct choices, unify CN/Global under single provider (#44284) 2026-03-12 11:23:42 -07:00
auth-choice.apply.minimax.ts refactor: merge minimax bundled plugins 2026-03-16 02:26:45 +00:00
auth-choice.apply.oauth.ts fix(auth/session): preserve override reset behavior and repair oauth profile-id drift (openclaw#18820) thanks @Glucksberg 2026-02-19 21:16:26 -06:00
auth-choice.apply.openai.test.ts CI: restore main detect-secrets scan (#38438) 2026-03-07 10:06:35 -08:00
auth-choice.apply.openai.ts fix(plugins): resolve rebase fallout in auth hooks 2026-03-15 21:52:29 -07:00
auth-choice.apply.openrouter.ts feat(secrets): expand onboarding secret-ref flows and custom-provider parity 2026-02-26 14:47:22 +00:00
auth-choice.apply.plugin-provider.runtime.ts Commands: lazy-load auth choice plugin provider runtime (#47692) 2026-03-15 16:40:51 -07:00
auth-choice.apply.plugin-provider.test.ts Commands: lazy-load auth choice plugin provider runtime (#47692) 2026-03-15 16:40:51 -07:00
auth-choice.apply.plugin-provider.ts refactor(plugins): move provider onboarding auth into plugins 2026-03-15 22:43:10 -07:00
auth-choice.apply.ts refactor(plugins): move auth profile hooks into providers 2026-03-15 22:23:55 -07:00
auth-choice.default-model.ts
auth-choice.model-check.ts refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
auth-choice.moonshot.test.ts fix(models): refresh Moonshot Kimi vision capabilities 2026-02-23 12:44:23 +00:00
auth-choice.preferred-provider.ts CLI: lazy-load auth choice provider fallback (#47495) 2026-03-15 10:29:31 -07:00
auth-choice.test.ts refactor(plugins): move auth profile hooks into providers 2026-03-15 22:23:55 -07:00
auth-choice.ts
auth-token.ts
backup-shared.ts feat: add local backup CLI (#40163) 2026-03-08 16:21:20 -04:00
backup-verify.test.ts refactor: share backup verify fixtures 2026-03-13 20:19:38 +00:00
backup-verify.ts fix: harden backup verify path validation 2026-03-08 16:53:44 -04:00
backup.atomic.test.ts feat: add local backup CLI (#40163) 2026-03-08 16:21:20 -04:00
backup.test.ts fix: repair ci audit and type drift 2026-03-13 21:02:19 +00:00
backup.ts Infra: extract backup and plugin path helpers 2026-03-10 20:16:35 -04:00
channel-account-context.test.ts secrets: harden read-only SecretRef command paths and diagnostics (#47794) 2026-03-15 21:55:24 -05:00
channel-account-context.ts Status: lazy-load read-only account inspectors 2026-03-15 20:10:43 -07:00
channel-test-helpers.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
channels.add.test.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
channels.adds-non-default-telegram-account.test.ts test(commands): dedupe command and onboarding test cases 2026-03-02 07:13:10 +00:00
channels.config-only-status-output.test.ts test: share config-only channel status helpers 2026-03-14 00:30:14 +00:00
channels.mock-harness.ts refactor: remove channel shim directories, point all imports to extensions (#45967) 2026-03-14 03:43:07 -07:00
channels.status.command-flow.test.ts secrets: harden read-only SecretRef command paths and diagnostics (#47794) 2026-03-15 21:55:24 -05:00
channels.surfaces-signal-runtime-errors-channels-status-output.test.ts test: reclassify command config and channels suites 2026-02-22 11:09:43 +00:00
channels.ts
chutes-oauth.test.ts test: reclassify command helper suites out of e2e 2026-02-22 11:07:07 +00:00
chutes-oauth.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
cleanup-plan.ts
cleanup-utils.test.ts fix: harden windows path handling in CI tests 2026-02-22 21:52:10 +00:00
cleanup-utils.ts refactor(commands): centralize shared command formatting helpers 2026-02-22 21:19:09 +00:00
config-validation.ts CLI: dedupe config validate errors and expose allowed values 2026-03-02 20:05:12 -05:00
configure.channels.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
configure.commands.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
configure.daemon.test.ts fix(cli): handle scheduled gateway restarts consistently 2026-03-12 01:38:39 +00:00
configure.daemon.ts fix(cli): handle scheduled gateway restarts consistently 2026-03-12 01:38:39 +00:00
configure.gateway-auth.prompt-auth-config.test.ts CLI: lazy-load auth choice provider fallback (#47495) 2026-03-15 10:29:31 -07:00
configure.gateway-auth.test.ts CI: restore main detect-secrets scan (#38438) 2026-03-07 10:06:35 -08:00
configure.gateway-auth.ts CLI: lazy-load auth choice provider fallback (#47495) 2026-03-15 10:29:31 -07:00
configure.gateway.test.ts Gateway: add SecretRef support for gateway.auth.token with auth-mode guardrails (#35094) 2026-03-05 12:53:56 -06:00
configure.gateway.ts Gateway: add SecretRef support for gateway.auth.token with auth-mode guardrails (#35094) 2026-03-05 12:53:56 -06:00
configure.shared.ts feat(web-search): switch Perplexity to native Search API (#33822) 2026-03-03 22:57:19 -06:00
configure.ts
configure.wizard.test.ts test: reclassify command config and channels suites 2026-02-22 11:09:43 +00:00
configure.wizard.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
daemon-install-helpers.test.ts fix: persist auth profile env refs for daemon install 2026-03-13 19:50:13 +00:00
daemon-install-helpers.ts fix: persist auth profile env refs for daemon install 2026-03-13 19:50:13 +00:00
daemon-install-plan.shared.test.ts refactor: share daemon install plan runtime scaffolding 2026-03-07 21:09:27 +00:00
daemon-install-plan.shared.ts refactor: share daemon install plan runtime scaffolding 2026-03-07 21:09:27 +00:00
daemon-install-runtime-warning.test.ts refactor(commands): share daemon runtime warning helper 2026-02-18 23:09:09 +00:00
daemon-install-runtime-warning.ts refactor(commands): share daemon runtime warning helper 2026-02-18 23:09:09 +00:00
daemon-runtime.ts
dashboard.links.test.ts Gateway: add SecretRef support for gateway.auth.token with auth-mode guardrails (#35094) 2026-03-05 12:53:56 -06:00
dashboard.test.ts test(commands): trim dashboard setup resets and dedupe bind cases 2026-02-22 07:35:55 +00:00
dashboard.ts refactor: unify gateway SecretRef auth resolution paths 2026-03-07 23:27:50 +00:00
docs.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
doctor-auth.deprecated-cli-profiles.test.ts Fix Codex CLI auth profile sync (#45353) 2026-03-14 16:36:09 -07:00
doctor-auth.hints.test.ts fix(auth): distinguish revoked API keys from transient auth errors (#25754) 2026-02-25 19:47:16 -05:00
doctor-auth.ts refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
doctor-bootstrap-size.test.ts Agent: unify bootstrap truncation warning handling (#32769) 2026-03-03 16:28:38 -05:00
doctor-bootstrap-size.ts Agent: unify bootstrap truncation warning handling (#32769) 2026-03-03 16:28:38 -05:00
doctor-completion.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
doctor-config-analysis.test.ts refactor: split doctor config analysis helpers 2026-03-08 18:40:15 +00:00
doctor-config-analysis.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
doctor-config-flow.include-warning.test.ts refactor(core): dedupe command, hook, and cron fixtures 2026-03-02 21:31:36 +00:00
doctor-config-flow.missing-default-account-bindings.integration.test.ts fix(telegram): warn when accounts.default is missing in multi-account setup (#32544) 2026-03-03 03:27:19 -05:00
doctor-config-flow.missing-default-account-bindings.test.ts Channels: move single-account config into accounts.default (#27334) 2026-02-26 04:06:03 -05:00
doctor-config-flow.missing-explicit-default-account.test.ts fix(telegram): warn when accounts.default is missing in multi-account setup (#32544) 2026-03-03 03:27:19 -05:00
doctor-config-flow.safe-bins.test.ts refactor(core): dedupe command, hook, and cron fixtures 2026-03-02 21:31:36 +00:00
doctor-config-flow.test-utils.ts refactor: dedupe core config and runtime helpers 2026-02-22 17:11:54 +00:00
doctor-config-flow.test.ts feat(zalouser): audit mutable group allowlists 2026-03-13 01:44:42 +00:00
doctor-config-flow.ts refactor: make setup the primary wizard surface 2026-03-15 22:01:04 -07:00
doctor-cron.test.ts refactor: share doctor cron store fixtures 2026-03-13 18:38:12 +00:00
doctor-cron.ts Doctor: fix non-interactive cron repair gating (#41386) 2026-03-09 12:35:31 -07:00
doctor-format.ts refactor: consolidate daemon runtime and start hints 2026-03-07 21:09:26 +00:00
doctor-gateway-auth-token.test.ts style(test): format gateway auth token coverage 2026-03-07 18:33:30 +00:00
doctor-gateway-auth-token.ts refactor: unify gateway SecretRef auth resolution paths 2026-03-07 23:27:50 +00:00
doctor-gateway-daemon-flow.test.ts fix(cli): handle scheduled gateway restarts consistently 2026-03-12 01:38:39 +00:00
doctor-gateway-daemon-flow.ts fix(cli): handle scheduled gateway restarts consistently 2026-03-12 01:38:39 +00:00
doctor-gateway-health.ts fix(doctor): use gateway health status for memory search key check (#22327) 2026-02-23 14:07:16 -05:00
doctor-gateway-services.test.ts fix(doctor): canonicalize gateway service entrypoint paths (#43882) 2026-03-12 12:39:22 +02:00
doctor-gateway-services.ts build: align Node 22 guidance with 22.16 minimum 2026-03-12 20:07:44 +05:30
doctor-install.ts
doctor-legacy-config.migrations.test.ts Doctor: keep allowFrom account-scoped in multi-account configs 2026-02-26 05:34:58 -05:00
doctor-legacy-config.test.ts fix(slack): map legacy streaming=false to off (openclaw#26020) thanks @chilu18 2026-03-01 10:21:25 -06:00
doctor-legacy-config.ts refactor: dedupe gateway config and infra flows 2026-03-03 00:15:14 +00:00
doctor-memory-search.test.ts CI: restore main detect-secrets scan (#38438) 2026-03-07 10:06:35 -08:00
doctor-memory-search.ts Memory: handle SecretRef keys in doctor embeddings (#36835) 2026-03-05 20:05:59 -06:00
doctor-platform-notes.launchctl-env-overrides.test.ts feat(secrets): expand SecretRef coverage across user-supplied credentials (#29580) 2026-03-03 02:58:20 +00:00
doctor-platform-notes.startup-optimization.test.ts CLI: add root --help fast path and lazy channel option resolution (#30975) 2026-03-01 14:23:46 -08:00
doctor-platform-notes.ts Gateway: add SecretRef support for gateway.auth.token with auth-mode guardrails (#35094) 2026-03-05 12:53:56 -06:00
doctor-prompter.ts
doctor-sandbox.ts feat: add openshell sandbox backend 2026-03-15 20:03:22 -07:00
doctor-sandbox.warns-sandbox-enabled-without-docker.test.ts refactor: dedupe cli config cron and install flows 2026-03-02 19:57:33 +00:00
doctor-security.test.ts secrets: harden read-only SecretRef command paths and diagnostics (#47794) 2026-03-15 21:55:24 -05:00
doctor-security.ts secrets: harden read-only SecretRef command paths and diagnostics (#47794) 2026-03-15 21:55:24 -05:00
doctor-session-locks.test.ts test(core): trim redundant test resets and use mockClear 2026-02-22 08:12:55 +00:00
doctor-session-locks.ts refactor(agents): extract shared session dir resolver 2026-02-16 23:48:43 +00:00
doctor-state-integrity.cloud-storage.test.ts doctor: warn on macOS cloud-synced state directories (#31004) 2026-03-01 14:35:46 -08:00
doctor-state-integrity.linux-storage.test.ts Doctor: warn when Linux state dir is on SD/eMMC mounts (#31033) 2026-03-01 16:36:01 -08:00
doctor-state-integrity.test.ts refactor(core): dedupe command, hook, and cron fixtures 2026-03-02 21:31:36 +00:00
doctor-state-integrity.ts fix(doctor): use posix path semantics for linux sd detection 2026-03-02 01:48:14 +00:00
doctor-state-migrations.test.ts refactor: share doctor state migration helpers 2026-03-13 20:19:39 +00:00
doctor-state-migrations.ts
doctor-ui.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
doctor-update.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
doctor-workspace-status.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
doctor-workspace.ts
doctor.e2e-harness.ts refactor: remove channel shim directories, point all imports to extensions (#45967) 2026-03-14 03:43:07 -07:00
doctor.fast-path-mocks.ts Agent: unify bootstrap truncation warning handling (#32769) 2026-03-03 16:28:38 -05:00
doctor.migrates-routing-allowfrom-channels-whatsapp-allowfrom.test.ts test(discord): stabilize parent-info + doctor migration assertions (#25028) 2026-02-24 04:10:52 +00:00
doctor.migrates-slack-discord-dm-policy-aliases.test.ts test(flaky): harden slow vmFork unit suites 2026-02-22 19:08:59 +01:00
doctor.runs-legacy-state-migrations-yes-mode-without.e2e.test.ts test: move integration-heavy suites to e2e lane 2026-03-02 05:33:07 +00:00
doctor.ts Cron: enforce cron-owned delivery contract (#40998) 2026-03-09 20:12:37 +01:00
doctor.warns-per-agent-sandbox-docker-browser-prune.e2e.test.ts test: move integration-heavy suites to e2e lane 2026-03-02 05:33:07 +00:00
doctor.warns-state-directory-is-missing.e2e.test.ts secrets: harden read-only SecretRef command paths and diagnostics (#47794) 2026-03-15 21:55:24 -05:00
gateway-install-token.test.ts CI: restore main detect-secrets scan (#38438) 2026-03-07 10:06:35 -08:00
gateway-install-token.ts refactor: centralize gateway auth env credential readers 2026-03-07 21:09:26 +00:00
gateway-presence.ts
gateway-status.test.ts secrets: harden read-only SecretRef command paths and diagnostics (#47794) 2026-03-15 21:55:24 -05:00
gateway-status.ts Gateway: lazy-load SSH status helpers 2026-03-15 20:40:22 -07:00
google-gemini-model-default.ts fix(models): refresh gpt/gemini alias defaults (#38638, thanks @ademczuk) 2026-03-07 21:10:58 +00:00
health-format.ts
health.command.coverage.test.ts refactor: move WhatsApp channel implementation to extensions/ (#45725) 2026-03-14 02:44:55 -07:00
health.snapshot.test.ts refactor: move WhatsApp channel implementation to extensions/ (#45725) 2026-03-14 02:44:55 -07:00
health.test.ts test: move command status and health suites out of e2e 2026-02-22 11:07:46 +00:00
health.ts Status: lazy-load read-only account inspectors 2026-03-15 20:10:43 -07:00
message-format.ts fix(terminal): stabilize skills table width across Terminal.app and iTerm (#42849) 2026-03-11 09:13:10 -04:00
message.test.ts refactor: move WhatsApp channel implementation to extensions/ (#45725) 2026-03-14 02:44:55 -07:00
message.ts feat(secrets): expand SecretRef coverage across user-supplied credentials (#29580) 2026-03-03 02:58:20 +00:00
model-allowlist.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
model-default.ts
model-picker.runtime.ts Commands: lazy-load model picker provider runtime (#47536) 2026-03-15 10:54:46 -07:00
model-picker.test.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
model-picker.ts refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
models.auth.provider-resolution.test.ts test(commands): collapse provider and endpoint matrices 2026-02-23 22:16:45 +00:00
models.list.auth-sync.test.ts Agents: inject pi auth storage from runtime profiles 2026-02-26 14:47:22 +00:00
models.list.e2e.test.ts fix(models): keep codex spark codex-only 2026-03-13 00:53:21 +00:00
models.set.e2e.test.ts fix: canonicalize openrouter native model keys 2026-03-12 16:51:00 +00:00
models.ts
node-daemon-install-helpers.ts refactor: share daemon install plan runtime scaffolding 2026-03-07 21:09:27 +00:00
node-daemon-runtime.ts
oauth-env.ts
oauth-flow.ts
oauth-tls-preflight.doctor.test.ts Auth: gate OpenAI OAuth TLS preflight in doctor 2026-03-02 13:24:49 -08:00
oauth-tls-preflight.test.ts fix(core): resolve post-rebase type errors 2026-03-02 21:39:43 +00:00
oauth-tls-preflight.ts Auth: gate OpenAI OAuth TLS preflight in doctor 2026-03-02 13:24:49 -08:00
ollama-setup.test.ts refactor: share cron and ollama test helpers 2026-03-13 20:19:39 +00:00
ollama-setup.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-auth.config-core.kilocode.test.ts CI: restore main detect-secrets scan (#38438) 2026-03-07 10:06:35 -08:00
onboard-auth.config-core.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-auth.config-gateways.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
onboard-auth.config-litellm.ts
onboard-auth.config-minimax.ts onboard(minimax): flatten auth to 4 direct choices, unify CN/Global under single provider (#44284) 2026-03-12 11:23:42 -07:00
onboard-auth.config-opencode-go.ts Providers: add Opencode Go support (#42313) 2026-03-11 01:31:06 -04:00
onboard-auth.config-opencode.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
onboard-auth.config-shared.test.ts fix: resolve ci type errors and reconnect test flake 2026-02-22 21:35:20 +00:00
onboard-auth.config-shared.ts refactor(commands): centralize shared command formatting helpers 2026-02-22 21:19:09 +00:00
onboard-auth.credentials.test.ts Providers: add Opencode Go support (#42313) 2026-03-11 01:31:06 -04:00
onboard-auth.credentials.ts refactor(plugins): move provider onboarding auth into plugins 2026-03-15 22:43:10 -07:00
onboard-auth.models.ts CLI: trim onboarding provider startup imports (#47467) 2026-03-15 09:47:56 -07:00
onboard-auth.test.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-auth.ts onboard(minimax): flatten auth to 4 direct choices, unify CN/Global under single provider (#44284) 2026-03-12 11:23:42 -07:00
onboard-channels.e2e.test.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-channels.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-config.test.ts refactor: make setup the primary wizard surface 2026-03-15 22:01:04 -07:00
onboard-config.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-custom.test.ts refactor: make setup the primary wizard surface 2026-03-15 22:01:04 -07:00
onboard-custom.ts fix(onboard): default custom Ollama URL to native API 2026-03-11 20:11:51 +00:00
onboard-helpers.test.ts test: move onboarding and sandbox command suites out of e2e 2026-02-22 11:10:05 +00:00
onboard-helpers.ts fix(agents): fall back to agents.defaults.model when agent has no model config (#24210) 2026-02-23 03:18:55 -05:00
onboard-hooks.test.ts test: move onboarding and sandbox command suites out of e2e 2026-02-22 11:10:05 +00:00
onboard-hooks.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-interactive.test.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-interactive.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-non-interactive.gateway.test.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-non-interactive.provider-auth.test.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-non-interactive.test-helpers.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-non-interactive.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-provider-auth-flags.ts onboard(minimax): flatten auth to 4 direct choices, unify CN/Global under single provider (#44284) 2026-03-12 11:23:42 -07:00
onboard-remote.test.ts fix(gateway): honor insecure ws override for remote hostnames 2026-03-05 17:04:26 -08:00
onboard-remote.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard-search.test.ts feat: add firecrawl onboarding search plugin 2026-03-16 03:38:58 +00:00
onboard-search.ts feat: add firecrawl onboarding search plugin 2026-03-16 03:38:58 +00:00
onboard-skills.test.ts test: move onboarding and sandbox command suites out of e2e 2026-02-22 11:10:05 +00:00
onboard-skills.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
onboard-types.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
onboard.test.ts refactor: make setup the primary wizard surface 2026-03-15 22:01:04 -07:00
onboard.ts docs: restore onboard docs references 2026-03-16 05:50:57 +00:00
openai-codex-oauth.test.ts Agents: adapt pi-ai oauth and payload hooks 2026-03-12 10:19:14 -04:00
openai-codex-oauth.ts fix: import oauth types from the oauth entrypoint 2026-03-13 02:17:00 +00:00
openai-model-default.test.ts refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
openai-model-default.ts
opencode-go-model-default.ts Providers: add Opencode Go support (#42313) 2026-03-11 01:31:06 -04:00
opencode-zen-model-default.ts
provider-auth-guidance.ts refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
provider-auth-helpers.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
reset.test.ts feat: add local backup CLI (#40163) 2026-03-08 16:21:20 -04:00
reset.ts docs: restore onboard docs references 2026-03-16 05:50:57 +00:00
sandbox-display.ts feat: add openshell sandbox backend 2026-03-15 20:03:22 -07:00
sandbox-explain.test.ts test(flaky): harden slow vmFork unit suites 2026-02-22 19:08:59 +01:00
sandbox-explain.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
sandbox-formatters.test.ts test: reclassify command helper suites out of e2e 2026-02-22 11:07:07 +00:00
sandbox-formatters.ts
sandbox.test.ts feat: add openshell sandbox backend 2026-03-15 20:03:22 -07:00
sandbox.ts feat: add openshell sandbox backend 2026-03-15 20:03:22 -07:00
self-hosted-provider-setup.ts refactor: share self hosted provider plugin helpers 2026-03-14 01:40:41 +00:00
session-store-targets.test.ts Gateway: harden custom session-store discovery (#44176) 2026-03-12 16:44:46 +00:00
session-store-targets.ts Gateway: harden custom session-store discovery (#44176) 2026-03-12 16:44:46 +00:00
sessions-cleanup.test.ts refactor(commands): dedupe session target resolution and fs tool test setup 2026-03-02 14:36:41 +00:00
sessions-cleanup.ts refactor(commands): dedupe session target resolution and fs tool test setup 2026-03-02 14:36:41 +00:00
sessions-table.ts Session/Cron maintenance hardening and cleanup UX (#24753) 2026-02-23 22:39:48 +00:00
sessions.default-agent-store.test.ts Session/Cron maintenance hardening and cleanup UX (#24753) 2026-02-23 22:39:48 +00:00
sessions.model-resolution.test.ts test: dedupe sessions command tests and cover active filtering 2026-02-18 05:30:51 +00:00
sessions.test-helpers.ts fix: land security audit severity + temp-path guard fixes (#23428) (thanks @bmendonca3) 2026-02-22 11:26:17 +01:00
sessions.test.ts test: move onboarding and sandbox command suites out of e2e 2026-02-22 11:10:05 +00:00
sessions.ts refactor(commands): dedupe session target resolution and fs tool test setup 2026-03-02 14:36:41 +00:00
setup.test.ts CLI: set local gateway mode in setup 2026-03-08 11:17:29 -07:00
setup.ts CLI: set local gateway mode in setup 2026-03-08 11:17:29 -07:00
signal-install.test.ts test(commands): dedupe signal install extract fixture and cover zip extract 2026-02-21 21:40:39 +00:00
signal-install.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
status-all.ts secrets: harden read-only SecretRef command paths and diagnostics (#47794) 2026-03-15 21:55:24 -05:00
status-json.ts Status: route JSON through lean command 2026-03-15 20:56:44 -07:00
status.agent-local.ts Config: fail closed invalid config loads (#39071) 2026-03-07 17:48:13 -08:00
status.command.ts perf(status): defer heavy startup loading 2026-03-15 18:20:53 -07:00
status.daemon.ts Daemon: handle degraded systemd status checks (#39325) 2026-03-07 17:30:48 -08:00
status.format.ts refactor(commands): centralize shared command formatting helpers 2026-02-22 21:19:09 +00:00
status.gateway-probe.ts Gateway: add SecretRef support for gateway.auth.token with auth-mode guardrails (#35094) 2026-03-05 12:53:56 -06:00
status.link-channel.test.ts secrets: harden read-only SecretRef command paths and diagnostics (#47794) 2026-03-15 21:55:24 -05:00
status.link-channel.ts secrets: harden read-only SecretRef command paths and diagnostics (#47794) 2026-03-15 21:55:24 -05:00
status.scan.runtime.ts Status: lazy-load text scan helpers 2026-03-15 21:03:55 -07:00
status.scan.test.ts Status: lazy-load text scan helpers 2026-03-15 21:03:55 -07:00
status.scan.ts fix(plugins): resolve rebase fallout in auth hooks 2026-03-15 21:52:29 -07:00
status.service-summary.test.ts fix: honor gateway command env in status reads 2026-03-13 20:50:48 +00:00
status.service-summary.ts fix: honor gateway command env in status reads 2026-03-13 20:50:48 +00:00
status.summary.redaction.test.ts feat: expose runtime version in gateway status 2026-03-12 02:55:31 +00:00
status.summary.test.ts Status: lazy-load channel summary helpers 2026-03-15 20:52:31 -07:00
status.summary.ts Status: lazy-load channel summary helpers 2026-03-15 20:52:31 -07:00
status.test.ts secrets: harden read-only SecretRef command paths and diagnostics (#47794) 2026-03-15 21:55:24 -05:00
status.ts
status.types.ts feat: add fast mode toggle for OpenAI models 2026-03-12 23:31:31 +00:00
status.update.test.ts
status.update.ts
systemd-linger.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
test-runtime-config-helpers.ts chore: Fix types in tests 10/N. 2026-02-17 11:22:49 +09:00
test-wizard-helpers.ts style: align formatting with oxfmt 0.33 2026-02-18 01:34:35 +00:00
text-format.test.ts refactor(commands): centralize shared command formatting helpers 2026-02-22 21:19:09 +00:00
text-format.ts refactor(commands): centralize shared command formatting helpers 2026-02-22 21:19:09 +00:00
uninstall.test.ts feat: add local backup CLI (#40163) 2026-03-08 16:21:20 -04:00
uninstall.ts feat: add local backup CLI (#40163) 2026-03-08 16:21:20 -04:00
vllm-setup.ts feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00:00
zai-endpoint-detect.test.ts fix(zai): align explicit coding endpoint setup with detected model defaults (#45969) 2026-03-14 16:20:37 +05:30
zai-endpoint-detect.ts fix(zai): align explicit coding endpoint setup with detected model defaults (#45969) 2026-03-14 16:20:37 +05:30