diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 107c2ed..3d4f888 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -45,8 +45,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
PHP Support. Added highlighting for PHP in CodeMirror.
Node Modules. Updated Node modules and crates for both frontend and backend.
Zaguán Coder Daemon. Enabled parallel tool calling for DeepSeek v4.
- Zaguán Coder Daemon. Fixed a bug that prevented Mistral 3.5 from working past the first response.
Zaguán Blade. Created a new version of the AI Chat Panel.
+ Alt-TAB. Alt-TAB now properly displays the Project name and the Filename.
@@ -58,7 +58,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Zaguán Coder Daemon. Fixed a bug where it reconnected to the provider in a longer session.
Zaguán Coder Daemon. Wired up zlp_request. It was planned, but missing.
Zaguán Coder Daemon. Fixed loading the History in Zaguán Blade.
- File Explorer. Fixed a bug where moving files was not possible using the mouse.
+ Zaguán Coder Daemon. Fixed a bug that prevented Mistral 3.5 from working past the first response.
+ File Explorer. Fixed a bug where moving files was not possible using the mouse.
+ Terminal. Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.
+ Local AI. Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.