docs(changelog): update Terminal and File Explorer fixes

- Expand Terminal fixes to include ongoing `run_command` display issues
- Add File Explorer regression fix for missing files/folders
- Update version resume to reflect broader reliability improvements
This commit is contained in:
2026-04-02 23:15:36 +02:00
parent d5aa490685
commit 48a16bb4c0
+3 -1
View File
@@ -35,7 +35,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<div class="version-content">
<div class="version-resume">
<p>Development builds focused on polishing the Terminal experience and resolving shell output display issues.</p>
<p>Development builds focused on polishing the Terminal experience, resolving shell output display issues, and improving File Explorer reliability.</p>
</div>
<div class="changes-section">
<h3 class="changes-title">
@@ -53,7 +53,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</h3>
<ul class="changes-list">
<li><strong>Terminal.</strong> Fixed bugs that caused the Terminal to not display Tab text or requests from the shell.</li>
<li><strong>Terminal.</strong> Continuing to fix the bug where <code>run_command</code> requests from the model aren't showing up correctly.</li>
<li><strong>Local AI.</strong> Fixed a Local AI leak that was sent to the server.</li>
<li><strong>File Explorer.</strong> Fixed a regression where files and folders weren't displaying correctly.</li>
</ul>
</div>
</div>