docs(changelog): add Gemini 3.1 Pro and performance enhancements

- Add Google Gemini 3.1 Pro to new features in Zaguán Coder Daemon
- Add Enhancements section detailing streaming and context sync optimizations
This commit is contained in:
2026-02-20 12:45:33 +01:00
parent 1ff432241a
commit a70b3e9974
+11
View File
@@ -41,12 +41,23 @@ import BaseLayout from '../layouts/BaseLayout.astro';
New Features New Features
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Google Gemini 3.1 Pro.</strong> Added Google Gemini 3.1 Pro in Zaguán Coder Daemon.</li>
<li><strong>Chunk counting.</strong> Added chunk counting and display for write operations tool calls.</li> <li><strong>Chunk counting.</strong> Added chunk counting and display for write operations tool calls.</li>
<li><strong>Qwen3.5 support.</strong> Added support for Qwen3.5 models in Zaguán Coder Daemon.</li> <li><strong>Qwen3.5 support.</strong> Added support for Qwen3.5 models in Zaguán Coder Daemon.</li>
<li><strong>Claude Sonnet 4.6.</strong> Enabled Claude Sonnet 4.6 in Zaguán Coder Daemon. Restart application to access it.</li> <li><strong>Claude Sonnet 4.6.</strong> Enabled Claude Sonnet 4.6 in Zaguán Coder Daemon. Restart application to access it.</li>
</ul> </ul>
</div> </div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">✨</span>
Enhancements
</h3>
<ul class="changes-list">
<li><strong>Performance.</strong> Optimized streaming performance and conversation context synchronization.</li>
</ul>
</div>
<div class="changes-section"> <div class="changes-section">
<h3 class="changes-title"> <h3 class="changes-title">
<span class="changes-icon">🐛</span> <span class="changes-icon">🐛</span>