docs(changelog): add Git panel, commit fix, and terminal WIP entries

This commit is contained in:
2026-05-23 17:18:45 +02:00
parent 2b6959b4f2
commit 6cc53db24e
3 changed files with 3721 additions and 0 deletions
+3
View File
@@ -48,6 +48,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Chat.</strong> It's now possible to stop the chat and edit the last message before resending it. This is useful for fixing typos.</li>
<li><strong>Editor Tabs.</strong> Added a right-click context menu for editor tabs.</li>
<li><strong>AI Chat.</strong> The chat input field now has a history that can be navigated with Arrow Up and Arrow Down.</li>
<li><strong>Git Panel.</strong> Made the Git panel buttons look and feel the same.</li>
</ul>
</div>
@@ -57,6 +58,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes
</h3>
<ul class="changes-list">
<li><strong>Git Commit.</strong> Fixed an issue when generating a git commit where some models would try to use <code>run_command</code>.</li>
<li><strong>Zaguán Terminal.</strong> Working on making the Zaguán Terminal coherent and not launch a new instance every time. <em>(WIP)</em></li>
</ul>
</div>