refactor: trim private extension exports · openclaw/openclaw@25446d3
steipete
·
2026-05-01
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -141,6 +141,6 @@ export default definePluginEntry({
|
141 | 141 | |
142 | 142 | export { createProposalFromMessages } from "./src/signals.js"; |
143 | 143 | export { SkillWorkshopStore } from "./src/store.js"; |
144 | | -export { applyProposalToWorkspace, normalizeSkillName } from "./src/skills.js"; |
| 144 | +export { applyProposalToWorkspace } from "./src/skills.js"; |
145 | 145 | export { countToolCalls, reviewTranscriptForProposal } from "./src/reviewer.js"; |
146 | 146 | export { scanSkillContent } from "./src/scanner.js"; |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -2,6 +2,5 @@ export type { OpenClawConfig } from "openclaw/plugin-sdk/config-types";
|
2 | 2 | export { definePluginEntry, type OpenClawPluginApi } from "openclaw/plugin-sdk/plugin-entry"; |
3 | 3 | export { |
4 | 4 | fetchWithSsrFGuard, |
5 | | -ssrfPolicyFromAllowPrivateNetwork, |
6 | 5 | ssrfPolicyFromDangerouslyAllowPrivateNetwork, |
7 | 6 | } from "openclaw/plugin-sdk/ssrf-runtime"; |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。