mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-09 08:11:09 +00:00
fix(outbound): restore generic delivery and security seams
This commit is contained in:
@@ -2,6 +2,8 @@ import { format } from "node:util";
|
||||
import type { OutputRuntimeEnv, RuntimeEnv } from "../runtime.js";
|
||||
export type { OutputRuntimeEnv, RuntimeEnv } from "../runtime.js";
|
||||
export { createNonExitingRuntime, defaultRuntime } from "../runtime.js";
|
||||
export { resolveCommandSecretRefsViaGateway } from "../cli/command-secret-gateway.js";
|
||||
export { getChannelsCommandSecretTargetIds } from "../cli/command-secret-targets.js";
|
||||
export {
|
||||
danger,
|
||||
info,
|
||||
@@ -17,7 +19,18 @@ export {
|
||||
} from "../globals.js";
|
||||
export * from "../logging.js";
|
||||
export { waitForAbortSignal } from "../infra/abort-signal.js";
|
||||
export {
|
||||
detectPluginInstallPathIssue,
|
||||
formatPluginInstallPathIssue,
|
||||
} from "../infra/plugin-install-path-warnings.js";
|
||||
export { collectProviderDangerousNameMatchingScopes } from "../config/dangerous-name-matching.js";
|
||||
export { registerUnhandledRejectionHandler } from "../infra/unhandled-rejections.js";
|
||||
export { removePluginFromConfig } from "../plugins/uninstall.js";
|
||||
export {
|
||||
isDiscordMutableAllowEntry,
|
||||
isSlackMutableAllowEntry,
|
||||
isZalouserMutableGroupEntry,
|
||||
} from "../security/mutable-allowlist-detectors.js";
|
||||
|
||||
/** Minimal logger contract accepted by runtime-adapter helpers. */
|
||||
type LoggerLike = {
|
||||
|
||||
Reference in New Issue
Block a user