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";