diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index afff1a7..249b88f 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -52,6 +52,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
GitCommitMessage. Added support for GitCommitMessage that bypasses the normal request pipeline and saves tokens and time.
Editor Gutter. Changed the line number gutter background color to a solid instead of being transparent and reduced the width.
Search Modal. Modified the look on the Search modal so that it fits better with the themes and overall look and feel.
+ CodeMirror Editor. Optimized and refactored the CodeMirror editor and the React code based on best practices in 2026.
@@ -77,6 +78,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- System Prompt Builder. A complete rewrite of the System Prompt Builder. Reduced initial token usage, easier maintenance, more control.
+ - Zaguán Coder Daemon. Added 2 new skills:
strangler-migration and surgical-integrity.
- Zaguán Coder Daemon. Added full support for versioned Full Context.
- Zaguán Coder Daemon. Updated the system prompt and logic for Deepseek V4 Pro/Flash to make it more reliable and to take action quicker.
- Zaguán Coder Daemon. Properly wired up the new Fast Context logic and added instructions in the prompts.
@@ -105,6 +107,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Zaguán Coder Daemon. Fixed bugs that prevented reasoning from appearing correctly for GLM-5.1.
- Zaguán Coder Daemon. Fixed bugs that prevented reasoning from appearing correctly for Kimi K2.7.
- Zaguán Coder Daemon. Fixed bugs in the Responses logic that prevented reasoning from appearing correctly.
+ - Zaguán Coder Daemon. Fixed bugs in a few model implementations that prevented them from doing tool calls properly.