diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 1945575..13274f9 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -44,7 +44,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Frontend Audit. Completed a full frontend audit: removed dead files, tightened up many functions, removed unused fonts, and made the codebase cleaner and leaner.
  • i18n Preparation. Began preparing the application for internationalization (i18n); English is now ready.
  • Zaguán Coder Daemon. Enabled parallel tool calling for supported models.
  • +
  • Zaguán Coder Daemon. Added preliminary support for Mistral Devstral 2.
  • Rust Backend. Did an audit of the Rust backend using the Rust Skill. Found and fixed a few bugs, memory optimizations and panic-prone locks.
  • +
  • Zaguán Coder Daemon. Replaced Gemini 3 Flash Preview with Gemini 3.1 Flash Lite Preview.