docs(changelog): reorder v0.7.1 entries and add editor stale-tab fix

This commit is contained in:
2026-05-18 22:08:23 +02:00
parent 124b78a323
commit 60c8fe4a6e
+8 -7
View File
@@ -42,6 +42,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements Enhancements
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Zaguán Coder Daemon.</strong> Giving better feedback to the models on tool call errors.</li>
<li><strong>Zaguán Coder Daemon.</strong> Updated 2 skills to be more aligned with 2026 best practices.</li>
<li><strong>Zaguán Coder Daemon.</strong> Added a new skill, complexity-radar, based on <a href="https://github.com/Kappaemme-git/codex-complexity-optimizer" target="_blank" rel="noopener">Codex Complexity Optimizer</a>.</li>
<li><strong>Zaguán Coder Daemon.</strong> Enabled parallel tool calling for DeepSeek v4.</li>
<li><strong>Dependencies.</strong> Updated Tauri to the latest version.</li> <li><strong>Dependencies.</strong> Updated Tauri to the latest version.</li>
<li><strong>AI Chat.</strong> Optimized the AI Chat based on technical inspiration from <a href="https://github.com/pingdotgg/t3code" target="_blank" rel="noopener">T3Code</a>.</li> <li><strong>AI Chat.</strong> Optimized the AI Chat based on technical inspiration from <a href="https://github.com/pingdotgg/t3code" target="_blank" rel="noopener">T3Code</a>.</li>
<li><strong>CodeMirror Editor.</strong> Optimized the CodeMirror editor to get React out of the way to make it faster, more reliable and better overall.</li> <li><strong>CodeMirror Editor.</strong> Optimized the CodeMirror editor to get React out of the way to make it faster, more reliable and better overall.</li>
@@ -50,15 +54,11 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Local Storage.</strong> Fixed save and retrieval in both Zaguán Blade and Zaguán Coder Daemon.</li> <li><strong>Local Storage.</strong> Fixed save and retrieval in both Zaguán Blade and Zaguán Coder Daemon.</li>
<li><strong>Progress Card.</strong> Refined the Progress card in the chat by removing unnecessary information.</li> <li><strong>Progress Card.</strong> Refined the Progress card in the chat by removing unnecessary information.</li>
<li><strong>Rust Cleanup.</strong> Refactored and removed old and almost unused Rust code/files.</li> <li><strong>Rust Cleanup.</strong> Refactored and removed old and almost unused Rust code/files.</li>
<li><strong>Zaguán Coder Daemon.</strong> Enabled parallel tool calling for DeepSeek v4.</li>
<li><strong>Zaguán Blade.</strong> Created a new version of the AI Chat Panel.</li> <li><strong>Zaguán Blade.</strong> Created a new version of the AI Chat Panel.</li>
<li><strong>Alt-TAB.</strong> <code>Alt-TAB</code> now properly displays the Project name and the Filename.</li> <li><strong>Alt-TAB.</strong> <code>Alt-TAB</code> now properly displays the Project name and the Filename.</li>
<li><strong>CSS.</strong> Refactored a lot of the CSS for the UI to use proper names instead of hardcoding values.</li> <li><strong>CSS.</strong> Refactored a lot of the CSS for the UI to use proper names instead of hardcoding values.</li>
<li><strong>Scrolling.</strong> Made scrolling a lot smoother across the board.</li> <li><strong>Scrolling.</strong> Made scrolling a lot smoother across the board.</li>
<li><strong>Dependencies.</strong> Added <code>.pnpm-store</code> to <code>.gitignore</code> and Gix ignored logic.</li> <li><strong>Dependencies.</strong> Added <code>.pnpm-store</code> to <code>.gitignore</code> and Gix ignored logic.</li>
<li><strong>Zaguán Coder Daemon.</strong> Giving better feedback to the models on tool call errors.</li>
<li><strong>Zaguán Coder Daemon.</strong> Updated 2 skills to be more aligned with 2026 best practices.</li>
<li><strong>Zaguán Coder Daemon.</strong> Added a new skill, complexity-radar, based on <a href="https://github.com/Kappaemme-git/codex-complexity-optimizer" target="_blank" rel="noopener">Codex Complexity Optimizer</a>.</li>
</ul> </ul>
</div> </div>
<div class="changes-section"> <div class="changes-section">
@@ -71,12 +71,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Zaguán Coder Daemon.</strong> Wired up <code>zlp_request</code>. It was planned, but missing.</li> <li><strong>Zaguán Coder Daemon.</strong> Wired up <code>zlp_request</code>. It was planned, but missing.</li>
<li><strong>Zaguán Coder Daemon.</strong> Fixed loading the History in Zaguán Blade.</li> <li><strong>Zaguán Coder Daemon.</strong> Fixed loading the History in Zaguán Blade.</li>
<li><strong>Zaguán Coder Daemon.</strong> Fixed a bug that prevented Mistral 3.5 from working past the first response.</li> <li><strong>Zaguán Coder Daemon.</strong> Fixed a bug that prevented Mistral 3.5 from working past the first response.</li>
<li><strong>File Explorer.</strong> Fixed a bug where moving files was not possible using the mouse.</li>
<li><strong>Terminal.</strong> Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.</li>
<li><strong>Local AI.</strong> Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.</li>
<li><strong>Zaguán Coder Daemon.</strong> Fixed a bug that could result in the model continuing to work after a clear end summary message.</li> <li><strong>Zaguán Coder Daemon.</strong> Fixed a bug that could result in the model continuing to work after a clear end summary message.</li>
<li><strong>Zaguán Coder Daemon.</strong> Fixed connection bug after a long period of inactivity.</li> <li><strong>Zaguán Coder Daemon.</strong> Fixed connection bug after a long period of inactivity.</li>
<li><strong>Zaguán Coder Daemon.</strong> Fixed an issue that would block proper <code>run_command</code> tool calls using <code>sed</code> or <code>cat</code>.</li> <li><strong>Zaguán Coder Daemon.</strong> Fixed an issue that would block proper <code>run_command</code> tool calls using <code>sed</code> or <code>cat</code>.</li>
<li><strong>File Explorer.</strong> Fixed a bug where moving files was not possible using the mouse.</li>
<li><strong>Terminal.</strong> Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.</li>
<li><strong>Local AI.</strong> Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.</li>
<li><strong>Editor.</strong> Fixed a bug that resulted in stale content being shown when switching tabs.</li>
</ul> </ul>
</div> </div>
</div> </div>