docs(website): update changelog daemon note

This commit is contained in:
2026-02-25 15:52:21 +01:00
parent 6b19c7f5ae
commit 59a44a260a
+1 -1
View File
@@ -43,7 +43,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Project Index Tools.</strong> Added 2 new tools to retrieve the <code>project_index.md</code> file. This file can be used by the model to get an overview of the project.</li> <li><strong>Project Index Tools.</strong> Added 2 new tools to retrieve the <code>project_index.md</code> file. This file can be used by the model to get an overview of the project.</li>
<li><strong>Editor Context.</strong> Send filenames of all open tabs in the editor to the AI model.</li> <li><strong>Editor Context.</strong> Send filenames of all open tabs in the editor to the AI model.</li>
<li><strong>Zaguán Coder Daemon.</strong> Working on making gpt-5.3-codex work well consistently. Minor tweaks in the system prompt and the logic.</li> <li><strong>Zaguán Coder Daemon.</strong> Dug through a few open-source projects to figure out the best way to make gpt-5.3-codex work seamlessly. A huge thanks to these very smart and talented people building awesome tools.</li>
<li><strong>OpenAI integration.</strong> OpenAI GPT-5.3-Codex is now available in Zaguán Blade.</li> <li><strong>OpenAI integration.</strong> OpenAI GPT-5.3-Codex is now available in Zaguán Blade.</li>
<li><strong>Zaguán Coder Daemon.</strong> Tightened up the logic for Google Gemini 3.1 Pro. TTFT now 4-5x faster.</li> <li><strong>Zaguán Coder Daemon.</strong> Tightened up the logic for Google Gemini 3.1 Pro. TTFT now 4-5x faster.</li>
<li><strong>Git Panel.</strong> Enhanced Git Panel to show a strikethrough for elements that are moved, renamed or deleted.</li> <li><strong>Git Panel.</strong> Enhanced Git Panel to show a strikethrough for elements that are moved, renamed or deleted.</li>