mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-03 00:10:21 +00:00
Diffs: route plugin context through artifacts
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user