fix(reply): define dedupe window constant in agent-runner

This commit is contained in:
Kim 2026-02-27 11:20:49 +08:00 committed by KimGLee
parent d71a01d0ea
commit a1b5386693

View File

@ -58,6 +58,8 @@ import { incrementRunCompactionCount, persistRunSessionUsage } from "./session-r
import { createTypingSignaler } from "./typing-mode.js";
import type { TypingController } from "./typing.js";
const RECENT_MESSAGING_TOOL_DEDUPE_WINDOW_MS = 2 * 60 * 1000;
const BLOCK_REPLY_SEND_TIMEOUT_MS = 15_000;
export async function runReplyAgent(params: {