From 0c0c6ad3b7aa969007f33c8240e88421b0348077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Mon, 27 Apr 2026 21:41:13 +0200 Subject: [PATCH] docs(changelog): record dep updates, tsconfig/chat fixes, and chat lag fix --- src/pages/changelog.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 49ad6a0..3b8cdc2 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -46,6 +46,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • New Models. Crafted a new system prompt for gpt-5.5 based on documentation from OpenAI.
  • Zaguán Coder Daemon. Added a new PRD Skill.
  • Zaguán Coder Daemon. Added a save and fetch of memories.
  • +
  • Dependencies. Updated node modules and crates to their latest versions.
  • @@ -59,6 +60,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Zaguán Blade. Fixed a bug in the file state that resulted in apply_patch hanging without being able to complete successfully.
  • Zaguán Blade. Fixed a bug that would cause CPU spikes at idle.
  • Zaguán Blade. Fixed the issue where the application would go black after a while of inactivity.
  • +
  • Zaguán Blade. Fixed warnings in tsconfig.json and UseChat.tsx.
  • +
  • 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.