diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index e5c4efe..7d77c36 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -65,6 +65,8 @@ import BaseLayout from '../layouts/BaseLayout.astro';
- Zaguán Coder Daemon provider fix. Fixed an issue where Anthropic-specific instructions were being sent to non-Anthropic providers.
+ - Fixed a bug when using Gemini 3.1 Pro where extra text would appear when using the
run_command tool.
+ - Fixed a bug when
run_command started a command without exit that blocked progress.
- Fixed a warning message that was too prominent.
- Fixed escaped characters showing up in the Blade Terminal.
- Fixed terminal crash with dead-key characters. Resolved UTF-8 unsafe slicing in sentinel parsing that caused crashes with multibyte characters (e.g.,
~/dead-key sequences). ANSI stripping now preserves UTF-8 bytes correctly.