You've already forked zblade.dev
docs(changelog): add v0.7.1 daemon fixes and skill updates
This commit is contained in:
@@ -55,6 +55,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
<li><strong>Alt-TAB.</strong> <code>Alt-TAB</code> now properly displays the Project name and the Filename.</li>
|
<li><strong>Alt-TAB.</strong> <code>Alt-TAB</code> now properly displays the Project name and the Filename.</li>
|
||||||
<li><strong>CSS.</strong> Refactored a lot of the CSS for the UI to use proper names instead of hardcoding values.</li>
|
<li><strong>CSS.</strong> Refactored a lot of the CSS for the UI to use proper names instead of hardcoding values.</li>
|
||||||
<li><strong>Scrolling.</strong> Made scrolling a lot smoother across the board.</li>
|
<li><strong>Scrolling.</strong> Made scrolling a lot smoother across the board.</li>
|
||||||
|
<li><strong>Dependencies.</strong> Added <code>.pnpm-store</code> to <code>.gitignore</code> and Gix ignored logic.</li>
|
||||||
|
<li><strong>Zaguán Coder Daemon.</strong> Giving better feedback to the models on tool call errors.</li>
|
||||||
|
<li><strong>Zaguán Coder Daemon.</strong> Updated 2 skills to be more aligned with 2026 best practices.</li>
|
||||||
|
<li><strong>Zaguán Coder Daemon.</strong> Added a new skill, complexity-radar, based on <a href="https://github.com/Kappaemme-git/codex-complexity-optimizer" target="_blank" rel="noopener">Codex Complexity Optimizer</a>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="changes-section">
|
<div class="changes-section">
|
||||||
@@ -70,6 +74,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
<li><strong>File Explorer.</strong> Fixed a bug where moving files was not possible using the mouse.</li>
|
<li><strong>File Explorer.</strong> Fixed a bug where moving files was not possible using the mouse.</li>
|
||||||
<li><strong>Terminal.</strong> Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.</li>
|
<li><strong>Terminal.</strong> Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.</li>
|
||||||
<li><strong>Local AI.</strong> Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.</li>
|
<li><strong>Local AI.</strong> Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.</li>
|
||||||
|
<li><strong>Zaguán Coder Daemon.</strong> Fixed a bug that could result in the model continuing to work after a clear end summary message.</li>
|
||||||
|
<li><strong>Zaguán Coder Daemon.</strong> Fixed connection bug after a long period of inactivity.</li>
|
||||||
|
<li><strong>Zaguán Coder Daemon.</strong> Fixed an issue that would block proper <code>run_command</code> tool calls using <code>sed</code> or <code>cat</code>.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user