refactor: harden plugin metadata and browser sdk seams

This commit is contained in:
Peter Steinberger
2026-04-05 23:33:33 +01:00
parent c1b1d14218
commit 3584d28141
43 changed files with 378 additions and 249 deletions

View File

@@ -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({