refactor: trim extension runtime barrels

This commit is contained in:
Peter Steinberger
2026-05-01 14:06:06 +01:00
parent 86251f4391
commit 73891eaca6
3 changed files with 2 additions and 14 deletions

View File

@@ -3,12 +3,7 @@ export {
normalizeAccountId,
normalizeOptionalAccountId,
} from "openclaw/plugin-sdk/account-id";
export { isPrivateOrLoopbackHost } from "./private-network-host.js";
export {
assertHttpUrlTargetsPrivateNetwork,
isPrivateNetworkOptInEnabled,
ssrfPolicyFromDangerouslyAllowPrivateNetwork,
ssrfPolicyFromAllowPrivateNetwork,
type LookupFn,
type SsrFPolicy,
} from "openclaw/plugin-sdk/ssrf-runtime";

View File

@@ -22,7 +22,6 @@ export {
export { formatLocationText, toLocationContext } from "openclaw/plugin-sdk/channel-location";
export { getAgentScopedMediaLocalRoots } from "openclaw/plugin-sdk/agent-media-payload";
export { logInboundDrop, logTypingFailure } from "openclaw/plugin-sdk/channel-logging";
export { resolveAckReaction } from "openclaw/plugin-sdk/channel-feedback";
export {
buildChannelKeyCandidates,
resolveChannelEntryMatch,