From 115138f5a35a02cde986a40af0d7456fbeeaa866 Mon Sep 17 00:00:00 2001 From: Bohdan Triapitsyn Date: Sat, 29 Aug 2026 17:05:35 +0300 Subject: [PATCH] docs: changelog for session switching, chat autocomplete scope, preview find bar --- CHANGELOG.md | 4 ++++ packages/vscode/CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ac6419d..c5e64970 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +- **Chat:** switching sessions is now near-instant. The clicked session highlights at once, and its conversation appears as one finished view — text, tool cards, and the recap together — instead of arriving in pieces with a moment of unstyled code blocks and links. Header session tabs switch without a crossfade, and the tab title no longer jumps when a tab becomes active. +- Chat: command and skill autocomplete in a Chat (a session that belongs to no project) lists that chat's own commands and skills instead of the project last selected in the sidebar, and file mentions in a new chat draft no longer search the previous project. +- Files: Ctrl/Cmd+F opens the find bar in the Markdown preview even when nothing inside the preview has focus. + ## [1.21.1] - 2026-08-29 - **Turkish interface:** OpenChamber can now be used in Turkish (thanks to @fitzgpt). diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index a83aef23..2bacf37a 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,3 +1,7 @@ +## [Unreleased] + +- Switching sessions is faster: the clicked session highlights at once, and its conversation appears as one finished view — text, tool cards, and the recap together — instead of arriving in pieces with a moment of unstyled code blocks. + ## [1.21.1] - 2026-08-29 - **Turkish interface:** OpenChamber can now be used in Turkish (thanks to @fitzgpt).