fix(ci): route bluebubbles helper through local barrel

This commit is contained in:
Vincent Koc 2026-04-03 23:24:10 +09:00
parent d375cd727e
commit 4e9629d60c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
export { resolveAckReaction } from "openclaw/plugin-sdk/bluebubbles";
export { resolveAckReaction } from "./runtime-api.js";
export { logAckFailure, logTypingFailure } from "openclaw/plugin-sdk/channel-feedback";
export { logInboundDrop } from "openclaw/plugin-sdk/channel-inbound";
export { mapAllowFromEntries } from "openclaw/plugin-sdk/channel-config-helpers";

View File

@ -1,4 +1,4 @@
export { resolveAckReaction } from "openclaw/plugin-sdk/bluebubbles";
export { resolveAckReaction } from "openclaw/plugin-sdk/agent-runtime";
export {
createActionGate,
jsonResult,