docs(changelog): add Local AI enhancements and bug fix

This commit is contained in:
2026-04-02 22:53:52 +02:00
parent 5e329aab0a
commit d5aa490685
+10
View File
@@ -37,6 +37,15 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<div class="version-resume">
<p>Development builds focused on polishing the Terminal experience and resolving shell output display issues.</p>
</div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">✨</span>
Enhancements
</h3>
<ul class="changes-list">
<li><strong>Local AI.</strong> Zaguán Blade now supports Gemma 4 with Local AI (Ollama and OpenAI-compat).</li>
</ul>
</div>
<div class="changes-section">
<h3 class="changes-title">
<span class="changes-icon">🐛</span>
@@ -44,6 +53,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</h3>
<ul class="changes-list">
<li><strong>Terminal.</strong> Fixed bugs that caused the Terminal to not display Tab text or requests from the shell.</li>
<li><strong>Local AI.</strong> Fixed a Local AI leak that was sent to the server.</li>
</ul>
</div>
</div>