From 6f291d050fcfc822047fffe932f5065cd55bf144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 22 Mar 2026 22:49:06 +0100 Subject: [PATCH] docs(changelog): highlight semantic search features in v0.5.0 --- src/pages/changelog.astro | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 9836238..c547bb0 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -35,7 +35,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-

This release focuses on deep performance work to improve launch time, reduce memory usage, and make Zaguán Blade more efficient overall.

+

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.

@@ -43,13 +43,16 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Enhancements

    -
  • Completed a deep audit to optimize launch time, memory usage, and overall efficiency.
  • +
  • Semantic Search. Zaguán Blade now analyzes your codebase and builds a deep reference map that the model can query semantically.
  • +
  • Smarter Context Retrieval. Instead of pulling broad chunks of code, the model can now pinpoint the most relevant symbols, files, and references it actually needs.
  • +
  • Lower Token Usage. Semantic search helps reduce context size while improving response quality and precision across code understanding tasks.
  • Fully implemented i18n for Zaguán Blade, with English and Spanish now available.
  • Updated to Vite 8.
  • Updated CodeMirror modules to their latest versions.
  • Updated many outdated Rust crates.
  • Replaced a select few commands with built-in commands for better cross-OS compatibility.
  • Zaguán Blade. Disabled a lot more debug output throughout the app.
  • +
  • Zaguán Coder Daemon. Made the symbol_* tools first-class citizens.
@@ -63,6 +66,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Blade Terminal. Fixed a bug where extra text would sometimes precede the command from run_command.
  • Chat Panel. Fixed Markdown rendering so messages feel more fluid and natural.
  • Chat Input. Fixed a bug where the cursor was rendered at double the font size.
  • +
  • Editor. Fixed the font color of inactive line numbers in the gutter to be brighter and more visible.