docs(changelog): add entry about sending local time to model

Added a bullet point detailing that Zaguán Coder Daemon now receives local time and date to prevent year hallucinations.
This commit is contained in:
2026-02-28 20:44:09 +01:00
parent fa677b8799
commit e2f080d6f5
+1
View File
@@ -46,6 +46,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Zaguán Coder Daemon.</strong> Disabled several variations of models in the `low` and `medium` ranges to clean up the list.</li>
<li><strong>Zaguán Coder Daemon.</strong> Used the <a href="https://developers.openai.com/cookbook/examples/gpt-5/codex_prompting_guide" target="_blank" rel="noopener">Codex guide</a> to make the implementation better.</li>
<li><strong>UI.</strong> Added the Project Name to the header and to the window title.</li>
<li><strong>Zaguán Coder Daemon.</strong> Now sending the local time and date to the model. This helps with year hallucinations and other time related issues.</li>
<li><strong>Zaguán Coder Daemon.</strong> Used gemini-cli source code to get the best information on how to handle it in the best possible manner.</li>
</ul>
</div>