Files
openclaw/src/plugin-sdk/channel-feedback.ts
Gado 83b8289ee2 feat: WhatsApp status reactions, new emoji categories, self-explanatory defaults (#59077) (#80612)
Merged via squash.

Prepared head SHA: 25e0a7a9fd
Co-authored-by: gado-ships-it <276509604+gado-ships-it@users.noreply.github.com>
Co-authored-by: velvet-shark <126378+velvet-shark@users.noreply.github.com>
Reviewed-by: @velvet-shark
2026-05-14 14:37:23 +02:00

30 lines
899 B
TypeScript

export { resolveAckReaction } from "../agents/identity.js";
export {
createAckReactionHandle,
removeAckReactionHandleAfterReply,
removeAckReactionAfterReply,
shouldAckReaction,
shouldAckReactionForWhatsApp,
type AckReactionHandle,
type AckReactionGateParams,
type AckReactionScope,
type WhatsAppAckReactionMode,
} from "../channels/ack-reactions.js";
export { logAckFailure, logTypingFailure, type LogFn } from "../channels/logging.js";
export { missingTargetError } from "../infra/outbound/target-errors.js";
export {
BUILD_TOOL_TOKENS,
CODING_TOOL_TOKENS,
CONCIERGE_TOOL_TOKENS,
createStatusReactionController,
DEFAULT_EMOJIS,
DEFAULT_TIMING,
DEPLOY_TOOL_TOKENS,
resolveToolEmoji,
WEB_TOOL_TOKENS,
type StatusReactionAdapter,
type StatusReactionController,
type StatusReactionEmojis,
type StatusReactionTiming,
} from "../channels/status-reactions.js";