mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-04 00:50:27 +00:00
refactor: harden plugin metadata and browser sdk seams
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/browser-support";
|
||||
import type { OpenClawConfig } from "openclaw/plugin-sdk/browser-config-runtime";
|
||||
import {
|
||||
normalizePluginsConfig,
|
||||
resolveEffectiveEnableState,
|
||||
} from "openclaw/plugin-sdk/browser-support";
|
||||
} from "openclaw/plugin-sdk/browser-config-runtime";
|
||||
|
||||
export function isDefaultBrowserPluginEnabled(cfg: OpenClawConfig): boolean {
|
||||
return resolveEffectiveEnableState({
|
||||
|
||||
Reference in New Issue
Block a user