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

@@ -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.