mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-27 19:01:18 +03:00
feat: support plugin-managed hooks
This commit is contained in:
@@ -264,6 +264,7 @@ function createPluginRecord(params: {
|
||||
enabled: params.enabled,
|
||||
status: params.enabled ? "loaded" : "disabled",
|
||||
toolNames: [],
|
||||
hookNames: [],
|
||||
channelIds: [],
|
||||
providerIds: [],
|
||||
gatewayMethods: [],
|
||||
|
||||
Reference in New Issue
Block a user