docs(changelog): add daemon parallel tool calling entry

This commit is contained in:
2026-03-03 16:16:49 +01:00
parent 9c7e781857
commit 6c43b0e59f
+1
View File
@@ -43,6 +43,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<ul class="changes-list">
<li><strong>Frontend Audit.</strong> Completed a full frontend audit: removed dead files, tightened up many functions, removed unused fonts, and made the codebase cleaner and leaner.</li>
<li><strong>i18n Preparation.</strong> Began preparing the application for internationalization (i18n); English is now ready.</li>
<li><strong>Zaguán Coder Daemon.</strong> Enabled parallel tool calling for supported models.</li>
<li><strong>Rust Backend.</strong> Did an audit of the Rust backend using the <a href="https://github.com/leonardomso/rust-skills" target="_blank" rel="noopener">Rust Skill</a>. Found and fixed a few bugs, memory optimizations and panic-prone locks.</li>
</ul>
</div>