docs(changelog): add shell command runtime guard entry

This commit is contained in:
2026-02-23 20:18:18 +01:00
parent f6bc673a81
commit 2e400c16c4
+1
View File
@@ -42,6 +42,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
</h3> </h3>
<ul class="changes-list"> <ul class="changes-list">
<li><strong>Zaguán Coder Daemon.</strong> Added stronger detection for Google Gemini if it was unable to apply a patch to help it recover and try again instead of hanging.</li> <li><strong>Zaguán Coder Daemon.</strong> Added stronger detection for Google Gemini if it was unable to apply a patch to help it recover and try again instead of hanging.</li>
<li><strong>Zaguán Coder Daemon.</strong> Added a runtime guard to prevent AI models from inappropriately using shell commands (e.g., <code>grep</code>, <code>cat</code>) instead of dedicated tools, automatically guiding them to correct usage.</li>
</ul> </ul>
</div> </div>