From 5cc92bf8a7fe7e993c47dd49246af2959a26f688 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 4 Mar 2026 08:06:32 +0100 Subject: [PATCH] docs(changelog): fix chat streaming bug Update changelog to reflect fix for chat streaming where regular responses now stream correctly. --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index cc266f9..cce718d 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -72,6 +72,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Editor Scrollbar. Fixed an issue where the editor horizontal scrollbar was laid over the terminal.
  • Layout Alignment. Fixed an alignment issue in the space between the editor and the chat.
  • Chat Image Paste. Fixed a bug introduced after the audit where pasting images into chat no longer worked.
  • +
  • Chat Streaming. Fixed a bug in the chat so that regular responses now stream correctly.