mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-02 17:27:15 +00:00
Plugin SDK: export device pairing helpers
This commit is contained in:
@@ -122,6 +122,11 @@ export { resolveAckReaction } from "../agents/identity.js";
|
|||||||
export type { ReplyPayload } from "../auto-reply/types.js";
|
export type { ReplyPayload } from "../auto-reply/types.js";
|
||||||
export type { ChunkMode } from "../auto-reply/chunk.js";
|
export type { ChunkMode } from "../auto-reply/chunk.js";
|
||||||
export { SILENT_REPLY_TOKEN, isSilentReplyText } from "../auto-reply/tokens.js";
|
export { SILENT_REPLY_TOKEN, isSilentReplyText } from "../auto-reply/tokens.js";
|
||||||
|
export {
|
||||||
|
approveDevicePairing,
|
||||||
|
listDevicePairing,
|
||||||
|
rejectDevicePairing,
|
||||||
|
} from "../infra/device-pairing.js";
|
||||||
export { resolveToolsBySender } from "../config/group-policy.js";
|
export { resolveToolsBySender } from "../config/group-policy.js";
|
||||||
export {
|
export {
|
||||||
buildPendingHistoryContextFromMap,
|
buildPendingHistoryContextFromMap,
|
||||||
|
|||||||
Reference in New Issue
Block a user