diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index e3212a4..a9ff4e6 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -49,6 +49,16 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+
+ š
+ Bug Fixes
+
+
+ - Editor. Fixed a bug in the Editor that would result in the document scrolling to the top when a model edited the active document.
+
+
+
ZaguƔn Coder Daemon
@@ -58,6 +68,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- ZaguƔn Coder Daemon. Added full support for versioned Full Context.
+ - ZaguƔn Coder Daemon. WIP. Working on fixing the prompts and logic for each supported model.
@@ -69,6 +80,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- 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.
+ - ZaguƔn Coder Daemon. Disabled Mistral Small 4 for now due to it making too many mistakes during testing.