mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 06:40:24 +00:00
refactor: route plugin sdk through extension barrels
This commit is contained in:
@@ -83,7 +83,7 @@ export {
|
||||
export {
|
||||
setMatrixThreadBindingIdleTimeoutBySessionKey,
|
||||
setMatrixThreadBindingMaxAgeBySessionKey,
|
||||
} from "../../extensions/matrix/thread-bindings-runtime.js";
|
||||
} from "../../extensions/matrix/runtime-api.js";
|
||||
export { createTypingCallbacks } from "../channels/typing.js";
|
||||
export { createChannelReplyPipeline } from "./channel-reply-pipeline.js";
|
||||
export type { OpenClawConfig } from "../config/config.js";
|
||||
@@ -156,14 +156,14 @@ export {
|
||||
findMatrixAccountEntry,
|
||||
resolveConfiguredMatrixAccountIds,
|
||||
resolveMatrixChannelConfig,
|
||||
} from "../../extensions/matrix/src/account-selection.js";
|
||||
} from "../../extensions/matrix/helper-api.js";
|
||||
export {
|
||||
resolveMatrixAccountStorageRoot,
|
||||
resolveMatrixCredentialsDir,
|
||||
resolveMatrixCredentialsPath,
|
||||
resolveMatrixLegacyFlatStoragePaths,
|
||||
} from "../../extensions/matrix/helper-api.js";
|
||||
export { resolveMatrixAccountStringValues } from "../../extensions/matrix/src/auth-precedence.js";
|
||||
export { resolveMatrixAccountStringValues } from "../../extensions/matrix/runtime-api.js";
|
||||
export { getMatrixScopedEnvVarNames } from "../../extensions/matrix/helper-api.js";
|
||||
export {
|
||||
requiresExplicitMatrixDefaultAccount,
|
||||
@@ -172,8 +172,8 @@ export {
|
||||
export {
|
||||
createMatrixThreadBindingManager,
|
||||
resetMatrixThreadBindingsForTests,
|
||||
} from "../../extensions/matrix/src/matrix/thread-bindings.js";
|
||||
export { setMatrixRuntime } from "../../extensions/matrix/src/runtime.js";
|
||||
} from "../../extensions/matrix/api.js";
|
||||
export { setMatrixRuntime } from "../../extensions/matrix/runtime-api.js";
|
||||
|
||||
const matrixSetup = createOptionalChannelSetupSurface({
|
||||
channel: "matrix",
|
||||
|
||||
Reference in New Issue
Block a user