From e2f080d6f5c2c4a5d80b2f5548fa33e8885d6d54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 28 Feb 2026 20:44:09 +0100 Subject: [PATCH] docs(changelog): add entry about sending local time to model MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Added a bullet point detailing that Zaguán Coder Daemon now receives local time and date to prevent year hallucinations. --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index ea56cf2..7b7e4c1 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -46,6 +46,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Zaguán Coder Daemon. Disabled several variations of models in the `low` and `medium` ranges to clean up the list.
  • Zaguán Coder Daemon. Used the Codex guide to make the implementation better.
  • UI. Added the Project Name to the header and to the window title.
  • +
  • Zaguán Coder Daemon. Now sending the local time and date to the model. This helps with year hallucinations and other time related issues.
  • Zaguán Coder Daemon. Used gemini-cli source code to get the best information on how to handle it in the best possible manner.