fix: restore rebased full gate

This commit is contained in:
Peter Steinberger
2026-03-18 04:24:18 +00:00
parent b5d2123156
commit 861fcb1575
11 changed files with 57 additions and 51 deletions

View File

@@ -3,7 +3,7 @@ import {
resolveChannelGroupToolsPolicy,
type GroupToolPolicyConfig,
} from "openclaw/plugin-sdk/channel-policy";
import type { OpenClawConfig } from "./runtime-api.js";
import type { OpenClawConfig } from "openclaw/plugin-sdk/config-runtime";
type BlueBubblesGroupContext = {
cfg: OpenClawConfig;