openclaw/src/commands
Vincent Koc be6263da4f
fix(gateway): preserve runtime-backed health state (#72417)
* fix(gateway): preserve runtime-backed health state

* fix(clownfish): address review for ghcrawl-207035-agentic-merge (1)

* fix(gateway): harden health snapshot exposure
2026-04-27 11:04:59 -07:00
..
agent [codex] fix agent session-id routing (#70985) 2026-04-24 17:31:34 +08:00
channel-setup fix: honor profile plugin install roots 2026-04-27 14:30:12 +01:00
channels refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
doctor test(doctor): keep repair sequencing unit isolated 2026-04-27 13:27:36 +01:00
gateway-status fix(update): verify restarted gateway version 2026-04-26 05:35:45 +01:00
migrate refactor(plugin-sdk): narrow config runtime imports 2026-04-27 14:58:32 +01:00
models test: update model list suppression mocks 2026-04-27 17:13:11 +01:00
onboard-non-interactive fix(gateway): use secure dashboard links when TLS is enabled (#71499) 2026-04-25 11:45:15 +01:00
setup/__tests__
status-all fix(status): keep channel status reads cold 2026-04-25 18:40:38 -07:00
agent-command.test-mocks.ts test(openai): cover GPT-5.5 defaults 2026-04-23 20:19:15 +01:00
agent-command.test-support.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
agent-via-gateway.test.ts fix(cli): mark embedded agent fallback (#72730) 2026-04-27 22:14:11 +10:00
agent-via-gateway.ts fix(cli): mark embedded agent fallback (#72730) 2026-04-27 22:14:11 +10:00
agent.acp.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
agent.delivery.test.ts test: use synthetic status session fixtures 2026-04-21 01:40:29 +01:00
agent.runtime-config.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
agent.session.test.ts test: use synthetic program status fixtures 2026-04-21 01:44:03 +01:00
agent.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
agent.ts
agents.add.test.ts test: trim commands and cli partial mocks 2026-04-03 20:34:23 +01:00
agents.bind.commands.test.ts test: harden plugin registry mocks 2026-04-26 04:10:48 +01:00
agents.bind.matrix.integration.test.ts test: lower matrix bind coverage boundary 2026-04-17 16:05:09 +01:00
agents.bind.test-support.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
agents.binding-format.ts refactor: share agent binding formatter 2026-04-19 00:01:49 +01:00
agents.bindings.ts fix(cli): avoid plugin preload for agent bindings 2026-04-25 22:38:30 +01:00
agents.command-shared.ts fix: invalidate orphaned sessions on agent deletion (#65986) 2026-04-19 18:47:52 -04:00
agents.commands.add.ts fix: commit pending plugin install records in config flows 2026-04-26 01:59:48 +01:00
agents.commands.bind.ts refactor: share agent binding formatter 2026-04-19 00:01:49 +01:00
agents.commands.delete.ts fix: retain shared agent workspaces (#70897) 2026-04-25 02:22:06 +01:00
agents.commands.identity.ts refactor: dedupe command helper readers 2026-04-07 08:40:34 +01:00
agents.commands.list.test.ts test: update channel metadata mocks 2026-04-26 08:41:34 +01:00
agents.commands.list.ts fix: avoid channel runtime in format summaries 2026-04-26 08:26:27 +01:00
agents.config.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
agents.delete.test.ts fix: retain shared agent workspaces (#70897) 2026-04-25 02:22:06 +01:00
agents.identity.test.ts test: trim commands and cli partial mocks 2026-04-03 20:34:23 +01:00
agents.providers.test.ts fix: keep agent provider status on plugin index 2026-04-26 06:49:48 +01:00
agents.providers.ts fix: avoid channel runtime in format summaries 2026-04-26 08:26:27 +01:00
agents.test.ts fix(ci): satisfy strict agent model types 2026-04-11 01:59:17 +01:00
agents.ts
auth-choice-legacy.test.ts Add Codex Computer Use setup for Codex mode (#71842) 2026-04-26 13:21:56 -07:00
auth-choice-legacy.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
auth-choice-options.static.ts style(auth): normalize auth choice formatting 2026-04-04 12:19:08 +01:00
auth-choice-options.test.ts Remove Codex CLI auth import 2026-04-22 19:27:52 -07:00
auth-choice-options.ts refactor(lint): enable map spread rule 2026-04-18 20:37:12 +01:00
auth-choice-prompt.ts wizard: support searchable select, restore hint in search haystack 2026-04-21 06:08:43 +01:00
auth-choice.apply-helpers.ts fix(commands): split auth choice apply types 2026-04-09 02:08:02 +01:00
auth-choice.apply.api-providers.test.ts test: cover setup provider auth selection 2026-04-26 11:36:32 +01:00
auth-choice.apply.api-providers.ts fix(commands): split auth choice apply types 2026-04-09 02:08:02 +01:00
auth-choice.apply.plugin-provider.test.ts test: type setup provider mocks 2026-04-26 11:41:14 +01:00
auth-choice.apply.ts fix: harden removed Codex auth choice guidance (#70390) (thanks @pashpashpash) 2026-04-23 03:45:01 +01:00
auth-choice.apply.types.ts fix: wizard no clobber model.primary on re-run 2026-04-24 19:55:20 +01:00
auth-choice.default-model.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
auth-choice.model-check.test.ts fix: keep onboarding setup paths cold 2026-04-26 11:36:32 +01:00
auth-choice.model-check.ts fix: keep onboarding setup paths cold 2026-04-26 11:36:32 +01:00
auth-choice.preferred-provider.test.ts fix(plugins): prevent untrusted workspace plugins from hijacking bundled provider auth choices [AI] (#62368) 2026-04-08 23:08:14 +05:30
auth-choice.preferred-provider.ts
auth-choice.test.ts test: cover setup provider auth selection 2026-04-26 11:36:32 +01:00
auth-choice.ts
auth-token.ts chore: trim unused wrapper exports 2026-04-18 21:11:00 +01:00
backup-shared.ts refactor(lint): enable map spread rule 2026-04-18 20:37:12 +01:00
backup-verify.test.ts test: reduce core command hotspots 2026-04-17 16:05:10 +01:00
backup-verify.ts refactor: dedupe telemetry string readers 2026-04-07 05:06:54 +01:00
backup.atomic.test.ts test: share backup temp home helper 2026-04-19 02:29:01 +01:00
backup.create-verify.test.ts test: split backup verify coverage 2026-04-07 13:37:01 +01:00
backup.test-support.ts test: hoist backup archive mocks 2026-04-25 19:48:03 +01:00
backup.test.ts test: share backup temp home helper 2026-04-19 02:29:01 +01:00
backup.ts test: reduce core command hotspots 2026-04-17 16:05:10 +01:00
channel-account-context.test.ts test: reduce core command hotspots 2026-04-17 16:05:10 +01:00
channel-account-context.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
channel-test-helpers.ts test(commands): split default channel test registry helper 2026-04-03 23:29:24 +09:00
channel-test-registry.ts perf: reduce command and gateway test imports 2026-04-11 13:55:08 +01:00
channels.add.test.ts fix(cli): keep channel add plugin install noninteractive 2026-04-26 12:59:19 +01:00
channels.adds-non-default-telegram-account.test.ts test: update channel status label fixtures 2026-04-26 09:01:39 +01:00
channels.config-only-status-output.test.ts test: reuse channel plugin fixture 2026-04-23 18:46:42 +01:00
channels.list.auth-profiles.test.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
channels.logs.test.ts test: harden plugin registry mocks 2026-04-26 04:10:48 +01:00
channels.mock-harness.ts test: remove command extension mocks 2026-04-20 21:43:32 +01:00
channels.plugin-install.test-helpers.ts refactor: enforce plugin-owned channel boundaries 2026-04-18 22:48:27 +01:00
channels.remove.test.ts fix(channels): refresh plugin registry after on-demand installs 2026-04-25 16:22:14 -07:00
channels.resolve.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
channels.status.command-flow.test.ts test: dedupe command fixtures 2026-04-23 18:09:20 +01:00
channels.status.external-env.test.ts test: dedupe command fixtures 2026-04-23 18:09:20 +01:00
channels.surfaces-signal-runtime-errors-channels-status-output.test.ts test: update channel status label fixtures 2026-04-26 09:01:39 +01:00
channels.ts
chutes-oauth.test.ts
chutes-oauth.ts refactor: simplify runtime conversions 2026-04-11 01:23:34 +01:00
cleanup-command.test-support.ts test: share cleanup command harness 2026-04-19 02:33:15 +01:00
cleanup-plan.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
cleanup-utils.test.ts refactor: remove confirmed dead helpers 2026-04-06 16:13:26 +01:00
cleanup-utils.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
config-validation.test.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
config-validation.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
configure.channels.test.ts test: share channel removal prompt fixtures 2026-04-19 00:59:42 +01:00
configure.channels.ts test(auth): add codex oauth red-blue coverage 2026-04-17 14:14:03 -07:00
configure.commands.ts
configure.daemon.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
configure.daemon.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
configure.gateway-auth.prompt-auth-config.test.ts fix(configure): clear deselected model fallbacks 2026-04-26 11:39:17 +05:30
configure.gateway-auth.test.ts test: strengthen regression coverage and trim low-value checks 2026-03-22 07:38:01 +00:00
configure.gateway-auth.ts fix: preserve provider-scoped model options 2026-04-26 11:36:32 +01:00
configure.gateway.test.ts
configure.gateway.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
configure.shared.ts refactor: dedupe command trimmed readers 2026-04-08 00:09:41 +01:00
configure.ts
configure.wizard.test.ts fix(configure): defer web search setup runtime 2026-04-26 01:41:57 -07:00
configure.wizard.ts fix(configure): defer web search setup runtime 2026-04-26 01:41:57 -07:00
daemon-install-auth-profiles-source.runtime.ts perf(daemon): lazy-load auth profile install helpers 2026-04-13 19:14:27 +01:00
daemon-install-auth-profiles-store.runtime.ts perf(daemon): lazy-load auth profile install helpers 2026-04-13 19:14:27 +01:00
daemon-install-helpers.test.ts fix: repair managed service env install migration 2026-04-27 10:13:01 +01:00
daemon-install-helpers.ts fix: repair managed service env install migration 2026-04-27 10:13:01 +01:00
daemon-install-plan.shared.test.ts
daemon-install-plan.shared.ts refactor: simplify runtime conversions 2026-04-11 01:23:34 +01:00
daemon-install-runtime-warning.test.ts
daemon-install-runtime-warning.ts
daemon-runtime.ts
dashboard.links.test.ts fix(gateway): use secure dashboard links when TLS is enabled (#71499) 2026-04-25 11:45:15 +01:00
dashboard.test.ts fix(gateway): use secure dashboard links when TLS is enabled (#71499) 2026-04-25 11:45:15 +01:00
dashboard.ts fix(gateway): use secure dashboard links when TLS is enabled (#71499) 2026-04-25 11:45:15 +01:00
docs.ts lint: enable small oxlint rules 2026-04-11 02:15:21 +01:00
doctor-auth-legacy-oauth.ts fix(auth-profiles): repair stale codex oauth profiles 2026-04-23 04:03:47 +01:00
doctor-auth.deprecated-cli-profiles.test.ts fix(auth-profiles): repair stale codex oauth profiles 2026-04-23 04:03:47 +01:00
doctor-auth.hints.test.ts Reply: surface OAuth reauth failures (#63217) 2026-04-08 18:03:03 +02:00
doctor-auth.profile-health.test.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
doctor-auth.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
doctor-bootstrap-size.test.ts
doctor-bootstrap-size.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
doctor-browser.facade.test.ts Browser: consolidate duplicate helper surfaces via facade delegation (#63957) 2026-04-09 19:49:04 -05:00
doctor-browser.ts feat(browser): expose doctor diagnostics to agents 2026-04-25 01:15:31 +01:00
doctor-bundled-plugin-runtime-deps.test.ts fix(doctor): stream bundled runtime dep repair progress 2026-04-27 12:27:44 +01:00
doctor-bundled-plugin-runtime-deps.ts fix(doctor): stream bundled runtime dep repair progress 2026-04-27 12:27:44 +01:00
doctor-claude-cli.test.ts Revert "refactor(cli): remove custom cli backends" 2026-04-06 13:40:42 +01:00
doctor-claude-cli.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
doctor-completion.ts perf: avoid slow Docker live lane cleanup 2026-04-24 18:09:04 +01:00
doctor-config-analysis.test.ts
doctor-config-analysis.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
doctor-config-flow.include-warning.test.ts test: narrow doctor command warning coverage 2026-04-10 16:49:55 +01:00
doctor-config-flow.missing-default-account-bindings.integration.test.ts test: inject provider auth command fixtures 2026-04-10 16:41:10 +01:00
doctor-config-flow.missing-default-account-bindings.test.ts
doctor-config-flow.missing-explicit-default-account.test.ts
doctor-config-flow.safe-bins.test.ts test: narrow command doctor helper coverage 2026-04-10 17:11:57 +01:00
doctor-config-flow.test-utils.ts perf(test): split doctor preflight mock modes 2026-04-14 18:18:46 +01:00
doctor-config-flow.test.ts chore: apply core lint cleanups 2026-04-23 05:30:49 +01:00
doctor-config-flow.ts fix(config): recover prefixed config JSON 2026-04-22 22:29:01 +01:00
doctor-config-preflight.ts fix(config): recover prefixed config JSON 2026-04-22 22:29:01 +01:00
doctor-cron-dreaming-payload-migration.constants-drift.test.ts refactor: share memory dreaming cron constants 2026-04-27 11:19:09 +01:00
doctor-cron-dreaming-payload-migration.test.ts memory/dreaming: decouple managed cron from heartbeat (#70737) 2026-04-23 22:23:19 -07:00
doctor-cron-dreaming-payload-migration.ts refactor: share memory dreaming cron constants 2026-04-27 11:19:09 +01:00
doctor-cron-legacy-delivery.test.ts refactor: add doctor cron migration helpers 2026-04-01 17:06:24 +09:00
doctor-cron-legacy-delivery.ts refactor: add doctor cron migration helpers 2026-04-01 17:06:24 +09:00
doctor-cron-payload-migration.ts refactor: dedupe doctor lowercase helpers 2026-04-07 12:18:22 +01:00
doctor-cron-store-migration.test.ts test(openai): cover GPT-5.5 defaults 2026-04-23 20:19:15 +01:00
doctor-cron-store-migration.ts fix(cron): repair malformed cron job ids via doctor 2026-04-22 22:03:58 +01:00
doctor-cron.test.ts memory/dreaming: decouple managed cron from heartbeat (#70737) 2026-04-23 22:23:19 -07:00
doctor-cron.ts memory/dreaming: decouple managed cron from heartbeat (#70737) 2026-04-23 22:23:19 -07:00
doctor-device-pairing.test.ts fix(pairing): preserve corrupt pairing stores 2026-04-26 02:50:19 +01:00
doctor-device-pairing.ts fix(pairing): preserve corrupt pairing stores 2026-04-26 02:50:19 +01:00
doctor-format.ts fix(daemon): reconcile macOS LaunchAgent supervision state (#72616) 2026-04-26 22:39:15 -07:00
doctor-gateway-auth-token.test.ts refactor: split durable service env helpers 2026-03-22 22:05:56 -07:00
doctor-gateway-auth-token.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
doctor-gateway-daemon-flow.test.ts fix(gateway): avoid systemd service split-brain 2026-04-27 14:32:49 +01:00
doctor-gateway-daemon-flow.ts fix(gateway): avoid systemd service split-brain 2026-04-27 14:32:49 +01:00
doctor-gateway-health.test.ts fix(memory): avoid live embedding probes in status 2026-04-27 13:55:51 +01:00
doctor-gateway-health.ts fix(memory): avoid live embedding probes in status 2026-04-27 13:55:51 +01:00
doctor-gateway-services.test.ts fix(gateway): avoid systemd service split-brain 2026-04-27 14:32:49 +01:00
doctor-gateway-services.ts fix(gateway): avoid systemd service split-brain 2026-04-27 14:32:49 +01:00
doctor-install.ts
doctor-legacy-config.migrations.test.ts fix(doctor): migrate legacy OpenAI provider api 2026-04-27 09:07:31 +05:30
doctor-legacy-config.test.ts test: narrow doctor legacy config aliases 2026-04-11 06:19:17 +01:00
doctor-legacy-config.ts refactor: split doctor and gateway test helpers 2026-04-05 18:52:18 +01:00
doctor-memory-search.test.ts fix(doctor): treat gateway memory probe timeout as inconclusive (#72618) 2026-04-26 22:40:26 -07:00
doctor-memory-search.ts fix: silence Ollama memory doctor key warning 2026-04-27 02:08:00 +01:00
doctor-platform-notes.launchctl-env-overrides.test.ts refactor!: drop legacy CLAWDBOT env compatibility 2026-03-22 22:13:39 -07:00
doctor-platform-notes.startup-optimization.test.ts
doctor-platform-notes.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
doctor-plugin-manifests.test.ts test: silence doctor manifest repair notes 2026-04-20 20:28:48 +01:00
doctor-plugin-manifests.ts test: silence doctor manifest repair notes 2026-04-20 20:28:48 +01:00
doctor-plugin-registry.test.ts fix: preserve plugin install records without manifests 2026-04-26 01:03:13 +01:00
doctor-plugin-registry.ts refactor: remove plugin install config fallback 2026-04-26 01:03:12 +01:00
doctor-prompter.test.ts test: share cli and doctor test helpers 2026-03-26 19:16:43 +00:00
doctor-prompter.ts fix(doctor): keep service repair policy scoped 2026-04-26 09:08:36 +01:00
doctor-repair-mode.ts refactor: simplify cli conversions 2026-04-11 01:27:48 +01:00
doctor-sandbox.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
doctor-sandbox.warns-sandbox-enabled-without-docker.test.ts refactor: clarify doctor repair flow 2026-03-23 22:12:56 -07:00
doctor-security.test.ts fix(runtime): harden dependency install surfaces (#71997) 2026-04-26 01:38:21 -07:00
doctor-security.ts fix: keep channel security checks cold 2026-04-26 08:26:27 +01:00
doctor-service-audit.test-helpers.ts fix(gateway): avoid systemd service split-brain 2026-04-27 14:32:49 +01:00
doctor-service-repair-policy.ts fix(doctor): keep service repair policy scoped 2026-04-26 09:08:36 +01:00
doctor-session-locks.test.ts
doctor-session-locks.ts
doctor-session-transcripts.test.ts fix: hide runtime context from submitted prompts 2026-04-26 00:57:04 +01:00
doctor-session-transcripts.ts fix: hide runtime context from submitted prompts 2026-04-26 00:57:04 +01:00
doctor-state-integrity.cloud-storage.test.ts
doctor-state-integrity.linux-storage.test.ts
doctor-state-integrity.test.ts test: fix doctor symlink cleanup 2026-04-26 01:38:21 +01:00
doctor-state-integrity.ts fix: hide runtime context from submitted prompts 2026-04-26 00:57:04 +01:00
doctor-state-migrations.test.ts fix(test): preserve new module exports in mocks 2026-04-17 14:28:16 -07:00
doctor-state-migrations.ts
doctor-ui.ts refactor: clarify doctor repair flow 2026-03-23 22:12:56 -07:00
doctor-update.ts refactor: simplify cli conversions 2026-04-11 01:27:48 +01:00
doctor-workspace-status.test.ts fix: keep plugin command status on cold index 2026-04-26 06:28:54 +01:00
doctor-workspace-status.ts fix: keep plugin command status on cold index 2026-04-26 06:28:54 +01:00
doctor-workspace.test.ts refactor: centralize root memory file policy 2026-04-23 16:40:41 +01:00
doctor-workspace.ts refactor: centralize root memory file policy 2026-04-23 16:40:41 +01:00
doctor.e2e-harness.ts test: remove command extension mocks 2026-04-20 21:43:32 +01:00
doctor.fast-path-mocks.ts fix: hide runtime context from submitted prompts 2026-04-26 00:57:04 +01:00
doctor.note-test-helpers.ts fix(types): annotate portable exported helper types 2026-04-04 03:57:47 +09:00
doctor.runs-legacy-state-migrations-yes-mode-without.e2e.test.ts test(e2e): align release harness coverage 2026-04-12 16:08:12 +01:00
doctor.ts perf(cli): lazy-load doctor plugin paths (#69840) 2026-04-21 18:17:19 -04:00
doctor.types.ts fix(commands): split doctor prompt option types 2026-04-09 02:08:02 +01:00
doctor.warns-per-agent-sandbox-docker-browser-prune.e2e.test.ts test(e2e): align release harness coverage 2026-04-12 16:08:12 +01:00
doctor.warns-state-directory-is-missing.e2e.test.ts Browser: consolidate duplicate helper surfaces via facade delegation (#63957) 2026-04-09 19:49:04 -05:00
flows.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
flows.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
gateway-install-token.persist.runtime.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
gateway-install-token.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
gateway-install-token.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
gateway-presence.ts refactor: simplify runtime conversions 2026-04-11 01:23:34 +01:00
gateway-status.test.ts fix(update): verify restarted gateway version 2026-04-26 05:35:45 +01:00
gateway-status.ts fix: harden local TLS gateway probes (#61935) (thanks @ThanhNguyxn07) 2026-04-06 15:44:30 +01:00
health-format.ts fix: avoid channel runtime in format summaries 2026-04-26 08:26:27 +01:00
health.command.coverage.test.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
health.snapshot.test.ts fix(gateway): preserve runtime-backed health state (#72417) 2026-04-27 11:04:59 -07:00
health.test.ts fix(whatsapp): stabilize auth state and reconcile local runtime after CLI login (#67815) 2026-04-19 14:20:46 -03:00
health.ts fix(gateway): preserve runtime-backed health state (#72417) 2026-04-27 11:04:59 -07:00
health.types.ts fix: fail updates on activated plugin load errors 2026-04-26 05:57:31 +01:00
message-format.ts fix: avoid channel runtime in format summaries 2026-04-26 08:26:27 +01:00
message.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
message.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
migrate.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
migrate.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
model-allowlist.ts
model-picker.runtime.ts fix(providers): keep setup flow on cold metadata 2026-04-25 22:52:21 -07:00
model-picker.test.ts fix: preserve provider-scoped model options 2026-04-26 11:36:32 +01:00
model-picker.ts refactor: move model picker logic into flow module 2026-03-27 04:44:43 +00:00
models.auth.provider-resolution.test.ts Remove Qwen OAuth integration (qwen-portal-auth) (#52709) 2026-03-26 16:32:34 +08:00
models.list.e2e.test.ts test: align release validation expectations 2026-04-27 17:46:31 +01:00
models.set.e2e.test.ts refactor: use structured clone for local copies 2026-04-20 20:28:47 +01:00
models.ts refactor(plugin-sdk): route core provider and telegram seams through sdk barrels 2026-03-22 19:43:19 -07:00
node-daemon-install-helpers.test.ts build: bump version to 2026.3.22 2026-03-22 11:58:33 -07:00
node-daemon-install-helpers.ts
node-daemon-runtime.ts
oauth-env.ts refactor: share plugin setup helpers 2026-03-26 18:34:51 +00:00
oauth-flow.ts
oauth-tls-preflight.doctor.test.ts
oauth-tls-preflight.test.ts
oauth-tls-preflight.ts
onboard-auth.config-shared.test.ts test(openai): cover GPT-5.5 defaults 2026-04-23 20:19:15 +01:00
onboard-auth.test.ts test: reduce core command hotspots 2026-04-17 16:05:10 +01:00
onboard-channels.e2e.test.ts test: speed up channel onboarding e2e 2026-04-27 11:55:16 +01:00
onboard-channels.post-write.test.ts test: keep command setup hook tests narrow 2026-04-10 17:08:38 +01:00
onboard-channels.ts test: keep command setup hook tests narrow 2026-04-10 17:08:38 +01:00
onboard-config.test.ts
onboard-config.ts feat(onboard): add skip bootstrap flag (#71218) 2026-04-24 12:42:00 -07:00
onboard-core-auth-flags.ts fix(onboard): move provider auth ids out of core types 2026-04-06 12:52:34 +01:00
onboard-custom-config.test.ts test: reduce core command hotspots 2026-04-17 16:05:10 +01:00
onboard-custom-config.ts test: reduce core command hotspots 2026-04-17 16:05:10 +01:00
onboard-custom.test.ts test: reduce core command hotspots 2026-04-17 16:05:10 +01:00
onboard-custom.ts test: reduce core command hotspots 2026-04-17 16:05:10 +01:00
onboard-helpers.test.ts fix(gateway): use secure dashboard links when TLS is enabled (#71499) 2026-04-25 11:45:15 +01:00
onboard-helpers.ts fix(cli): scope dev reset to active profile 2026-04-25 12:25:45 +05:30
onboard-hooks.test.ts refactor(hooks): unify hook policy resolution 2026-03-22 09:59:51 -07:00
onboard-hooks.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
onboard-interactive.test.ts
onboard-interactive.ts
onboard-non-interactive.gateway-health-auth.test.ts fix(onboard): preserve existing gateway auth token during re-onboard (#67821) 2026-04-16 19:11:12 -04:00
onboard-non-interactive.gateway.test.ts feat(onboard): add skip bootstrap flag (#71218) 2026-04-24 12:42:00 -07:00
onboard-non-interactive.test-helpers.ts
onboard-non-interactive.ts perf: reduce command and gateway test imports 2026-04-11 13:55:08 +01:00
onboard-remote.test.ts test: share onboarding discovery beacon fixture 2026-04-19 02:23:19 +01:00
onboard-remote.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
onboard-search.providers.test.ts refactor: keep legacy web search config in doctor 2026-04-22 06:11:49 +01:00
onboard-search.test.ts providers: default Moonshot to Kimi 2.6 (#69477) 2026-04-20 16:15:29 -07:00
onboard-search.ts feat: add Fireworks provider and simplify plugin setup loading 2026-04-05 07:43:14 +01:00
onboard-skills.test.ts test: isolate onboard skills status mock 2026-04-09 01:40:11 +01:00
onboard-skills.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
onboard-types.ts feat(migrations): add plugin-owned Hermes import 2026-04-27 00:34:29 -07:00
onboard.test.ts test: speed up cli and command suites 2026-03-31 02:25:02 +01:00
onboard.ts refactor(config): use source snapshots for config writes 2026-03-30 00:39:39 +01:00
onboarding-plugin-install.test.ts fix(channels): avoid bundled plugin load paths 2026-04-27 11:15:42 +01:00
onboarding-plugin-install.ts fix: honor profile plugin install roots 2026-04-27 14:30:12 +01:00
openai-model-default.test.ts test(openai): cover GPT-5.5 defaults 2026-04-23 20:19:15 +01:00
plugin-control-plane-cold-imports.test.ts test(plugins): guard cold status snapshots 2026-04-26 17:15:39 -07:00
provider-auth-guidance.ts fix(providers): keep setup guidance cold 2026-04-25 23:16:59 -07:00
provider-auth-helpers.ts
provider-setup-cold-imports.test.ts docs(changelog): note cold provider setup guidance 2026-04-25 23:16:59 -07:00
random-token.ts perf(daemon): slim gateway install token imports 2026-04-13 19:21:01 +01:00
reset.test.ts test: share cleanup command harness 2026-04-19 02:33:15 +01:00
reset.ts
sandbox-display.ts
sandbox-explain.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
sandbox-explain.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
sandbox-formatters.test.ts
sandbox-formatters.ts chore(lint): enable unnecessary type parameter rule 2026-04-18 18:31:13 +01:00
sandbox.test.ts
sandbox.ts refactor(cli): separate json payload output from logging 2026-03-22 23:19:17 +00:00
search-setup-cold-imports.test.ts fix(configure): defer web search setup runtime 2026-04-26 01:41:57 -07:00
session-store-targets.test.ts
session-store-targets.ts refactor: dedupe command channel error formatting 2026-04-07 02:03:34 +01:00
sessions-cleanup.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
sessions-cleanup.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
sessions-display-model.ts perf(commands): trim sessions cold-path imports 2026-04-14 23:59:30 +01:00
sessions-table.ts chore: remove unused helpers 2026-04-18 20:53:35 +01:00
sessions.default-agent-store.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
sessions.model-resolution.test.ts test: sync cli and doctor config expectations 2026-04-06 23:31:34 +01:00
sessions.test-helpers.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
sessions.test.ts test: use synthetic status session fixtures 2026-04-21 01:40:29 +01:00
sessions.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
setup.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
setup.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
status-all.ts refactor: consolidate status runtime and overview helpers 2026-04-06 12:57:09 +01:00
status-json-command.test.ts fix(check): repair status report typing drift 2026-04-06 13:34:08 +01:00
status-json-command.ts refactor: share status overview and json helpers 2026-04-06 13:22:23 +01:00
status-json-payload.test.ts test(commands): fix moved session store refs 2026-04-06 16:49:28 +01:00
status-json-payload.ts refactor: share status overview and json helpers 2026-04-06 13:22:23 +01:00
status-json-runtime.test.ts refactor: share status overview and json helpers 2026-04-06 13:22:23 +01:00
status-json-runtime.ts fix(check): repair status report typing drift 2026-04-06 13:34:08 +01:00
status-json.test.ts test: update ci expectation drift 2026-04-26 09:16:53 +01:00
status-json.ts refactor: share status overview and json helpers 2026-04-06 13:22:23 +01:00
status-overview-rows.test.ts test(openai): cover GPT-5.5 defaults 2026-04-23 20:19:15 +01:00
status-overview-rows.ts refactor: share status memory resolver types 2026-04-19 05:25:13 +01:00
status-overview-surface.test.ts fix(status): clarify tailscale exposure state 2026-04-26 01:47:03 +01:00
status-overview-surface.ts refactor: share status overview and json helpers 2026-04-06 13:22:23 +01:00
status-overview-values.test.ts test(openai): cover GPT-5.5 defaults 2026-04-23 20:19:15 +01:00
status-overview-values.ts refactor: simplify runtime conversions 2026-04-11 01:23:34 +01:00
status-runtime-shared.test.ts fix: keep status channel metadata cold 2026-04-26 09:01:39 +01:00
status-runtime-shared.ts fix: keep status channel metadata cold 2026-04-26 09:01:39 +01:00
status.agent-local.ts
status.command-report-data.test.ts test: use synthetic status session fixtures 2026-04-21 01:40:29 +01:00
status.command-report-data.ts fix(status): show pairing recovery details 2026-04-20 12:33:03 +05:30
status.command-report.test.ts test: use synthetic cli provider fixtures 2026-04-21 01:42:29 +01:00
status.command-report.ts fix(check): repair status report typing drift 2026-04-06 13:34:08 +01:00
status.command-sections.test.ts test: use synthetic status session fixtures 2026-04-21 01:40:29 +01:00
status.command-sections.ts fix(status): show pairing recovery details 2026-04-20 12:33:03 +05:30
status.command.text-runtime.ts test: reduce core command hotspots 2026-04-17 16:05:10 +01:00
status.command.ts fix(gateway): surface pending pairing upgrade details 2026-04-20 13:36:41 +05:30
status.daemon.ts refactor: consolidate status reporting helpers 2026-04-06 07:41:08 +01:00
status.format.test.ts feat(agents): add prompt cache break diagnostics (#60707) 2026-04-04 16:29:32 +09:00
status.format.ts refactor: dedupe command config lowercase helpers 2026-04-07 20:57:03 +01:00
status.gateway-connection.runtime.ts refactor: consolidate status runtime and overview helpers 2026-04-06 12:57:09 +01:00
status.gateway-connection.test.ts fix(check): repair status report typing drift 2026-04-06 13:34:08 +01:00
status.gateway-connection.ts refactor: consolidate status runtime and overview helpers 2026-04-06 12:57:09 +01:00
status.gateway-probe.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
status.link-channel.test.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
status.link-channel.ts fix(status): keep channel status reads cold 2026-04-25 18:40:38 -07:00
status.node-mode.test.ts fix(status): handle node-only hosts on current main (#56718) 2026-03-29 21:12:08 +11:00
status.node-mode.ts fix(status): handle node-only hosts on current main (#56718) 2026-03-29 21:12:08 +11:00
status.scan-execute.test.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
status.scan-execute.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
status.scan-memory.test.ts test: share status memory fixture 2026-04-19 02:17:13 +01:00
status.scan-memory.ts refactor: consolidate status reporting helpers 2026-04-06 07:41:08 +01:00
status.scan-overview.test.ts Fix channel presence gating for disabled plugins (#69862) 2026-04-21 20:51:09 -04:00
status.scan-overview.ts Fix channel presence gating for disabled plugins (#69862) 2026-04-21 20:51:09 -04:00
status.scan-result.test.ts test: align status scan compatibility fixture 2026-04-25 06:18:32 +01:00
status.scan-result.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
status.scan.bootstrap-shared.ts refactor: share status scan bootstrap params 2026-04-19 05:14:22 +01:00
status.scan.config-shared.test.ts test: use synthetic status session fixtures 2026-04-21 01:40:29 +01:00
status.scan.config-shared.ts refactor: consolidate status reporting helpers 2026-04-06 07:41:08 +01:00
status.scan.deps.runtime.ts fix(cycles): bulk extract leaf type surfaces 2026-04-11 13:26:50 +01:00
status.scan.fast-json.test.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
status.scan.fast-json.ts Fix channel presence gating for disabled plugins (#69862) 2026-04-21 20:51:09 -04:00
status.scan.runtime.ts
status.scan.shared.test.ts perf: reduce command and gateway test imports 2026-04-11 13:55:08 +01:00
status.scan.shared.ts refactor: use memory slot defaults in core paths 2026-04-22 19:18:18 +01:00
status.scan.test-helpers.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
status.scan.test.ts fix(cli): keep channel status checks off plugin runtimes (#69479) 2026-04-21 13:53:08 -04:00
status.scan.ts Fix channel presence gating for disabled plugins (#69862) 2026-04-21 20:51:09 -04:00
status.service-summary.test.ts test: eliminate remaining clone seams 2026-03-26 20:28:36 +00:00
status.service-summary.ts refactor: centralize daemon service start state flow 2026-03-24 22:49:34 -07:00
status.summary.redaction.test.ts feat(tasks): add status health and maintenance command (#57423) 2026-03-30 12:10:44 +09:00
status.summary.runtime.test.ts test(openai): cover GPT-5.5 defaults 2026-04-23 20:19:15 +01:00
status.summary.runtime.ts fix: avoid plugin normalization in status model refs 2026-04-23 04:43:25 +01:00
status.summary.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
status.summary.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
status.test-support.ts test(openai): cover GPT-5.5 defaults 2026-04-23 20:19:15 +01:00
status.test.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
status.ts
status.types.ts Add /trace toggle and fix Active Memory diagnostics 2026-04-12 13:20:22 -05:00
status.update.test.ts
status.update.ts
systemd-linger.ts
tasks-json.test.ts fix: route tasks json through lean cli path 2026-04-27 12:13:51 +01:00
tasks-json.ts fix: route tasks json through lean cli path 2026-04-27 12:13:51 +01:00
tasks.test.ts test: reduce core command hotspots 2026-04-17 16:05:10 +01:00
tasks.ts refactor(config): migrate plugin config access 2026-04-27 12:35:58 +01:00
test-runtime-config-helpers.ts refactor: share core helper logic 2026-04-23 18:09:20 +01:00
test-wizard-helpers.ts
text-format.test.ts
text-format.ts
uninstall.test.ts test: share cleanup command harness 2026-04-19 02:33:15 +01:00
uninstall.ts
zai-endpoint-detect.test.ts fix: align Z.AI endpoint detection with GLM-5.1 default (#61998) (thanks @serg0x) 2026-04-08 04:38:39 +01:00