From 7b2ca6391528ecf3e3a4925cfdede3c80baee216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 12 May 2026 22:21:36 +0200 Subject: [PATCH] docs(changelog): bump version to v0.7.0 and document AI Chat and CodeMirror improvements - Update changelog version to v0.7.0 - Document AI Chat optimization inspired by T3Code - Document CodeMirror editor optimization for performance --- src/pages/changelog.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 6e46078..08f9f61 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -26,7 +26,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-

v0.6.2

+

v0.7.0

TBD
Development @@ -40,6 +40,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Dependencies. Updated Tauri to the latest version.
  • +
  • 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.
  • Zaguán Coder Daemon. Enabled parallel tool calling for DeepSeek v4.
  • Zaguán Coder Daemon. Fixed a bug that prevented Mistral 3.5 from working past the first response.
  • Zaguán Blade. Created a new version of the AI Chat Panel.