refactor(plugins): remove setup binary facade · openclaw/openclaw@4a596d9
vincentkoc
·
2026-06-18
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,7 +4,7 @@
|
4 | 4 | * Builds status and text-input helpers for channel setup flows that need local binaries. |
5 | 5 | */ |
6 | 6 | import type { OpenClawConfig } from "../../config/types.openclaw.js"; |
7 | | -import { detectBinary as defaultDetectBinary } from "../../plugins/setup-binary.js"; |
| 7 | +import { detectBinary as defaultDetectBinary } from "../../infra/detect-binary.js"; |
8 | 8 | import type { |
9 | 9 | ChannelSetupWizard, |
10 | 10 | ChannelSetupWizardStatus, |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -4,6 +4,6 @@
|
4 | 4 | export { formatCliCommand } from "../cli/command-format.js"; |
5 | 5 | export { extractArchive } from "../infra/archive.js"; |
6 | 6 | export { resolveBrewExecutable } from "../infra/brew.js"; |
7 | | -export { detectBinary } from "../plugins/setup-binary.js"; |
| 7 | +export { detectBinary } from "../infra/detect-binary.js"; |
8 | 8 | export { formatDocsLink } from "../../packages/terminal-core/src/links.js"; |
9 | 9 | export { CONFIG_DIR } from "../utils.js"; |
| Original file line number | Diff line number | Diff line change |
|---|
@@ -24,7 +24,7 @@ export type {
|
24 | 24 | |
25 | 25 | export { DEFAULT_ACCOUNT_ID, normalizeAccountId } from "../routing/session-key.js"; |
26 | 26 | export { formatCliCommand } from "../cli/command-format.js"; |
27 | | -export { detectBinary } from "../plugins/setup-binary.js"; |
| 27 | +export { detectBinary } from "../infra/detect-binary.js"; |
28 | 28 | export { formatDocsLink } from "../../packages/terminal-core/src/links.js"; |
29 | 29 | export { hasConfiguredSecretInput, normalizeSecretInputString } from "../config/types.secrets.js"; |
30 | 30 | export { normalizeE164, pathExists } from "../utils.js"; |
|
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。