





















@@ -14,15 +14,12 @@ import type {
1414ResolvedAcpxPluginConfig,
1515} from "./config-schema.js";
1616export {
17-ACPX_NON_INTERACTIVE_POLICIES,
18-ACPX_PERMISSION_MODES,
1917type AcpxMcpServer,
2018type AcpxNonInteractivePermissionPolicy,
2119type AcpxPermissionMode,
2220type AcpxPluginConfig,
2321type McpServerConfig,
2422type ResolvedAcpxPluginConfig,
25-createAcpxPluginConfigSchema,
2623} from "./config-schema.js";
27242825export const ACPX_PLUGIN_TOOLS_MCP_SERVER_NAME = "openclaw-plugin-tools";
@@ -104,8 +101,6 @@ export function resolveAcpxPluginRoot(moduleUrl: string = import.meta.url): stri
104101);
105102}
106103107-export const ACPX_PLUGIN_ROOT = resolveAcpxPluginRoot();
108-109104const DEFAULT_PERMISSION_MODE: AcpxPermissionMode = "approve-reads";
110105const DEFAULT_NON_INTERACTIVE_POLICY: AcpxNonInteractivePermissionPolicy = "fail";
111106const DEFAULT_QUEUE_OWNER_TTL_SECONDS = 0.1;
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。