docs(changelog): add chat panel resize and gemini notes to changelog

This commit is contained in:
2026-02-27 18:31:29 +01:00
parent 779eaac43c
commit 8f7046272a
+2
View File
@@ -46,6 +46,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<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> 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> <li><strong>UI.</strong> Added the Project Name to the header and to the window title.</li>
<li><strong>Zaguán Coder Daemon.</strong> Used gemini-cli source code to get the best information on how to handle it in the best possible manner.</li>
</ul> </ul>
</div> </div>
@@ -72,6 +73,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<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>
<li><strong>CodeMirror.</strong> Fixed a bug in the CodeMirror implementation that would show stale diff views.</li> <li><strong>CodeMirror.</strong> Fixed a bug in the CodeMirror implementation that would show stale diff views.</li>
<li><strong>Terminal.</strong> Fixed a bug where pasting content into the Terminal would paste twice.</li> <li><strong>Terminal.</strong> Fixed a bug where pasting content into the Terminal would paste twice.</li>
<li><strong>Chat Panel.</strong> It's now possible to resize the chat panel again.</li>
</ul> </ul>
</div> </div>
</div> </div>