mirror of https://github.com/openclaw/openclaw.git
Plugins: guard local extension barrels
This commit is contained in:
parent
4d551e6f33
commit
1aab71cf5b
|
|
@ -118,6 +118,7 @@ const SETUP_BARREL_GUARDS: GuardedSource[] = [
|
|||
];
|
||||
|
||||
const LOCAL_EXTENSION_API_BARREL_GUARDS = [
|
||||
"acpx",
|
||||
"bluebubbles",
|
||||
"device-pair",
|
||||
"diagnostics-otel",
|
||||
|
|
@ -125,11 +126,13 @@ const LOCAL_EXTENSION_API_BARREL_GUARDS = [
|
|||
"feishu",
|
||||
"llm-task",
|
||||
"line",
|
||||
"lobster",
|
||||
"matrix",
|
||||
"mattermost",
|
||||
"memory-lancedb",
|
||||
"msteams",
|
||||
"nextcloud-talk",
|
||||
"qwen-portal-auth",
|
||||
"synology-chat",
|
||||
"talk-voice",
|
||||
"thread-ownership",
|
||||
|
|
|
|||
Loading…
Reference in New Issue