From d7a85a2bec3d4fd5644014d0bf01f158d81d401d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Sat, 21 Feb 2026 22:52:15 +0100 Subject: [PATCH] docs(changelog): add v0.2.2 development section Adds development section with Gemini and MiniMax updates, plus bugfix for global Accept All/Reject All that was wrongly removed. --- src/pages/changelog.astro | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro index 4b51356..b2efa73 100644 --- a/src/pages/changelog.astro +++ b/src/pages/changelog.astro @@ -22,6 +22,44 @@ import BaseLayout from '../layouts/BaseLayout.astro'; + +
+
+
+
+
+

v0.2.2

+ TBD +
+ Development +
+ +
+
+

+ + Enhancements +

+
    +
  • Google Gemini. Updated our Google Gemini implementation in Zaguán Coder Daemon.
  • +
  • MiniMax. Updated our MiniMax implementation for Fireworks in Zaguán Coder Daemon.
  • +
+
+ +
+

+ 🐛 + Bug Fixes +

+
    +
  • Fixed a bug in the global Accept All/Reject All that was wrongly removed.
  • +
+
+
+
+
+
+