From dc04517eef31d70aa301a0f068d6fff44dbba918 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Thu, 5 Mar 2026 20:51:54 +0100 Subject: [PATCH] docs(changelog): enable GPT-5.4, tighten grep_search, fix editor test --- src/pages/changelog.astro | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 95507b7..64cd765 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -49,6 +49,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Zaguán Coder Daemon. Working on making the Mercury 2 system prompt stronger and better.
  • Zaguán Coder Daemon. Replaced Gemini 3 Flash Preview with Gemini 3.1 Flash Lite Preview.
  • Zaguán Coder Daemon. Initial testing support for Inception Mercury 2.
  • +
  • Zaguán Coder Daemon. Enabled OpenAI GPT-5.4 with low and medium reasoning.
  • @@ -112,6 +113,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • UI. Added the Project Name to the header and to the window title.
  • Zaguán Blade. Now sending the local time and date to the model. This helps with year hallucinations and other time related issues.
  • Zaguán Coder Daemon. Used gemini-cli source code to get the best information on how to handle it in the best possible manner.
  • +
  • Zaguán Coder Daemon. Tightened up grep_search command with a timeout and excluding certain directories to speed things up.
  • @@ -141,6 +143,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Terminal. Fixed a bug where pasting content into the Terminal would paste twice.
  • Chat Panel. It's now possible to resize the chat panel again.
  • Terminal. Removed the horizontal resize bar.
  • +
  • Editor Test. Fixed a test case in the editor.