openclaw/src/cli/program
Akshay 01e0d3a320
fix(cli): initialize plugins before pairing CLI registration (#3272)
The pairing CLI calls listPairingChannels() at registration time,
which requires the plugin registry to be populated. Without this,
plugin-provided channels like Matrix fail with "does not support
pairing" even though they have pairing adapters defined.

This mirrors the existing pattern used by the plugins CLI entry.

Co-authored-by: Shakker <165377636+shakkernerd@users.noreply.github.com>
2026-01-28 13:26:25 +00:00
..
message feat(telegram): add silent message option (#2382) 2026-01-26 13:14:13 -08:00
build-program.ts fix: centralize cli command registry 2026-01-19 05:36:09 +00:00
command-registry.ts fix: record tui input history (#1348) (thanks @vignesh07) 2026-01-21 04:37:22 +00:00
config-guard.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
context.ts chore: remove unused program context imports 2026-01-19 00:15:45 +00:00
help.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
helpers.ts CLI: streamline startup paths and env parsing 2026-01-18 23:10:39 +00:00
preaction.ts chore: update molt.bot domains 2026-01-27 12:21:01 +00:00
register.agent.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
register.configure.ts chore: update molt.bot domains 2026-01-27 12:21:01 +00:00
register.maintenance.ts chore: update molt.bot domains 2026-01-27 12:21:01 +00:00
register.message.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
register.onboard.ts chore: update molt.bot domains 2026-01-27 12:21:01 +00:00
register.setup.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
register.status-health-sessions.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
register.subclis.test.ts refactor: rename clawdbot to moltbot with legacy compat 2026-01-27 12:21:02 +00:00
register.subclis.ts fix(cli): initialize plugins before pairing CLI registration (#3272) 2026-01-28 13:26:25 +00:00