docs(changelog): add tool call fix to latest release

This commit is contained in:
2026-03-17 20:39:54 +01:00
parent 21958efad7
commit 3ebd282ae0
+1
View File
@@ -54,6 +54,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes Bug Fixes
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Tool Calls.</strong> Fixed the issue where tool calls would always appear at the top of the conversation instead of inline where they belong.</li>
<li><strong>Setup Flow.</strong> Removed the blocking setup dialog that prevented users from exploring the app.</li> <li><strong>Setup Flow.</strong> Removed the blocking setup dialog that prevented users from exploring the app.</li>
<li><strong>Messaging.</strong> Clarified the messaging around Local vs Cloud usage.</li> <li><strong>Messaging.</strong> Clarified the messaging around Local vs Cloud usage.</li>
<li><strong>UX &amp; Copy.</strong> Various UX and copy improvements throughout the app.</li> <li><strong>UX &amp; Copy.</strong> Various UX and copy improvements throughout the app.</li>