From cfe3d62795442da267aa372343c1320b83dc63a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 29 Apr 2026 15:21:27 +0200 Subject: [PATCH] docs(changelog): record Local AI system prompt fix --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 3b8cdc2..d6701c1 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -64,6 +64,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Zaguán Blade. Fixed lag in the chat when sending long messages, especially Markdown.
  • Zaguán Coder Daemon. Fixed an issue in the Google Gemini system prompt and logic to make it work better.
  • Zaguán Coder Daemon. Fixed parallel tool calling. Gives a perceived 10x speed improvement.
  • +
  • Local AI. Fixed a bug so that it loads the correct System Prompt.