diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 64bc5b3..712e191 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -46,6 +46,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • 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.
  • +
  • Configuration Redesign. Reworked Settings into Configuration for a clearer and more intentional setup experience.
  • Fully implemented i18n for Zaguán Blade, with English and Spanish now available.
  • Updated to Vite 8.
  • Updated CodeMirror modules to their latest versions.
  • @@ -65,6 +66,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';