From b5cc83f6002146345006db5b100d25e052ffcb1e Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 15 Dec 2025 04:41:35 +0000 Subject: [PATCH] Improve /resume summaries after compaction Add CHANGELOG entry for improved resume summaries that now display what the user was actually working on instead of generic compaction messages. This makes it easier to distinguish between sessions when selecting from the resume list. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1f4fc99..61a599c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## 2.0.69 +- Improved `/resume` summaries after compaction to show what was actually being worked on instead of generic compaction messages - Minor bugfixes ## 2.0.68