You've already forked zblade.dev
docs(changelog): add run_command bugfix entries for Gemini and blocking commands
This commit is contained in:
@@ -65,6 +65,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
</h3>
|
</h3>
|
||||||
<ul class="changes-list">
|
<ul class="changes-list">
|
||||||
<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 <code>run_command</code> started a command without exit that blocked progress.</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user