From 48a16bb4c0d00437bc6de14595fe13a8ccfbc1d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 2 Apr 2026 23:15:36 +0200 Subject: [PATCH] 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 --- src/pages/changelog.astro | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 1d78c12..10f8a92 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -35,7 +35,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
-

Development builds focused on polishing the Terminal experience and resolving shell output display issues.

+

Development builds focused on polishing the Terminal experience, resolving shell output display issues, and improving File Explorer reliability.

@@ -53,7 +53,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';

  • Terminal. Fixed bugs that caused the Terminal to not display Tab text or requests from the shell.
  • +
  • Terminal. Continuing to fix the bug where run_command requests from the model aren't showing up correctly.
  • Local AI. Fixed a Local AI leak that was sent to the server.
  • +
  • File Explorer. Fixed a regression where files and folders weren't displaying correctly.