From 61e0203fa27e9c154f82b526da700b5738874568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sun, 8 Mar 2026 17:00:03 +0100 Subject: [PATCH] docs(changelog): add v0.4.0 updates for Chat Panel, Git Commit, and Blade Terminal --- src/pages/changelog.astro | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 15af311..657ad71 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -42,6 +42,8 @@ import BaseLayout from '../layouts/BaseLayout.astro'; @@ -52,6 +54,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; @@ -64,6 +67,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Streaming Logic. Fixed a bug in the streaming logic that would sometimes garble the responses from specific models.
  • Chat UI. Removed noisy elements from the chat and tightened up some of them as well. Much nicer view.
  • Git Commit Generate. Fixed a bug in the Git Commit Generate path that would sometimes fail for certain models.
  • +
  • Blade Terminal Rendering. Rewired the logic to use the Blade Terminal again and hopefully fixed the rendering bugs.
  • +
  • AI Chat v2 Design. Made minor tweaks to the AI chat v2 design.