diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index e968cff..ef6552f 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -42,6 +42,10 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Enhancements
@@ -71,12 +71,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • 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.
  • 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.
  • Zaguán Coder Daemon. Fixed a bug that could result in the model continuing to work after a clear end summary message.
  • Zaguán Coder Daemon. Fixed connection bug after a long period of inactivity.
  • Zaguán Coder Daemon. Fixed an issue that would block proper run_command tool calls using sed or cat.
  • +
  • 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.
  • +
  • Editor. Fixed a bug that resulted in stale content being shown when switching tabs.