refactor(cli): hide compile cache and media internals · openclaw/openclaw@27c8fae
vincentkoc
·
2026-06-17
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -461,7 +461,7 @@ const TRUSTED_TOOL_RESULT_MEDIA = new Set([
|
461 | 461 | ]); |
462 | 462 | const HTTP_URL_RE = /^https?:\/\//i; |
463 | 463 | |
464 | | -export function isCoreToolResultMediaTrustedName(toolName?: string): boolean { |
| 464 | +function isCoreToolResultMediaTrustedName(toolName?: string): boolean { |
465 | 465 | if (!toolName) { |
466 | 466 | return false; |
467 | 467 | } |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -122,7 +122,7 @@ export function resolveOpenClawCompileCacheDirectory(params: {
|
122 | 122 | ); |
123 | 123 | } |
124 | 124 | |
125 | | -export type OpenClawCompileCacheRespawnPlan = { |
| 125 | +type OpenClawCompileCacheRespawnPlan = { |
126 | 126 | command: string; |
127 | 127 | args: string[]; |
128 | 128 | env: NodeJS.ProcessEnv; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。