docs(changelog): add editor scroll bug fix and Coder Daemon entries

This commit is contained in:
2026-05-26 18:03:25 +02:00
parent 888d514988
commit 46bd3cc2fd
+13
View File
@@ -49,6 +49,16 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</ul> </ul>
</div> </div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">🐛</span>
Bug Fixes
</h3>
<ul class="changes-list">
<li><strong>Editor.</strong> Fixed a bug in the Editor that would result in the document scrolling to the top when a model edited the active document.</li>
</ul>
</div>
<h3 class="product-heading">Zaguán Coder Daemon</h3> <h3 class="product-heading">Zaguán Coder Daemon</h3>
<div class="changes-section"> <div class="changes-section">
@@ -58,6 +68,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Zaguán Coder Daemon.</strong> Added full support for versioned Full Context.</li> <li><strong>Zaguán Coder Daemon.</strong> Added full support for versioned Full Context.</li>
<li><strong>Zaguán Coder Daemon.</strong> WIP. Working on fixing the prompts and logic for each supported model.</li>
</ul> </ul>
</div> </div>
@@ -69,6 +80,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Zaguán Coder Daemon.</strong> Fixed system prompts and logic so that models get to work faster instead of fetching content forever.</li> <li><strong>Zaguán Coder Daemon.</strong> Fixed system prompts and logic so that models get to work faster instead of fetching content forever.</li>
<li><strong>Zaguán Coder Daemon.</strong> Disabled <a href="https://docs.cohere.com/docs/command-a-plus" target="_blank" rel="noopener">Cohere Command A+</a> for now due to issues that have been impossible to solve.</li> <li><strong>Zaguán Coder Daemon.</strong> Disabled <a href="https://docs.cohere.com/docs/command-a-plus" target="_blank" rel="noopener">Cohere Command A+</a> for now due to issues that have been impossible to solve.</li>
<li><strong>Zaguán Coder Daemon.</strong> Disabled Inception Mercury 2 for now due to its smaller context window of 128k.</li>
<li><strong>Zaguán Coder Daemon.</strong> Disabled Mistral Small 4 for now due to it making too many mistakes during testing.</li>
</ul> </ul>
</div> </div>
</div> </div>