docs(changelog): add v0.6.0 with security audit, WebSocket migration, and Diff View

This commit is contained in:
2026-04-08 21:38:00 +02:00
parent fba2c96abb
commit 86d5c80db0
+12 -5
View File
@@ -20,14 +20,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</div> </div>
</section> </section>
<!-- v0.6.0 Section -->
<!-- v0.5.1 Section --> <section id="v0-6-0" class="changelog-section">
<section id="v0-5-1" class="changelog-section">
<div class="container"> <div class="container">
<div class="version-card version-development"> <div class="version-card version-development">
<div class="version-header"> <div class="version-header">
<div class="version-info"> <div class="version-info">
<h2 class="version-number">v0.5.1</h2> <h2 class="version-number">v0.6.0</h2>
<span class="version-date">TBD</span> <span class="version-date">TBD</span>
</div> </div>
<span class="version-badge badge-development">Development</span> <span class="version-badge badge-development">Development</span>
@@ -35,7 +34,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<div class="version-content"> <div class="version-content">
<div class="version-resume"> <div class="version-resume">
<p>Development builds focused on polishing the Terminal experience, resolving shell output display issues, and improving File Explorer reliability.</p> <p>Development builds focused on a deep security audit skill, improved model communication, WebSocket migration, and a polished Diff View experience.</p>
</div> </div>
<div class="changes-section"> <div class="changes-section">
<h3 class="changes-title"> <h3 class="changes-title">
@@ -43,6 +42,13 @@ 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> Added a brand new skill aimed at doing a deep security audit.</li>
<li><strong>Zaguán Coder Daemon.</strong> Fixed how models communicate and how much.</li>
<li><strong>Zaguán Coder Daemon.</strong> Added the full path and file name so that the model knows what it's working with.</li>
<li><strong>Zaguán Coder Daemon.</strong> Added retry logic for all models in case of different errors occurring.</li>
<li><strong>Diff View.</strong> Enhanced the Diff View in Zaguán Blade and made it look more coherent and nice.</li>
<li><strong>WebSocket Migration.</strong> Moved the History and the ZLP lookup from HTTP/SSE to WebSocket in both zcoderd and zblade.</li>
<li><strong>Zaguán Blade.</strong> Optimizations and enhancements to both frontend and backend.</li>
<li><strong>CodeMirror.</strong> Made the scrolling feel smoother.</li> <li><strong>CodeMirror.</strong> Made the scrolling feel smoother.</li>
<li><strong>Canvas.</strong> Added a hook to repaint the canvas, especially on Linux/X11/Openbox.</li> <li><strong>Canvas.</strong> Added a hook to repaint the canvas, especially on Linux/X11/Openbox.</li>
<li><strong>Local AI.</strong> Zaguán Blade now supports Gemma 4 with Local AI (Ollama and OpenAI-compat).</li> <li><strong>Local AI.</strong> Zaguán Blade now supports Gemma 4 with Local AI (Ollama and OpenAI-compat).</li>
@@ -54,6 +60,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes Bug Fixes
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>General.</strong> Many bugs fixed.</li>
<li><strong>Terminal.</strong> Fixed bugs that caused the Terminal to not display Tab text or requests from the shell.</li> <li><strong>Terminal.</strong> Fixed bugs that caused the Terminal to not display Tab text or requests from the shell.</li>
<li><strong>Terminal.</strong> Continuing to fix the bug where <code>run_command</code> requests from the model aren't showing up correctly.</li> <li><strong>Terminal.</strong> Continuing to fix the bug where <code>run_command</code> requests from the model aren't showing up correctly.</li>
<li><strong>Local AI.</strong> Fixed a Local AI leak that was sent to the server.</li> <li><strong>Local AI.</strong> Fixed a Local AI leak that was sent to the server.</li>