mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-21 10:01:37 -06:00
7e8afba703
* 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
6 lines
201 B
TypeScript
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";
|