From cd9003562030749ba76a16297620ff853f3c0eec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 20 Feb 2026 15:39:22 +0100 Subject: [PATCH] docs(changelog): add entry for terminal crash with dead-key characters --- src/pages/changelog.astro | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 6d4cb60..e5c4efe 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 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.