You've already forked zblade.dev
feat(changelog): add Zaguán Coder Daemon enhancements and UI fixes to changelog
This commit is contained in:
@@ -41,7 +41,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
Enhancements
|
Enhancements
|
||||||
</h3>
|
</h3>
|
||||||
<ul class="changes-list">
|
<ul class="changes-list">
|
||||||
|
<li><strong>Zaguán Coder Daemon.</strong> Working on ironing out bugs in several models, Gemini 3.1 Pro, MiniMax M2.5, GPT-5.3-Codex.</li>
|
||||||
|
<li><strong>Zaguán Coder Daemon.</strong> Disabled several variations of models in the `low` and `medium` ranges to clean up the list.</li>
|
||||||
<li><strong>Zaguán Coder Daemon.</strong> Used the <a href="https://developers.openai.com/cookbook/examples/gpt-5/codex_prompting_guide" target="_blank" rel="noopener">Codex guide</a> to make the implementation better.</li>
|
<li><strong>Zaguán Coder Daemon.</strong> Used the <a href="https://developers.openai.com/cookbook/examples/gpt-5/codex_prompting_guide" target="_blank" rel="noopener">Codex guide</a> to make the implementation better.</li>
|
||||||
|
<li><strong>UI.</strong> Added the Project Name to the header and to the window title.</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -61,6 +64,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
|
|||||||
Bug Fixes
|
Bug Fixes
|
||||||
</h3>
|
</h3>
|
||||||
<ul class="changes-list">
|
<ul class="changes-list">
|
||||||
|
<li><strong>Header Alignment.</strong> Fixed an alignment issue in the header where the app name was off-center when no tabs were open.</li>
|
||||||
<li><strong>Local AI.</strong> Fixed an issue where the responses would appear in reverse order.</li>
|
<li><strong>Local AI.</strong> Fixed an issue where the responses would appear in reverse order.</li>
|
||||||
<li><strong>Terminal.</strong> Fixed the Terminal Copy command <code>Ctrl-Shift-C</code>/<code>Cmd-Shift-C</code>.</li>
|
<li><strong>Terminal.</strong> Fixed the Terminal Copy command <code>Ctrl-Shift-C</code>/<code>Cmd-Shift-C</code>.</li>
|
||||||
<li><strong>UI Focus.</strong> Fixed a possible bug where the UI wouldn't get focus at launch due to the custom window decorations in Tauri.</li>
|
<li><strong>UI Focus.</strong> Fixed a possible bug where the UI wouldn't get focus at launch due to the custom window decorations in Tauri.</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user