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.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user