refactor: trim pi settings helper exports · openclaw/openclaw@74e1826
steipete
·
2026-05-02
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -7,13 +7,7 @@ import {
|
7 | 7 | } from "./pi-project-settings-snapshot.js"; |
8 | 8 | import { applyPiCompactionSettingsFromConfig } from "./pi-settings.js"; |
9 | 9 | |
10 | | -export { |
11 | | -buildEmbeddedPiSettingsSnapshot, |
12 | | -loadEnabledBundlePiSettingsSnapshot, |
13 | | -resolveEmbeddedPiProjectSettingsPolicy, |
14 | | -} from "./pi-project-settings-snapshot.js"; |
15 | | - |
16 | | -export function createEmbeddedPiSettingsManager(params: { |
| 10 | +function createEmbeddedPiSettingsManager(params: { |
17 | 11 | cwd: string; |
18 | 12 | agentDir: string; |
19 | 13 | cfg?: OpenClawConfig; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。