Files
openclaw/src/plugin-sdk/session-catalog-runtime.ts
T
Peter Steinberger 7e8afba703 feat(plugins): mirror local coding sessions to a remote Beam receiver (#114735)
* feat(plugins): mirror local coding sessions to a remote Beam receiver

* fix(plugins): satisfy static gates for the Beam mirror seam

* fix(plugins): import the config type from the narrow contracts subpath

* fix(plugins): require catalog consent and loopback-only plaintext for the Beam mirror
2026-07-27 17:31:34 -04:00

6 lines
201 B
TypeScript

// Runtime SDK subpath for read-only access to the active registered session catalogs.
export {
listActiveSessionCatalogs,
type ActiveSessionCatalog,
} from "../plugins/session-catalog-active.js";