docs(changelog): update entries for markdown editor and local time

- Add entry for the Markdown Editor diff view and Accept/Reject pill
- Correct project name from Zaguán Coder Daemon to Zaguán Blade in local time entry
This commit is contained in:
2026-02-28 20:52:59 +01:00
parent e2f080d6f5
commit 4868a7141b
+2 -1
View File
@@ -41,12 +41,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements Enhancements
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Markdown Editor.</strong> Show a proper Diff view and the Accept/Reject pill in the Markdown editor when it's in Edit mode after a model has made changes.</li>
<li><strong>Message Queue.</strong> Added a message queue so that you can send messages while the model works. These will be executed sequentially.</li> <li><strong>Message Queue.</strong> Added a message queue so that you can send messages while the model works. These will be executed sequentially.</li>
<li><strong>Zaguán Coder Daemon.</strong> Working on ironing out bugs in several models, Gemini 3.1 Pro, MiniMax M2.5, GPT-5.3-Codex.</li> <li><strong>Zaguán Coder Daemon.</strong> Working on ironing out bugs in several models, Gemini 3.1 Pro, MiniMax M2.5, GPT-5.3-Codex.</li>
<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> 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>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>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 Blade.</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> <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> </ul>
</div> </div>