2026-03-04 02:31:44 -05:00
|
|
|
// Narrow plugin-sdk surface for the bundled diffs plugin.
|
|
|
|
|
// Keep this list additive and scoped to symbols used under extensions/diffs.
|
|
|
|
|
|
2026-03-19 00:22:43 -04:00
|
|
|
export { definePluginEntry } from "./core.js";
|
2026-03-04 02:31:44 -05:00
|
|
|
export type { OpenClawConfig } from "../config/config.js";
|
|
|
|
|
export { resolvePreferredOpenClawTmpDir } from "../infra/tmp-openclaw-dir.js";
|
|
|
|
|
export type {
|
|
|
|
|
AnyAgentTool,
|
|
|
|
|
OpenClawPluginApi,
|
|
|
|
|
OpenClawPluginConfigSchema,
|
2026-03-19 00:22:43 -04:00
|
|
|
OpenClawPluginToolContext,
|
2026-03-04 02:31:44 -05:00
|
|
|
PluginLogger,
|
|
|
|
|
} from "../plugins/types.js";
|