From 907df514785243a436b7ff9c225ac91bd01cd032 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Mon, 13 Apr 2026 18:14:23 +0100 Subject: [PATCH] perf(cron): use narrow verbose-level runtime seam --- src/cron/isolated-agent/run-execution.runtime.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cron/isolated-agent/run-execution.runtime.ts b/src/cron/isolated-agent/run-execution.runtime.ts index 2d406bca53b..3ba224efa37 100644 --- a/src/cron/isolated-agent/run-execution.runtime.ts +++ b/src/cron/isolated-agent/run-execution.runtime.ts @@ -3,7 +3,7 @@ export { resolveBootstrapWarningSignaturesSeen } from "../../agents/bootstrap-bu export { LiveSessionModelSwitchError } from "../../agents/live-model-switch-error.js"; export { runWithModelFallback } from "../../agents/model-fallback.js"; export { isCliProvider } from "../../agents/model-selection-cli.js"; -export { normalizeVerboseLevel } from "../../auto-reply/thinking.js"; +export { normalizeVerboseLevel } from "../../auto-reply/thinking.shared.js"; export { resolveSessionTranscriptPath } from "../../config/sessions/paths.js"; export { registerAgentRunContext } from "../../infra/agent-events.js"; export { logWarn } from "../../logger.js";