diff --git a/public/screenshot-1.png b/public/screenshot-1.png
index 37a3d4a..47d4a08 100644
Binary files a/public/screenshot-1.png and b/public/screenshot-1.png differ
diff --git a/src/pages/changelog.astro b/src/pages/changelog.astro
index 989c965..84f1c19 100644
--- a/src/pages/changelog.astro
+++ b/src/pages/changelog.astro
@@ -22,6 +22,35 @@ import BaseLayout from '../layouts/BaseLayout.astro';
+
+
- What you see is just the interface. The real magic lives in the ZaguƔn Coder Daemon - a Go-powered backend where all AI reasoning happens.
- Its standout feature is Unlimited Context: instead of hitting token limits, we intelligently compress your conversation history and tool results into retrievable artifacts. The AI always gets exactly what it needs to work efficiently, without the bloat.
+ ZaguƔn Blade runs a local AI daemon that understands your entire project without sending your code to the cloud. Get the leverage of an AI coding assistant with the speed of a native editor, built specifically for engineers who need more than just autocomplete.
v0.3.2
+ TBD
+
+
+ Bug Fixes
+
+
+
+
ZAGUĆN
BLADE
- AI-NATIVE_
+ AI-NATIVE CODE EDITOR
The actual brain of the operation. A Go server that handles all AI logic, system prompts, and context management. This is where the heavy lifting happens - your editor stays lightweight and responsive.
-Most AI editors just predict your next line. ZaguƔn Blade actively manages a workspace, executes shell commands, runs your tests, and writes multi-file patches. It's an autonomous agent embedded directly in your editor.
+We've solved the token limit problem. Chat history and tool results are actively compressed into artifacts. The AI retrieves only what it needs - efficient, focused, and without arbitrary limits.
+Instead of just looking at open files, Blade reads your workspace structure, searches for patterns, and compresses history into artifacts. It knows your codebase like a teammate.
The GUI contains zero AI logic - it's purely interface. All intelligence lives in the Coder Daemon. This means a lighter client and a more powerful, updatable backend.
+The editor GUI stays lightning fast while a dedicated Go backend handles all AI logic, system prompts, and tool execution out of the main thread.