diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index d39cc81..e968cff 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -55,6 +55,10 @@ import BaseLayout from '../layouts/BaseLayout.astro';
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.
@@ -70,6 +74,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
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.