From 7baab5fa5a9c66d221c847762261971f7f3ca384 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 20 Feb 2026 21:48:09 +0100 Subject: [PATCH] docs(changelog): add entry for diff parsing fix --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 7d77c36..08d93b9 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -67,6 +67,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Zaguán Coder Daemon provider fix. Fixed an issue where Anthropic-specific instructions were being sent to non-Anthropic providers.
  • Fixed a bug when using Gemini 3.1 Pro where extra text would appear when using the run_command tool.
  • Fixed a bug when run_command started a command without exit that blocked progress.
  • +
  • Diff parsing. Fixed an issue where Diff parsing was only reading the first parsed patch block.
  • Fixed a warning message that was too prominent.
  • Fixed escaped characters showing up in the Blade Terminal.
  • Fixed terminal crash with dead-key characters. Resolved UTF-8 unsafe slicing in sentinel parsing that caused crashes with multibyte characters (e.g., ~/dead-key sequences). ANSI stripping now preserves UTF-8 bytes correctly.