mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-21 06:51:01 +00:00
fix(cli): load plugin registry for configure and onboard commands (#17266)
(cherry picked from commit 644badd40d)
This commit is contained in:
committed by
Peter Steinberger
parent
792bd6195c
commit
58ce0a89ec
@@ -21,7 +21,13 @@ function setProcessTitleForCommand(actionCommand: Command) {
|
||||
}
|
||||
|
||||
// Commands that need channel plugins loaded
|
||||
const PLUGIN_REQUIRED_COMMANDS = new Set(["message", "channels", "directory"]);
|
||||
const PLUGIN_REQUIRED_COMMANDS = new Set([
|
||||
"message",
|
||||
"channels",
|
||||
"directory",
|
||||
"configure",
|
||||
"onboard",
|
||||
]);
|
||||
|
||||
function getRootCommand(command: Command): Command {
|
||||
let current = command;
|
||||
|
||||
Reference in New Issue
Block a user