mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 14:54:46 +00:00
fix(cli): preserve gateway status rpc probe semantics
This commit is contained in:
@@ -57,10 +57,6 @@ export const cliCommandCatalog: readonly CliCommandCatalogEntry[] = [
|
||||
exact: true,
|
||||
policy: {
|
||||
routeConfigGuard: "always",
|
||||
// `gateway status` is a built-in daemon/RPC health path. Loading the
|
||||
// full plugin registry here eagerly scans and validates every channel
|
||||
// plugin before the command can even connect to the already-running
|
||||
// gateway, which makes this frequently-used status check painfully slow.
|
||||
loadPlugins: "never",
|
||||
},
|
||||
route: { id: "gateway-status" },
|
||||
|
||||
Reference in New Issue
Block a user