From 2fa23c1d74ede2b57a899ce7e352c3ef08f625a5 Mon Sep 17 00:00:00 2001 From: Hunter Bown Date: Sun, 3 May 2026 04:27:12 -0500 Subject: [PATCH] docs(changelog): record session-prune helper + doctor memory block Two items added in this stabilization pass that weren't yet in the changelog: - SessionManager::prune_sessions_older_than (#406 phase-1) - doctor --json memory block (#489 follow-up) Co-Authored-By: Claude Opus 4.7 (1M context) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33dc3e62..8b844424 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - **`docs/MEMORY.md`** — user-facing memory feature documentation. - **Competitive analysis doc** — `docs/COMPETITIVE_ANALYSIS.md` catalogues capability matrix vs OpenCode and Codex CLI. +- **Session-prune helper** (#406 phase-1) — + `SessionManager::prune_sessions_older_than(max_age)` with 5 unit + tests pinning the contract. Building block for the v0.8.9 + auto-archive design; currently unwired pending retention-policy + decisions. +- **`deepseek doctor --json`** now surfaces a `memory` block + (`enabled` / `path` / `file_present`) so operators can verify + memory configuration without booting the TUI. ### Changed - **Sub-agent concurrency cap raised to 10 by default** (#509) —