From 93e3e1f173ea6d6786637c24ce36feb4ede15804 Mon Sep 17 00:00:00 2001 From: Sawyer Cutler Date: Sun, 23 Aug 2026 13:15:12 -0700 Subject: [PATCH] Cut changelog for 0.2.106 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c59066879..4fa50f6a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,17 @@ parallel copies under `docs/` or `scripts/notes/`. At cut time: rename ## [Unreleased] +## [0.2.106] - 2026-08-23 + ### Agent +- **Resuming a session no longer shows a blank error when the saved history + has one corrupted line.** A malformed or schema-invalid line anywhere in the + saved transcript used to abort the entire resume load. The TUI's resume view + now skips just the bad line (logging it) and still shows the rest of the + history; a corrupt file still surfaces as an error during live conversation + loading, where correctness matters more than availability. + - **Every stop and nudge is now logged, and so is what each dispatch produced.** `interventions.jsonl` in the worker's trace dir records each intervention with its measured value beside the threshold it crossed, the model family it fired