From ab37193257cae5834a7883e0c32ca30fd8bd7f82 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Mon, 15 Dec 2025 19:02:31 +0900 Subject: [PATCH] Clarify that today's date is NOT 2024 in envContext MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Prevents LLMs from mistakenly thinking it's 2024 when processing the date information. 🤖 GENERATED WITH ASSISTANCE OF [OhMyOpenCode](https://github.com/code-yeongyu/oh-my-opencode) --- src/agents/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/utils.ts b/src/agents/utils.ts index a2223d0..af3f5ee 100644 --- a/src/agents/utils.ts +++ b/src/agents/utils.ts @@ -45,7 +45,7 @@ Here is some useful information about the environment you are running in: Working directory: ${directory} Platform: ${platform} - Today's date: ${dateStr} + Today's date: ${dateStr} (NOT 2024, NEVEREVER 2024) Current time: ${timeStr} Timezone: ${timezone} Locale: ${locale}