mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-05 22:32:12 +00:00
refactor(plugin-sdk): split runtime helper seams
This commit is contained in:
@@ -23,6 +23,21 @@ export const pluginSdkDocMetadata = {
|
||||
"approval-runtime": {
|
||||
category: "runtime",
|
||||
},
|
||||
"approval-auth-runtime": {
|
||||
category: "runtime",
|
||||
},
|
||||
"approval-client-runtime": {
|
||||
category: "runtime",
|
||||
},
|
||||
"approval-delivery-runtime": {
|
||||
category: "runtime",
|
||||
},
|
||||
"approval-native-runtime": {
|
||||
category: "runtime",
|
||||
},
|
||||
"approval-reply-runtime": {
|
||||
category: "runtime",
|
||||
},
|
||||
"plugin-entry": {
|
||||
category: "core",
|
||||
},
|
||||
|
||||
@@ -13,6 +13,10 @@
|
||||
"channel-setup",
|
||||
"setup-tools",
|
||||
"approval-auth-runtime",
|
||||
"approval-client-runtime",
|
||||
"approval-delivery-runtime",
|
||||
"approval-native-runtime",
|
||||
"approval-reply-runtime",
|
||||
"approval-runtime",
|
||||
"config-runtime",
|
||||
"reply-runtime",
|
||||
|
||||
Reference in New Issue
Block a user