diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 7cbab0e..9978446 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -43,7 +43,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Project Index Tools. Added 2 new tools to retrieve the
project_index.md file. This file can be used by the model to get an overview of the project.
- Editor Context. Send filenames of all open tabs in the editor to the AI model.
- - Zaguán Coder Daemon. Working on making gpt-5.3-codex work well consistently. Minor tweaks in the system prompt and the logic.
+ - Zaguán Coder Daemon. Dug through a few open-source projects to figure out the best way to make gpt-5.3-codex work seamlessly. A huge thanks to these very smart and talented people building awesome tools.
- OpenAI integration. OpenAI GPT-5.3-Codex is now available in Zaguán Blade.
- Zaguán Coder Daemon. Tightened up the logic for Google Gemini 3.1 Pro. TTFT now 4-5x faster.
- Git Panel. Enhanced Git Panel to show a strikethrough for elements that are moved, renamed or deleted.