docs(changelog): add image attachment bug fix entry

This commit is contained in:
2026-03-24 22:42:05 +01:00
parent 54309856bc
commit 745570cdf1
+1
View File
@@ -71,6 +71,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Chat Input.</strong> Fixed a bug where the cursor was rendered at double the font size.</li> <li><strong>Chat Input.</strong> Fixed a bug where the cursor was rendered at double the font size.</li>
<li><strong>Editor.</strong> Fixed the font color of inactive line numbers in the gutter to be brighter and more visible.</li> <li><strong>Editor.</strong> Fixed the font color of inactive line numbers in the gutter to be brighter and more visible.</li>
<li><strong>Diff View.</strong> Fixed a regression in the editor Diff View.</li> <li><strong>Diff View.</strong> Fixed a regression in the editor Diff View.</li>
<li><strong>Image Attachments.</strong> Fixed a bug where attached images would not be correctly sent to the model.</li>
</ul> </ul>
</div> </div>
</div> </div>