You've already forked zblade.dev
docs(changelog): document Alt-TAB, Terminal, and Local AI fixes
This commit is contained in:
@@ -45,8 +45,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<li><strong>PHP Support.</strong> Added highlighting for PHP in CodeMirror.</li>
|
||||
<li><strong>Node Modules.</strong> Updated Node modules and crates for both frontend and backend.
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Enabled parallel tool calling for DeepSeek v4.</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 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>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="changes-section">
|
||||
@@ -58,7 +58,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
||||
<li><strong>Zaguán Coder Daemon.</strong> Fixed a bug where it reconnected to the provider in a longer session.</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>File Explorer.</strong> Fixed a bug where moving files was not possible using the mouse.</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>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user