refactor(acpx): drop unused codex trust wrapper · openclaw/openclaw@3091c13
openclaw
·
2026-06-19
·
via Recent Commits to openclaw:main
Skip to content
Navigation Menu
Saved searches
Use saved searches to filter your results more quickly
Sign up
Commit 3091c13
refactor(acpx): drop unused codex trust wrapper
1 file changed
Lines changed: 0 additions & 5 deletions
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change |
|---|
@@ -297,8 +297,3 @@ export function renderIsolatedCodexConfig(params: {
|
297 | 297 | .filter((line, index, lines) => !(line === "" && lines[index - 1] === "")) |
298 | 298 | .join("\n"); |
299 | 299 | } |
300 | | - |
301 | | -/** Render only the project trust section for a session-local Codex config. */ |
302 | | -export function renderIsolatedCodexProjectTrustConfig(projectPaths: string[]): string { |
303 | | -return renderIsolatedCodexConfig({ projectPaths }); |
304 | | -} |
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。
0 commit comments