From 6b19c7f5ae96a352cb515199cac93dc8234aa7d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Wed, 25 Feb 2026 15:19:12 +0100 Subject: [PATCH] docs(website): update changelog with project index and codex fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Document new Project Index Tools and Editor Context enhancements - Add notes on Zaguán Coder Daemon tweaks for gpt-5.3-codex - Include bug fixes for GPT Codex random character generation - Include bug fixes for GPT Codex tool execution stopping early - Note fix for apply_patch_to_string replacing instead of adding content --- src/pages/changelog.astro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index fc9b1f7..7cbab0e 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -41,6 +41,9 @@ import BaseLayout from '../layouts/BaseLayout.astro'; Enhancements