diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index fc9b1f7..7cbab0e 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -41,6 +41,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
+ - 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.
- 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.
@@ -54,6 +57,9 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Bug Fixes
+ - GPT Codex. Fixed a bug where, sometimes, GPT Codex model would emit characters from other languages seemingly at random.
+ - GPT Codex. Fixed a bug where gpt-5.3-codex would stop after a few tool calls.
+ - Patching. Fixed a bug in
apply_patch_to_string that would replace instead of add new content.
- Local AI. Fixed a bug in the Git commit generation for Local AI where it would fail. This was due to the message being routed wrong.
- Welcome screen. Fixed alignment issue on the Welcome screen.
- Paste image. Fixed a bug where pasting images from clipboard into chat didn't work.