From d16869435d88693886a70b906c217e1f792758e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 17 May 2026 01:05:00 +0200 Subject: [PATCH] docs(changelog): document v0.7.0 UI optimization and refactoring Add changelog entries for the rebuilt Chat Panel, CodeMirror optimizations, Local Storage fixes, Progress Card refinement, Rust cleanup, and parallel tool calling for DeepSeek v4. --- src/pages/changelog.astro | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 14f8f0f..ae28629 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -21,7 +21,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; -
+
@@ -33,6 +33,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+

Development builds focused on major UI optimization including a rebuilt Chat Panel and CodeMirror editor, extensive codebase refactoring, and smoother scrolling across the board.

+

@@ -43,7 +46,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • AI Chat. Optimized the AI Chat based on technical inspiration from T3Code.
  • CodeMirror Editor. Optimized the CodeMirror editor to get React out of the way to make it faster, more reliable and better overall.
  • PHP Support. Added highlighting for PHP in CodeMirror.
  • -
  • Node Modules. Updated Node modules and crates for both frontend and backend. +
  • Node Modules. Updated Node modules and crates for both frontend and backend.
  • +
  • Local Storage. Fixed save and retrieval in both Zaguán Blade and Zaguán Coder Daemon.
  • +
  • Progress Card. Refined the Progress card in the chat by removing unnecessary information.
  • +
  • Rust Cleanup. Refactored and removed old and almost unused Rust code/files.
  • Zaguán Coder Daemon. Enabled parallel tool calling for DeepSeek v4.
  • Zaguán Blade. Created a new version of the AI Chat Panel.
  • Alt-TAB. Alt-TAB now properly displays the Project name and the Filename.