mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-22 15:31:07 +00:00
- improve QR pairing UX and bootstrap token handling - preserve repeated optimistic user messages during refresh - add regression coverage for refresh reconciliation Thanks @ImLukeF
15 lines
543 B
TypeScript
15 lines
543 B
TypeScript
export {
|
|
approveDevicePairing,
|
|
clearDeviceBootstrapTokens,
|
|
issueDeviceBootstrapToken,
|
|
listDevicePairing,
|
|
revokeDeviceBootstrapToken,
|
|
} from "openclaw/plugin-sdk/device-bootstrap";
|
|
export { definePluginEntry, type OpenClawPluginApi } from "openclaw/plugin-sdk/plugin-entry";
|
|
export { resolveGatewayBindUrl, resolveTailnetHostWithRunner } from "openclaw/plugin-sdk/core";
|
|
export {
|
|
resolvePreferredOpenClawTmpDir,
|
|
runPluginCommandWithTimeout,
|
|
} from "openclaw/plugin-sdk/sandbox";
|
|
export { renderQrPngBase64 } from "./qr-image.js";
|