File size: 403 Bytes
fc93158 | 1 2 3 4 5 6 7 8 9 10 11 12 | // Narrow plugin-sdk surface for the bundled diffs plugin.
// Keep this list additive and scoped to symbols used under extensions/diffs.
export type { OpenClawConfig } from "../config/config.js";
export { resolvePreferredOpenClawTmpDir } from "../infra/tmp-openclaw-dir.js";
export type {
AnyAgentTool,
OpenClawPluginApi,
OpenClawPluginConfigSchema,
PluginLogger,
} from "../plugins/types.js";
|