From 541926eb38c4e97fe2c9717a3d243b1ba0a03413 Mon Sep 17 00:00:00 2001 From: Hunter B Date: Tue, 2 Jun 2026 20:37:52 -0700 Subject: [PATCH] docs(changelog): backfill v0.8.51 Fixed entries + Community credits Adds 8 missing Fixed entries for commits that landed after the release-prep commit (06612495f): DEC CSI fragment fix, engine panic recovery, nested file-picker, command-palette scroll, .NET/Windows env, config key warnings, diff-render whitespace, and model persistence. Adds Community credits for contributors whose work landed or shaped this release cycle. --- CHANGELOG.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 146bce56..c203a971 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -77,6 +77,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Repaired release-blocking unit and integration tests left failing by the cycle-removal and compaction-threshold refactors (relay instruction, model-reject message, compaction budget, mock-LLM threshold helper). +- Fixed DEC private-mode CSI fragment leakage into composer text after + terminal resets, restoring clean prompt editing (#2592). +- The engine now recovers from turn-level panics instead of killing the + main event loop, keeping the session alive through transient failures + (#2583, #1269). +- Deeply nested files are now discoverable via @-mention and Ctrl+P file + picker; the default walk depth was relaxed to handle monorepo layouts (#2488). +- Command-palette selection stays visible when scrolling through long lists + instead of scrolling off-screen (#2590). +- exec_shell child processes now inherit .NET/NuGet and Windows app-data + environment variables, fixing toolchain resolution on Windows (#1857). +- A warning is emitted when shell/sandbox config keys are nested under + unknown top-level sections instead of being silently ignored (#2589). +- Diff-render now preserves leading whitespace in patch content lines, + fixing an extra-space regression in PR previews (#2591). Thanks @zlh124. +- Model selection from the /model command now persists per-provider across + restarts, with a warning when persistence fails. + +### Community + +Thanks to **@zlh124** (#2591) and **@reidliu41** (#2601) for the fixes +harvested into this release. Thanks also to **@idling11** (#2602), +**@gordonlu** (#2585), **@cyq1017** (#2593), **@xyuai** (#2587, #2584), +and **@IcedOranges** (#2584) for reports, drafts, and investigations +that shaped this release cycle. ## [0.8.50] - 2026-06-02