From 8d0c185ce038c132417cd9d03a63fdbce6933e62 Mon Sep 17 00:00:00 2001 From: wpeterr Date: Thu, 29 Jan 2026 20:41:20 +0700 Subject: [PATCH] fix(cron): check cron list when asked about upcoming tasks --- src/agents/system-prompt.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/agents/system-prompt.ts b/src/agents/system-prompt.ts index ed97fd539..d63aa3069 100644 --- a/src/agents/system-prompt.ts +++ b/src/agents/system-prompt.ts @@ -39,7 +39,8 @@ function buildMemorySection(params: { isMinimal: boolean; availableTools: Set