@@ -5,7 +5,30 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8- ## [ Unreleased]
8+ ## [ 0.8.36] - 2026-05-14
9+
10+ ### Added
11+
12+ - ** The right sidebar can be hidden for copy-friendly terminals.**
13+ ` sidebar_focus = "hidden" ` (or ` Ctrl+Alt+0 ` for the current session) removes
14+ the Work/Tasks/Agents/Context rail so raw terminal selection cannot copy
15+ sidebar borders alongside transcript text.
16+
17+ ### Changed
18+
19+ - ** Sub-agent completion handoffs are leaner and more cache-friendly.**
20+ Internal ` <deepseek:subagent.done> ` sentinels now point to the preceding
21+ human summary line instead of duplicating the summary, elapsed time, and
22+ step count inside JSON sent to the parent model.
23+ - ** Prefix stability is visible beside cache telemetry by default.** The
24+ footer now includes the prefix-stability chip in the default status layout,
25+ and low last-request cache hit rates are no longer colored as hard errors
26+ when the system/tool prefix itself is stable.
27+ - ** RLM batch helpers now require an explicit independence assertion.**
28+ ` sub_query_batch ` , ` sub_query_map ` , and low-level ` *_batched ` helpers refuse
29+ dependency-unsafe parallel fanout unless callers pass
30+ ` dependency_mode="independent" ` , and RLM now exposes ` sub_query_sequence `
31+ for A-to-B dependent work.
932
1033## [ 0.8.35] - 2026-05-13
1134
@@ -4106,6 +4129,7 @@ Welcome — and thank you.
41064129- Example skills and launch assets
41074130
41084131[ Unreleased ] : https://github.com/Hmbown/DeepSeek-TUI/compare/v0.8.35...HEAD
4132+ [ 0.8.36 ] : https://github.com/Hmbown/DeepSeek-TUI/compare/v0.8.35...v0.8.36
41094133[ 0.8.35 ] : https://github.com/Hmbown/DeepSeek-TUI/compare/v0.8.34...v0.8.35
41104134[ 0.8.34 ] : https://github.com/Hmbown/DeepSeek-TUI/compare/v0.8.33...v0.8.34
41114135[ 0.8.33 ] : https://github.com/Hmbown/DeepSeek-TUI/compare/v0.8.32...v0.8.33
0 commit comments