docs(changelog): add entry for diff parsing fix

This commit is contained in:
2026-02-20 21:48:09 +01:00
parent 5a07db4963
commit 7baab5fa5a
+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 bug when using Gemini 3.1 Pro where extra text would appear when using the <code>run_command</code> tool.</li> <li>Fixed a bug when using Gemini 3.1 Pro where extra text would appear when using the <code>run_command</code> tool.</li>
<li>Fixed a bug when <code>run_command</code> started a command without exit that blocked progress.</li> <li>Fixed a bug when <code>run_command</code> started a command without exit that blocked progress.</li>
<li><strong>Diff parsing.</strong> Fixed an issue where Diff parsing was only reading the first parsed patch block.</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> <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>