openclaw/src/commands
scoootscooob 439c21e078
refactor: remove channel shim directories, point all imports to extensions (#45967)
* refactor: remove channel shim directories, point all imports to extensions

Delete the 6 backward-compat shim directories (src/telegram, src/discord,
src/slack, src/signal, src/imessage, src/web) that were re-exporting from
extensions. Update all 112+ source files to import directly from
extensions/{channel}/src/ instead of through the shims.

Also:
- Move src/channels/telegram/ (allow-from, api) to extensions/telegram/src/
- Fix outbound adapters to use resolveOutboundSendDep (fixes 5 pre-existing TS errors)
- Update cross-extension imports (src/web/media.js → extensions/whatsapp/src/media.js)
- Update vitest, tsdown, knip, labeler, and script configs for new paths
- Update guard test allowlists for extension paths

After this, src/ has zero channel-specific implementation code — only the
generic plugin framework remains.

* fix: update raw-fetch guard allowlist line numbers after shim removal

* refactor: document direct extension channel imports

* test: mock transcript module in delivery helpers
2026-03-14 03:43:07 -07:00
..
agent feat: add fast mode toggle for OpenAI models 2026-03-12 23:31:31 +00:00
channels refactor: remove channel shim directories, point all imports to extensions (#45967) 2026-03-14 03:43:07 -07:00
gateway-status Gateway: treat scope-limited probe RPC as degraded reachability (#45622) 2026-03-13 23:13:33 -05:00
models fix: resolve current ci regressions 2026-03-14 00:51:12 +00:00
onboard-non-interactive fix(ci): repair helper typing regressions 2026-03-14 03:22:53 +00:00
onboarding fix: clear plugin discovery cache after plugin installation (openclaw#39752) 2026-03-09 00:16:25 -05:00
status-all test: simplify mattermost token summary fixtures 2026-03-13 23:35:28 +00: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
agents.commands.identity.ts
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
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.test.ts feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00:00
auth-choice-options.ts feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00: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 CI: restore main detect-secrets scan (#38438) 2026-03-07 10:06:35 -08:00
auth-choice.apply-helpers.ts Secrets: reject exec SecretRef traversal ids across schema/runtime/gateway (#42370) 2026-03-10 13:45:37 -05:00
auth-choice.apply.anthropic.test.ts feat(secrets): expand SecretRef coverage across user-supplied credentials (#29580) 2026-03-03 02:58:20 +00:00
auth-choice.apply.anthropic.ts feat(secrets): expand SecretRef coverage across user-supplied credentials (#29580) 2026-03-03 02:58:20 +00:00
auth-choice.apply.api-key-providers.ts refactor: split simple api-key auth providers 2026-03-12 22:38:58 +00:00
auth-choice.apply.api-providers.ts refactor: split simple api-key auth providers 2026-03-12 22:38:58 +00:00
auth-choice.apply.byteplus.ts feat(secrets): expand onboarding secret-ref flows and custom-provider parity 2026-02-26 14:47:22 +00:00
auth-choice.apply.copilot-proxy.ts
auth-choice.apply.github-copilot.ts fix(agents): fall back to agents.defaults.model when agent has no model config (#24210) 2026-02-23 03:18:55 -05:00
auth-choice.apply.google-gemini-cli.test.ts chore(onboarding): add explicit account-risk warning for Gemini CLI OAuth and docs (#16683) 2026-02-26 15:25:42 -05:00
auth-choice.apply.google-gemini-cli.ts chore(onboarding): add explicit account-risk warning for Gemini CLI OAuth and docs (#16683) 2026-02-26 15:25:42 -05:00
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 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.oauth.ts
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 feat(secrets): expand onboarding secret-ref flows and custom-provider parity 2026-02-26 14:47:22 +00: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.test.ts test: cover provider plugin boundaries 2026-03-12 22:43:55 +00:00
auth-choice.apply.plugin-provider.ts feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00:00
auth-choice.apply.qwen-portal.ts
auth-choice.apply.ts feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00:00
auth-choice.apply.volcengine-byteplus.test.ts CI: restore main detect-secrets scan (#38438) 2026-03-07 10:06:35 -08:00
auth-choice.apply.volcengine.ts feat(secrets): expand onboarding secret-ref flows and custom-provider parity 2026-02-26 14:47:22 +00:00
auth-choice.apply.xai.ts feat(secrets): expand onboarding secret-ref flows and custom-provider parity 2026-02-26 14:47:22 +00:00
auth-choice.default-model.ts
auth-choice.model-check.ts SecretRef: harden custom/provider secret persistence and reuse (#42554) 2026-03-10 23:55:10 +00: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 feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00:00
auth-choice.test.ts refactor: remove legacy provider apply shims 2026-03-12 22:38:58 +00: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 refactor(commands): centralize shared command formatting helpers 2026-02-22 21:19:09 +00:00
channel-account-context.ts fix: resolve ci type errors and reconnect test flake 2026-02-22 21:35:20 +00:00
channel-test-helpers.ts [AI-assisted] test: fix typing and test fixture issues (#31444) 2026-03-02 00:41:21 -08:00
channels.add.test.ts test(commands): use lightweight clears in config snapshot specs 2026-02-22 08:26:11 +00: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.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
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
configure.commands.ts
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 fix(providers): make all models available in kilocode provider (#32352) 2026-03-07 08:14:06 -08: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 feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00: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 alphabetize web search providers (#40259) 2026-03-09 08:54:54 +05:30
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
daemon-install-runtime-warning.ts
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
doctor-auth.deprecated-cli-profiles.test.ts test: reclassify doctor command suites out of e2e 2026-02-22 11:12:48 +00: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 follow-up: align ingress, atomic paths, and channel tests with credential semantics (#33733) 2026-03-03 20:29:46 -06: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
doctor-config-analysis.test.ts refactor: split doctor config analysis helpers 2026-03-08 18:40:15 +00:00
doctor-config-analysis.ts Providers: add Opencode Go support (#42313) 2026-03-11 01:31:06 -04: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: remove channel shim directories, point all imports to extensions (#45967) 2026-03-14 03:43:07 -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 fix(doctor): improve sandbox warning when Docker unavailable 2026-02-24 14:40:06 +00: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 Doctor: warn on implicit heartbeat directPolicy (#36789) 2026-03-05 23:22:39 -05:00
doctor-security.ts Doctor: warn on implicit heartbeat directPolicy (#36789) 2026-03-05 23:22:39 -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
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
doctor-update.ts
doctor-workspace-status.ts
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 Providers: add Opencode Go support (#42313) 2026-03-11 01:31:06 -04: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 Gateway: treat scope-limited probe RPC as degraded reachability (#45622) 2026-03-13 23:13:33 -05:00
gateway-status.ts Gateway: treat scope-limited probe RPC as degraded reachability (#45622) 2026-03-13 23:13:33 -05: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 Config: fail closed invalid config loads (#39071) 2026-03-07 17:48:13 -08: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
model-default.ts
model-picker.test.ts feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00:00
model-picker.ts feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00: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 feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00: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: share onboard provider merge helpers 2026-03-13 20:19:39 +00:00
onboard-auth.config-gateways.ts
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
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 Providers: add Opencode Go support (#42313) 2026-03-11 01:31:06 -04:00
onboard-auth.models.ts refactor: rename bailian to modelstudio and fix review issues 2026-03-10 19:58:43 +00:00
onboard-auth.test.ts Providers: add Opencode Go support (#42313) 2026-03-11 01:31:06 -04: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: dedupe cli config cron and install flows 2026-03-02 19:57:33 +00:00
onboard-channels.ts Onboarding: support plugin-owned interactive channel flows (#27191) 2026-02-26 01:14:57 -05:00
onboard-config.test.ts fix: default local onboarding tools profile to coding 2026-03-07 16:41:27 +00:00
onboard-config.ts fix: default local onboarding tools profile to coding 2026-03-07 16:41:27 +00:00
onboard-custom.test.ts fix(onboard): default custom Ollama URL to native API 2026-03-11 20:11:51 +00: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
onboard-interactive.test.ts
onboard-interactive.ts
onboard-non-interactive.gateway.test.ts fix(ci): repair helper typing regressions 2026-03-14 03:22:53 +00:00
onboard-non-interactive.provider-auth.test.ts refactor: add non-interactive provider plugin setup 2026-03-13 01:19:35 +00:00
onboard-non-interactive.test-helpers.ts
onboard-non-interactive.ts fix(onboard): avoid persisting talk fallback on fresh setup 2026-03-09 08:33:58 +00: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 feat(secrets): expand SecretRef coverage across user-supplied credentials (#29580) 2026-03-03 02:58:20 +00:00
onboard-search.test.ts docs: use alphabetical provider ordering 2026-03-08 14:10:36 +00:00
onboard-search.ts alphabetize web search providers (#40259) 2026-03-09 08:54:54 +05:30
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
onboard-types.ts feat: modularize provider plugin architecture 2026-03-12 22:24:35 +00:00
onboard.test.ts fix: keep windows onboarding logs ascii-safe 2026-03-14 04:46:47 +00:00
onboard.ts fix: keep windows onboarding logs ascii-safe 2026-03-14 04:46:47 +00:00
openai-codex-model-default.ts feat(openai): add gpt-5.4 support for API and Codex OAuth (#36590) 2026-03-05 21:01:37 -08: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 test: reclassify command helper suites out of e2e 2026-02-22 11:07:07 +00: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-helpers.ts
reset.test.ts feat: add local backup CLI (#40163) 2026-03-08 16:21:20 -04:00
reset.ts feat: add local backup CLI (#40163) 2026-03-08 16:21:20 -04:00
sandbox-display.ts
sandbox-explain.test.ts test(flaky): harden slow vmFork unit suites 2026-02-22 19:08:59 +01:00
sandbox-explain.ts
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 test: move onboarding and sandbox command suites out of e2e 2026-02-22 11:10:05 +00:00
sandbox.ts
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
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
status-all.ts Config: fail closed invalid config loads (#39071) 2026-03-07 17:48:13 -08:00
status.agent-local.ts Config: fail closed invalid config loads (#39071) 2026-03-07 17:48:13 -08:00
status.command.ts fix(terminal): stabilize skills table width across Terminal.app and iTerm (#42849) 2026-03-11 09:13:10 -04: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.ts refactor(commands): centralize shared command formatting helpers 2026-02-22 21:19:09 +00:00
status.scan.test.ts Config: fail closed invalid config loads (#39071) 2026-03-07 17:48:13 -08:00
status.scan.ts Config: fail closed invalid config loads (#39071) 2026-03-07 17:48:13 -08: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 feat: expose runtime version in gateway status 2026-03-12 02:55:31 +00:00
status.summary.ts feat: add fast mode toggle for OpenAI models 2026-03-12 23:31:31 +00:00
status.test.ts refactor: move WhatsApp channel implementation to extensions/ (#45725) 2026-03-14 02:44:55 -07: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
test-runtime-config-helpers.ts
test-wizard-helpers.ts
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 CI: restore main detect-secrets scan (#38438) 2026-03-07 10:06:35 -08:00
zai-endpoint-detect.ts