chore(deadcode): move gateway live probe helper out of prod path · openclaw/openclaw@d72f7ed
vincentkoc
·
2026-06-20
·
via Recent Commits to openclaw:main
| Original file line number | Diff line number | Diff line change |
|---|
@@ -128,7 +128,6 @@ const config = {
|
128 | 128 | "**/*.test-utils.ts", |
129 | 129 | "test/helpers/live-image-probe.ts", |
130 | 130 | "src/secrets/credential-matrix.ts", |
131 | | -"src/gateway/live-tool-probe-utils.ts", |
132 | 131 | "src/shared/text/assistant-visible-text.ts", |
133 | 132 | bundledPluginFile("telegram", "src/bot/reply-threading.ts"), |
134 | 133 | bundledPluginFile("telegram", "src/draft-chunking.ts"), |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -67,7 +67,7 @@ import {
|
67 | 67 | isLikelyToolNonceRefusal, |
68 | 68 | shouldRetryExecReadProbe, |
69 | 69 | shouldRetryToolReadProbe, |
70 | | -} from "./live-tool-probe-utils.js"; |
| 70 | +} from "./live-tool-probe.test-helpers.js"; |
71 | 71 | import { startGatewayServer } from "./server.impl.js"; |
72 | 72 | import { readSessionMessagesAsync } from "./session-transcript-readers.js"; |
73 | 73 | import { loadSessionEntry } from "./session-utils.js"; |
|
| Original file line number | Diff line number | Diff line change |
|---|
@@ -8,7 +8,7 @@ import {
|
8 | 8 | isLikelyToolNonceRefusal, |
9 | 9 | shouldRetryExecReadProbe, |
10 | 10 | shouldRetryToolReadProbe, |
11 | | -} from "./live-tool-probe-utils.js"; |
| 11 | +} from "./live-tool-probe.test-helpers.js"; |
12 | 12 | |
13 | 13 | describe("live tool probe utils", () => { |
14 | 14 | describe("nonce matching", () => { |
|
File renamed without changes.
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。