docs(changelog): add Git panel and internal commands fix entries

This commit is contained in:
2026-05-24 14:59:51 +02:00
parent 860fd7aebc
commit 7f913e10c1
+2
View File
@@ -61,6 +61,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</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>Git Panel.</strong> Fixed a bug in the Git panel that resulted in it being impossible to push the very first commit.</li>
<li><strong>Internal Commands.</strong> Fixed internal commands exit output to be sent to the model.</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>