Files
openclaw/src/commands/models/load-config.runtime.ts
2026-04-03 18:33:47 +01:00

9 lines
326 B
TypeScript

export { resolveCommandSecretRefsViaGateway } from "../../cli/command-secret-gateway.js";
export { getModelsCommandSecretTargetIds } from "../../cli/command-secret-targets.js";
export {
getRuntimeConfig,
readSourceConfigSnapshotForWrite,
setRuntimeConfigSnapshot,
type OpenClawConfig,
} from "../../config/config.js";