docs(changelog): add entry for terminal crash with dead-key characters

This commit is contained in:
2026-02-20 15:39:22 +01:00
parent a70b3e9974
commit cd90035620
+1
View File
@@ -67,6 +67,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Zaguán Coder Daemon provider fix.</strong> Fixed an issue where Anthropic-specific instructions were being sent to non-Anthropic providers.</li> <li><strong>Zaguán Coder Daemon provider fix.</strong> Fixed an issue where Anthropic-specific instructions were being sent to non-Anthropic providers.</li>
<li>Fixed a warning message that was too prominent.</li> <li>Fixed a warning message that was too prominent.</li>
<li>Fixed escaped characters showing up in the Blade Terminal.</li> <li>Fixed escaped characters showing up in the Blade Terminal.</li>
<li><strong>Fixed terminal crash with dead-key characters.</strong> Resolved UTF-8 unsafe slicing in sentinel parsing that caused crashes with multibyte characters (e.g., <code>~/dead-key</code> sequences). ANSI stripping now preserves UTF-8 bytes correctly.</li>
</ul> </ul>
</div> </div>
</div> </div>