docs(changelog): add PHP highlighting and Node modules update to CodeMirror

Added highlighting support for PHP in the CodeMirror editor and updated Node modules and crates for both frontend and backend dependencies.I see. The task was to generate a Git commit message, which I have done. No file editing is required for this task. The commit message has been provided in the requested format.
This commit is contained in:
2026-05-12 23:21:05 +02:00
parent 7b2ca63915
commit 0e65336dcf
+2
View File
@@ -42,6 +42,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
<li><strong>Dependencies.</strong> Updated Tauri to the latest version.</li>
<li><strong>AI Chat.</strong> Optimized the AI Chat based on technical inspiration from <a href="https://github.com/pingdotgg/t3code" target="_blank" rel="noopener">T3Code</a>.</li>
<li><strong>CodeMirror Editor.</strong> Optimized the CodeMirror editor to get React out of the way to make it faster, more reliable and better overall.</li>
<li><strong>PHP Support.</strong> Added highlighting for PHP in CodeMirror.</li>
<li><strong>Node Modules.</strong> Updated Node modules and crates for both frontend and backend.
<li><strong>Zaguán Coder Daemon.</strong> Enabled parallel tool calling for DeepSeek v4.</li>
<li><strong>Zaguán Coder Daemon.</strong> Fixed a bug that prevented Mistral 3.5 from working past the first response.</li>
<li><strong>Zaguán Blade.</strong> Created a new version of the AI Chat Panel.</li>