From 4a7731f69d490856b4b8e768f85edced26d9bba3 Mon Sep 17 00:00:00 2001 From: Hunter B Date: Fri, 5 Jun 2026 08:22:25 -0700 Subject: [PATCH] docs(changelog): note sidebar command harvest Refs #2766 and #2788. --- CHANGELOG.md | 4 ++++ crates/tui/CHANGELOG.md | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 98deb5d2..84c0f54f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 helper for future fallback routing. This preserves the requested contract without enabling silent runtime provider switches yet (#2574, #2777). Thanks @hsdbeebou for the request and @idling11 for the data-model draft. +- Added `/sidebar` so users can toggle, show, hide, and optionally persist the + TUI sidebar from the command line instead of relying on copy-hostile sidebar + state during long transcript work (#2766, #2788). Thanks @mo-vic for the + detailed report and @aboimpinto for the fix. ### Changed diff --git a/crates/tui/CHANGELOG.md b/crates/tui/CHANGELOG.md index 98deb5d2..84c0f54f 100644 --- a/crates/tui/CHANGELOG.md +++ b/crates/tui/CHANGELOG.md @@ -57,6 +57,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 helper for future fallback routing. This preserves the requested contract without enabling silent runtime provider switches yet (#2574, #2777). Thanks @hsdbeebou for the request and @idling11 for the data-model draft. +- Added `/sidebar` so users can toggle, show, hide, and optionally persist the + TUI sidebar from the command line instead of relying on copy-hostile sidebar + state during long transcript work (#2766, #2788). Thanks @mo-vic for the + detailed report and @aboimpinto for the fix. ### Changed