Diffs: route plugin context through artifacts

This commit is contained in:
Gustavo Madeira Santana
2026-03-19 00:22:43 -04:00
parent a98ffa41d0
commit 83d284610c
11 changed files with 204 additions and 24 deletions

View File

@@ -1,11 +1,13 @@
// Narrow plugin-sdk surface for the bundled diffs plugin.
// Keep this list additive and scoped to symbols used under extensions/diffs.
export { definePluginEntry } from "./core.js";
export type { OpenClawConfig } from "../config/config.js";
export { resolvePreferredOpenClawTmpDir } from "../infra/tmp-openclaw-dir.js";
export type {
AnyAgentTool,
OpenClawPluginApi,
OpenClawPluginConfigSchema,
OpenClawPluginToolContext,
PluginLogger,
} from "../plugins/types.js";