diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index b511aac..aa84d60 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -40,13 +40,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
- - Zaguán Coder Daemon. Implemented a new GPT skill inspired by Uncodixfy and refined the other design skill.
- - Zaguán Coder Daemon. Fixed streaming issues related to gpt-5.4.
- - AI Chat Panel v2. A complete rewrite of the AI Chat panel. v2 is now a lot more performant and responsive.
- - Chat Panel Update. Updated the Chat panel and took a lot of inspiration from T3 Code.
- - Git Commit Text Area. Made the Git commit text area bigger and dynamic.
- - AI Chat Panel. Toned down the font color to make it easier to read.
- - AI Chat Panel. Made completed tool calls fade a little to make it easier to separate.
+ - Zaguán Coder Daemon. Added a
tool_search tool based on the Anthropic documentation to help reduce initial token usage.
@@ -56,8 +50,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
New Features
- - Code and Planning Mode. You can now switch between Code and Planning mode. Added a special Planning skill in Zaguán Coder Daemon to go along with this new feature.
- - Implement Button. Implemented an "Implement" button when in Planning mode. Clicking this switches to Code mode and begins the work.
+ - Themes. Added theme support with two themes: the original dark theme and a new Blade Coder theme.
@@ -67,13 +60,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes
- - Streaming Logic. Fixed a bug in the streaming logic that would sometimes garble the responses from specific models.
- - GPT-5.4 Streaming. Fixed the streaming issue when using gpt-5.4 that resulted in garbled responses.
- - Cancelled Tool Calls. Fixed an issue where a cancelled run_command tool call would end up below the response from the model.
- - Chat UI. Removed noisy elements from the chat and tightened up some of them as well. Much nicer view.
- - Git Commit Generate. Fixed a bug in the Git Commit Generate path that would sometimes fail for certain models.
- - Blade Terminal Rendering. Rewired the logic to use the Blade Terminal again and hopefully fixed the rendering bugs.
- - AI Chat v2 Design. Made minor tweaks to the AI chat v2 design.
+ - Zaguán Coder Daemon. Fixed the Gemini continuation thinking bug.