diff --git a/public/zblade.mp4 b/public/zblade.mp4
index cedce13..845671c 100644
Binary files a/public/zblade.mp4 and b/public/zblade.mp4 differ
diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index b9b8280..248b1dc 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -41,7 +41,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Enhancements
- - Zaguán Coder Daemon. Tightened up the logic for Google Gemini 3.1 Pro.
+ - 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.
- Chat. Added visual feedback while waiting for the model to respond in the chat.
@@ -58,6 +58,7 @@ import BaseLayout from '../layouts/BaseLayout.astro';
Paste image. Fixed a bug where pasting images from clipboard into chat didn't work.
Tab focus. Active tab now always stays in focus while new tabs are opening.
Git. Fixed a bug where the .zblade directory would be submitted to git.
+ Chat. Fixed a bug where images attached to a message were being re-sent on every subsequent turn, causing context bloat.
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 5087465..3acc53c 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -43,9 +43,9 @@ const version = pkg.version ?? "";
-
-
-