docs(changelog): highlight semantic search features in v0.5.0

This commit is contained in:
2026-03-22 22:49:06 +01:00
parent 120ee48808
commit 6f291d050f
+6 -2
View File
@@ -35,7 +35,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<div class="version-content"> <div class="version-content">
<div class="version-resume"> <div class="version-resume">
<p>This release focuses on deep performance work to improve launch time, reduce memory usage, and make Zaguán Blade more efficient overall.</p> <p>This release introduces semantic code search, giving Zaguán Blade a deep reference map of your codebase so the model can find the exact context it needs with higher accuracy and far fewer tokens.</p>
</div> </div>
<div class="changes-section"> <div class="changes-section">
<h3 class="changes-title"> <h3 class="changes-title">
@@ -43,13 +43,16 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements Enhancements
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li>Completed a deep audit to optimize <strong>launch time</strong>, <strong>memory usage</strong>, and overall <strong>efficiency</strong>.</li> <li><strong>Semantic Search.</strong> Zaguán Blade now analyzes your codebase and builds a deep reference map that the model can query semantically.</li>
<li><strong>Smarter Context Retrieval.</strong> Instead of pulling broad chunks of code, the model can now pinpoint the most relevant symbols, files, and references it actually needs.</li>
<li><strong>Lower Token Usage.</strong> Semantic search helps reduce context size while improving response quality and precision across code understanding tasks.</li>
<li>Fully implemented <strong>i18n</strong> for <strong>Zaguán Blade</strong>, with <strong>English</strong> and <strong>Spanish</strong> now available.</li> <li>Fully implemented <strong>i18n</strong> for <strong>Zaguán Blade</strong>, with <strong>English</strong> and <strong>Spanish</strong> now available.</li>
<li>Updated to <strong>Vite 8</strong>.</li> <li>Updated to <strong>Vite 8</strong>.</li>
<li>Updated <strong>CodeMirror</strong> modules to their latest versions.</li> <li>Updated <strong>CodeMirror</strong> modules to their latest versions.</li>
<li>Updated many outdated <strong>Rust crates</strong>.</li> <li>Updated many outdated <strong>Rust crates</strong>.</li>
<li>Replaced a select few commands with built-in commands for better cross-OS compatibility.</li> <li>Replaced a select few commands with built-in commands for better cross-OS compatibility.</li>
<li><strong>Zaguán Blade.</strong> Disabled a lot more debug output throughout the app.</li> <li><strong>Zaguán Blade.</strong> Disabled a lot more debug output throughout the app.</li>
<li><strong>Zaguán Coder Daemon.</strong> Made the <code>symbol_*</code> tools first-class citizens.</li>
</ul> </ul>
</div> </div>
@@ -63,6 +66,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Blade Terminal.</strong> Fixed a bug where extra text would sometimes precede the command from <code>run_command</code>.</li> <li><strong>Blade Terminal.</strong> Fixed a bug where extra text would sometimes precede the command from <code>run_command</code>.</li>
<li><strong>Chat Panel.</strong> Fixed Markdown rendering so messages feel more fluid and natural.</li> <li><strong>Chat Panel.</strong> Fixed Markdown rendering so messages feel more fluid and natural.</li>
<li><strong>Chat Input.</strong> Fixed a bug where the cursor was rendered at double the font size.</li> <li><strong>Chat Input.</strong> Fixed a bug where the cursor was rendered at double the font size.</li>
<li><strong>Editor.</strong> Fixed the font color of inactive line numbers in the gutter to be brighter and more visible.</li>
</ul> </ul>
</div> </div>
</div> </div>