From a7f8ee04b3e1a5e5512cd6e05c74c71d745b0c07 Mon Sep 17 00:00:00 2001 From: claude_code Date: Fri, 26 Jun 2026 18:15:24 +0300 Subject: [PATCH] docs(changelog): 0.94.0 release notes Co-Authored-By: Claude Opus 4.8 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64872489..2174de5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.94.0] - 2026-06-26 + +This release makes AI chat durable and fast: assistant turns are persisted to +the database step by step and exported server-side, the desktop app no longer +freezes at 100% CPU on long agent runs, and MCP writes are badged with +unspoofable AI attribution. It also reworks footnotes (Pandoc-style reuse and +per-reference back-links), hardens page moves and duplication against cycles +and lost edits, and caps the anonymous public-share assistant with a +per-workspace rolling-day token budget. + ### Added - **Persistent AI-chat history as the source of truth + server-side export.**