From 8d25c05b6242b235c7b668b06a346c194d1b7474 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 19 Mar 2026 22:10:07 +0100 Subject: [PATCH] docs(changelog): add v0.5.0 development section --- src/pages/changelog.astro | 44 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index d449a01..f57bfc1 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -21,6 +21,50 @@ import BaseLayout from '../layouts/BaseLayout.astro'; + +
+
+
+
+
+

v0.5.0

+ TBD +
+ Development +
+ +
+
+

This release continues polishing the editor and terminal experience while development continues on v0.5.0.

+
+
+

+ + Enhancements +

+
    +
  • Updated to Vite 8.
  • +
  • Updated CodeMirror modules to their latest versions.
  • +
  • Replaced a select few commands with built-in commands for better cross-OS compatibility.
  • +
  • Zaguán Blade. Removed more debug output throughout the app.
  • +
+
+ +
+

+ 🐛 + Bug Fixes +

+
    +
  • Tool Calls. Fixed a bug where the final response could arrive above a run_command tool call.
  • +
  • Blade Terminal. Fixed a bug where extra text would sometimes precede the command from run_command.
  • +
+
+
+
+
+
+