diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 6cafae3..b79220c 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -60,6 +60,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Editor. Fixed a bug in the Editor that would result in the document scrolling to the top when a model edited the active document.
- Window Resize. Fixed a bug that made it impossible to resize the application by dragging the window borders.
+ - AI Chat. Fixed a conflict between the Latest pill and the scroll function that resulted in flickering when scrolling with a mouse.
@@ -71,6 +72,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
+ - System Prompt Builder. A complete rewrite of the System Prompt Builder. Reduced initial token usage, easier maintenance, more control.
- 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.
@@ -91,9 +93,13 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Zaguán Coder Daemon. Added Xiaomi MiMo to tool call retry logic.
- Zaguán Coder Daemon. Fixed bugs that prevented Kimi K2.6 from properly displaying its reasoning.
- Zaguán Coder Daemon. Fixed system prompts and logic so that models get to work faster instead of fetching content forever.
- - Zaguán Coder Daemon. Disabled Cohere Command A+ for now due to issues that have been impossible to solve.
- - Zaguán Coder Daemon. Disabled Inception Mercury 2 for now due to its smaller context window of 128k.
+ - Cohere Command A+. Fixed bugs that prevented Cohere Command A+ from working. The model is now generally available.
+ - Inception Mercury 2. Fixed bugs that prevented Inception Mercury 2 from working. The model is now generally available.
- Zaguán Coder Daemon. Disabled Mistral Small 4 for now due to it making too many mistakes during testing.
+ - Zaguán Coder Daemon. Fixed bugs that prevented reasoning from appearing correctly for Qwen3.7-Max.
+ - 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.