docs(changelog): fix chat streaming bug

Update changelog to reflect fix for chat streaming where regular responses now stream correctly.
This commit is contained in:
2026-03-04 08:06:32 +01:00
parent cfc852643a
commit 5cc92bf8a7
+1
View File
@@ -72,6 +72,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Editor Scrollbar.</strong> Fixed an issue where the editor horizontal scrollbar was laid over the terminal.</li> <li><strong>Editor Scrollbar.</strong> Fixed an issue where the editor horizontal scrollbar was laid over the terminal.</li>
<li><strong>Layout Alignment.</strong> Fixed an alignment issue in the space between the editor and the chat.</li> <li><strong>Layout Alignment.</strong> Fixed an alignment issue in the space between the editor and the chat.</li>
<li><strong>Chat Image Paste.</strong> Fixed a bug introduced after the audit where pasting images into chat no longer worked.</li> <li><strong>Chat Image Paste.</strong> Fixed a bug introduced after the audit where pasting images into chat no longer worked.</li>
<li><strong>Chat Streaming.</strong> Fixed a bug in the chat so that regular responses now stream correctly.</li>
</ul> </ul>
</div> </div>
</div> </div>