From 0e65336dcf76ada349ecca50950609dc4fb299cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Tue, 12 May 2026 23:21:05 +0200 Subject: [PATCH] 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. --- src/pages/changelog.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 08f9f61..107c2ed 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -42,6 +42,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
  • Dependencies. Updated Tauri to the latest version.
  • AI Chat. Optimized the AI Chat based on technical inspiration from T3Code.
  • CodeMirror Editor. Optimized the CodeMirror editor to get React out of the way to make it faster, more reliable and better overall.
  • +
  • PHP Support. Added highlighting for PHP in CodeMirror.
  • +
  • Node Modules. Updated Node modules and crates for both frontend and backend.
  • Zaguán Coder Daemon. Enabled parallel tool calling for DeepSeek v4.
  • Zaguán Coder Daemon. Fixed a bug that prevented Mistral 3.5 from working past the first response.
  • Zaguán Blade. Created a new version of the AI Chat Panel.