mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-22 10:25:20 -06:00
c708b41af4
* fix(beam): emit canonical catalog URLs * fix(beam): type readonly runtime config * fix(gateway): keep minimal metadata startup lazy * chore(plugin-sdk): refresh API baseline
7 lines
274 B
TypeScript
7 lines
274 B
TypeScript
// Private runtime helpers for registered session catalogs.
|
|
export { buildControlUiCatalogSessionUrl } from "../../packages/session-url-contract/src/index.js";
|
|
export {
|
|
listActiveSessionCatalogs,
|
|
type ActiveSessionCatalog,
|
|
} from "../plugins/session-catalog-active.js";
|