diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index cf27bfa..ac26d37 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -20,14 +20,13 @@ import BaseLayout from '../layouts/BaseLayout.astro'; - - -
+ +
-

v0.5.1

+

v0.6.0

TBD
Development @@ -35,7 +34,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-

Development builds focused on polishing the Terminal experience, resolving shell output display issues, and improving File Explorer reliability.

+

Development builds focused on a deep security audit skill, improved model communication, WebSocket migration, and a polished Diff View experience.

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

    +
  • Zaguán Coder Daemon. Added a brand new skill aimed at doing a deep security audit.
  • +
  • Zaguán Coder Daemon. Fixed how models communicate and how much.
  • +
  • Zaguán Coder Daemon. Added the full path and file name so that the model knows what it's working with.
  • +
  • Zaguán Coder Daemon. Added retry logic for all models in case of different errors occurring.
  • +
  • Diff View. Enhanced the Diff View in Zaguán Blade and made it look more coherent and nice.
  • +
  • WebSocket Migration. Moved the History and the ZLP lookup from HTTP/SSE to WebSocket in both zcoderd and zblade.
  • +
  • Zaguán Blade. Optimizations and enhancements to both frontend and backend.
  • CodeMirror. Made the scrolling feel smoother.
  • Canvas. Added a hook to repaint the canvas, especially on Linux/X11/Openbox.
  • Local AI. Zaguán Blade now supports Gemma 4 with Local AI (Ollama and OpenAI-compat).
  • @@ -54,6 +60,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Bug Fixes
      +
    • General. Many bugs fixed.
    • Terminal. Fixed bugs that caused the Terminal to not display Tab text or requests from the shell.
    • Terminal. Continuing to fix the bug where run_command requests from the model aren't showing up correctly.
    • Local AI. Fixed a Local AI leak that was sent to the server.