diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index a3b4723..799b19a 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -71,6 +71,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
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.
Zaguán Coder Daemon. WIP. Working on fixing the prompts and logic for each supported model.
+ Zaguán Coder Daemon. Enforcing the use of write_file/apply_patch for certain models.
@@ -80,6 +81,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes
+ - Zaguán Coder Daemon. Fixed bugs in the prompts and logic for the Deepseek and MiMo models.
+ - Zaguán Coder Daemon. Added a fix for sessions that went stale after a server restart.
+ - 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.