chore(deadcode): move gateway live probe helper out of prod path

This commit is contained in:
Vincent Koc
2026-06-20 21:03:56 +08:00
parent 24b6e6ba96
commit d72f7edf2d
4 changed files with 2 additions and 3 deletions
-1
View File
@@ -128,7 +128,6 @@ const config = {
"**/*.test-utils.ts",
"test/helpers/live-image-probe.ts",
"src/secrets/credential-matrix.ts",
"src/gateway/live-tool-probe-utils.ts",
"src/shared/text/assistant-visible-text.ts",
bundledPluginFile("telegram", "src/bot/reply-threading.ts"),
bundledPluginFile("telegram", "src/draft-chunking.ts"),
@@ -67,7 +67,7 @@ import {
isLikelyToolNonceRefusal,
shouldRetryExecReadProbe,
shouldRetryToolReadProbe,
} from "./live-tool-probe-utils.js";
} from "./live-tool-probe.test-helpers.js";
import { startGatewayServer } from "./server.impl.js";
import { readSessionMessagesAsync } from "./session-transcript-readers.js";
import { loadSessionEntry } from "./session-utils.js";
+1 -1
View File
@@ -8,7 +8,7 @@ import {
isLikelyToolNonceRefusal,
shouldRetryExecReadProbe,
shouldRetryToolReadProbe,
} from "./live-tool-probe-utils.js";
} from "./live-tool-probe.test-helpers.js";
describe("live tool probe utils", () => {
describe("nonce matching", () => {