diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index e968cff..ef6552f 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -42,6 +42,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
+ - Zaguán Coder Daemon. Giving better feedback to the models on tool call errors.
+ - Zaguán Coder Daemon. Updated 2 skills to be more aligned with 2026 best practices.
+ - Zaguán Coder Daemon. Added a new skill, complexity-radar, based on Codex Complexity Optimizer.
+ - Zaguán Coder Daemon. Enabled parallel tool calling for DeepSeek v4.
- 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.
@@ -50,15 +54,11 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Local Storage. Fixed save and retrieval in both Zaguán Blade and Zaguán Coder Daemon.
- Progress Card. Refined the Progress card in the chat by removing unnecessary information.
- Rust Cleanup. Refactored and removed old and almost unused Rust code/files.
- - Zaguán Coder Daemon. Enabled parallel tool calling for DeepSeek v4.
- Zaguán Blade. Created a new version of the AI Chat Panel.
- Alt-TAB.
Alt-TAB now properly displays the Project name and the Filename.
- CSS. Refactored a lot of the CSS for the UI to use proper names instead of hardcoding values.
- Scrolling. Made scrolling a lot smoother across the board.
- Dependencies. Added
.pnpm-store to .gitignore and Gix ignored logic.
- - Zaguán Coder Daemon. Giving better feedback to the models on tool call errors.
- - Zaguán Coder Daemon. Updated 2 skills to be more aligned with 2026 best practices.
- - Zaguán Coder Daemon. Added a new skill, complexity-radar, based on Codex Complexity Optimizer.
@@ -71,12 +71,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Zaguán Coder Daemon. Wired up zlp_request. It was planned, but missing.
Zaguán Coder Daemon. Fixed loading the History in Zaguán Blade.
Zaguán Coder Daemon. Fixed a bug that prevented Mistral 3.5 from working past the first response.
- File Explorer. Fixed a bug where moving files was not possible using the mouse.
- Terminal. Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.
- Local AI. Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.
Zaguán Coder Daemon. Fixed a bug that could result in the model continuing to work after a clear end summary message.
Zaguán Coder Daemon. Fixed connection bug after a long period of inactivity.
Zaguán Coder Daemon. Fixed an issue that would block proper run_command tool calls using sed or cat.
+ File Explorer. Fixed a bug where moving files was not possible using the mouse.
+ Terminal. Fixed a bug where it wasn't possible to interact with the Terminal when the model was running commands.
+ Local AI. Fixed a bug in the Local AI implementation that would result in Gemma4 dying after the first response.
+ Editor. Fixed a bug that resulted in stale content being shown when switching tabs.